Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Nov 2002 13:03:57 +1100 (EST)
From:      Andrew <andrew@ugh.net.au>
To:        freebsd-stable@freebsd.org
Subject:   make release broken (touch: not found)
Message-ID:  <20021123125306.K31658-100000@starbug.ugh.net.au>

next in thread | raw e-mail | index | archive | help
Hi,

I am trying to make release for 4.7-RELEASE-p2 and it is failing with
'touch: not found" (errors below). I found someone with a similar problem
in the archives
(http://docs.freebsd.org/cgi/getmsg.cgi?fetch=243803+0+/usr/local/www/db/text/2002/freebsd-stable/20021027.freebsd-stable)
but from the follow up they seem to indicate the problem has gone away but
I am still getting it.

I have to admit I can't even see where touch is called...

Thanks,

Andrew

===> 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

etc


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?20021123125306.K31658-100000>