From owner-freebsd-stable@FreeBSD.ORG Mon Nov 29 07:20:16 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE43D16A4CF for ; Mon, 29 Nov 2004 07:20:16 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id D833E43D46 for ; Mon, 29 Nov 2004 07:20:16 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id CDD2272DF8; Sun, 28 Nov 2004 23:20:16 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id C853B72DD4; Sun, 28 Nov 2004 23:20:16 -0800 (PST) Date: Sun, 28 Nov 2004 23:20:16 -0800 (PST) From: Doug White To: piotr.smyrak@heron.pl In-Reply-To: <20041123130255.M32543@heron.pl> Message-ID: <20041128231702.W40277@carver.gumbysoft.com> References: <20041123130255.M32543@heron.pl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-stable@freebsd.org Subject: Re: cannot install -STABLE world on 5.2.1 via NFS X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 07:20:17 -0000 On Tue, 23 Nov 2004 piotr.smyrak@heron.pl wrote: > Hi, > > I am trying to upgrade an old laptop with 5.2.1 to -STABLE 5.3. As always I mounted > /usr/src and /usr/obj via NFS to the laptop, but when I try to make installworld in /usr/ > src, I got: > > ntbk@/usr/src # make installworld > mkdir -p /tmp/install.gS2oCXSs > for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep find grep ln > make mkdir mtree mv pwd_mkdb rm sed sh sysctl test true uname wc zic; do cp > `which $prog` /tmp/install.gS2oCXSs; done > +cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 > MACHINE=i386 CPUTYPE= GROFF_BIN_PATH=/usr/obj/usr/src/i386/legacy/usr/bin > GROFF_FONT_PATH=/usr/obj/usr/src/i386/legacy/usr/share/groff_font > GROFF_TMAC_PATH=/usr/obj/usr/src/i386/legacy/usr/share/tmac PATH=/usr/obj/usr/ > src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/bin:/usr/obj/usr/src/i386/legacy/ > usr/games:/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/ > i386/usr/games:/tmp/install.gS2oCXSs make -f Makefile.inc1 reinstall > *** Error code 127 Error 127 = command not found Its not finding the bootstrapped make because the build and install environments don't match. You can try make ALWAYS_CHECK_MAKE=yes installworld to attempt to force a rebuild, but exporting /usr/obj read-only will probably cause that to fail immediately. ache will probably chime in here shortly to say that this is not a supported configuration (where the build and install target machines are not the same release level). -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org