From owner-freebsd-stable Wed Aug 14 9:46:20 2002 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 975DA37B400 for ; Wed, 14 Aug 2002 09:46:14 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEE2F43E7B for ; Wed, 14 Aug 2002 09:46:10 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g7EGk0w55662; Wed, 14 Aug 2002 19:46:00 +0300 (EEST) (envelope-from ru) Date: Wed, 14 Aug 2002 19:46:00 +0300 From: Ruslan Ermilov To: Doug Kite Cc: freebsd-stable@FreeBSD.ORG Subject: Re: make installworld fails Message-ID: <20020814164600.GB54040@sunbay.com> References: <20020814154147.65845.qmail@web13002.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="E39vaYmALEf/7YXx" Content-Disposition: inline In-Reply-To: <20020814154147.65845.qmail@web13002.mail.yahoo.com> User-Agent: Mutt/1.3.99i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --E39vaYmALEf/7YXx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable CHECK YOUR TIME, CHECK YOUR TIME, CHECK YOUR TIME!!! This is actually a FAQ question. make(1) attempts to build during the install which it is not supposed to be doing. This might be a cause if you rebooted into single-user with the new kernel and forgot to run adjkerntz -i. On Wed, Aug 14, 2002 at 08:41:47AM -0700, Doug Kite wrote: > I am trying to upgrade from 4.6-RELEASE to 4.6-STABLE. >=20 > Cvsup, buildworld, buildkernel and installkernel all > went fine (as far as I know). >=20 > When I try to do installworld, I get the message > "touch: not found". Touch is in my path and runs fine. >=20 > Any ideas would be greatly appreciated. I have been > trying for days to get this done, running into first > one problem then another.=20 >=20 > Thanks, > Doug >=20 > Following is the output of installworld: > # make installworld > mkdir -p /tmp/install.455 > for prog in [ awk cat chflags chmod chown date echo > egrep find grep ln make makewhatis mtree mv perl > pwd_mkdb rm sed sh sysctl test true uname wc zic; do=20 > cp `which $prog` /tmp/install.455; done > cd /usr/src; MAKEOBJDIRPREFIX=3D/usr/obj=20 > MACHINE_ARCH=3Di386 MACHINE=3Di386=20 > OBJFORMAT_PATH=3D/usr/obj/usr/src/i386/usr/libexec=20 > PERL5LIB=3D/usr/obj/usr/src/i386/usr/libdata/perl/5.00503 > GROFF_BIN_PATH=3D/usr/obj/usr/src/i386/usr/bin=20 > GROFF_FONT_PATH=3D/usr/obj/usr/src/i386/usr/share/groff_font > GROFF_TMAC_PATH=3D/usr/obj/usr/src/i386/usr/share/tmac=20 > PATH=3D/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/= obj/usr/src/i386/usr/games:/tmp/install.455 > make -f Makefile.inc1 reinstall > -------------------------------------------------------------- > >>> Making hierarchy > -------------------------------------------------------------- > cd /usr/src; make -f Makefile.inc1 hierarchy > cd /usr/src/etc; make distrib-dirs > set - `grep "^[a-zA-Z]" > /usr/src/etc/locale.deprecated`; while [ $# -gt 0 ] ; > do for dir in /usr/share/locale /usr/share/nls=20 > /usr/local/share/nls; do test -d /${dir} && cd > /${dir}; test -L "$2" && rm -rf "$2"; test \! -L > "$1" && test -d "$1" && mv "$1" "$2"; done; shift; > shift; done > mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p / > mtree -deU -f /usr/src/etc/mtree/BSD.var.dist -p /var > mtree -deU -f /usr/src/etc/mtree/BSD.usr.dist -p /usr > mtree -deU -f /usr/src/etc/mtree/BSD.include.dist -p > /usr/include > mtree -deU -f /usr/src/etc/mtree/BSD.include.dist -p > /usr/libdata/perl/5.00503/mach > mtree -deU -f /usr/src/etc/mtree/BSD.sendmail.dist -p > / > cd /; rm -f /sys; ln -s usr/src/sys sys > cd /usr/share/man/en.ISO8859-1; ln -sf ../man* . > cd /usr/share/man; set - `grep "^[a-zA-Z]" > /usr/src/etc/man.alias`; while [ $# -gt 0 ] ; do rm > -rf "$1"; ln -s "$2" "$1"; shift; shift; done > cd /usr/share/locale; set - `grep "^[a-zA-Z]" > /usr/src/etc/locale.alias`; while [ $# -gt 0 ] ; do=20 > rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done > cd /usr/share/nls; set - `grep "^[a-zA-Z]" > /usr/src/etc/nls.alias`; while [ $# -gt 0 ] ; do rm > -rf "$1"; ln -s "$2" "$1"; shift; shift; done >=20 > -------------------------------------------------------------- > >>> Installing everything.. > -------------------------------------------------------------- > cd /usr/src; make -f Makefile.inc1 install > =3D=3D=3D> share/info > =3D=3D=3D> include > creating osreldate.h from newvers.sh > setvar PARAMFILE /usr/src/include/../sys/sys/param.h;=20 > . /usr/src/include/../sys/conf/newvers.sh; echo > "$COPYRIGHT" > osreldate.h; echo "#ifdef _KERNEL" > >> osreldate.h; echo '#error "osreldate.h must not > be used in the kernel, use sys/param.h"' >> > osreldate.h; echo "#else" >> osreldate.h; echo > \#'undef __FreeBSD_version' >> osreldate.h; echo > \#'define __FreeBSD_version' $RELDATE >> osreldate.h;=20 > echo "#endif" >> osreldate.h > touch: not found > *** Error code 127 >=20 > Stop in /usr/src/include. > *** Error code 1 >=20 > Stop in /usr/src. > *** Error code 1 >=20 > Stop in /usr/src. > *** Error code 1 >=20 > Stop in /usr/src. > *** Error code 1 >=20 > Stop in /usr/src. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --E39vaYmALEf/7YXx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9WolIUkv4P6juNwoRAm9nAJ9YH8arDXNaZJjaXoNjBLFkNtM2/wCdHJ9T CuX7IAWQMc4P1E63G6ewOCg= =jlqj -----END PGP SIGNATURE----- --E39vaYmALEf/7YXx-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message