From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-96532-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1MEUrd-0000CG-6c
	for garchives@archives.gentoo.org; Wed, 10 Jun 2009 20:57:41 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 76EDBE068F;
	Wed, 10 Jun 2009 20:57:39 +0000 (UTC)
Received: from mail-gx0-f207.google.com (mail-gx0-f207.google.com [209.85.217.207])
	by pigeon.gentoo.org (Postfix) with ESMTP id 58C02E068F
	for <gentoo-user@lists.gentoo.org>; Wed, 10 Jun 2009 20:57:39 +0000 (UTC)
Received: by gxk3 with SMTP id 3so3915604gxk.10
        for <gentoo-user@lists.gentoo.org>; Wed, 10 Jun 2009 13:57:39 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:received:in-reply-to:references
         :date:message-id:subject:from:to:content-type
         :content-transfer-encoding;
        bh=cXdWH6i14HT1kkBSrHxRPtqRNUaE7eX4BguinDRbayQ=;
        b=qhGqg8gEEyK/i0X6vBtXFRKtTAmzn4stXNfDXMdmOERFt3mh1yZdUksmaPKVLDPGYu
         7Mzz6WDNglE1X9+SG2slNeGzsXX0m6xyeF8+fnyDwSR7Zdce27RKEuX42qURcx6h0GSC
         Ylf15LSRGykPpTBFPbuHvjlpYow0ezb1W9d/c=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type:content-transfer-encoding;
        b=Ze2N1wtxjvV6dUF+ZHnKcQgPYTbUIkuE1HtocN0tAwuQX7GlF10Npdt24mNd27WDjm
         CuWo2sOUnLT1b9nCf+fwFgtq9gqXsQEevLR48fVi+mqZvzbtSyJkMq3n/+0ahXk22gb1
         j9PxaGIiJcsgfY9sLLhu3bbh/n22rhrDi1pvI=
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.151.74.9 with SMTP id b9mr3457961ybl.161.1244667458243; Wed, 
	10 Jun 2009 13:57:38 -0700 (PDT)
In-Reply-To: <200906102211.51398.alan.mckinnon@gmail.com>
References: <200906102125.12330.alan.mckinnon@gmail.com>
	 <58965d8a0906101238t4eea1cf0xb4d5fd23a7328f7a@mail.gmail.com>
	 <200906102211.51398.alan.mckinnon@gmail.com>
Date: Wed, 10 Jun 2009 13:57:38 -0700
Message-ID: <5bdc1c8b0906101357v6e329ba3gdaca89d8e2e8e4d1@mail.gmail.com>
Subject: Re: [gentoo-user] PyQt4-4.5 and pykde4-4.2.4 blockers
From: Mark Knecht <markknecht@gmail.com>
To: gentoo-user@lists.gentoo.org
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Archives-Salt: 17fcfb94-7de2-4fa3-97bb-d56400248442
X-Archives-Hash: 93a6ee30eb18eb3952f30be5a30d395b

On Wed, Jun 10, 2009 at 1:11 PM, Alan McKinnon<alan.mckinnon@gmail.com> wrote:
> On Wednesday 10 June 2009 21:38:25 Paul Hartman wrote:
>> On Wed, Jun 10, 2009 at 2:25 PM, Alan McKinnon<alan.mckinnon@gmail.com>
> wrote:
>> > Today's sync includes PyQt4-4.5 which is blocked by pykde4-4.2.4
>> > (incompatible and build issues). Apparently pykde4-4.3 will fix this, but
>> > meanwhile I need to get emerge world to run and complete.
>>
>> I had to add these 4 packages to my /etc/portage/package.mask to get
>> emerge to proceed:
>>
>> =dev-python/PyQt4-4.5
>> =dev-python/PyQt-3.18
>> =dev-python/qscintilla-python-2.4
>> =x11-libs/qscintilla-2.4
>>
>> I'll try unmasking them in a few days to see if the deps have been sorted
>> out.
>
> I'd pretty much come to the same conclusion - couldn't figure out what the
> packages did and didn't feel like experimenting. Easier to keep things as is
> and wait for pykde4-4.3
>
> --
> alan dot mckinnon at gmail dot com

Take a look at emerge -DuN world and see if they are still blocked. I
had a problem like this yesterday on my AMD64 machine. Wasn't able to
do emerge -DuN @system without lots of blockage problems but was able
to do emerge -DuN @world with none...

- Mark