From owner-freebsd-current@FreeBSD.ORG Mon Nov 28 21:51:23 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AE5316A41F for ; Mon, 28 Nov 2005 21:51:23 +0000 (GMT) (envelope-from forrie@forrie.com) Received: from forrie.com (c-24-62-224-187.hsd1.nh.comcast.net [24.62.224.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7122543D88 for ; Mon, 28 Nov 2005 21:51:14 +0000 (GMT) (envelope-from forrie@forrie.com) Received: from [192.168.1.98] ([192.168.1.98]) (authenticated bits=0) by forrie.com (8.13.4/8.13.4) with ESMTP id jASLpCUS002909; Mon, 28 Nov 2005 16:51:12 -0500 (EST) (envelope-from forrie@forrie.com) Message-ID: <438B7C43.4060506@forrie.com> Date: Mon, 28 Nov 2005 16:53:07 -0500 From: Forrest Aldrich User-Agent: Thunderbird 1.5 (Windows/20051123) MIME-Version: 1.0 To: Kent Stewart References: <438AB4FD.60703@forrie.com> <39563421@serv3.int.kfs.ru> <200511281328.48486.kstewart@owt.com> In-Reply-To: <200511281328.48486.kstewart@owt.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.87/1197/Mon Nov 28 13:09:01 2005 on forrie.com X-Virus-Status: Clean X-Mailman-Approved-At: Mon, 28 Nov 2005 22:32:29 +0000 Cc: Boris Samorodov , freebsd-current@freebsd.org Subject: Re: touch: not found X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Nov 2005 21:51:23 -0000 This may have been the problem. What I did was run a buildworld on a faster machine - then, installworld via an NFS mount and it worked. Thanks for everyone's help. Kent Stewart wrote: > On Monday 28 November 2005 05:44 am, Boris Samorodov wrote: > >> On Mon, 28 Nov 2005 02:42:53 -0500 Forrest Aldrich wrote: >> >>> Odd error with building FreeBSD-6 (cvsup'd today): >>> >>> ===> include (install) >>> creating osreldate.h from newvers.sh >>> touch: not found >>> *** Error code 127 >>> >>> Though clearly "touch" is in PATH and is found otherwise. >>> >>> Bug or typo somewhere? >>> >> How did you upgrade the system? >> >> > > His system clock is mostly likely off and he created files that are > older than he got with cvsup. Then, make thinks he needs to generate > them again before it does the install. > > All he has to do is set the system clock to the right time and redo the > update. > > Kent > >