Tom Judge wrote at 11:44 +0100 on May 25, 2007:
 > [EMAIL PROTECTED] wrote:
 > > cvsup and built around 20.30 BST
 > > cd /usr/src; make -f Makefile.inc1 install
 > > ===> share/info install
 > > ===> include install
 > > creating osreldate.h from newvers.sh
 > > touch: not found
 > > ***error code 127
 > > Stop in /usr/src/include
 > > ***error code 1
 > > I tried cd usr.bin/touch && make && make install
 > > but it does not seem to have any effect
 > > any offers?
 > > cheers
 > 
 > 
 > I have seen this problem when PATH was not set correctly.

Lots of things can make this happen, but basically the installworld
thinks it needs to build a new osreldate.h that should have been built
by buildworld.  Here are a couple causes...

 - updating newvers.sh without an intervening buildworld, then trying
   installworld

 - mismatched system times on systems using NFS

Try re-doing buildworld, then installworld again.
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to