From owner-freebsd-stable@FreeBSD.ORG Fri Sep 16 08:03:12 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14385106564A for ; Fri, 16 Sep 2011 08:03:12 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id BAFC08FC0A for ; Fri, 16 Sep 2011 08:03:11 +0000 (UTC) Received: by yxk36 with SMTP id 36so3392518yxk.13 for ; Fri, 16 Sep 2011 01:03:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to; bh=7JLRH0GDp5brK3KzM7Oo/h74hMyr1p3X3L8mpot0xn4=; b=J6u0VZRHnyZH693kTubWOYNDt71t6GNtCUVyJyrK3XcBZ5h7EHD5o2KOgeH1pbuMQF sFjgGLrSv8rxfVTRFfwfKb2g955Nx0UXVUGjGa7lLCW1g4VtkDjFyfVPH7iQLa1uut8q ZKztAWpo87qrQtjRPavEDO+w+cVLXByU+gocY= Received: by 10.150.213.10 with SMTP id l10mr2106317ybg.283.1316160190129; Fri, 16 Sep 2011 01:03:10 -0700 (PDT) Received: from DataIX.net (adsl-99-190-81-85.dsl.klmzmi.sbcglobal.net [99.190.81.85]) by mx.google.com with ESMTPS id 11sm21704996ant.0.2011.09.16.01.03.07 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 16 Sep 2011 01:03:08 -0700 (PDT) Sender: Jason Hellenthal Received: from DataIX.net (localhost [127.0.0.1]) by DataIX.net (8.14.5/8.14.5) with ESMTP id p8G833dZ030139 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 16 Sep 2011 04:03:05 -0400 (EDT) (envelope-from jhell@DataIX.net) Received: (from jhell@localhost) by DataIX.net (8.14.5/8.14.5/Submit) id p8G832Re030138; Fri, 16 Sep 2011 04:03:02 -0400 (EDT) (envelope-from jhell@DataIX.net) Date: Fri, 16 Sep 2011 04:03:02 -0400 From: Jason Hellenthal To: Jeremy Chadwick Message-ID: <20110916080302.GC18043@DataIX.net> References: <807974.3757131316022987517.JavaMail.defaultUser@defaultHost> <20110916061813.GB18043@DataIX.net> <20110916064313.GA25602@icarus.home.lan> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tqI+Z3u+9OQ7kwn0" Content-Disposition: inline In-Reply-To: <20110916064313.GA25602@icarus.home.lan> Cc: demelier.david@gmail.com, Barbara , freebsd-stable Subject: Re: R: make installworld fails (touch not found) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2011 08:03:12 -0000 --tqI+Z3u+9OQ7kwn0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 15, 2011 at 11:43:13PM -0700, Jeremy Chadwick wrote: > On Fri, Sep 16, 2011 at 02:18:13AM -0400, Jason Hellenthal wrote: > >=20 > >=20 > > On Wed, Sep 14, 2011 at 07:56:27PM +0200, Barbara wrote: > > >=20 > > > > > > > >Hi, > > > > > > > >Today I pulled up the last changes for RELENG_8 branch and I got an= =20 > > > >error when doing the make installworld target : > > > > > > > >=3D=3D=3D> gnu/usr.bin/texinfo/doc (install) > > > >install-info --quiet --defsection=3DMiscellaneous --defentry=3D i= nfo.info=20 > > > >/usr/share/info/dir > > > >install-info --quiet --defsection=3DMiscellaneous --defentry=3D=20 > > > >info-stnd.info /usr/share/info/dir > > > >install-info --quiet --defsection=3DMiscellaneous --defentry=3D=20 > > > >texinfo.info /usr/share/info/dir > > > >install -o root -g wheel -m 444 info.info.gz info-stnd.info.gz=20 > > > >texinfo.info.gz /usr/share/info > > > >=3D=3D=3D> include (install) > > > >creating osreldate.h from newvers.sh > > > >touch: not found > > > >*** Error code 127 > > > > > > > >Stop in /usr/src/include. > > > >*** Error code 1 > > > > > > > >Anyone having the same issue? > > > > > > > >Cheers, > > >=20 > > > Forgot to "adjkerntz -i"? > > >=20 > >=20 > > Don't get why all these references for time are popping up here and why > > everyone seems to think that would make the PATH variable get cut short > > from the environment that newvers.sh is running in, but see the post I > > made to the real thread a few moments earlier. >=20 > I believe it's based on the fact that make(1) "freaks out" if the clock > skews too much (particularly, I imagine, if the clock goes backwards). > "Freaks out" means starts behaving oddly. There is confirmed evidence > of this happening -- it doesn't affect "PATH problems" (for lack of > better phrasing; I hope folks know what I mean by this, I'm not implying > one's dot-files are wrong, etc.), but it does show up as files not > getting compiled or make just bailing at odd/unexpected times. >=20 On another note relative to this I have noticed this failing more often when running a build in tmux(1). Not sure why that has anything to do with it but taking a guess its because of the imposed login environment or lack thereof thats effecting PATH. When inspected by adding a "echo ${PATH}" and a 'env' command above the touch line when this was happening it shown that /usr/bin was not in the PATH. But again not real sure why that happened and never bothered to look further. This is where watch(8) and snooping on the console came in handy for remote builds rather than having to use screen(1) or tmux(1) --tqI+Z3u+9OQ7kwn0 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) Comment: http://bit.ly/0x89D8547E iQEcBAEBAgAGBQJOcwK1AAoJEJBXh4mJ2FR+jJAH/R8F8PYBauY16s7KVSXVVBRy fs/DlDeDhYUsjTbXyI2od1mqouVHC9NY1GQCNjBfOpUM8FoNOkQWm7KuuW+2TBuR SbfLwpc90nkzDFJ/hjkm4p7AuxGCmlzf9nCqZuenZ0du2qbQ/yi7ORO5GzdGc03f 8byC/DYDIKyvOIqRJrLIOgRiZrXF+Qv9584tFt4oKctpaswZa9r0I3e4Ud0J0Ws1 GbKOPl32hRHni1TazuiCpQ4MEwcIIXwRwQzSy4Y777DoKvxKxrtdFnqERSUhkrzi efxRO0RfmXFEoRPYYVo2BieVLXs288PSjbsOW37du0TpXjZ72sE8fWrkUeAgJUg= =7PH+ -----END PGP SIGNATURE----- --tqI+Z3u+9OQ7kwn0--