From owner-freebsd-stable Wed Aug 14 16: 8:54 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 F15B037B400; Wed, 14 Aug 2002 16:08:45 -0700 (PDT) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 565A443E6E; Wed, 14 Aug 2002 16:08:45 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id QAA23865; Wed, 14 Aug 2002 16:08:42 -0700 Message-ID: <3D5AE2FA.4030308@owt.com> Date: Wed, 14 Aug 2002 16:08:42 -0700 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: Michael Lucas Cc: Ruslan Ermilov , Doug Kite , freebsd-stable@FreeBSD.ORG Subject: Re: make installworld fails References: <20020814154147.65845.qmail@web13002.mail.yahoo.com> <20020814164600.GB54040@sunbay.com> <20020814144406.A88820@blackhelicopters.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Michael Lucas wrote: > Hmmm.... > > If this is a FAQ on the upgrade process, we should possibly include it > in the upgrade instructions? Using adjkerntz is in updating; however, if you search for 4.x-stable, it is in the page above what you are looking at. Kent > > 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 >> > > > -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message