From owner-freebsd-current Wed Dec 9 09:39:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA05647 for freebsd-current-outgoing; Wed, 9 Dec 1998 09:39:50 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from gaylord.async.vt.edu (gaylord.async.vt.edu [128.173.18.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA05637 for ; Wed, 9 Dec 1998 09:39:41 -0800 (PST) (envelope-from gaylord@gaylord.async.vt.edu) Received: (from gaylord@localhost) by gaylord.async.vt.edu (8.9.1/8.9.1) id MAA00889 for freebsd-current@freebsd.org; Wed, 9 Dec 1998 12:39:10 -0500 (EST) (envelope-from gaylord) From: Clark Gaylord Message-Id: <199812091739.MAA00889@gaylord.async.vt.edu> Subject: problem with aout-to-elf ... TOOLDIR? To: freebsd-current@FreeBSD.ORG Date: Wed, 9 Dec 1998 12:39:10 -0500 (EST) 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-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Following is the error message I get when I try make aout-to-elf. The problem is apparently because objformat is not in my path. This is because the PATH=TOOLDIR.... part of the Makefile sets the PATH. How should this work? Is there something I need to do to get TOOLDIR right or should I have stuff where it thinks I have stuff. I have cvsup'ed as of yesterday afternoon (EST), and I'm running 3.0 from make world (made with ftp'ed 3.0-RELEASE binary). There is likely some cruft in my src and obj trees from failed aout-to-elf/world builds before resorting to 3.0-RELEASE (then had 2.2-STABLE). Thank you. -- Clark K. Gaylord Blacksburg, Virginia USA cgaylord@vt.edu -------------------------------------------------------------- You are about to update the installed system (or the system that your DESTDIR points to) with the elf versions of everything, replacing the aout versions. You can type Ctrl-C to abort now, leaving just the aout world installed, or press return to start the second phase of the update. -------------------------------------------------------------- Return to continue or Ctrl-C to abort: -------------------------------------------------------------- Doing an elf installworld using the aout tools in the aout obj tree. -------------------------------------------------------------- objformat: not found "/big/FreeBSD-current/src/Makefile.inc1", line 972: warning: "objformat" returned non-zero status cd /big/FreeBSD-current/src; PATH=/usr/obj/aout/big/FreeBSD-current/src/tmp/sbin:/usr/obj/aout/big/FreeBSD-current/src/tmp/usr/sbin:/usr/obj/aout/big/FreeBSD-current/src/tmp/bin:/usr/obj/aout/big/FreeBSD-current/src/tmp/usr/bin BISON_SIMPLE=/usr/obj/aout/big/FreeBSD-current/src/tmp/usr/share/misc/bison.simple COMPILER_PATH=/usr/obj/aout/big/FreeBSD-current/src/tmp/usr/libexec:/usr/obj/aout/big/FreeBSD-current/src/tmp/usr/bin GCC_EXEC_PREFIX=/usr/obj/elf/big/FreeBSD-current/src/tmp/usr/lib:/usr/obj/elf/big/FreeBSD-current/src/tmp/usr/lib/ LD_LIBRARY_PATH=/usr/obj/aout/big/FreeBSD-current/src/tmp/usr/lib LIBRARY_PATH=/usr/obj/elf/big/FreeBSD-current/src/tmp/usr/lib:/usr/obj/elf/big/FreeBSD-current/src/tmp/usr/lib OBJFORMAT_PATH=/usr/obj/aout/big/FreeBSD-current/src/tmp/usr/libexec CFLAGS="-nostdinc -O -pipe" make -f Makefile.inc1 reinstall objformat: not found "/big/FreeBSD-current/src/Makefile.inc1", line 972: warning: "objformat" returned non-zero status echo: not found *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message