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 1Ldgmi-0002OY-T3 for garchives@archives.gentoo.org; Sun, 01 Mar 2009 08:12:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4FBDE01E8; Sun, 1 Mar 2009 08:12:27 +0000 (UTC) Received: from mail-qy0-f23.google.com (mail-qy0-f23.google.com [209.85.221.23]) by pigeon.gentoo.org (Postfix) with ESMTP id C0CCDE01E8 for ; Sun, 1 Mar 2009 08:12:27 +0000 (UTC) Received: by qyk31 with SMTP id 31so450886qyk.32 for ; Sun, 01 Mar 2009 00:12:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=8cOJcf/4qPZc30QWsGfiDs6JA1S6pvfcgZ9ut9CjKmM=; b=wPz9tETitDn5GD2DrQJ4Jixo9Xu7ncOffCAOi3EEoYRCrBzMVhPA7+jyOrsquVCnLW Nvgm3fFXa9irrX9FCkfXBoX7IZwdwF7dY/MtwaTGBxSXyJLjS82l1ZtY9VQ7hphdsiO/ FBonZvY+sLvgWD/jHg6A7Sa29q6p90ggfO6MM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=kpwvGX5OsvvStItOI/njkoR3hmrE4O0t5n5UjG1muWPWRuinxGFMgegAmClgaTCQeL KzlOiLyz8eB8HK3F7TJvIEYbhFMKOFrxyt6DH4JHxDNplKPNzDEgidZvgAVmOX7QI7PE jitqpzgydJvV5m3WkV7K8BoUvRAZFOfcGRa3g= Received: by 10.224.11.14 with SMTP id r14mr6013721qar.63.1235895142246; Sun, 01 Mar 2009 00:12:22 -0800 (PST) Received: from ?4.231.91.254? (dialup-4.231.91.254.Dial1.Houston1.Level3.net [4.231.91.254]) by mx.google.com with ESMTPS id 9sm1959818yxs.29.2009.03.01.00.12.03 (version=SSLv3 cipher=RC4-MD5); Sun, 01 Mar 2009 00:12:21 -0800 (PST) Message-ID: <49AA431C.4050209@gmail.com> Date: Sun, 01 Mar 2009 02:11:08 -0600 From: Dale User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.19) Gecko/20081227 SeaMonkey/1.1.14 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: [gentoo-user] --depclean and PyQt4 blocking Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 90bfe41e-7a23-4804-883f-3bf143f66f10 X-Archives-Hash: e55dd0307bb00c6ea9668ac8b03ee0cd Hi, I did my weekly updates last night and as always I run --depclean -p afterwards to see if anything needs cleaning out. I seem to have ran into something that doesn't make sense. This is what I get: > root@smoker / # emerge -p --depclean > > * Always study the list of packages to be cleaned for any obvious > * mistakes. Packages that are part of the world set will always > * be kept. They can be manually added to this set with > * `emerge --noreplace `. Packages that are listed in > * package.provided (see portage(5)) will be removed by > * depclean, even if they are part of the world set. > * > * As a safety measure, depclean will not remove any packages > * unless *all* required dependencies have been resolved. As a > * consequence, it is often necessary to run `emerge --update > * --newuse --deep @system @world` prior to depclean. > > Calculating dependencies... done! > >>> Checking for lib consumers... > >>> Assigning files to packages... > * In order to avoid breakage of link level dependencies, one or more > * packages will not be removed. This can be solved by rebuilding the > * packages that pulled them in. > * > * x11-libs/qt-assistant-4.4.2-r1 pulled in by: > * dev-python/PyQt4-4.4.4-r1 > * > * x11-libs/qt-xmlpatterns-4.4.2 pulled in by: > * dev-python/PyQt4-4.4.4-r1 > * > >>> Adding lib providers to graph... > / > Calculating dependencies... done! > >>> No packages selected for removal by depclean > >>> To see reverse dependencies, use --verbose > root@smoker / # I have ran emerge -1va =x11-libs/qt-assistant-4.4.2-r1 =x11-libs/qt-xmlpatterns-4.4.2 =dev-python/PyQt4-4.4.4-r1 so that it will re-emerge all the packages it was fussing about. I get the same thing. I also ran revdep-rebuild -i and it comes back clean. I then did this, emerge -v1a =dev-python/qscintilla-python-2.3.2 =x11-libs/qscintilla-2.3.2 =dev-python/PyQt-3.17.6 =x11-libs/qt-gui-4.4.2-r1 =x11-libs/qt-dbus-4.4.2 and still get the same thing. Anybody ran into this? Anybody have a clue why it keeps giving this message? Do I need to rebuild something else that I missed to clear this up? Dale :-) :-)