From owner-freebsd-hackers Wed Apr 2 08:01:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA06633 for hackers-outgoing; Wed, 2 Apr 1997 08:01:58 -0800 (PST) Received: from out2.ibm.net (out2.ibm.net [165.87.201.252]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id IAA06606; Wed, 2 Apr 1997 08:01:49 -0800 (PST) Received: (from uucp@localhost) by out2.ibm.net (8.6.9/8.6.9) id QAA710624; Wed, 2 Apr 1997 16:01:39 GMT Message-Id: <199704021601.QAA710624@out2.ibm.net> Received: from slip166-72-229-226.va.us.ibm.net(166.72.229.226) by out2.ibm.net via smap (V1.3mjr) id smanecDFW; Wed Apr 2 15:58:48 1997 Reply-To: From: "Steve Sims" To: "Hackers" , Subject: -current 'make world' chokes Date: Wed, 2 Apr 1997 10:58:25 -0500 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1161 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk How come -current has, for the last couple of days (at least, that I've *noticed*) chokes while making the world. I do 'cd /usr/src ; make update world' to pull current and build it and get: [blah, blah, blah] cd /usr/src/lib/csu/i386 && make beforeinstall install -C -o bin -g bin -m 444 /usr/src/lib/csu/i386/dlfcn.h /usr/include install -c -o bin -g bin -m 444 crt0.o c++rt0.o gcrt0.o scrt0.o sgcrt0.o /usr/lib install: crt0.o: No such file or directory *** Error code 71 Stop. *** Error code 1 Stop. *** Error code 1 Stop. # _ cd'ing to /usr/src/lib and doing 'make' and/or 'make install' builds crt0.o just fine, but it looks like it's getting skipped in the world context. It's kind of a pain to iteratively make this branch of the tree and then make world with NOCLOBBER, NOCLEAN, etc... Am I totally missing the big picture here? ...sjs...