From nobody@FreeBSD.org  Wed Apr  6 13:01:25 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6E63916A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  6 Apr 2005 13:01:25 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 539ED43D2D
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  6 Apr 2005 13:01:25 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j36D1PcC008592
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 6 Apr 2005 13:01:25 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j36D1PMj008591;
	Wed, 6 Apr 2005 13:01:25 GMT
	(envelope-from nobody)
Message-Id: <200504061301.j36D1PMj008591@www.freebsd.org>
Date: Wed, 6 Apr 2005 13:01:25 GMT
From: arnaud de prelle <arnaud@pnzone.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Problem with make installworld for 5.3-RELEASE-p6
X-Send-Pr-Version: www-2.3

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 06 13:10:05 GMT 2005
>Closed-Date:    Wed Apr 06 20:10:58 GMT 2005
>Last-Modified:  Wed Apr 06 20:10:58 GMT 2005
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: keramida 
State-Changed-When: Wed Apr 6 13:45:43 GMT 2005 
State-Changed-Why:  
This is usually a problem if your system time is not set correctly while 
installworld runs.  If your system clock is not set to UTC, but to the 
local time, before you start installworld in single user mode you should 
make sure adjkerntz runs: 

# adjkerntz -i 

Can you try again by running adjkerntz without your diff, please? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=79600 

From: arnaud de prelle <adeprell@ulb.ac.be>
To: freebsd-gnats-submit@FreeBSD.org, arnaud@pnzone.net
Cc:  
Subject: Re: misc/79600: Problem with make installworld for 5.3-RELEASE-p6
Date: Wed, 06 Apr 2005 21:52:09 +0200

 Hi,
 
 Well, I tried again but since my world has been installed, the problem 
 isn't reproducing anymore.
 So I can't test it.
 
 I Will try later if I got the same problem.
 
 Thank you.
State-Changed-From-To: feedback->closed 
State-Changed-By: linimon 
State-Changed-When: Wed Apr 6 20:10:37 GMT 2005 
State-Changed-Why:  
Submitter notes that problem is no longer reproducible. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=79600 
>Unformatted:
