Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Aug 2004 21:42:54 -0700
From:      kstewart <kstewart@owt.com>
To:        freebsd-stable@freebsd.org, shinjii@virusinfo.rdksupportinc.com
Subject:   Re: installworld Failure
Message-ID:  <200408202142.54564.kstewart@owt.com>
In-Reply-To: <200408211412.01483.shinjii@virusinfo.rdksupportinc.com>
References:  <200408211412.01483.shinjii@virusinfo.rdksupportinc.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 20 August 2004 09:12 pm, Warren Liddell wrote:
> Below is what happens when it gets to the install section.
>
>
> --------------------------------------------------------------
>
> >> 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
>

Touch being missing is almost always due to your system date being off. Check 
your date. If it is off, correct it, and rebuild your world again.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
Support the Bison at http://www.buffalofieldcampaign.org/



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