From owner-freebsd-questions@FreeBSD.ORG Fri May 8 23:47:51 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4E68BFB6 for ; Fri, 8 May 2015 23:47:51 +0000 (UTC) Received: from sender1.zohomail.com (sender1.zohomail.com [74.201.84.162]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C8E3124D for ; Fri, 8 May 2015 23:47:50 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=date:from:to:subject:message-id:references:mime-version:content-type:in-reply-to:user-agent; b=ssWOyXo20/EPBKii6zZ3l9OE1EG6qP2DnU43bzIzEiqpELYfiCAHVTeLSaau/y7SNY4IS9xNNmmV jIl0+L0hh7Z4clHuoMn4gzDmlsWTG7SC3bbBwPaC6vWWTGrSmypC Received: from WorkBox.Home (75-168-130-91.mpls.qwest.net [75.168.130.91]) by mx.zohomail.com with SMTPS id 143112886356429.486174178455485; Fri, 8 May 2015 16:47:43 -0700 (PDT) Date: Fri, 8 May 2015 18:47:41 -0500 From: Brandon Wandersee To: freebsd-questions@freebsd.org Subject: Re: Can not make install misc/freebsd-doc-en : No file to patch error Message-ID: <20150508234741.GA10848@WorkBox.Home> References: <20150508152349.GA11528@shellx.eskimo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2015 23:47:51 -0000 On 05/08, Avinash Sonawane wrote: > On Fri, May 8, 2015 at 9:01 PM, Avinash Sonawane wrote: > > On Fri, May 8, 2015 at 8:53 PM, Joseph Olatt wrote: > >> On Fri, May 08, 2015 at 08:38:35PM +0530, Avinash Sonawane wrote: > >>> Hello everyone! > >>> > >>> # uname -a > >>> FreeBSD titanic.rootkea.me 10.1-RELEASE FreeBSD 10.1-RELEASE #0 > >>> r274401: Tue Nov 11 21:02:49 UTC 2014 > >>> root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 > >>> > >>> Whenever I say make install in /misc/freebsd-doc-en the install fails saying > >>> "No file to patch. Skipping... > >>> 6 out of 6 hunks ignored--saving rejects to configure.rej" > >> > >> In the past, whenever I encounter issues like this, I remove the > >> offending directory and then run svnlite update. It will repopulate the > >> removed directory with all the required files. > >> > >> (1) cd /usr/ports > >> (2) rm -rf misc/freebsd-doc-en > >> (3) svnlite update > >> (4) cd misc/freebsd-doc-en > >> (5) make install clean > >> > >> Give it a shot. It might work for you. > > > > Ok. I'll try svnlite. But I am facing the same issue on x11/gnome3 too > > as it also depends on qt4. > > So will this solve x11/gnome3 issue too or do I have to rm and svnlite > > x11/gnome3 as well? > > I am going to try svnlite on /usr/ports/net/qt4-network the offending port. *Stop right there.* You shouldn't just update individual ports every time you run into a problem, and you shouldn't mix ports trees fetched via Subversion and Portsnap (it's unclear if that's what you're doing, but I mention it just in case). If you're having trouble with one port after another you should just delete your existing ports tree and start with a fresh ports tree using one method or the other, either `svnlite co https://svn0..freebsd.org /usr/ ports` or `portsnap fetch && portsnap extract` Then try installing the ports you need. devel/qt4 would be the 5th or 6th port you've been unable to build today, suggesting the problem goes beyond individual ports. -- "A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools." - Douglas Adams