Date: Mon, 31 Aug 1998 22:14:32 +1000 (EST) From: John Birrell <jb@cimlogic.com.au> To: andreas@klemm.gtn.com (Andreas Klemm) Cc: current@FreeBSD.ORG Subject: Re: E-day not completed ? get the following error Message-ID: <199808311214.WAA20232@cimlogic.com.au> In-Reply-To: <19980831123036.A17094@klemm.gtn.com> from Andreas Klemm at "Aug 31, 98 12:30:36 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
Andreas Klemm wrote: > /etc/make.conf contains BINFORMAT=elf Are you sure it hasn't got OBJFORMAT=elf too? > -------------------------------------------------------------- > Rebuilding bootstrap libraries > -------------------------------------------------------------- > cd /usr/src; > PATH=/usr/obj/aout/usr/src/tmp/sbin:/usr/obj/aout/usr/src/tmp/usr/sbin:/usr/obj/aout/usr/src/tmp/bin:/usr/obj/aout/usr/src/tmp/usr/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/games:/usr/local/sbin:/usr/X11R6/bin:/usr/local/pgsql/bin:/usr/local/java/bin:/root/bin > BISON_SIMPLE=/usr/obj/aout/usr/src/tmp/usr/share/misc/bison.simple > COMPILER_PATH=/usr/obj/aout/usr/src/tmp/usr/libexec:/usr/obj/aout/usr/src/tmp/usr/bin > GCC_EXEC_PREFIX=/usr/obj/aout/usr/src/tmp/usr/lib:/usr/obj/aout/usr/src/tmp/usr/lib/ > LD_LIBRARY_PATH=/usr/obj/aout/usr/src/tmp/usr/lib > LIBRARY_PATH=/usr/obj/aout/usr/src/tmp/usr/lib:/usr/obj/aout/usr/src/tmp/usr/lib > NOEXTRADEPEND=t > OBJFORMAT_PATH=/usr/obj/aout/usr/src/tmp/usr/libexec:/usr/libexec > /usr/obj/aout/usr/src/tmp/usr/bin/make DESTDIR=/usr/obj/aout/usr/src/tmp -f ^ | This is an aout build. ------------------------------------+ > Makefile.inc1 bootstrap-libraries > cd /home/src/lib/csu/i386-elf; /usr/obj/aout/usr/src/tmp/usr/bin/make ^ | But src/Makefile.inc1 is seeing OBJFORMAT=elf. This means that /etc/make.conf must be overriding OBJFORMAT. -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 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?199808311214.WAA20232>