Date: Thu, 17 Nov 2005 14:32:31 +0300 From: Boris Samorodov <bsam@ipt.ru> To: freebsd-current@FreeBSD.org Subject: installworld failed: Update 6.0-RC1 to 7-CURRENT Message-ID: <61156528@srv.sem.ipt.ru>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
# uname -srm
FreeBSD 6.0-RC1 amd64
At update to 7-CURRENT (cvsupped a couple of hours ago):
--------------------------------------------------------------
>>> Installing everything
--------------------------------------------------------------
cd /usr/src; make -f Makefile.inc1 install
===> share/info (install)
===> include (install)
creating osreldate.h from newvers.sh
touch: not found
*** Error code 127
Stop in /usr/src/include.
*** Error code 1
-----
Next patch helped.
[-- Attachment #2 --]
--- Makefile.inc1.orig Thu Nov 17 11:16:08 2005
+++ Makefile.inc1 Thu Nov 17 11:16:38 2005
@@ -537,7 +537,7 @@
for prog in [ awk cap_mkdb cat chflags chmod chown \
date echo egrep find grep install-info \
ln lockf make mkdir mtree mv pwd_mkdb rm sed sh sysctl \
- test true uname wc zic; do \
+ test touch true uname wc zic; do \
cp `which $$prog` ${INSTALLTMP}; \
done
${_+_}cd ${.CURDIR}; ${IMAKE} re${.TARGET:S/world$//}
[-- Attachment #3 --]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?61156528>
