From owner-cvs-all Fri Feb 21 7:31:51 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FFCA37B4A6 for ; Fri, 21 Feb 2003 07:31:48 -0800 (PST) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EEF743FBF for ; Fri, 21 Feb 2003 07:31:43 -0800 (PST) (envelope-from ru@whale.sunbay.crimea.ua) Received: from whale.sunbay.crimea.ua (root@localhost) by whale.sunbay.crimea.ua (8.12.6/8.12.6/Sunbay) with SMTP id h1LFVau9064714 for ; Fri, 21 Feb 2003 17:31:36 +0200 (EET) (envelope-from ru@whale.sunbay.crimea.ua) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) by whale.sunbay.crimea.ua (8.12.6/8.12.6/Sunbay) with ESMTP id h1LFVZHR064697 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 21 Feb 2003 17:31:36 +0200 (EET) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.6/8.12.6/Submit) id h1LFVZUJ064692; Fri, 21 Feb 2003 17:31:35 +0200 (EET) Date: Fri, 21 Feb 2003 17:31:35 +0200 From: Ruslan Ermilov To: "Jacques A. Vidrine" Cc: Giorgos Keramidas , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20030221153135.GC54716@sunbay.com> References: <200302202039.h1KKdVQN058039@repoman.freebsd.org> <20030220233130.GD2486@gothmog.gr> <20030221134613.GA44424@sunbay.com> <20030221145306.GB54716@sunbay.com> <20030221150155.GA33429@madman.celabo.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gr/z0/N6AeWAPJVB" Content-Disposition: inline In-Reply-To: <20030221150155.GA33429@madman.celabo.org> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --gr/z0/N6AeWAPJVB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 21, 2003 at 09:01:55AM -0600, Jacques A. Vidrine wrote: > On Fri, Feb 21, 2003 at 04:53:06PM +0200, Ruslan Ermilov wrote: > > No, this can't be true. The only difference between RELENG_4_7 > > and HEAD versions of touch(1) is that the latter has the -h > > option, which can't be a problem for RELENG_4_7 (nor would > > bootstrapping of the RELENG_4_7 version of touch(1) be a > > solution should the problem have existed). >=20 > The problem is that touch is not in the path during `make release' (at > some point the path includes only stuff in /usr/obj/usr/src/i386/...), > so you get > ``touch: not found'' > fairly early. >=20 > If you give me time, I will reproduce and send you the logs when I'm > done with some more urgent issues. >=20 Ah, that! This I saw often during the initial (native) "make installworld", as the first step of "make release", if you forgot to rebuild your world before running ``make release'', or your sources have changed in between. Then installworld is trying to do something that was supposed to be already done by buildworld. ``touch'' is not used during install, and during build PATH always includes /usr/bin. So the only scenario for ``touch: not found'' is during install where it _should not_ be used. And this is the problem with your build environment, most likely a forgotten buildworld or wrong date/time (system or modification date of sources). My test ``make release'' is 40% done. :-) Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --gr/z0/N6AeWAPJVB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+VkZXUkv4P6juNwoRAn6FAJ9+N5baoPlZKYk2nKYsNp4o6wMNrACfZzdI jyqfsd04oWOPVsAGm9j1Qp4= =vI3a -----END PGP SIGNATURE----- --gr/z0/N6AeWAPJVB-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message