In message: <[EMAIL PROTECTED]>
            "Thomas T. Veldhouse" <[EMAIL PROTECTED]> 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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to