Gentoo Archives: gentoo-user

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

Replies

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