On Wed, Mar 02, 2005 at 09:13:22AM -0700, M. Warner Losh wrote:
> 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.
> 
Besides, for NFS installs (by mounting /usr/src and /usr/obj and doing
install) to work at all, the following conditions all must be met:

1)  Architecture on both machines should be the same,
2)  CPUs on both machines should be compatible [*],
3)  FreeBSD versions should be IDENTICAL,
4)  The contents of /etc/make.conf should be compatible.

[*] Or the world on the build machine should be built with CFLAGS
compatible with the CPU on the install machine.


Cheers,
-- 
Ruslan Ermilov
[EMAIL PROTECTED]
FreeBSD committer

Attachment: pgpaJebCWLBrv.pgp
Description: PGP signature

Reply via email to