Date: Tue, 10 Dec 2002 09:12:06 -0500 (EST) From: John Bleichert <syborg@stny.rr.com> To: freebsd-questions@freebsd.org Subject: make instalworld error Message-ID: <Pine.LNX.4.44.0212100910290.9170-100000@janeway.vonbek.dhs.org>
next in thread | raw e-mail | index | archive | help
I'm getting an error when running 'make installworld' which I haven't seen before (I normally do this in single user mode, I jumped into mulit-user to grab this output): -------------------------------------------------------------- >>> 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. -su-2.05b# ls -lR | grep osreldate.h -su-2.05b# which touch /usr/bin/touch ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Anyh idea why I'm getting this? The osreldate.h file doesn't exist below /usr/src - any idea why touch can't make it? Thanks - JB # John Bleichert # http://vonbek.dhs.org/latest.jpg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.44.0212100910290.9170-100000>