From owner-freebsd-stable Sat Nov 4 17:24:59 2000 Delivered-To: freebsd-stable@freebsd.org Received: from peorth.iteration.net (peorth.iteration.net [208.190.180.178]) by hub.freebsd.org (Postfix) with ESMTP id 8B45037B4F9 for ; Sat, 4 Nov 2000 17:24:54 -0800 (PST) Received: by peorth.iteration.net (Postfix, from userid 1001) id E1BE35730B; Sat, 4 Nov 2000 19:24:49 -0600 (CST) Date: Sat, 4 Nov 2000 19:24:49 -0600 From: "Michael C . Wu" To: "Karl M. Joch" 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> Reply-To: "Michael C . Wu" References: <3A032D99.9345F708@ludd.luth.se> <20001104130619.A23663@dragon.nuxi.com> <000b01c046aa$d2098dc0$0f05a8c0@ooe.kmjeuro.com> Mime-Version: 1.0 Content-Type: text/plain; charset="zh_TW.Big5" Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <000b01c046aa$d2098dc0$0f05a8c0@ooe.kmjeuro.com>; from k.joch@kmjeuro.com on Sat, Nov 04, 2000 at 11:01:41PM +0100 X-PGP-Fingerprint: 5025 F691 F943 8128 48A8 5025 77CE 29C5 8FA1 2E20 X-PGP-Key-ID: 0x8FA12E20 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 | > 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