From owner-freebsd-stable Wed Aug 14 11:44:14 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 504F037B400; Wed, 14 Aug 2002 11:44:08 -0700 (PDT) Received: from blackhelicopters.org (geburah.blackhelicopters.org [209.69.178.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71C9043E3B; Wed, 14 Aug 2002 11:44:07 -0700 (PDT) (envelope-from mwlucas@blackhelicopters.org) Received: from blackhelicopters.org (mwlucas@localhost [127.0.0.1]) by blackhelicopters.org (8.12.4/8.12.4) with ESMTP id g7EIi6cC088837; Wed, 14 Aug 2002 14:44:06 -0400 (EDT) (envelope-from mwlucas@blackhelicopters.org) Received: (from mwlucas@localhost) by blackhelicopters.org (8.12.4/8.12.4/Submit) id g7EIi6IJ088836; Wed, 14 Aug 2002 14:44:06 -0400 (EDT) Date: Wed, 14 Aug 2002 14:44:06 -0400 From: Michael Lucas To: Ruslan Ermilov Cc: Doug Kite , freebsd-stable@FreeBSD.ORG Subject: Re: make installworld fails Message-ID: <20020814144406.A88820@blackhelicopters.org> References: <20020814154147.65845.qmail@web13002.mail.yahoo.com> <20020814164600.GB54040@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020814164600.GB54040@sunbay.com>; from ru@FreeBSD.ORG on Wed, Aug 14, 2002 at 07:46:00PM +0300 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 Hmmm.... If this is a FAQ on the upgrade process, we should possibly include it in the upgrade instructions? On Wed, Aug 14, 2002 at 07:46:00PM +0300, Ruslan Ermilov wrote: > 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. > > > > Cvsup, buildworld, buildkernel and installkernel all > > went fine (as far as I know). > > > > When I try to do installworld, I get the message > > "touch: not found". Touch is in my path and runs fine. > > > > Any ideas would be greatly appreciated. I have been > > trying for days to get this done, running into first > > one problem then another. > > > > Thanks, > > Doug > > > > 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 > > cp `which $prog` /tmp/install.455; done > > cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj > > MACHINE_ARCH=i386 MACHINE=i386 > > OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec > > PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503 > > GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin > > GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font > > GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/share/tmac > > PATH=/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 > > /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 > > 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 > > > > -------------------------------------------------------------- > > >>> Installing everything.. > > -------------------------------------------------------------- > > cd /usr/src; make -f Makefile.inc1 install > > ===> share/info > > ===> include > > creating osreldate.h from newvers.sh > > setvar PARAMFILE /usr/src/include/../sys/sys/param.h; > > . /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; > > echo "#endif" >> osreldate.h > > touch: not found > > *** Error code 127 > > > > Stop in /usr/src/include. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > > Cheers, > -- > 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 -- Michael Lucas mwlucas@FreeBSD.org, mwlucas@BlackHelicopters.org http://www.oreillynet.com/pub/q/Big_Scary_Daemons Absolute BSD: http://www.AbsoluteBSD.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message