From owner-freebsd-questions Sun May 5 4:44:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by hub.freebsd.org (Postfix) with ESMTP id 23E6137B41D for ; Sun, 5 May 2002 04:44:03 -0700 (PDT) Received: from ppp2-197.ath.forthnet.gr Bernie_X@smtp-send.myrealbox.com [213.16.149.197] by smtp-send.myrealbox.com with Novell NIMS $Revision: 2.88.1.1 $ on Novell NetWare; Sun, 05 May 2002 05:43:56 -0600 Date: Sun, 5 May 2002 13:27:13 +0300 (EEST) From: Bernie X-X-Sender: root@BLAST To: freebsd-questions@FreeBSD.ORG Subject: buildworld problem -- newcomer Message-ID: <20020505131812.A52406-100000@BLAST> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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, i had 4.5 prerelease and tried to go to 4.5 release doing a buildworld. the first time i did it, the buildworld + kernel went ok but the installworld failed with an error about date. The i thought that may be that the date is incorrect and tried to change it, but it seems that the command date does not exist! T# date date: Command not found. then i deleted all /usr/obj and repeated the whole process from scretch but now buildworld fails and it seems it cant find the 'date' command. the error i'm getting from buildworld is: ting 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"' >> osreldat e.h; echo "#else" >> osreldate.h; echo \#'undef _ _FreeBSD_version' >> osreldate.h; echo \#'define __FreeBSD_version' $RELD ATE >> osreldate.h; echo "#endif" >> osreldate.h date: not found *** Error code 127 Stop in /usr/src/include. *** Error code 1 Stop in /usr/src. *** Error code 1 which from what i can see is caused by the the missing date command. at the moment, the kernel is updated so i'm running 4.5 release, but i cant do buildworld. any help would be much appreciated since i' stuck at the moment and i realy dont want to format and do it all from scretch... thanx in advance for your help regards, bernie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message