From owner-freebsd-current@FreeBSD.ORG Tue Oct 26 21:12:01 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 C6C6016A4CE for ; Tue, 26 Oct 2004 21:12:01 +0000 (GMT) Received: from s1tank.virtdom.com (s1tank.virtdom.com [12.26.83.50]) by mx1.FreeBSD.org (Postfix) with SMTP id 33F9043D1D for ; Tue, 26 Oct 2004 21:11:59 +0000 (GMT) (envelope-from brian@aljex.com) Received: (qmail 46039 invoked by uid 80); 26 Oct 2004 21:11:40 -0000 Received: from ool-43552092.dyn.optonline.net (ool-43552092.dyn.optonline.net [67.85.32.146]) by corpmail.siteone.net (IMP) with HTTP for ; Tue, 26 Oct 2004 17:11:40 -0400 Message-ID: <1098825100.417ebd8cd6d11@corpmail.siteone.net> Date: Tue, 26 Oct 2004 17:11:40 -0400 From: brian@aljex.com To: freebsd-current@freebsd.org 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> <20041026053047.GA1828@gothmog.gr> In-Reply-To: <20041026053047.GA1828@gothmog.gr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.3 / FreeBSD-5.2.1 X-Originating-IP: 67.85.32.146 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 21:12:01 -0000 Quoting Giorgos Keramidas : > 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 ;-) I did "rm -rf /usr/obj /usr/src" several times as I think I said, and always got the same failure. now the resulting kernel turns out to hang at boot, right at the end where it's about to run init. It reacts to the acpi event from the power button only to print a line that says it's not yet ready to perform the action. If I select choice 3 from the boot menu "safe mode" it boots up & runs fine. looks like that choice just disables acpi and ata dma? I'll have to recompile a few times to eliminate some guesswork since this build had too many variables changed at once to have any idea what might be the cause of any problems. ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.