From owner-freebsd-current@FreeBSD.ORG Tue Oct 26 08:18:54 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 7AB2A16A4CE for ; Tue, 26 Oct 2004 08:18:54 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5202243D2D for ; Tue, 26 Oct 2004 08:18:54 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id i9Q8IoNZ088742; Tue, 26 Oct 2004 01:18:50 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i9Q8InG8088741; Tue, 26 Oct 2004 01:18:49 -0700 (PDT) (envelope-from obrien) Date: Tue, 26 Oct 2004 01:18:49 -0700 From: "David O'Brien" To: brian@aljex.com Message-ID: <20041026081849.GB88522@dragon.nuxi.com> 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> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 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 Reply-To: freebsd-current@freebsd.org 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 08:18:54 -0000 On Tue, Oct 26, 2004 at 12:10:54AM -0400, brian@aljex.com wrote: > 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 If you need to get things "sane", I suggest 'rm -rf /usr/obj/*' followed by 'cd /usr/src ; make cleandir'. Or skip the rm -rf stage and do 'cd /usr/src ; make cleandir ; make cleandir'. > 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. 'boot2' is built with -Os, so it overrides other settings. -- -- David (obrien@FreeBSD.org)