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 ) id 1Mdq6L-0007PX-Qn for garchives@archives.gentoo.org; Wed, 19 Aug 2009 18:41:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE026E030E; Wed, 19 Aug 2009 18:41:36 +0000 (UTC) Received: from mail-bw0-f227.google.com (mail-bw0-f227.google.com [209.85.218.227]) by pigeon.gentoo.org (Postfix) with ESMTP id 67A28E030E for ; Wed, 19 Aug 2009 18:41:36 +0000 (UTC) Received: by bwz27 with SMTP id 27so3747645bwz.34 for ; Wed, 19 Aug 2009 11:41:35 -0700 (PDT) Received: by 10.103.84.10 with SMTP id m10mr2683349mul.60.1250707295687; Wed, 19 Aug 2009 11:41:35 -0700 (PDT) Received: from mpismpirikos.tolises.homeunix.org (dsl-88-218-68-126.customers.vivodi.gr [88.218.68.126]) by mx.google.com with ESMTPS id 12sm1347120muq.59.2009.08.19.11.41.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 19 Aug 2009 11:41:35 -0700 (PDT) Date: Wed, 19 Aug 2009 21:41:28 +0300 From: Yiannis To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: dev-libs/boost-1.35.0-r2 and x11-libs/vte-0.17.4-r3 still linked to libpython2.5.so.1.0 after upgrading to python-2.6.2-r1 Message-ID: <20090819214128.57ed1040@mpismpirikos.tolises.homeunix.org> In-Reply-To: References: <20090819211356.0bf8fb1e@mpismpirikos.tolises.homeunix.org> 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=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: e4826c79-cc60-44a0-96c3-3f8646df96cd X-Archives-Hash: 219e66c462ab5a311b420ff21b89c517 On Wed, 19 Aug 2009 21:30:56 +0300 Nikos Chantziaras wrote: > On 08/19/2009 09:13 PM, Yiannis wrote: > > Hello, > > > > Recently I upgraded to python-2.6.2-r1 which currently is slotted on > > my system as long as python-2.5.4-r3 is. After running > > python-upgrade twice I see that dev-libs/boost-1.35.0-r2 and > > x11-libs/vte-0.17.4-r3 are still linked to libpython2.5.so.1.0. On > > the other hand emege --depclean -p suggests that python-2.5.4-r3 > > can be removed and this is what I would like to do if possible. > > Shouldn't python-upgrade have resolved this linking issue? From the > > afore mentioned ebuilds I can tell that there is no specific > > dependency on python 2.5. Any help would be appreciated. > > That's what revdep-rebuild is for. After depclean removes > python-2.5, you need to do a revdep-rebuild which will take care of > boost and any other packages still using the old libpython. > Ah, I thought that those ebuilds would use the latest available python. I'll try that and report the result.