Date: Sat, 13 Dec 2003 12:26:01 -0800 From: Kent Stewart <kstewart@owt.com> To: Remington <MrL0L@charter.net>, current@freebsd.org Subject: Re: make installworld failure Message-ID: <200312131226.01039.kstewart@owt.com> In-Reply-To: <3FDB0164.4030508@charter.net> References: <3FDB0164.4030508@charter.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 13 December 2003 04:09 am, Remington wrote: > I have been running into this problem for a few weeks now, when i get > > to make installworld it will: > >>> Installing everything.. > > -------------------------------------------------------------- > cd /usr/src; /usr/obj/usr/src/make.i386/make -f Makefile.inc1 install > ===> share/info > ===> include > creating osreldate.h from newvers.sh > 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. > > > Has anyone seen this or know mto fix this? The way i do upgrades goes > like this: > cd /usr/src > make buildworld > make buildkernel KERNCONF=GENERIC > make installkernel KERNCONF=GENERIC > reboot > cd /usr/src > mergemaster -p > make installworld > Check your system date. An out of date buildworld with respect to current source and the system date are the common causes. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312131226.01039.kstewart>