From owner-freebsd-ports@FreeBSD.ORG Sat May 12 21:14:20 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F102C16A406; Sat, 12 May 2007 21:14:20 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 97C9513C46E; Sat, 12 May 2007 21:14:20 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 671771A3C1A; Sat, 12 May 2007 14:15:07 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A549752F67; Sat, 12 May 2007 17:14:19 -0400 (EDT) Date: Sat, 12 May 2007 17:14:19 -0400 From: Kris Kennaway To: Andrew Pantyukhin Message-ID: <20070512211419.GA28267@xor.obsecurity.org> References: <20070510212817.GA67897@xor.obsecurity.org> <20070512153043.GA12201@graf.pompo.net> <20070512210454.GA28045@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org, Kris Kennaway Subject: Re: HEADS UP: xorg 7.2 ready for testing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 21:14:21 -0000 On Sun, May 13, 2007 at 01:11:15AM +0400, Andrew Pantyukhin wrote: > On 5/13/07, Kris Kennaway wrote: > >On Sun, May 13, 2007 at 01:00:51AM +0400, Andrew Pantyukhin wrote: > >> Reporting success on one of my desktops. It's a current/i386 > >> box with a little over 1000 packages (after the upgrade). > >> > >> I used portupgrade-devel, but started with stale INDEX. For > >> this reason or not, I stumbled upon the libXft quirk. Stopped > >> the upgrade when I saw a few pkg_create's to take far too > >> long because of dependency loop, rebuilt the INDEX with > >> "make index" (portsdb -U didn't work for me), ran pkgdb -F > >> and after that portupgrade -a finished without any major > >> surprises. > > > >Can you confirm that you started by doing portupgrade -Rf libXft and > >it still gave the dependency loop? > > Nope, I actually misread UPDATING and thought portupgrade-devel > didn't need it. [ try s/nor/not/ in the message :) ] OK, that's precisely the expected failure mode then :) > >> mergebase.sh failed, probably because my system is quite > >> dirty. Even after I removed the conflicting files, it just > >> failed. I've made the merge myself and been living happily > >> ever since (so far). > > > >Hmm, would be nice to know why. > > I'll try to look closer at it on my laptop. Something tells > me it'll fail there too, because it's my development system > and it's as dirty as it gets. Running sh -x will help. Kris