Build install error in latest RELENG_5
M. Warner Losh
imp at bsdimp.com
Wed Mar 2 16:15:00 GMT 2005
In message: <421DE027.70204 at veldy.net>
"Thomas T. Veldhouse" <veldy at 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
More information about the freebsd-stable
mailing list