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 1KsiVC-0007EX-2N for garchives@archives.gentoo.org; Wed, 22 Oct 2008 18:32:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F294E010E; Wed, 22 Oct 2008 18:32:13 +0000 (UTC) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.238]) by pigeon.gentoo.org (Postfix) with ESMTP id 3EEC8E010E for ; Wed, 22 Oct 2008 18:32:13 +0000 (UTC) Received: by wx-out-0506.google.com with SMTP id h31so1247949wxd.10 for ; Wed, 22 Oct 2008 11:32:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=Fk2I7I2HzMR2feg5xwS9+2W83FyQZtMrq/SPuZ9FTFs=; b=MkcPHZLcbFlgQqdfHMr+d7cIzIrXZitNbb+IU9UtVr45NdNUL2bS4uItB9LkxYbUp6 it7Tv/5XPsse5L17ehlxkR8XXGtXNeK1/7XNOv4MB71vBFaqwkdhbH7Q2CMtrkrPkIl5 Q46lTSnqK1iEXE7otjjYa2wZLxlpgGABx+47E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=JmeqS+Hp4S8A7GuFGTE6f7AM3c488VjdIiKDGXsecXgaIiGTqgaHySu1Qdrxy44W6Z aCqHdB1NyHuU0k7dujpgEWW6NHBJuonN04mXULfQm+5uI6g5IkrJqQ3Ctkq4bGuaJUr7 wZj3JpH7D0pkpe7/XlrCEeR7EIJWXd8ghUn4I= Received: by 10.181.146.14 with SMTP id y14mr3386950bkn.16.1224700330774; Wed, 22 Oct 2008 11:32:10 -0700 (PDT) Received: from ?192.168.0.2? (dslb-092-075-084-047.pools.arcor-ip.net [92.75.84.47]) by mx.google.com with ESMTPS id b17sm11782892fka.7.2008.10.22.11.32.09 (version=SSLv3 cipher=RC4-MD5); Wed, 22 Oct 2008 11:32:09 -0700 (PDT) Message-ID: <48FF71A8.3090808@googlemail.com> Date: Wed, 22 Oct 2008 20:32:08 +0200 From: Daniel Pielmeier User-Agent: Thunderbird 2.0.0.17 (X11/20080928) 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Trying KDE-4 References: <200810191454.24606.peter@humphrey.ukfsn.org> <200810221200.31005.wonko@wonkology.org> <6142e6140810220410h49623fa8kd14e8d580fd1c9a7@mail.gmail.com> <200810221742.42813.peter@humphrey.ukfsn.org> In-Reply-To: <200810221742.42813.peter@humphrey.ukfsn.org> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 53a885ae-987a-4785-b4ae-713083a025bb X-Archives-Hash: ce772cd1e3a85d04fd287dc035a40bd1 Peter Humphrey schrieb am 22.10.2008 18:42: > 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. Why is this nonsense? equery h shows which installed packages have the given use flag regardless if it is set or not. equery u shows you which use flags are set or unset for the given package. > After writing the above, I uninstalled hplip and poppler-bindings, then > reinstalled poppler-bindings and ran revdep-rebuild. That hasn't helped > either. > Please post again the output from emerge -pvutND world but attach it in a file so it doesn't get crippled by the mail program. Also what I have seen from your previous tree output is that you are trying to do many things at one time. Upgrading to kde4 changing and changing many use flags. This makes debugging very hard. Try to do only one thing at a time Regards, Daniel