From owner-freebsd-questions@FreeBSD.ORG Thu Mar 3 22:39:19 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D40A16A4CE for ; Thu, 3 Mar 2005 22:39:19 +0000 (GMT) Received: from smtp.owt.com (smtp.owt.com [204.118.6.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B3E843D49 for ; Thu, 3 Mar 2005 22:39:18 +0000 (GMT) (envelope-from kstewart@owt.com) Received: from [207.41.94.233] (owt-207-41-94-233.owt.com [207.41.94.233]) by smtp.owt.com (8.12.8/8.12.8) with ESMTP id j23McSt3009661; Thu, 3 Mar 2005 14:38:29 -0800 From: Kent Stewart To: freebsd-questions@freebsd.org, Aaron Nichols Date: Thu, 3 Mar 2005 14:39:16 -0800 User-Agent: KMail/1.7.2 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503031439.16607.kstewart@owt.com> Subject: Re: RELENG_5_3 to RELENG_5 make installworld fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2005 22:39:19 -0000 On Thursday 03 March 2005 02:21 pm, Aaron Nichols wrote: > Hello World, > Just got 5.3-RELEASE installed yesterday on this system and was > cvsup'ing to 5-STABLE today. Used the following process, based on > /usr/src/UPDATING (as well as the countless times I've done this > before), and got the error below during 'installworld'. I did this > same update (from 5.3-RELEASE to 5.4-PRERELEASE) a week ago and it > worked fine, however I also noticed that mergemaster -p wanted a few > user accounts setup prior to installworld, related to pf/pfauth - > that no longer seems to be a requirement so I'm concerned I missed a > step or made some other bonehead move that I'm not aware of. You missed a step. Your system clock is off and that makes the installworld try to use touch. Set your system clock and you may have to remake your world but it should install. Kent > > cvsup'ed w/ the following basic values in supfile (no, this is not > the entirety of the file) > *default host=cvsup17.FreeBSD.org > *default base=/var/db > *default prefix=/usr > *default release=cvs tag=RELENG_5 > *default delete use-rel-suffix > > # cd /usr/src > # make buildworld > # make buildkernel KERNCONF=GENERIC > # mergemaster -p > # make installkernel KERNCONF=GENERIC > # make installworld > > At this point - it gets started and then dies here: > > -------------------------------------------------------------- > > >>> Installing everything > > -------------------------------------------------------------- > cd /usr/src; make -f Makefile.inc1 install > ===> share/info > ===> include > creating osreldate.h from newvers.sh > 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. > > > I've check through the archives - not exhaustively - and found a few > references to the "touch: not found" error - but nothing which led me > toward getting this fixed. > > Ideas? Perhaps a better place to ask? At this point - I've got the > kernel installed and can't get world installed - I could cvsup back > to -RELEASE and get back to a safe state, but I'd rather get this > little wrinkle worked out. > > Thanks, > Aaron > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html