Right away ... first thing! -------------------------------------------------------------- >>> Installing everything -------------------------------------------------------------- cd /usr/src; make -f Makefile.inc1 install ===> share/info install -o root -g wheel -m 444 dir-tmpl /usr/share/info/dir ===> include creating osreldate.h from newvers.sh touch: not found *** Error code 127 Stop in /usr/src/include. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ekg# -- Thomas T. Veldhouse Key Fingerprint: 07C7 BF05 4176 F50B A083 4542 0118 1315 761F D300 Spammers please contact me at renegade@veldy.net.
On Thu, Feb 24, 2005 at 08:09:43AM -0600, Thomas T. Veldhouse wrote:> Right away ... first thing! > > -------------------------------------------------------------- > >>> Installing everything > -------------------------------------------------------------- > cd /usr/src; make -f Makefile.inc1 install > ===> share/info > install -o root -g wheel -m 444 dir-tmpl /usr/share/info/dir > ===> include > creating osreldate.h from newvers.sh > touch: not found > *** Error code 127Verify your clock, and 'make cleandir; make cleandir'. Kris -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20050224/8a9d2838/attachment.bin
In message: <421DE027.70204@veldy.net> "Thomas T. Veldhouse" <veldy@veldy.net> writes: : Right away ... first thing! : : -------------------------------------------------------------- : >>> Installing everything : -------------------------------------------------------------- : cd /usr/src; make -f Makefile.inc1 install : ===> share/info : install -o root -g wheel -m 444 dir-tmpl /usr/share/info/dir : ===> include : creating osreldate.h from newvers.sh : touch: not found You have one of the canonical problems: (1) Time skew between building machine and installing machine (2) The path to the sources isn't exactly identical, in its canonical form, between building machine and installing machine (3) MAKEOBJDIRPREFIX is different between building and installing. Warner