From owner-freebsd-questions@FreeBSD.ORG Sat May 9 05:58:27 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D6EEB8F4 for ; Sat, 9 May 2015 05:58:27 +0000 (UTC) Received: from mail-ig0-x22a.google.com (mail-ig0-x22a.google.com [IPv6:2607:f8b0:4001:c05::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A92A918BA for ; Sat, 9 May 2015 05:58:27 +0000 (UTC) Received: by iget9 with SMTP id t9so43008839ige.1 for ; Fri, 08 May 2015 22:58:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=K3rScdUXRpUVv369iPDryX8+2iGJIkREOAuuhEBNEY8=; b=SgtMHVhs/Bg+dmJ30C/TYtvfEMQP+pC3ibw7+8QXAwlVyeb2bEsskq8MLxDqNtZKwX nxKTMvMZs7pSSvJPU/PoYIZqbZJQKHGxs9dF/eRiDZs8qrzVHE7t0fuOum70A2pmwhZS sE6bDdIhXVNcdWVj1wOimLrwV2/BnG0DyHO76CGkBMnMPWzE0Cf9XFEmtv0jjxDIb+gL ZeTzrW1C4rNaJ5SOT6cGeRh7WmrX0ODk39EDIdfzPFtbSu3adE7k09BqZmAuXKx6KspC PCnPnE2nUF4SVh8e3Y1CxD9AZuQt3XxB1YNRKPtN0TstnMV9wCee0eMJLmaXW0LcLHzk 4vuQ== X-Received: by 10.50.109.138 with SMTP id hs10mr1874269igb.48.1431151107148; Fri, 08 May 2015 22:58:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.121.1 with HTTP; Fri, 8 May 2015 22:58:06 -0700 (PDT) In-Reply-To: <20150508234741.GA10848@WorkBox.Home> References: <20150508152349.GA11528@shellx.eskimo.com> <20150508234741.GA10848@WorkBox.Home> From: Avinash Sonawane Date: Sat, 9 May 2015 11:28:06 +0530 Message-ID: Subject: Re: Can not make install misc/freebsd-doc-en : No file to patch error To: Brandon Wandersee Cc: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 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: Sat, 09 May 2015 05:58:28 -0000 On Sat, May 9, 2015 at 5:17 AM, Brandon Wandersee wrote: > 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. svnlite update didn't work. I rebuild the ports tree using portsnap fetch extract. > > *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` portsnap did the job! Looks like I was using old ports tree. > > 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 > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- Avinash Sonawane (RootKea) PICT, Pune http://rootkea.wordpress.com