From owner-freebsd-questions Fri Jan 17 20: 3:10 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AAB337B401 for ; Fri, 17 Jan 2003 20:03:06 -0800 (PST) Received: from www.fastmail.fm (www.fastmail.fm [66.111.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81E3843F13 for ; Fri, 17 Jan 2003 20:03:05 -0800 (PST) (envelope-from murat+freebsd@bicer.org) Received: from www.fastmail.fm (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id E03631D45A for ; Fri, 17 Jan 2003 23:02:46 -0500 (EST) Received: from 127.0.0.1 ([127.0.0.1] helo=www.fastmail.fm) by fastmail.fm with SMTP; Fri, 17 Jan 2003 23:02:47 -0500 Received: by www.fastmail.fm (Postfix, from userid 99) id DC4621E44E; Fri, 17 Jan 2003 23:02:46 -0500 (EST) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.2 (F2.71; T1.001; A1.51; B2.12; Q2.03) From: "Murat Bicer" To: "Freebsd" Date: Fri, 17 Jan 2003 23:02:46 -0500 X-Epoch: 1042862566 X-Sasl-enc: pMh+cNhkUlkazkfBEYeD+w Subject: Re: make installworld failed References: <200301160111.10965.kstewart@owt.com> In-Reply-To: <200301160111.10965.kstewart@owt.com> Message-Id: <20030118040246.DC4621E44E@www.fastmail.fm> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You might need cd /usr/src && make cleandir && make cleandir If it keeps giving errors. -Murat On Thu, 16 Jan 2003 01:11:10 -0800, "Kent Stewart" said: > On Thursday 16 January 2003 12:56 am, Selvam wrote: > > Hi Kent, > > > > thanks for replying, I tried the way to tell my but still no avail.. > > I tried cvsup'ing again and i did the below :- > > > > # cd /usr/src > > # make buildkernel KERNCONF=MYKERNEL > > # make installkernel KERNCONF=MYKERNEL > > > > then i rebooted the server and ran > > # cd /usr/src > > # make installworld > > > > and still i get the same error..like below > > You didn't change anything. Your build created a file called > osreldate.h. The creation date of that file is bad. It is probably > older then the files that it was created from. So, it tries to redo > things and it can't because touch isn't one of the included files. > > You have to do "make buildworld" to recreate the files with the proper > date. > > Kent > > > > -------------------------------------------------------------- > > > > >>> 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 > > > > -----Original Message----- > > From: Kent Stewart [mailto:kstewart@owt.com] > > Sent: Thursday, January 16, 2003 4:37 PM > > To: Selvam; Freebsd > > Subject: Re: make installworld failed > > > > On Wednesday 15 January 2003 11:50 pm, Selvam wrote: > > > HI there, > > > > > > After cvsup i ran make buildkernel and installkernel but when i ran > > > make installworld for the binaries I ran into > > > some error like below :- > > > > > > -------------------------------------------------------------- > > > > > > >>> 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. > > > > > > What can be the problem? I remember reseting the date earlier; but > > > I ran make installworld after setting to new date. > > > Would this be athe problem? In that case what should I do? > > > > You needed to do the buildworld again. It still has the old date on > > files that it created. > > > > Kent > > > > > Thanks in advance.. > > > > > > Selvam > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > -- > Kent Stewart > Richland, WA > > http://users.owt.com/kstewart/index.html > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message