installworld breaks

John E Hein jhein at timing.com
Fri May 25 17:16:32 UTC 2007


Tom Judge wrote at 11:44 +0100 on May 25, 2007:
 > bill at rakupottery.org.uk 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.


More information about the freebsd-stable mailing list