From owner-freebsd-bugs@FreeBSD.ORG Wed Apr 6 13:10:06 2005 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9177D16A4CE for ; Wed, 6 Apr 2005 13:10:06 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 436C843D4C for ; Wed, 6 Apr 2005 13:10:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j36DA6XR099337 for ; Wed, 6 Apr 2005 13:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j36DA6XB099336; Wed, 6 Apr 2005 13:10:06 GMT (envelope-from gnats) Resent-Date: Wed, 6 Apr 2005 13:10:06 GMT Resent-Message-Id: <200504061310.j36DA6XB099336@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, arnaud de prelle Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E63916A4CE for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: misc/79600: Problem with make installworld for 5.3-RELEASE-p6 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2005 13:10:06 -0000 >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: