From owner-freebsd-questions Thu Jan 16 1: 0: 4 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 7292037B401 for ; Thu, 16 Jan 2003 01:00:01 -0800 (PST) Received: from bernama.com (webmail.bernama.com [202.188.124.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CAEF43F43 for ; Thu, 16 Jan 2003 00:59:59 -0800 (PST) (envelope-from selvam@bernama.com) Received: from admin [192.168.1.11] by bernama.com (SMTPD32-7.13) id A4BBA3010E; Thu, 16 Jan 2003 17:00:43 +0800 From: "Selvam" To: "Kent Stewart" , "Freebsd" Subject: RE: make installworld failed Date: Thu, 16 Jan 2003 16:56:43 +0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4920.2300 In-Reply-To: <200301160036.36916.kstewart@owt.com> Importance: Normal 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 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 -------------------------------------------------------------- >>> 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