Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Dec 1998 12:39:10 -0500 (EST)
From:      Clark Gaylord <gaylord@gaylord.async.vt.edu>
To:        freebsd-current@FreeBSD.ORG
Subject:   problem with aout-to-elf ... TOOLDIR?
Message-ID:  <199812091739.MAA00889@gaylord.async.vt.edu>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812091739.MAA00889>