Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.de>
To: gentoo-user@l.g.o
Subject: [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
Date: Wed, 19 Aug 2009 18:31:34
Message-Id: h6hgcs$tgj$1@ger.gmane.org
In Reply to: [gentoo-user] 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 by Yiannis
1 On 08/19/2009 09:13 PM, Yiannis wrote:
2 > Hello,
3 >
4 > Recently I upgraded to python-2.6.2-r1 which currently is slotted on
5 > my system as long as python-2.5.4-r3 is. After running python-upgrade
6 > twice I see that dev-libs/boost-1.35.0-r2 and x11-libs/vte-0.17.4-r3
7 > are still linked to libpython2.5.so.1.0. On the other hand emege
8 > --depclean -p suggests that python-2.5.4-r3 can be removed and this is
9 > what I would like to do if possible. Shouldn't python-upgrade have
10 > resolved this linking issue? From the afore mentioned ebuilds I can
11 > tell that there is no specific dependency on python 2.5. Any help would
12 > be appreciated.
13
14 That's what revdep-rebuild is for. After depclean removes python-2.5,
15 you need to do a revdep-rebuild which will take care of boost and any
16 other packages still using the old libpython.

Replies