From owner-freebsd-current Thu Nov 21 2:25:11 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CE3D37B401; Thu, 21 Nov 2002 02:25:09 -0800 (PST) Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F4A343E8A; Thu, 21 Nov 2002 02:25:09 -0800 (PST) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org (12-232-168-4.client.attbi.com[12.232.168.4]) by rwcrmhc53.attbi.com (rwcrmhc53) with ESMTP id <2002112110250605300ieh5ie>; Thu, 21 Nov 2002 10:25:06 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id CAA00719; Thu, 21 Nov 2002 02:20:24 -0800 (PST) Date: Thu, 21 Nov 2002 02:20:21 -0800 (PST) From: Julian Elischer To: Ruslan Ermilov Cc: FreeBSD current users Subject: Re: installworld fell over In-Reply-To: <20021121101408.GB81999@sunbay.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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