Date: Thu, 21 Nov 2002 12:14:08 +0200 From: Ruslan Ermilov <ru@FreeBSD.ORG> To: Julian Elischer <julian@elischer.org> Cc: FreeBSD current users <current@FreeBSD.ORG> Subject: Re: installworld fell over Message-ID: <20021121101408.GB81999@sunbay.com> In-Reply-To: <Pine.BSF.4.21.0211210120470.99491-100000@InterJet.elischer.org> References: <Pine.BSF.4.21.0211210120470.99491-100000@InterJet.elischer.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--ZwgA9U+XZDXt4+m+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 21, 2002 at 01:25:44AM -0800, Julian Elischer wrote: >=20 > here: >=20 > -------------------------------------------------------------- > >>> Installing everything.. > -------------------------------------------------------------- > cd /usr/src; make -f Makefile.inc1 install > =3D=3D=3D> share/info > =3D=3D=3D> include > creating osreldate.h from newvers.sh > setvar PARAMFILE > /usr/src/include/../sys/sys/param.h; . /usr/src/include/../sys/conf/newv= ers.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 >=20 > has something changed in the build environment? > also, after that I got: > hostname: not found > expr: not found >=20 >=20 > has someone been fiddling with the PATH in the build? >=20 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.) Cheers, --=20 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 --ZwgA9U+XZDXt4+m+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE93LHwUkv4P6juNwoRArkGAJsH2QRMcGSEZ6OTYyO0z709ZCegoQCdHy2V 7ZvZi9cS6qbuqS/i2EG/Zkc= =I4mB -----END PGP SIGNATURE----- --ZwgA9U+XZDXt4+m+-- 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?20021121101408.GB81999>