From owner-freebsd-current@FreeBSD.ORG Mon Aug 29 14:26:41 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 7B9D416A41F for ; Mon, 29 Aug 2005 14:26:41 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA54A43D48 for ; Mon, 29 Aug 2005 14:26:39 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.3/8.13.3) with ESMTP id j7TEQZdo098680; Mon, 29 Aug 2005 18:26:35 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.3/8.13.3/Submit) id j7TEQX86098678; Mon, 29 Aug 2005 18:26:33 +0400 (MSD) (envelope-from yar) Date: Mon, 29 Aug 2005 18:26:33 +0400 From: Yar Tikhiy To: Beecher Rintoul Message-ID: <20050829142633.GB78113@comp.chem.msu.su> References: <200508261939.35889.akbeech@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200508261939.35889.akbeech@gmail.com> User-Agent: Mutt/1.5.9i Cc: freebsd-current@freebsd.org Subject: Re: Trying to make 7.0 snapshot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 29 Aug 2005 14:26:41 -0000 On Fri, Aug 26, 2005 at 07:39:34PM -0800, Beecher Rintoul wrote: > I am attempting to make a release snapshot. From /usr/src/release I did the > following: > > make release CHROOTDIR=/bak/release BUILDNAME=7.0-CURRENT CVSROOT=/bak/cvs > > It bails with this error: > ----------------------------------------------------------- > >>> Installing everything > -------------------------------------------------------------- > cd /usr/src; make -f Makefile.inc1 install > ===> share/info (install) > install -o root -g wheel -m 444 dir-tmpl /bak/release/usr/share/info/dir > ===> include (install) > creating osreldate.h from newvers.sh > touch: not found > *** Error code 127 This error is generally believed to result from system clock problems, when time goes backwards during the build/install process. This can happen due to buggy hardware or improper time zone set-up. It was the topic of numerous threads on freebsd-* lists in the past. Just google for "touch not found" (in quotes). However, in your case the time zone problem might lurk within "make release" itself. Could you try "make release" on a different machine? By the way, is your working system older than the one your are trying to do "make release" for? The influence of the recent import of new tzdata to HEAD shouldn't be ruled out. The import took place at "Fri Aug 26 18:46:27 2005 UTC". I'd suggest updating the working system *and* /etc/localtime (which is never updated automatically, to the best of my knowledge) to after the import if you were unlucky to update your CVS tree at about its time. -- Yar