Date: Sun, 01 Sep 2002 05:14:13 -0700 From: Kent Stewart <kstewart@owt.com> To: Anders Andersson <anders@hack.org> Cc: stable@FreeBSD.ORG Subject: Re: make installworld broken Message-ID: <3D720495.3070906@owt.com> References: <20020901103456.GA685@sushi.sanyusan.se>
next in thread | previous in thread | raw e-mail | index | archive | help
Anders Andersson wrote: > On a fresh system during make installworld: > > 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 "#els > e" >> 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 This only happens when your system date is way off during the installworld. You may also need to run adjkerntz -i before you start your installworld. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D720495.3070906>