Date: Wed, 27 Jan 1999 10:39:32 -0600 From: "Thomas T. Veldhouse" <veldy@visi.com> To: "FreeBSD-Stable" <freebsd-stable@FreeBSD.ORG> Subject: installworld over NFS doesn't seem to work Message-ID: <00a701be4a13$9e25bd20$236319ac@w142844.carlson.com>
next in thread | raw e-mail | index | archive | help
Hello, I did the buildworld (3.0-STABLE) on my fast box (P2-333) in the /usr/src. I went over to the other box (486-100) and NFS mouted /usr under /mnt. I then went: cd /mnt/src and tried the following which errored out: slowpoke# make -DNOAOUT installworld cd /mnt/src; PATH=/usr/obj/mnt/src/tmp/sbin:/usr/obj/mnt/src/tmp/usr/sbin:/usr/o bj/mnt/src/tmp/bin:/usr/obj/mnt/src/tmp/usr/bin BISON_SIMPLE=/usr/obj/mnt/src/tm p/usr/share/misc/bison.simple COMPILER_PATH=/usr/obj/mnt/src/tmp/usr/libexec:/u sr/obj/mnt/src/tmp/usr/bin GCC_EXEC_PREFIX=/usr/obj/mnt/src/tmp/usr/lib:/usr/ob j/mnt/src/tmp/usr/lib/ LD_LIBRARY_PATH=/usr/obj/mnt/src/tmp/usr/lib LIBRARY_PA TH=/usr/obj/mnt/src/tmp/usr/lib:/usr/obj/mnt/src/tmp/usr/lib PERL5LIB=/usr/libd ata/perl/5.00502 OBJFORMAT_PATH=/usr/obj/mnt/src/tmp/usr/libexec CFLAGS="-nost dinc -O -pipe" /usr/obj/mnt/src/tmp/usr/bin/make -f Makefile.inc1 reinstall /usr/obj/mnt/src/tmp/usr/bin/make: not found *** Error code 127 Stop. *** Error code 1 Stop. *** Error code 1 Stop. I tried creating various links first, but make insists upon creating this mythical PATH setup that makes absolutely no sense. I really don't want to "buildworld" over NFS if I don't have too. Any ideas? I need to get the box upgraded from 3.0-RELEASE so that I can build the current ports, among other reasons. Tom Veldhouse veldy@visi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00a701be4a13$9e25bd20$236319ac>