Date: Sat, 21 Feb 1998 08:16:41 -0500 From: Ron Bolin <rlb@mindspring.com> To: FreeBSD Current Mailing List <freebsd-current@FreeBSD.ORG> Subject: Current Builds but Make installworld bombs Message-ID: <34EED3B9.6FEBA73C@mindspring.com>
next in thread | raw e-mail | index | archive | help
In building current 2-20-98 I find that the current top level Makefile is not set to use the path where the actual files are. The buildworld and the installworld don't seem to be matching up for the installation path. Here we can see that installworld can't find echo. In fact echo is in /usr/obj/usr/src/bin not /usr/obj/usr/src/tmp/bin. cd /usr/src && PATH=/usr/obj/usr/src/tmp/sbin:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/bin:/usr/obj/usr/src/tmp/usr/bin BISON_SIMPLE=/usr/obj/usr/src/tmp/usr/share/misc/bison.simple COMPILER_PATH=/usr/obj/usr/src/tmp/usr/libexec:/usr/obj/usr/src/tmp/usr/bin GCC_EXEC_PREFIX=/usr/obj/usr/src/tmp/usr/lib/ LD_LIBRARY_PATH=/usr/obj/usr/src/tmp/usr/lib LIBRARY_PATH=/usr/obj/usr/src/tmp/usr/lib:/usr/obj/usr/src/tmp/usr/lib CC='cc -nostdinc' /usr/obj/usr/src/tmp/usr/bin/make reinstall echo: not found *** Error code 1 Ron -- ------------------------------------------------------------------------------- Ron Bolin, Sr. Software Eng, NetChannel Web: http://www.netchannel.net E-mail: rbolin@netchannel.net Web: http://www.gsu.edu/~gs01rlb Ph: 770-729-2929 Ext 249 Hm: 770-992-8877 Web: http://www.mindspring.com/~rlb ------------------------------------------------------------------------------- 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?34EED3B9.6FEBA73C>