Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Mar 2005 09:13:22 -0700 (MST)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        veldy@veldy.net
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Build install error in latest RELENG_5
Message-ID:  <20050302.091322.112684861.imp@bsdimp.com>
In-Reply-To: <421DE027.70204@veldy.net>
References:  <421DE027.70204@veldy.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050302.091322.112684861.imp>