From owner-freebsd-current@FreeBSD.ORG Tue Oct 26 05:30:57 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DE4616A4CE for ; Tue, 26 Oct 2004 05:30:57 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ACD843D2D for ; Tue, 26 Oct 2004 05:30:55 +0000 (GMT) (envelope-from keramida@linux.gr) Received: from gothmog.gr (patr530-b145.otenet.gr [212.205.244.153]) i9Q5UoK4010253; Tue, 26 Oct 2004 08:30:51 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id i9Q5Umh2001883; Tue, 26 Oct 2004 08:30:48 +0300 (EEST) (envelope-from keramida@linux.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id i9Q5UmqX001882; Tue, 26 Oct 2004 08:30:48 +0300 (EEST) (envelope-from keramida@linux.gr) Date: Tue, 26 Oct 2004 08:30:48 +0300 From: Giorgos Keramidas To: brian@aljex.com Message-ID: <20041026053047.GA1828@gothmog.gr> References: <1098733044.417d55f46cc15@corpmail.siteone.net> <10185.128.101.36.205.1098738081.squirrel@128.101.36.205> <1098742333.417d7a3d920cf@corpmail.siteone.net> <1098763854.417dce4e8d52f@corpmail.siteone.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1098763854.417dce4e8d52f@corpmail.siteone.net> cc: freebsd-current@freebsd.org Subject: Re: can't buildworld - boot2 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2004 05:30:57 -0000 On 2004-10-26 00:10, brian@aljex.com wrote: > deleted /usr/src and /usr/obj again > used vipw to change roots shell back to /bin/csh > logged out & back in > cvsupped and make buildworld worked fine (with the -O2 -fno-strict-aliasing btw, > I don't know if that's been implimented yet, I put it in make.conf) > > possible clue: you mentioned -j > I had tried a -j4 , which was the first time I ever tried -j anything btw, > previously and it failed, but it didn't fail anywhere near the spot I showed. > After it failed I shrugged and thought "not surprising" and did a make clean > and make buildworld and got the failure in boot2 I originally posted about, and > continued to get the same failure no matter what I did over several complete > delete/checkout/build attempts even though I never used -j again. > > Silly as it seems, the only common factor I see was that all those attempts, > spread over 3 or so days, took place in the same login session, the same > instance of bash, as the original make -j4 failure. > > Either the initial failure screwed up the instance of bash and all I needed to > do was log out & in, or the use of bash vs csh is no good, or some change was > committed in the last few hours that fixed it, or -O2 -fno-strict-aliasing > works where -O doesn't. Or your /usr/obj was messed up royally by running with -j4, and wiping it fixed everything ;-)