From owner-freebsd-current Tue Nov 16 14:43:34 1999 Delivered-To: freebsd-current@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id A282F14EFA for ; Tue, 16 Nov 1999 14:43:31 -0800 (PST) (envelope-from marc@oldserver.demon.nl) Received: from [212.238.105.241] (helo=propro) by post.mail.nl.demon.net with esmtp (Exim 2.02 #1) id 11nrJy-0007eY-00 for freebsd-current@freebsd.org; Tue, 16 Nov 1999 22:43:31 +0000 Date: Tue, 16 Nov 1999 23:43:30 +0100 (CET) From: Marc Schneiders To: freebsd-current@freebsd.org Subject: what's changed? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Make release was working fine a week ago. The past four days I get the following error every time I try: (cd /usr/src/etc/..; install -c -o root -g wheel -m 444 COPYRIGHT /reserve/) (cd /usr/src/etc/../share/man; make makedb; ) makewhatis /reserve/usr/share/man makewhatis /reserve/usr/share/perl/man if [ -f /etc/resolv.conf ]; then cp -p /etc/resolv.conf /reserve/etc; fi cd /usr/src/release/.. && make installworld DESTDIR=/reserve NOMAN=1 cd /usr/src; PATH=/usr/obj/usr/src/tmp/sbin:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/bin:/usr/obj/usr/src/tmp/usr/bin BISON_SIMPLE=/usr/obj/usr/src/tmp/usr/share/misc/bison.simple COMPILER_PATH=/usr/obj/usr/src/tmp/usr/libexec:/usr/obj/usr/src/tmp/usr/bin GCC_EXEC_PREFIX=/usr/obj/usr/src/tmp/usr/lib:/usr/obj/usr/src/tmp/usr/lib/ LD_LIBRARY_PATH=/usr/obj/usr/src/tmp/usr/lib LIBRARY_PATH=/usr/obj/usr/src/tmp/usr/lib:/usr/obj/usr/src/tmp/usr/lib PERL5LIB=/reserve/usr/libdata/perl/5.00503 OBJFORMAT_PATH=/usr/obj/usr/src/tmp/usr/libexec CFLAGS="-nostdinc -O -pipe" /usr/obj/usr/src/tmp/usr/bin/make -f Makefile.inc1 reinstall objformat: not found "/usr/src/Makefile.inc1", line 961: warning: "objformat" returned non-zero status echo:No such file or directory *** Error code 1 Stop in /usr/src. *** Error code 1 What do I do wrong? I've no special settings in the Makefile that can cause this. I cvsupped and rebuilt (cvs -d co src) my own source tree from scratch. Didn't help. TIA! Marc Schneiders marc@venster.nl marc@oldserver.demon.nl propro 11:38pm up 5 days, 11:24, load average: 2.18 2.10 2.09 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message