From owner-cvs-all Fri Oct 9 17:49:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA03838 for cvs-all-outgoing; Fri, 9 Oct 1998 17:49:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from opus.cts.cwu.edu (opus.cts.cwu.edu [198.104.92.71]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA03687; Fri, 9 Oct 1998 17:47:59 -0700 (PDT) (envelope-from skynyrd@opus.cts.cwu.edu) Received: from localhost (skynyrd@localhost) by opus.cts.cwu.edu (8.9.1/8.9.1) with SMTP id RAA01699; Fri, 9 Oct 1998 17:47:47 -0700 (PDT) Date: Fri, 9 Oct 1998 17:47:47 -0700 (PDT) From: Chris Timmons To: Robert Nordier cc: committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/boot/i386 Makefile In-Reply-To: <199810092330.QAA06881@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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