On Thu, 21 Nov 2002, Ruslan Ermilov wrote:

> On Thu, Nov 21, 2002 at 01:25:44AM -0800, Julian Elischer wrote:
> > 
> > here:
> > 
> > --------------------------------------------------------------
> > >>> 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 "/usr/include/osreldate.h
> > cannot 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
> > 
> > has something changed in the build environment?
> >  also, after that I got:
> > hostname: not found
> > expr: not found
> > 
> > 
> > has someone been fiddling with the PATH in the build?
> > 
> This is a FAQ question -- installworld is trying to do what buildworld
> was supposed to do.  This can be caused by a number of reasons: either
> your computer's date/time is set incorrectly, or you updated sources
> and forgot to re-buildworld, or some sources' modtime is set to point
> to the future causing them to fake make(1) to think they should always
> be rebuild.  (All of this is of course assumes that the buildworld and
> installworld were run with the same options, the same MAKEOBJDIRPREFIX,
> tc.)

Thanks i did a few operations between the buildworld and the
installworld.. but nothing drastic..

I then did a make buildkernel and that seems to have fixed it (?)



> 
> 
> Cheers,
> -- 
> Ruslan Ermilov                Sysadmin and DBA,
> [EMAIL PROTECTED]         Sunbay Software AG,
> [EMAIL PROTECTED]                FreeBSD committer,
> +380.652.512.251      Simferopol, Ukraine
> 
> http://www.FreeBSD.org        The Power To Serve
> http://www.oracle.com Enabling The Information Age
> 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to