From owner-freebsd-hackers Mon Aug 30 9:14:16 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from dt011n65.san.rr.com (dt010nb9.san.rr.com [204.210.12.185]) by hub.freebsd.org (Postfix) with ESMTP id 3739814E43 for ; Mon, 30 Aug 1999 09:14:13 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt011n65.san.rr.com (8.9.3/8.8.8) with ESMTP id JAA06466; Mon, 30 Aug 1999 09:13:59 -0700 (PDT) (envelope-from Doug@gorean.org) Message-ID: <37CAADC6.611768E1@gorean.org> Date: Mon, 30 Aug 1999 09:13:58 -0700 From: Doug Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 4.0-CURRENT-0826 i386) X-Accept-Language: en MIME-Version: 1.0 To: "Andy V. Oleynik" Cc: cjclark@home.com, freebsd-hackers@FreeBSD.ORG Subject: Re: make aout-to-elf-build Failing References: <199908300105.VAA23044@cc942873-a.ewndsr1.nj.home.com> <37CA33DD.E000B798@prime.net.ua> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've seen quite a few reports of this lately, and while this fixes it, it shouldn't be necessary, should it? Has something changed in the 'make upgrade' target recently? Doug "Andy V. Oleynik" wrote: > > Crist, I had latly same sort of things. > Fix is to define in ur /etc/make.conf MACHINE_ARCH as i386 > MACHINE_ARCH= i386 > Good luck. > "Crist J. Clark" wrote: > > > Doug wrote, > > > "Crist J. Clark" wrote: > > > > > > > > It's a lazy Sunday afternoon, and I am finally thinking of doing the > > > > 2.2.8-STABLE to 3.2-STABLE upgrade. > > > > > > > > I have upgraded within a major release several times (a number of > > > > 2.2.7 to 2.2.8 and 3.1 to 3.2 systems), but never done the a.out to > > > > ELF thing before. However, I really do not think this has anything to > > > > do with my problem. > > > > > > > > I _just_ sucked down 3.2 using cvsup, went into /usr/src, and after > > > > reading /usr/src/Makefile about 50 times, finally typed, > > > > > > > > # make aout-to-elf-build > > > > > > The preferred method is the all-in-one 'make upgrade' target. Trying to > > > make any of the steps individually is not supported. Take a look at > > > http://freebsd.simplenet.com/make-upgrade.html > > > > Thanks for the reference to your webpage; it is helpful... > > > > However, doing a 'make upgrade' dies with the exact same error, > > > > -------------------------------------------------------------- > > >>> Cleaning up the aout obj tree > > -------------------------------------------------------------- > > . > > [snip] > > . > > . > > ===> lib/libc > > "/usr/src/lib/libc/../libc/gen/Makefile.inc", line 32: Could not find /usr/src/lib/libc/../libc/unknown/gen/Makefile.inc > > "/usr/src/lib/libc/../libc/net/Makefile.inc", line 22: Could not find /usr/src/lib/libc/../libc/unknown/net/Makefile.inc > > "/usr/src/lib/libc/../libc/stdlib/Makefile.inc", line 23: Could not find /usr/src/lib/libc/../libc/unknown/stdlib/Makefile.inc > > "/usr/src/lib/libc/../libc/string/Makefile.inc", line 16: Could not find /usr/src/lib/libc/../libc/unknown/string/Makefile.inc > > "/usr/src/lib/libc/../libc/sys/Makefile.inc", line 16: Could not find /usr/src/lib/libc/../libc/unknown/sys/Makefile.inc > > make: fatal errors encountered -- cannot continue > > *** Error code 1 > > > > Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message