Date: Sat, 4 Nov 2000 19:24:49 -0600 From: "Michael C . Wu" <keichii@iteration.net> To: "Karl M. Joch" <k.joch@kmjeuro.com> Cc: stable@freebsd.org Subject: Re: Buildworld failure of STABLE as of 18:00 CET 2000-11-03 Message-ID: <20001104192449.D10492@peorth.iteration.net> In-Reply-To: <000b01c046aa$d2098dc0$0f05a8c0@ooe.kmjeuro.com>; from k.joch@kmjeuro.com on Sat, Nov 04, 2000 at 11:01:41PM %2B0100 References: <3A032D99.9345F708@ludd.luth.se> <20001104130619.A23663@dragon.nuxi.com> <000b01c046aa$d2098dc0$0f05a8c0@ooe.kmjeuro.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Nov 04, 2000 at 11:01:41PM +0100, Karl M. Joch scribbled: | i tried it with a fresh src tree and have removed /usr/obj in advance. no | way to build world. | From: David O'Brien <obrien@FreeBSD.ORG> | > On Sat, Nov 04, 2000 at 01:26:56PM +0100, Joachim Strömbergson wrote: | > > Kent Stewart wrote: | > > > There have been some complaints about buildworlds failing with the -j | > > > option specified. You might leave that off an try it again. I didn't | > > > specify a -j parameter and it worked. | > > | > > I reran the build without the -j flag. Crash and burn on the same spot. | > | > The damaged done by the previsous -j run would still be there if you used | > a -DNOCLEAN on your second build. (I assume the build broke in the linux | > module build). | > | > > > Since I didn't even have a warning, I would suspect something in your | > > > file system is corrupt. FWIW, I cvsup'ed at 1109 (1909 GMT) 3-Nov. | > > I'm re-cvsupping right now. Hopefully that will fix it. Otherwise I need | > > to really start to dig into my cvs and see what's up. | > | > CVSup'ing wont fix your problem. You need to clean our /usr/obj/ Do you have THREADED_PERL=true in /etc/make.conf? RELENG_4 and HEAD builds are both broken with THREAD_PERL=true. Try removing that. Also, please do the following: cvsup -g -L2 /usr/share/examples/stable-supfile -h cvsupX.freebsd.org chflags -R noschg /usr/obj/* ; rm -rf /usr/obj/* cd /usr/src ; make clean ; make buildworld In other words, don't use -jX during buildworld. -- +------------------------------------------------------------------+ | keichii@peorth.iteration.net | keichii@bsdconspiracy.net | | http://peorth.iteration.net/~keichii | Yes, BSD is a conspiracy. | +------------------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001104192449.D10492>