Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2002 02:20:21 -0800 (PST)
From:      Julian Elischer <julian@elischer.org>
To:        Ruslan Ermilov <ru@FreeBSD.ORG>
Cc:        FreeBSD current users <current@FreeBSD.ORG>
Subject:   Re: installworld fell over
Message-ID:  <Pine.BSF.4.21.0211210218330.99491-100000@InterJet.elischer.org>
In-Reply-To: <20021121101408.GB81999@sunbay.com>

next in thread | previous in thread | raw e-mail | index | archive | help


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,
> ru@sunbay.com		Sunbay Software AG,
> ru@FreeBSD.org		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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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