Gentoo Archives: gentoo-user

From: Nilesh Govindarajan <contact@××××××××.com>
To: Gentoo User Mailing List <gentoo-user@l.g.o>
Subject: [gentoo-user] Python-updater always adds packages to list
Date: Thu, 22 Dec 2011 16:52:45
Message-Id: 4EF3600D.4090709@nileshgr.com
1 Hi,
2
3 I installed gentoo on a new vps, and updated it to latest stuff. Funny
4 thing is, irrespective of the number of times I run python-updater, the
5 same packages are added at every run. Earlier the installation had
6 python 2.6. Updated to 2.7 and --depclean'd 2.6. Now it has 2.6 & 3.2
7 with 3.2 as main active version.
8
9 * Starting Python Updater...
10 * Main active version of Python: 3.2
11 * Active version of Python 2: 2.7
12 * Active version of Python 3: 3.2
13 * check "shared_linking" enabled.
14 * check "static_linking" enabled.
15 * check "pylibdir" enabled.
16 * check "manual" enabled.
17 * check "need_rebuild" enabled.
18 * Adding to list: dev-libs/libxml2:2
19 * check: PYTHON_ABIS [ Previous Python ABIs: , new Python ABIs: 2.7 ]
20 * Adding to list: dev-libs/libxslt:0
21 * check: PYTHON_ABIS [ Previous Python ABIs: , new Python ABIs: 2.7 ]
22 * Adding to list: sys-apps/file:0
23 * check: PYTHON_ABIS [ Previous Python ABIs: , new Python ABIs: 2.7 3.2 ]
24 * Adding to list: sys-libs/cracklib:0
25 * check: PYTHON_ABIS [ Previous Python ABIs: , new Python ABIs: 2.7 ]
26 * emerge -Dv1 --keep-going -p dev-libs/libxml2:2 dev-libs/libxslt:0
27 sys-apps/file:0 sys-libs/cracklib:0
28
29 These are the packages that would be merged, in order:
30
31 Calculating dependencies... done!
32 [binary R ] dev-libs/libxml2-2.7.8-r3 USE="ipv6 readline -debug
33 -doc -examples -icu -python -static-libs -test" 0 kB
34 [binary R ] sys-apps/file-5.09 USE="zlib -python -static-libs" 0 kB
35 [binary R ] dev-libs/libxslt-1.1.26-r2 USE="crypt -debug -python
36 -static-libs" 0 kB
37 [binary R ] sys-libs/cracklib-2.8.18-r1 USE="nls -python
38 -static-libs" 0 kB
39
40 Total: 4 packages (4 reinstalls, 4 binaries), Size of downloads: 0 kB
41
42 I know it is showing binary package, but I have tried with
43 python-updater -- --usepkg=n. It compiles all of them, but on the next
44 run again I get this.
45
46 --
47 Nilesh Govindarajan
48 http://nileshgr.com

Replies

Subject Author
Re: [gentoo-user] Python-updater always adds packages to list Neil Bothwick <neil@××××××××××.uk>