Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Apr 2004 10:34:39 -0400
From:      James Snow <snow@teardrop.org>
To:        freebsd-sparc64@freebsd.org
Subject:   Re: 'make installworld' can't find /usr/bin/touch?
Message-ID:  <20040422143439.GA3886@teardrop.org>
In-Reply-To: <20040421215444.GB693@teardrop.org>
References:  <20040421213917.GA693@teardrop.org> <20040421214536.GA10046@electra.cse.Buffalo.EDU> <20040421215444.GB693@teardrop.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040422143439.GA3886>