From owner-freebsd-current Sat Feb 21 05:16:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA23430 for freebsd-current-outgoing; Sat, 21 Feb 1998 05:16:28 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from mailhost (user-38lcbc6.dialup.mindspring.com [209.86.45.134]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id FAA23422 for ; Sat, 21 Feb 1998 05:16:25 -0800 (PST) (envelope-from rlb@mindspring.com) Received: from mindspring.com by mailhost with smtp (Smail3.1.29.1 #1) id m0y6En1-000G5ZC; Sat, 21 Feb 98 08:16 EST Message-ID: <34EED3B9.6FEBA73C@mindspring.com> Date: Sat, 21 Feb 1998 08:16:41 -0500 From: Ron Bolin X-Mailer: Mozilla 4.04 [en] (X11; I; SunOS 5.6 i86pc) MIME-Version: 1.0 To: FreeBSD Current Mailing List Subject: Current Builds but Make installworld bombs Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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