From owner-freebsd-questions Wed Oct 30 14:17:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39D5637B401 for ; Wed, 30 Oct 2002 14:17:19 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2C0843E4A for ; Wed, 30 Oct 2002 14:17:16 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gray.sea.gr (patr530-b196.otenet.gr [212.205.244.204]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id g9UMH3un026282; Thu, 31 Oct 2002 00:17:04 +0200 (EET) Received: from gray.sea.gr (gray [127.0.0.1]) by gray.sea.gr (8.12.6/8.12.6) with ESMTP id g9UMHBVj016658; Thu, 31 Oct 2002 00:17:24 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by gray.sea.gr (8.12.6/8.12.6/Submit) id g9ULfnoc015710; Wed, 30 Oct 2002 23:41:49 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 30 Oct 2002 23:41:49 +0200 From: Giorgos Keramidas To: Chris Pressey Cc: freebsd-questions@freebsd.org Subject: Re: make buildworld fails Message-ID: <20021030214148.GL1882@gray.sea.gr> References: <20021029033143.7c01a0b7.cpressey@catseye.mb.ca> <20021029112907.GB4480@happy-idiot-talk.infracaninophi> <20021029064730.2637b4e2.cpressey@catseye.mb.ca> <20021029142839.GF4480@happy-idiot-talk.infracaninophi> <20021029192615.69e3bb31.cpressey@catseye.mb.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021029192615.69e3bb31.cpressey@catseye.mb.ca> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-10-29 19:26, Chris Pressey wrote: > On Tue, 29 Oct 2002 14:28:39 +0000 > Matthew Seaman wrote: > > I think what has happened is that one or more of the Makefiles in the > > src tree hasn't been updated properly, possibly because cvsup(1) > > doesn't think it owns the file. Try doing what the cvsup FAQ says, > > and running an update with the 'list=cvs:RELENG_4' added to the supfile. > > > > With any luck you should see updates to files matching '*.mk' and > > 'Makefile*', and then the build will succeed. > > Unfortunately, no luck there. No Makefile-type files were updated. > So, I toasted my *entire* source tree (including the 'checkouts' > files) and grabbed it all anew, tried rebuilding the world... and > got the same error. To start with as clean an environment as possible for a buildworld you really have to do more than that: + Remove everything under /usr/obj. # chflags -R noschg /usr/obj # rm -fr /usr/obj/* + CVSup your sources. + Start a new buildworld. Avoid using -DNOCLEAN or similar flags. Giorgos. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message