From owner-freebsd-stable@FreeBSD.ORG Tue Nov 23 13:23:51 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 531E616A4CE for ; Tue, 23 Nov 2004 13:23:51 +0000 (GMT) Received: from sys.heron.com.pl (sys.heron.com.pl [195.117.24.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFB1443D31 for ; Tue, 23 Nov 2004 13:23:37 +0000 (GMT) (envelope-from piotr.smyrak@heron.pl) Received: from localhost ([127.0.0.1] helo=poczta.heron.pl) by sys.heron.com.pl with esmtp (Exim 4.23) id 1CWabz-0009pY-RE; Tue, 23 Nov 2004 14:21:39 +0100 From: piotr.smyrak@heron.pl To: freebsd-stable@freebsd.org Date: Tue, 23 Nov 2004 14:21:39 +0100 Message-Id: <20041123130255.M32543@heron.pl> X-Mailer: WebMail at HERON 2.32 20040813 X-OriginatingIP: 83.24.90.26 (smyru) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Subject: 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: Tue, 23 Nov 2004 13:23:51 -0000 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 Stop in /usr/src. *** Error code 1 Stop in /usr/src. I found this: http://lists.freebsd.org/pipermail/freebsd-current/2004-October/040448.html but it doesn't seem to help. The buildworld I try to install is the same one I previously installed on the machine that built it, and it went fine. I was able to partially installkernel. Partially since it break at modules with "+for: not found". I made the modules install step by step by hand. ntbk@/usr/src # make -V MAKEOBJDIRPREFIX /usr/obj desk@/usr/src # cat /etc/exports /usr/obj /usr/src /usr/ports -ro -network 192.168.0.0 -mask 255.255.255.0 ntbk@/usr/src # mount | grep nfs desk:/usr/src on /usr/src (nfs, read-only) desk:/usr/obj on /usr/obj (nfs, read-only) ntbk@/usr/src # uname -srp FreeBSD 5.2.1-RELEASE-p4 i386 desk@/usr/src # uname -srp FreeBSD 5.3-STABLE i386 desk@/usr/src # head /etc/make.conf CFLAGS= -O -pipe PAPERSIZE= A4 A4= yes X_WINDOW_SYSTEM=xorg KERNCONF= SMYRU USA_RESIDENT= yes NOUUCP= true NOINFO= true NOPERL= true NOINFO= true NOINET6= true NOPROFILE= true # NO_PF= true # NO_CVS= true NO_I4B= true NO_LPR= true NO_BIND= true NO_VINUM= true NO_AUTHPF= true NO_FORTRAN= true NO_IPFILTER= true NO_KERBEROS= true NO_SENDMAIL= true NO_SHAREDOCS= true NO_BLUETOOTH= true ntbk@/usr/src # head /etc/make.conf CFLAGS= -O -pipe PAPERSIZE= A4 A4= yes X_WINDOW_SYSTEM=xfree86 KERNCONF= NTBK USA_RESIDENT= true NOUUCP= true NOINFO= true NOPERL= true NOINET6= true # NOGAMES= true NOPROFILE= true # NO_CVS= true # NO_PF= true NO_I4B= true NO_LPR= true NO_BIND= true NO_VINUM= true NO_AUTHPF= true NO_FORTRAN= true NO_IPFILTER= true NO_KERBEROS= true NO_SENDMAIL= true NO_SHAREDOCS= true NO_BLUETOOTH= true I am out of ideas. Any help appreciated. Let me know if I should provide you with more information on the system. TIA, -- Piotr Smyrak piotr.smyrak@heron.pl