From owner-cvs-src@FreeBSD.ORG  Sat Oct 27 22:12:35 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8719116A417;
	Sat, 27 Oct 2007 22:12:35 +0000 (UTC) (envelope-from jhb@freebsd.org)
Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219])
	by mx1.freebsd.org (Postfix) with ESMTP id E12A913C48E;
	Sat, 27 Oct 2007 22:12:34 +0000 (UTC) (envelope-from jhb@freebsd.org)
Received: from server.baldwin.cx (unverified [66.23.211.162]) 
	by speedfactory.net (SurgeMail 3.8p) with ESMTP id 216401899-1834499 
	for multiple; Sat, 27 Oct 2007 18:15:07 -0400
Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1])
	(authenticated bits=0)
	by server.baldwin.cx (8.13.8/8.13.8) with ESMTP id l9RMCKju050934;
	Sat, 27 Oct 2007 18:12:23 -0400 (EDT) (envelope-from jhb@freebsd.org)
From: John Baldwin <jhb@freebsd.org>
To: Robert Watson <rwatson@freebsd.org>
Date: Sat, 27 Oct 2007 18:11:23 -0400
User-Agent: KMail/1.9.6
References: <200710242133.l9OLX05K085372@repoman.freebsd.org>
	<200710271105.47091.jhb@freebsd.org>
	<20071027194437.K4731@fledge.watson.org>
In-Reply-To: <20071027194437.K4731@fledge.watson.org>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200710271811.26273.jhb@freebsd.org>
X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by
	milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]);
	Sat, 27 Oct 2007 18:12:24 -0400 (EDT)
X-Virus-Scanned: ClamAV 0.91.2/4610/Sat Oct 27 12:25:35 2007 on
	server.baldwin.cx
X-Virus-Status: Clean
X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 
	autolearn=ham version=3.1.3
X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx
Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org,
	Steve Kargl <sgk@troutmask.apl.washington.edu>
Subject: Re: cvs commit: src/sys/sys gpt.h src/lib/libstand Makefile
	src/sbin/gpt Makefile add.c boot.c gpt.8 gpt.c gpt.h show.c
	src/sys/boot/common ufsread.c src/sys/boot/i386 Makefile
	src/sys/boot/i386/gptboot Makefile gptboot.c gptldr.S ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 27 Oct 2007 22:12:35 -0000

On Saturday 27 October 2007 02:45:42 pm Robert Watson wrote:
> On Sat, 27 Oct 2007, John Baldwin wrote:
> >> /usr/obj/usr/src/sys/boot/i386/gptboot/../btx/btx/btx -l gptldr.bin -o 
> >> gptboot gptboot.bin btxld:No such file or directory *** Error code 1
> >>
> >> Stop in /usr/src/sys/boot/i386/gptboot. *** Error code 1
> >
> > Hmm, this is probably the classic problem of the machine symlink being a 
> > newer date than the build causing installworld to try and rebuild the binary 
> > when it shouldn't.  I've seen this on boot2 when storing the output of a 
> > buildworld in a cpio and extracting it since cpio doesn't preserve the times 
> > on symlinks.  We actually just comment out the dependency on the 'machine' 
> > symlinks at work since we use cpio. :-/
> 
> Indeed -- it turned out that time in my Parallels VM had mysteriously 
> regressed four days (or failed to leap forward four days?).  ntpdate, blowing 
> away /usr/obj and touching /usr/src followed by a rebuild did the trick. 
> Sorry about the false alarm.

No problem, glad it is ok now.

-- 
John Baldwin