From owner-freebsd-questions Sun Mar 4 11: 2:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id C65C737B71A for ; Sun, 4 Mar 2001 11:02:31 -0800 (PST) (envelope-from wmoran@iowna.com) Received: from iowna.com (dhcp065-024-023-038.columbus.rr.com [65.24.23.38]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id f24IxrL09888; Sun, 4 Mar 2001 13:59:54 -0500 (EST) Message-ID: <3AA290D4.E11D9300@iowna.com> Date: Sun, 04 Mar 2001 14:00:36 -0500 From: Bill Moran X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: turbo23 Cc: freebsd-questions@FreeBSD.ORG Subject: Re: cvs update problems References: <20010304184320.F0B4637B718@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Did you remove your /usr/obj tree between each try? If not, do this (as root): cd /usr/obj;chflags -R noschg *;rm -r * (ps, this will take a while, depending on how fast your HDD is) Then do the "make buildworld" agian. If that doesn't help you may want to subscribe to freebsd-stable@freebsd.org and post your problem there. Occasionally the -STABLE tree will get messed up. It doesn't happen too often, but occasionally people do make mistakes. -Bill turbo23 wrote: > > Helo > > I've a porblemt mit buildworld. Today I've used cvsup to keep my freebsd > 4.2-stable up to date (4.x sourcetree) > But I can't make a buildworld. I get this error message below. I tried a > cvsupdate > 3 times in the last few houres but everytime I get the same error during a > "make buildworld". > Whats wrong? > > -------------------------------------------------------------- > >>> stage 2: build tools > -------------------------------------------------------------- > cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj INSTALL="sh > /usr/src/tools/install.sh" > PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin > make -f Makefile.inc1 build-tools > cd /usr/src/bin/csh; make build-tools > make: don't know how to make build-tools. Stop > *** Error code 2 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > root@turbo [/usr/src]# > > regards > thomas > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message