Date: Wed, 6 Apr 2005 13:01:25 GMT From: arnaud de prelle <arnaud@pnzone.net> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/79600: Problem with make installworld for 5.3-RELEASE-p6 Message-ID: <200504061301.j36D1PMj008591@www.freebsd.org> Resent-Message-ID: <200504061310.j36DA6XB099336@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 79600
>Category: misc
>Synopsis: Problem with make installworld for 5.3-RELEASE-p6
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Wed Apr 06 13:10:05 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: arnaud de prelle
>Release: 5.3-RELEASE-p6
>Organization:
>Environment:
FreeBSD bep-pc1 5.3-RELEASE-p6 FreeBSD 5.3-RELEASE-p6 #1: Sat Apr 2 20:12:16 CEST 2005 apn@bep-pc1:/usr/obj/usr/src/sys/BEPkernel i38
>Description:
Problem with touch at make installworld phase, it can't find it even if is in the PATH.
>How-To-Repeat:
Everytime
>Fix:
Here is the simple 'diff -c' file to resolve the problem:
--- /usr/src/sys/conf/newvers.sh_good Wed Apr 6 14:52:46 2005
+++ /usr/src/sys/conf/newvers.sh Wed Apr 6 14:53:12 2005
@@ -80,7 +80,7 @@
echo 0 > version
fi
-touch version
+/usr/bin/touch version
v=`cat version` u=${USER-root} d=`pwd` h=${HOSTNAME-`hostname`} t=`date`
i=`${MAKE:-make} -V KERN_IDENT`
cat << EOF > vers.c
>Release-Note:
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504061301.j36D1PMj008591>
