From owner-freebsd-questions Wed Jan 15 23:53:43 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 2046B37B401 for ; Wed, 15 Jan 2003 23:53:40 -0800 (PST) Received: from bernama.com (mail.bernama.com [202.188.124.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B0BA43E4A for ; Wed, 15 Jan 2003 23:53:39 -0800 (PST) (envelope-from selvam@bernama.com) Received: from admin [192.168.1.11] by bernama.com (SMTPD32-7.13) id A52F1AC011A; Thu, 16 Jan 2003 15:54:23 +0800 From: "Selvam" To: "Freebsd" Subject: make installworld failed Date: Thu, 16 Jan 2003 15:50:23 +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 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 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? Thanks in advance.. Selvam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message