Gentoo Archives: gentoo-user

From: Michael Cook <mcook@××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] preserved-rebuild python endless loop
Date: Tue, 24 Mar 2015 02:56:50
Message-Id: CAL3tS1bBzJ-T+L5EAfE9foB14QCKfvR_B3oVJ7paGTjr5HjRaA@mail.gmail.com
1 Have you tried running python-updater? I have no idea if it would fix it,
2 but worth a try?
3 On Mar 23, 2015 17:38, "Dale" <rdalek1967@×××××.com> wrote:
4
5 Howdy,
6
7 For the past week or so, I been getting this endless loop with
8 preserved-rebuild. I did a emerge -ev world last night and it still
9 gives me the same thing. I'm stumped with the info emerge is giving me
10 again.
11
12 root@fireball / # emerge @preserved-rebuild
13
14 These are the packages that would be merged, in order:
15
16 Calculating dependencies... done!
17 [ebuild R ] dev-lang/python-3.3.5-r1:3.3::gentoo USE="gdbm ipv6
18 ncurses readline sqlite ssl threads tk xml -build -doc -examples
19 -hardened -wininst" 0 KiB
20 [ebuild R ] dev-lang/python-2.7.9-r1:2.7::gentoo USE="gdbm ipv6
21 ncurses readline sqlite ssl threads tk (wide-unicode) xml -berkdb -build
22 -doc -examples -hardened -wininst" 0 KiB
23 [ebuild R ] dev-lang/python-3.4.1:3.4::gentoo USE="gdbm ipv6
24 ncurses readline sqlite ssl threads tk xml -build -examples -hardened
25 -wininst" 0 KiB
26
27 Total: 3 packages (3 reinstalls), Size of downloads: 0 KiB
28
29 >>> Verifying ebuild manifests
30 >>> Emerging (1 of 3) dev-lang/python-3.3.5-r1::gentoo
31 >>> Emerging (2 of 3) dev-lang/python-2.7.9-r1::gentoo
32 >>> Emerging (3 of 3) dev-lang/python-3.4.1::gentoo
33 >>> Installing (2 of 3) dev-lang/python-2.7.9-r1::gentoo
34 >>> Installing (1 of 3) dev-lang/python-3.3.5-r1::gentoo
35 >>> Installing (3 of 3) dev-lang/python-3.4.1::gentoo
36 >>> Jobs: 3 of 3 complete Load avg: 3.99,
37 2.91, 1.47
38 >>> Auto-cleaning packages...
39
40 >>> No outdated packages were found on your system.
41
42 * GNU info directory index is up-to-date.
43
44 !!! existing preserved libs:
45 >>> package: dev-lang/tk-8.5.17
46 * - /usr/lib64/libtk8.6.so
47 * used by /usr/lib64/python2.7/lib-dynload/_tkinter.so
48 (dev-lang/python-2.7.9-r1)
49 * used by /usr/lib64/python3.3/lib-dynload/_tkinter.cpython-33.so
50 (dev-lang/python-3.3.5-r1)
51 * used by /usr/lib64/python3.4/lib-dynload/_tkinter.cpython-34.so
52 (dev-lang/python-3.4.1)
53 >>> package: dev-lang/tcl-8.5.17
54 * - /usr/lib64/libtcl8.6.so
55 * used by /usr/lib64/python2.7/lib-dynload/_tkinter.so
56 (dev-lang/python-2.7.9-r1)
57 * used by /usr/lib64/python3.3/lib-dynload/_tkinter.cpython-33.so
58 (dev-lang/python-3.3.5-r1)
59 * used by /usr/lib64/python3.4/lib-dynload/_tkinter.cpython-34.so
60 (dev-lang/python-3.4.1)
61 Use emerge @preserved-rebuild to rebuild packages using these libraries
62
63 * IMPORTANT: config file '/etc/bash/bashrc' needs updating.
64
65 * IMPORTANT: config file '/usr/share/config/kdm/kdmrc' needs updating.
66 * See the CONFIGURATION FILES section of the emerge
67 * man page to learn how to update config files.
68 root@fireball / #
69
70
71 I've also rebuilt tcl and tk before doing a emerge -ev world. Where is
72 my hammer?
73
74 Thanks.
75
76 Dale
77
78 :-) :-)

Replies

Subject Author
Re: [gentoo-user] preserved-rebuild python endless loop Dale <rdalek1967@×××××.com>