misc/79600: Problem with make installworld for 5.3-RELEASE-p6

arnaud de prelle arnaud at pnzone.net
Wed Apr 6 06:10:06 PDT 2005


>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 at 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:


More information about the freebsd-bugs mailing list