From owner-freebsd-stable Wed Oct 23 12:38:52 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 5D7DF37B401 for ; Wed, 23 Oct 2002 12:38:50 -0700 (PDT) Received: from vorbis.noc.easynet.net (vorbis.noc.easynet.net [195.40.1.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id E031E43E6A for ; Wed, 23 Oct 2002 12:38:49 -0700 (PDT) (envelope-from chrisy@vorbis.noc.easynet.net) Received: from chrisy by vorbis.noc.easynet.net with local (Exim 3.36 #1) id 184RKv-0009uT-00; Wed, 23 Oct 2002 20:38:37 +0100 Date: Wed, 23 Oct 2002 20:38:37 +0100 From: Chrisy Luke To: "Clark C. Evans" Cc: freebsd-stable@freebsd.org Subject: Re: installworld problem -- touch: not found Message-ID: <20021023193837.GA34164@flix.net> References: <20021022151109.GA63699@doublegemini.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021022151109.GA63699@doublegemini.com> User-Agent: Mutt/1.4i Organization: The Flirble Internet Exchange X-URL: http://www.flix.net/ X-FTP: ftp://ftp.flirble.org/ 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 I had this one one machine (of 4 I supped at the same time) about 2 or 3 weeks ago. It seems some PATH was set wrongly someplace, but my quick fix was to add "touch m4" in the following in /usr/src/Makefile.inc1: # installworld # # Installs everything compiled by a 'buildworld'. # distributeworld installworld: installcheck mkdir -p ${INSTALLTMP} 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 touch m4; do \ cp `which $$prog` ${INSTALLTMP}; \ done cd ${.CURDIR}; ${IMAKE} re${.TARGET:S/world$//} rm -rf ${INSTALLTMP} I've not seen it happen since either. Chris. Clark C. Evans wrote (on Oct 22): > With RELENG_4 fetched today (and yesterday) I'm experiencing > the following problem, which wasn't there a few days past. > Any help/ideas? This also occurs when installing to a > temporary directory (installworld DEST=/tmp/image) > > Thanks! Clark > > # make installworld > ... > -------------------------------------------------------------- > >>> 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/../sy > /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" >> o > reldate.h; echo \#'undef __FreeBSD_version' >> os > eldate.h; echo \#'define __FreeBSD_version' $RELDATE >> osreldate.h; ec > o "#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. > # > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > -- == chrisy@flix.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message