From owner-freebsd-stable@FreeBSD.ORG Fri May 25 17:16:32 2007 Return-Path: X-Original-To: stable@FreeBSD.ORG Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0D87116A400 for ; Fri, 25 May 2007 17:16:32 +0000 (UTC) (envelope-from jhein@timing.com) Received: from Daffy.timing.com (w.timing.com [206.168.13.218]) by mx1.freebsd.org (Postfix) with ESMTP id CAA2713C45D for ; Fri, 25 May 2007 17:16:31 +0000 (UTC) (envelope-from jhein@timing.com) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by Daffy.timing.com (8.13.1/8.13.1) with ESMTP id l4PGvoeG049684; Fri, 25 May 2007 10:57:51 -0600 (MDT) (envelope-from jhein@timing.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.13.8/8.13.8) with ESMTP id l4PGvkWp020372; Fri, 25 May 2007 10:57:46 -0600 (MDT) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.14.1/8.14.1/Submit) id l4PGvjWc020369; Fri, 25 May 2007 10:57:45 -0600 (MDT) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18007.5513.531005.759256@gromit.timing.com> Date: Fri, 25 May 2007 10:57:45 -0600 From: John E Hein To: bill@rakupottery.org.uk In-Reply-To: <4656BE23.1090607@tomjudge.com> References: <4656BE23.1090607@tomjudge.com> X-Mailer: VM 7.19 under Emacs 22.0.99.1 X-Spam-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_05, DK_POLICY_SIGNSOME autolearn=disabled version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on Daffy.timing.com Cc: stable@FreeBSD.ORG Subject: Re: installworld breaks 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, 25 May 2007 17:16:32 -0000 Tom Judge wrote at 11:44 +0100 on May 25, 2007: > bill@rakupottery.org.uk wrote: > > cvsup and built around 20.30 BST > > cd /usr/src; make -f Makefile.inc1 install > > ===> share/info install > > ===> include install > > creating osreldate.h from newvers.sh > > touch: not found > > ***error code 127 > > Stop in /usr/src/include > > ***error code 1 > > I tried cd usr.bin/touch && make && make install > > but it does not seem to have any effect > > any offers? > > cheers > > > I have seen this problem when PATH was not set correctly. Lots of things can make this happen, but basically the installworld thinks it needs to build a new osreldate.h that should have been built by buildworld. Here are a couple causes... - updating newvers.sh without an intervening buildworld, then trying installworld - mismatched system times on systems using NFS Try re-doing buildworld, then installworld again.