From owner-freebsd-x11@FreeBSD.ORG Tue Jan 31 08:33:57 2006 Return-Path: X-Original-To: x11@freebsd.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BB9416A422; Tue, 31 Jan 2006 08:33:57 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mailman.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0993D43D6E; Tue, 31 Jan 2006 08:33:49 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail4.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id 1EB8717B8A8; Tue, 31 Jan 2006 09:33:48 +0100 (CET) X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([193.2.4.66]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ce61hO3TkwxN; Tue, 31 Jan 2006 09:33:44 +0100 (CET) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by patsy.ijs.si (Postfix) with ESMTP id AE4E417B8AF; Tue, 31 Jan 2006 09:33:41 +0100 (CET) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with ESMTP id 2F5101703D; Tue, 31 Jan 2006 09:33:41 +0100 (CET) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Tue, 31 Jan 2006 08:52:02 +0100 User-Agent: KMail/1.9.1 References: <59A754CD-689D-44A2-A991-6D020A5264F0@brooknet.com.au> <960B36DB-75C7-4150-B85A-F3A0346780FE@brooknet.com.au> <20060131051149.GA75105@xor.obsecurity.org> In-Reply-To: <20060131051149.GA75105@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601310852.04077.dejan.lesjak@ijs.si> Cc: x11@freebsd.org, Sam Lawrance , Kris Kennaway Subject: Re: xorg-libraries failure X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jan 2006 08:33:57 -0000 On Tuesday 31 January 2006 06:11, Kris Kennaway wrote: > On Tue, Jan 31, 2006 at 03:02:45PM +1100, Sam Lawrance wrote: > > On 31/01/2006, at 2:56 PM, Kris Kennaway wrote: > > >On Tue, Jan 31, 2006 at 02:49:18PM +1100, Sam Lawrance wrote: > > >>WRT this log: > > >> > > >> http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e. > > >>6.2005101118/xorg-libraries-6.9.0.log > > >> > > >>All the leftover directories are ones that were removed from etc/ > > >>mtree/BSD.x11-4.dist 7 months ago: > > > > > >Hmm, that's interesting. Perhaps the change was never MFCed? That > > >would certainly explain why everything is failing on < 7.0. > > > > RELENG_[456] all have the changes. They were merged straight away. > > OK, fontconfig was built with > ports/x11-servers/xorg-server/files/BSD.x11-xorg.dist as the mtree > spec..it was not rebuilt after the X.org import because no version or > dependency list changed. Perhaps it should be portrevision bumped > since it's effectively a plist change.. It got bumped for expat library upgrade about 8 hours ago so that should do it. > although the mtree spec is also > going to be recorded in every other old X package too. Why do we > record a copy of +MTREE_FILE in the package anyway? They tend to depend at least on xorg-libraries so they should be rebuild. I didn't think of fontconfig though. > Somehow the imake-6 package also has this mtree spec, although I have > no idea how since the change to the mtree file was coincident with the > 6.9 upgrade. Hmm, maybe I forgot to change the buildscript mtree file > straight away and it used it from there. But ports/x11-servers/xorg-server/files/BSD.x11-xorg.dist was removed at the same commit, shouldn't imake-6 fail if it was going to use it? Dejan