From owner-freebsd-fs@FreeBSD.ORG Wed Jul 11 22:35:18 2007 Return-Path: X-Original-To: freebsd-fs@freebsd.org Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3839A16A46E for ; Wed, 11 Jul 2007 22:35:18 +0000 (UTC) (envelope-from jaharkes@cs.cmu.edu) Received: from delft.aura.cs.cmu.edu (DELFT.AURA.CS.CMU.EDU [128.2.206.88]) by mx1.freebsd.org (Postfix) with ESMTP id 137C613C43E for ; Wed, 11 Jul 2007 22:35:17 +0000 (UTC) (envelope-from jaharkes@cs.cmu.edu) Received: from jaharkes by delft.aura.cs.cmu.edu with local (Exim 4.67) (envelope-from ) id 1I8kmD-0001Os-Cg for freebsd-fs@freebsd.org; Wed, 11 Jul 2007 18:35:17 -0400 Date: Wed, 11 Jul 2007 18:35:17 -0400 To: freebsd-fs@freebsd.org Message-ID: <20070711223517.GH5824@delft.aura.cs.cmu.edu> Mail-Followup-To: freebsd-fs@freebsd.org References: <2c84c1de0707060800t21f3f993mfb53f7975a881ed4@mail.gmail.com> <1184090521301-git-send-email-jaharkes@cs.cmu.edu> <20070711223527.S97304@fledge.watson.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070711223527.S97304@fledge.watson.org> User-Agent: Mutt/1.5.13 (2006-08-11) From: Jan Harkes Subject: Re: [PATCH Coda 0/5] X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 22:35:18 -0000 On Wed, Jul 11, 2007 at 10:36:10PM +0100, Robert Watson wrote: > On Tue, 10 Jul 2007, Jan Harkes wrote: > >Here is my current patch series. > > I've now committed these five patches to the CVS HEAD. Let me know if > there are any further patches that need committing, and if it's appropriate > to merge these to the RELENG_6 branch after a suitable delay (a couple of > weeks?). Thank you. I'm pretty sure not all of these changes are appropriate for RELENG_6. Once I make sure current is in shape I'll start looking at a possible backmerge. > >(only one minor conflict). I am still in the middle of make buildworld and Buildworld is actually still running. There was a problem that caused the build to fail during "stage 4.3 make dependencies". It took me a couple of tries before I figured out that it was because the clock in the qemu VM was somehow set to the middle of May 2007. As a result the dependencies in usr/gnu/usr.bin/cc/cc_tools triggered a rebuild of a header file which caused a rebuild of the C compiler (which went fine during the earlier bootstrap). The build failure was then caused by the fact that the generated binaries were linked against the new libc and as such were expecting FBSD_1.0 symbol and failed to run with the installed libc, which doesn't have symbol versions. The real bug was the incorrect system time, which triggered a rebuild of some critical binaries when it was supposed to just recalculate dependencies. Jan