From owner-cvs-all Fri Oct 9 18:09:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA08158 for cvs-all-outgoing; Fri, 9 Oct 1998 18:09:10 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ceia.nordier.com (slip139-92-122-77.joh.za.ibm.net [139.92.122.77]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA08060; Fri, 9 Oct 1998 18:08:31 -0700 (PDT) (envelope-from rnordier@nordier.com) Received: (from rnordier@localhost) by ceia.nordier.com (8.8.7/8.6.12) id DAA06219; Sat, 10 Oct 1998 03:06:37 +0200 (SAT) From: Robert Nordier Message-Id: <199810100106.DAA06219@ceia.nordier.com> Subject: Re: cvs commit: src/sys/boot/i386 Makefile In-Reply-To: from Chris Timmons at "Oct 9, 98 05:47:47 pm" To: skynyrd@opus.cts.cwu.edu (Chris Timmons) Date: Sat, 10 Oct 1998 03:06:34 +0200 (SAT) Cc: rnordier@FreeBSD.ORG, committers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Chris Timmons wrote: > > I had a 'make -DNOSECURE -j 8 buildworld' blow up on my SMP elf system a > couple hours ago using then up-to-date sources with the following death. > Your comment in the commit message about building something only if the > objectformat is elf - but packaging it aout - made me wonder if this was > somehow related? > > -Chris > > ===> i386/btx/lib > --- objwarn --- > --- btxcsu.o --- > --- btxsys.o --- > --- btxv86.o --- > --- objwarn --- > Warning: Object directory not changed from original > /usr/src/sys/boot/i386/btx/lib > --- btxcsu.o --- > cc -x assembler-with-cpp -I/usr/obj/aout/usr/src/tmp/usr/include -c > btxcsu.s -o btxcsu.o > --- btxsys.o --- > cc -x assembler-with-cpp -I/usr/obj/aout/usr/src/tmp/usr/include -c > btxsys.s -o btxsys.o > --- btxv86.o --- > cc -x assembler-with-cpp -I/usr/obj/aout/usr/src/tmp/usr/include -c > btxv86.s -o btxv86.o > --- crt0.o --- > ld -elf -i -o crt0.o btxcsu.o btxsys.o btxv86.o > btxcsu.o: file not recognized: File format not recognized > *** Error code 1 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error Yes. The problem is that make world is lumping the old and new boot code together as "legacy boot", but they require a different OBJFORMAT. -- Robert Nordier