Date: Tue, 17 Feb 2004 21:10:45 -0800 From: Kent Stewart <kstewart@owt.com> To: freebsd-questions@freebsd.org Cc: matthew <matthew@netway.com> Subject: Re: Freebsd-4.9 Message-ID: <200402172110.45982.kstewart@owt.com> In-Reply-To: <20040217193459.T93562@admin1.mdc.net> References: <8258814A187BCF49BDEE435A5433B18BD8F274@exchange.drumbeatdigital.com> <20040217193459.T93562@admin1.mdc.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 17 February 2004 04:35 pm, matthew wrote: > On Tue, 17 Feb 2004, Dmitry Chorine wrote: > > Hi > > > > I just download ISO of 4.9-RELEASE and after installing I cvsup > > RELENG_4_9, after that I buildwolrd and buildkernel, kernel > > installed fine, but when I install world I get this error: > > > > -------------------------------------------------------------- > > > > >>> 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 > > What happened to the small program "touch"? > > bash-2.05b$ whereis touch > touch: /usr/bin/touch > > Do you have that program too? This is usually caused by a system date that is borked. Correct the system date/time and it should install just fine. You may have to rebuild the world before you can install. Kent > > m > > > 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. > > > > Any ideas? > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" -- 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?200402172110.45982.kstewart>