From owner-freebsd-stable@FreeBSD.ORG Wed Sep 14 18:27:47 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 4B1471065673 for ; Wed, 14 Sep 2011 18:27:47 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id D50438FC18 for ; Wed, 14 Sep 2011 18:27:46 +0000 (UTC) Received: by wwe3 with SMTP id 3so2522909wwe.31 for ; Wed, 14 Sep 2011 11:27:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=AkCTsew+wls9pOiN31L6o85LPkuVneNq6YbzbP/r7vc=; b=eMHZq17wEEjFdxW4/+rD3aU1X7ymNeB94t5zDmEcniBKieqXTu8yU1jSrEPsUKTmpi 4qWWVg8V2PTI/S48Ug7fo7tCLvoWACf5rVRT3y8owCXhalRxq/SUqauBvajspmZbXLg+ GOXIZypC1KLs5zs6K0KzbUKyYpQvYp5kSKZ7s= Received: by 10.227.155.81 with SMTP id r17mr151148wbw.93.1316024865700; Wed, 14 Sep 2011 11:27:45 -0700 (PDT) Received: from Melon.malikania.fr (197.21.102.84.rev.sfr.net. [84.102.21.197]) by mx.google.com with ESMTPS id er8sm5009186wbb.0.2011.09.14.11.27.43 (version=SSLv3 cipher=OTHER); Wed, 14 Sep 2011 11:27:44 -0700 (PDT) Message-ID: <4E70F1E5.8050109@gmail.com> Date: Wed, 14 Sep 2011 20:26:45 +0200 From: David Demelier User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:6.0.2) Gecko/20110909 Thunderbird/6.0.2 MIME-Version: 1.0 To: Boris Kochergin References: <4E70D1B1.3040203@gmail.com> <4E70E005.8060804@acm.poly.edu> In-Reply-To: <4E70E005.8060804@acm.poly.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable Subject: Re: 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: Wed, 14 Sep 2011 18:27:47 -0000 On 14/09/2011 19:10, Boris Kochergin wrote: > On 09/14/11 12:37, Kevin Oberman wrote: >> On Wed, Sep 14, 2011 at 9:09 AM, David Demelier >> wrote: >>> Hi, >>> >>> Today I pulled up the last changes for RELENG_8 branch and I got an >>> error >>> when doing the make installworld target : >>> >>> ===> gnu/usr.bin/texinfo/doc (install) >>> install-info --quiet --defsection=Miscellaneous --defentry= info.info >>> /usr/share/info/dir >>> install-info --quiet --defsection=Miscellaneous --defentry= >>> info-stnd.info >>> /usr/share/info/dir >>> install-info --quiet --defsection=Miscellaneous --defentry= texinfo.info >>> /usr/share/info/dir >>> install -o root -g wheel -m 444 info.info.gz info-stnd.info.gz >>> texinfo.info.gz /usr/share/info >>> ===> 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? >> Check the setting of the date/time on the system. > > I've also seen this happen when my /usr/src was out of sync with /usr/obj. > > -Boris Thanks that was the problem! -- David Demelier