Gentoo Archives: gentoo-user

From: Roman Zilka <zilka@×××××××.cz>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problem with python-updater ?
Date: Fri, 25 Mar 2011 17:25:28
Message-Id: 20110325182340.81473ac2.zilka@fi.muni.cz
In Reply to: [gentoo-user] Problem with python-updater ? by Jacques Montier
1 Jacques Montier (Fri, 25 Mar 2011 17:17:41 +0100):
2 > Hi all,
3 >
4 > I upgraded python2.6 to python2.7,
5 > then i run eselect python set python2.7,
6 > then python-updater.
7 >
8 > Here is the python-updater output :
9 >
10 > * Starting Python Updater...
11 > * Main active version of Python: 2.7
12 > * Active version of Python 2: 2.7
13 > * Active version of Python 3: 3.1
14 > * Adding to list: app-emulation/emul-linux-x86-baselibs:0
15 > * Adding to list: app-emulation/virtualbox-bin:0
16 > * Adding to list: app-office/libreoffice-bin:0
17 > * Adding to list: dev-libs/boost:1.42
18 > * check: manual [Added to list manually, see CHECKS in manpage for
19 > more information.]
20 > * Adding to list: sys-libs/tdb:0
21 > * Adding to list: x11-libs/vte:0
22 > * check: manual [Added to list manually, see CHECKS in manpage for
23 > more information.]
24 > * emerge -Dv1 --keep-going app-emulation/emul-linux-x86-baselibs:0
25 > app-emulation/virtualbox-bin:0 app-office/libreoffice-bin:0
26 > dev-libs/boost:1.42 sys-libs/tdb:0 x11-libs/vte:0
27 > ...............................
28 > Ok, everything emerge fine.
29 >
30 > If i run python-updater again, then i get exactly the same output as
31 > before (emerging emul-linux-x86-baselibs:0, BOOST:1.42, etc...)
32 >
33 > What's wrong ??
34
35 According to the list of checks python-updater performs it's indeed
36 weird that it's happening. But maybe python-updater has some
37 undocumented, hidden intelligence.:) If you run emerge or something
38 written in python, do you see (in the process
39 listing) /usr/bin/python2.7 being the interpreter in action? If so, try
40 moving away /usr/lib/python2.6 and /usr/bin/python2.6 (just moving
41 away, not deleting). Does still everything run? Then I believe you can
42 safely get rid of python 2.6 and python-updater will probably stop
43 trying to re-emerge everything.
44
45 -rz