Date: Tue, 10 Dec 2002 12:10:12 -0500 (EST) From: John Bleichert <syborg@stny.rr.com> To: freebsd-questions@FreeBSD.ORG Subject: Re: make instalworld error Message-ID: <Pine.LNX.4.44.0212101208360.9170-100000@janeway.vonbek.dhs.org> In-Reply-To: <Pine.LNX.4.44.0212100910290.9170-100000@janeway.vonbek.dhs.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 10 Dec 2002, John Bleichert wrote: > 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 > > 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 > <snip> I had to 'make buildworld' and then 'make installworld' before doing the buildkernel and installkernel stuff, contrary to what the handbook says. I got the hint from README in /usr/src. I've never run into this before. But, oh well, it's all set now! 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.0212101208360.9170-100000>