From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KsgpK-00022G-5m for garchives@archives.gentoo.org; Wed, 22 Oct 2008 16:44:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00EB8E0481; Wed, 22 Oct 2008 16:44:51 +0000 (UTC) Received: from mail.ukfsn.org (mail.ukfsn.org [77.75.108.10]) by pigeon.gentoo.org (Postfix) with ESMTP id CD093E0481 for ; Wed, 22 Oct 2008 16:44:50 +0000 (UTC) Received: from localhost (smtp-filter.ukfsn.org [192.168.54.205]) by mail.ukfsn.org (Postfix) with ESMTP id 7E7ECDF254 for ; Wed, 22 Oct 2008 17:44:52 +0100 (BST) Received: from mail.ukfsn.org ([192.168.54.25]) by localhost (smtp-filter.ukfsn.org [192.168.54.205]) (amavisd-new, port 10024) with ESMTP id KQWaSuTdk8bQ for ; Wed, 22 Oct 2008 17:34:37 +0100 (BST) Received: from wstn.ethnet (unknown [78.32.181.186]) by mail.ukfsn.org (Postfix) with ESMTP id 83ABCDF268 for ; Wed, 22 Oct 2008 17:44:39 +0100 (BST) From: Peter Humphrey Organization: at home To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Trying KDE-4 Date: Wed, 22 Oct 2008 17:42:42 +0100 User-Agent: KMail/1.9.9 References: <200810191454.24606.peter@humphrey.ukfsn.org> <200810221200.31005.wonko@wonkology.org> <6142e6140810220410h49623fa8kd14e8d580fd1c9a7@mail.gmail.com> In-Reply-To: <6142e6140810220410h49623fa8kd14e8d580fd1c9a7@mail.gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200810221742.42813.peter@humphrey.ukfsn.org> X-Archives-Salt: 22ab4b3e-83e1-446f-8f0a-448954107f80 X-Archives-Hash: c31fae7b558e65d57535cd5ea278dba8 On Wednesday 22 October 2008 12:10:15 Daniel Pielmeier wrote: > 2008/10/22 Alex Schuster : > > I think I have the same conflict. I just solved it by putting this into > > package.keywords: > > ~dev-python/PyQt4-4.4.3 > > ~dev-python/sip-4.7.7 > > [...] > > This is maybe the PyQt issue I did not remember. So I think it is > worth a try. If this is the case portage tries to pull qt-4.4.3 > because it is needed by PyQt-4.4 plus the qt split ebuilds which are > needed by some other packages. So putting versions of PyQt and sip in > package.keywords which depemd on qt split ebuilds should solve it. If > I remember right I have this entries in my package.keywords too. > Probably you need oneshot for PyQt and sip too. I've found another way around it on my fresh test system. I had a working KDE-3.5 system installed on it and upgraded it to version 4, no problem. Then I tried to install hplip on it and got the same blockers again. By a process of elimination I found I had to put two entries in package.use: =dev-python/qscintilla-python-2.1 -qt4 =x11-libs/qscintilla-2.1-r1 -qt4 Then I could install hplip as well. Now I'm back on the original system, and putting Alex's package.keywords entries in I find I still have the blockers; his solution isn't working for me, even after reinstalling PyQt4 and sip. Neither is my own on this system. But then I'm getting what looks like nonsense from equery, thus: # equery h qt4 [ Searching for USE flag qt4 in all categories among: ] * installed packages [I--] [ ] dev-python/qscintilla-python-2.1 (0) [I--] [ ] net-print/hplip-2.8.6b (0) [I--] [ ] x11-libs/qscintilla-2.1-r1 (0) [I--] [ ] app-text/poppler-bindings-0.8.7 (0) ...but equery u qscintilla and equery u qscintilla-python both return this line: - - qt4 : Adds support for the Qt GUI/Application Toolkit version 4.x So unless I'm misunderstanding the output of equery as well, the qt4 USE flag both is and is not in use in the two scintilla packages. After writing the above, I uninstalled hplip and poppler-bindings, then reinstalled poppler-bindings and ran revdep-rebuild. That hasn't helped either. -- Rgds Peter