From owner-freebsd-sparc64@FreeBSD.ORG Thu Apr 22 07:33:39 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4BA316A4CE for ; Thu, 22 Apr 2004 07:33:39 -0700 (PDT) Received: from silver.teardrop.org (silver.teardrop.org [66.150.202.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id B60E943D58 for ; Thu, 22 Apr 2004 07:33:39 -0700 (PDT) (envelope-from snow@teardrop.org) Received: by silver.teardrop.org (Postfix, from userid 100) id 5A00F26C16; Thu, 22 Apr 2004 10:34:39 -0400 (EDT) Date: Thu, 22 Apr 2004 10:34:39 -0400 From: James Snow To: freebsd-sparc64@freebsd.org Message-ID: <20040422143439.GA3886@teardrop.org> References: <20040421213917.GA693@teardrop.org> <20040421214536.GA10046@electra.cse.Buffalo.EDU> <20040421215444.GB693@teardrop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040421215444.GB693@teardrop.org> User-Agent: Mutt/1.4.1i Subject: Re: 'make installworld' can't find /usr/bin/touch? X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Apr 2004 14:33:39 -0000 This was indeed the cause of the problem. Thanks again. Summary for those searching the lists: 'make installworld' was failing like so: -------------------------------------------------------------- >>> Installing everything.. -------------------------------------------------------------- cd /usr/src; make -f Makefile.inc1 install ===> share/info ===> include creating osreldate.h from newvers.sh touch: not found *** Error code 127 The time on the machine was a little over a month in the past. (Brand new install, still setting it up.) Synchronizing the clock and doing a 'make clean && make buildworld && ...' fixed the problem. -Snow On Wed, Apr 21, 2004 at 05:54:44PM -0400, James Snow wrote: > On Wed, Apr 21, 2004 at 05:45:36PM -0400, Ken Smith wrote: > > > > Try checking the current date/time your computer thinks it has. > > I've had these errors and it turned out the computer thought > > the date was *really* outrageous. > > It was indeed living somewhat in the past: > > Sun Mar 7 20:58:25 EST 2004 > > Synchronized it with my local timeserver and an immediate > 'make installworld' fails the same way. Starting over with a > make clean, buildkernel, buildworld, etc. We'll see how that > fares. (It'll be a while.) > > Thanks for the tip. > > > -Snow > > _______________________________________________ > freebsd-sparc64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-sparc64 > To unsubscribe, send any mail to "freebsd-sparc64-unsubscribe@freebsd.org"