From owner-freebsd-questions Mon Mar 20 16: 4: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from defiant.apana.org.au (defiant.apana.org.au [203.11.114.25]) by hub.freebsd.org (Postfix) with ESMTP id 3265837B992 for ; Mon, 20 Mar 2000 16:03:53 -0800 (PST) (envelope-from dean@odyssey.apana.org.au) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by defiant.apana.org.au (8.9.3/8.9.3) with ESMTP id IAA06905; Tue, 21 Mar 2000 08:02:06 +0800 (WST) Date: Tue, 21 Mar 2000 08:02:06 +0800 (WST) From: Dean Hollister To: Mark Ovens Cc: Chris Fedde , J McKitrick , FreeBSD Questions Subject: Re: 3.4-STABLE to 4.0-STABLE In-Reply-To: <20000320194033.C236@parish> Message-ID: X-no-archive: yes MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG x-no-archive: yes On Mon, 20 Mar 2000, Mark Ovens wrote: > I'd recommend (from personal experience) that you omit ``clean'' from > the above or you'll get failures building the kernel and doing make > installworld. I received the following error from make installworld: bash# make -DNOINFO installworld cd /drive2/usr/src; MAKEOBJDIRPREFIX=/usr/obj COMPILER_PATH=/usr/obj/drive2/usr/src/i386/usr/libexec:/usr/obj/drive2/usr/src/i386/usr/bin LIBRARY_PATH=/usr/obj/drive2/usr/src/i386/usr/lib:/usr/obj/drive2/usr/src/i386/usr/lib OBJFORMAT_PATH=/usr/obj/drive2/usr/src/i386/usr/libexec PERL5LIB=/usr/obj/drive2/usr/src/i386/usr/libdata/perl/5.00503 make -f Makefile.inc1 reinstall -------------------------------------------------------------- >>> Making hierarchy -------------------------------------------------------------- [snip] ===> sys ===> sys/boot ===> sys/boot/ficl ===> sys/boot/i386 ===> sys/boot/i386/mbr install -c -o root -g wheel -m 444 mbr /boot ===> sys/boot/i386/boot0 install -c -o root -g wheel -m 444 boot0 /boot ===> sys/boot/i386/kgzldr install -c -o root -g wheel -m 444 kgzldr.o /usr/lib ===> sys/boot/i386/btx ===> sys/boot/i386/btx/btx ===> sys/boot/i386/btx/btxldr ===> sys/boot/i386/btx/lib ===> sys/boot/i386/boot2 install -c -o root -g wheel -m 444 boot1 /boot/boot1 install -c -o root -g wheel -m 444 boot2 /boot/boot2 install: boot2: No such file or directory *** Error code 71 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. To me, this appears as if the buildworld was incomplete? Regards, d. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message