From owner-freebsd-current@FreeBSD.ORG Thu Sep 2 12:22:04 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AEBB16A521 for ; Thu, 2 Sep 2004 12:22:04 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8724843D46 for ; Thu, 2 Sep 2004 12:22:03 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i82CLxlA059017 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 2 Sep 2004 15:22:00 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id i82CLxob001340; Thu, 2 Sep 2004 15:21:59 +0300 (EEST) (envelope-from ru) Date: Thu, 2 Sep 2004 15:21:59 +0300 From: Ruslan Ermilov To: Warren Liddell Message-ID: <20040902122159.GA1304@ip.net.ua> References: <200409022136.19142.shinjii@virusinfo.rdksupportinc.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="1yeeQ81UyVL57Vl7" Content-Disposition: inline In-Reply-To: <200409022136.19142.shinjii@virusinfo.rdksupportinc.com> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new cc: freebsd-current@FreeBSD.org Subject: Re: installworld failure X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2004 12:22:04 -0000 --1yeeQ81UyVL57Vl7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 02, 2004 at 09:36:19PM +1000, Warren Liddell wrote: > im running 6.0-CURRENT .. everything runs fine an di have had no errors, = bar=20 > the below. >=20 > I use a remote computer on my LAN to mount the src ports & obj dir & /usr= /src=20 > & /usr/obj where both mounted. im not familiar with this error as my=20 > 4.10-STABLE box running the same setup works perfectly fine. Any=20 > ideas/suggestions appreciated.... >=20 >=20 > -------------------------------------------------------------- > >>> Installing everything > -------------------------------------------------------------- > cd /usr/src; /usr/obj/usr/src/make.i386/make -f Makefile.inc1 install > =3D=3D=3D> share/info > =3D=3D=3D> include > creating osreldate.h from newvers.sh > touch: not found > *** Error code 127 >=20 > Stop in /usr/src/include. > *** Error code 1 >=20 FAQ question. There could be several reasons for this: 1. Your computer's date/time is set incorrectly (most likely). 2. You forgot to run buildworld before installworld, or updated sources *after* doing buildworld. 3. Some files in /usr/src have modification date/time pointing to the future. All of these confuses make(1) to think that it should do something, something that is not supposed to be done at install time. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --1yeeQ81UyVL57Vl7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBNxBnqRfpzJluFF4RAszTAJ0S8HxUz0KZMeeSyfvEwulK/btxmQCdGI7A yEvk5VyA05Jtw05cnAvZ6ok= =SXxP -----END PGP SIGNATURE----- --1yeeQ81UyVL57Vl7--