Date: Tue, 22 Oct 2002 15:11:09 +0000 From: "Clark C. Evans" <cce@clarkevans.com> To: freebsd-stable@freebsd.org Subject: installworld problem -- touch: not found Message-ID: <20021022151109.GA63699@doublegemini.com>
next in thread | raw e-mail | index | archive | help
With RELENG_4 fetched today (and yesterday) I'm experiencing the following problem, which wasn't there a few days past. Any help/ideas? This also occurs when installing to a temporary directory (installworld DEST=/tmp/image) Thanks! Clark # make installworld ... -------------------------------------------------------------- >>> 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/../sy /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" >> o reldate.h; echo \#'undef __FreeBSD_version' >> os eldate.h; echo \#'define __FreeBSD_version' $RELDATE >> osreldate.h; ec o "#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. # 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?20021022151109.GA63699>