Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Apr 2003 21:02:03 -0700
From:      Kent Stewart <kstewart@owt.com>
To:        Andrew <andrew@ugh.net.au>, freebsd-stable@freebsd.org
Subject:   Re: installworld (touch: not found)
Message-ID:  <200304222102.03349.kstewart@owt.com>
In-Reply-To: <20030423132139.J36204-100000@starbug.ugh.net.au>
References:  <20030423132139.J36204-100000@starbug.ugh.net.au>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 22 April 2003 08:31 pm, Andrew wrote:
> 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.
>


Check your system date. When it is wrong (slow), make thinks it needs to 
touch a file when it shouldn't need to.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html



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