Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jun 2005 03:29:51 -0700 (PDT)
From:      Mike Brown <mike@hyperreal.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: installworld failure - osreldate.h
Message-ID:  <20050607102951.84162.qmail@hyperreal.org>
In-Reply-To: <20050607101942.78536.qmail@hyperreal.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Mike Brown wrote:
> Hi all,
> 
> Any idea what would be causing this during a routine upgrade of FreeBSD 
> 4.10-STABLE (Dec 1 2004) to today's STABLE? newvers.sh has a 'touch version' 
> in it, but I don't see how that could ever produce 'not found'.

(and my system clock is OK; I just ran ntpdate again to be sure.
I also ran adjkerntz -i)

> --------------------------------------------------------------
> >>> 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
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.



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