Date: Fri, 21 Nov 1997 23:09:02 -0600 (CST) From: Chris Dillon <cdillon@tri-lakes.net> To: The Hermit Hacker <scrappy@hub.org> Cc: stable@FreeBSD.ORG Subject: RE: make world fails? Message-ID: <XFMail.971121231254.cdillon@tri-lakes.net> In-Reply-To: <Pine.NEB.3.95.971121121640.404H-100000@hub.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 21-Nov-97 The Hermit Hacker wrote: > > >I've got to be missing *something* here, but make world is failing right >at the onset, just after it recompiled 'make'. The following is with a >'make -DNOOBJDIR world', and I've gone into /usr/src/share/mk and >installed >that *just in case*...what else am I missing? *raised eyebrow*: > >-------------------------------------------------------------- > Making hierarchy >-------------------------------------------------------------- >cd /usr/local/src && >PATH=/usr/obj/usr/local/src/tmp/sbin:/usr/obj/usr/local/src/tmp/usr/sbin:/ >usr/obj/usr/local/src/tmp/bin:/usr/obj/usr/local/src/tmp/usr/bin:/usr/loca >l/bin:/usr/bin:/bin:/sbin:/usr/sbin:/usr/X11/bin:/usr/local/jdk/bin:/home/ >staff/scrapp >y/bin:/home/staff/scrappy/pgsql/bin:/home/staff/scrappy/pgsql/bin >BISON_SIMPLE=/usr/obj/usr/local/src/tmp/usr/share/misc/bison.simple >COMPILER_PATH=/usr/obj/usr/local/src/tmp/usr/libexec:/usr/obj/usr/local/sr >c/tmp/usr/bin GCC_EXEC_PREFIX=/usr/obj/usr/lo >cal/src/tmp/usr/lib/ LD_LIBRARY_PATH=/usr/obj/usr/local/src/tmp/usr/lib >LIBRARY_PATH=/usr/obj/usr/local/src/tmp/usr/lib:/usr/obj/usr/local/src/tmp >/usr/lib NOEXTRADEPEND=t /usr/obj/usr/local/src/tmp/usr/bin//usr/bin/make >DESTDIR=/usr/obj/usr/local/src/tm >p hierarchy >/usr/obj/usr/local/src/tmp/usr/bin//usr/bin/make: not found >*** Error code 2 > >Stop. >*** Error code 1 > >Stop. ># You stumbled onto the same thing I did, and I don't know if this is intentional on the part of the developers or not. You didn't say wether you did or not, but I have a hunch you called make with its fully qualified name, /usr/bin/make. World falls flat on its face if you do so. You must simply do a plain 'make world andotheroptions'. (What ever happened to always calling all your executables with fully qualified paths for security's sake?) :-) --- Chris Dillon --- cdillon@tri-lakes.net --- Powered by FreeBSD, the best operating system on the planet. ---- (http://www.freebsd.org)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.971121231254.cdillon>