Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Apr 2003 13:31:21 +1000 (EST)
From:      Andrew <andrew@ugh.net.au>
To:        freebsd-stable@freebsd.org
Subject:   installworld (touch: not found)
Message-ID:  <20030423132139.J36204-100000@starbug.ugh.net.au>

next in thread | raw e-mail | index | archive | help
Hi All,

I just the "touch: not found" problem that seems to occur occaisonally
when installing world.

--------------------------------------------------------------
>>> 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


I was trying to upgrade from 4.6.1-RELEASE-p11 to 4.8-RELEASE. I managed
to work around the problem by editing /usr/src/sys/conf/newvers.sh and
putting in the full path to touch.

I don't know if this is a bug or something I have done wrong...I don't
know why just some boxes experience the problem.

Andrew



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030423132139.J36204-100000>