From owner-freebsd-stable Fri Nov 21 21:12:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA12849 for stable-outgoing; Fri, 21 Nov 1997 21:12:42 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from bob.tri-lakes.net ([207.3.81.6]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id VAA12844 for ; Fri, 21 Nov 1997 21:12:39 -0800 (PST) (envelope-from cdillon@tri-lakes.net) Received: from [207.3.81.148] by bob.tri-lakes.net (NTMail 3.02.13) with ESMTP id oa350234 for ; Fri, 21 Nov 1997 23:13:35 -0600 Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Fri, 21 Nov 1997 23:09:02 -0600 (CST) From: Chris Dillon To: The Hermit Hacker Subject: RE: make world fails? Cc: stable@FreeBSD.ORG Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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)