Gentoo Archives: gentoo-user

From: maxim wexler <blissfix@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] portage confusion
Date: Sun, 02 Mar 2008 06:10:43
Message-Id: 332207.98154.qm@web31713.mail.mud.yahoo.com
1 Hi group,
2
3 Notice in the following portage has nothing to say
4 about "blockers" following a warning from
5 revdep-rebuild. And the -u switch calls forth an
6 earlier version of python but without the -u switch is
7 content to re-emerge the newer package which I already
8 have on my system.
9
10 This was all precipitated after emerge xcircuit I was
11 advised to upgrade tk and tclx and then
12 revdep-rebuild.
13
14 emerge -u tk just said zero packages to emerge. Not
15 "no ebuilds to satisfy 'tk'", zero packages. emerge -u
16 tclx upgraded to a slightly newer version however...
17
18
19 localhost heathen # revdep-rebuild
20 Configuring search environment for revdep-rebuild
21
22 Checking reverse dependencies...
23
24 Packages containing binaries and libraries broken by a
25 package update
26 will be emerged.
27
28 Collecting system binaries and libraries... done.
29 (/root/.revdep-rebuild.1_files)
30
31 Collecting complete LD_LIBRARY_PATH... done.
32 (/root/.revdep-rebuild.2_ldpath)
33
34 Checking dynamic linking consistency...
35 broken /usr/lib/python2.3/lib-dynload/_bsddb.so
36 (requires libdb-4.2.so)
37 broken /usr/lib/python2.4/lib-dynload/_bsddb.so
38 (requires libdb-4.2.so)
39 done.
40 (/root/.revdep-rebuild.3_rebuild)
41
42 Assigning files to ebuilds... done.
43 (/root/.revdep-rebuild.4_ebuilds)
44
45 Evaluating package order... done.
46 (/root/.revdep-rebuild.5_order)
47
48 All prepared. Starting rebuild...
49 emerge --oneshot =dev-lang/python-2.4.4-r6
50 =dev-lang/python-2.3.5-r3
51 ..........
52 Calculating dependencies... done!
53
54 !!! Error: the <dev-lang/python-2.3.6-r2 package
55 conflicts with another package;
56 !!! the two packages cannot be installed on the
57 same system together.
58 !!! Please use 'emerge --pretend' to determine
59 blockers.
60
61 For more information about Blocked Packages, please
62 refer to the following
63 section of the Gentoo Linux x86 Handbook (architecture
64 is irrelevant):
65
66 http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked
67
68
69 revdep-rebuild failed to emerge all packages
70 you have the following choices:
71
72 - if emerge failed during the build, fix the problems
73 and re-run revdep-rebuild
74 or
75 - use -X or --package-names as first argument (trys to
76 rebuild package, not exact
77 ebuild)
78 or
79 - set ACCEPT_KEYWORDS="~<your platform>" and/or
80 /etc/portage/package.unmask
81 (and remove /root/.revdep-rebuild.5_order to be
82 evaluated again)
83 or
84 - modify the above emerge command and run it manually
85 or
86 - compile or unmerge unsatisfied packages manually,
87 remove temporary files and
88 try again (you can edit package/ebuild list first)
89
90 To remove temporary files, please run:
91 rm /root/.revdep-rebuild*.?_*
92 localhost heathen # emerge -puv python
93
94 These are the packages that would be merged, in order:
95
96 Calculating dependencies... done!
97 [ebuild U ] dev-lang/python-2.3.6-r4 [2.3.5-r3]
98 USE="gdbm ipv6 ncurses readline ssl -berkdb -bootstrap
99 -build -doc -examples% -nocxx -nothreads% -tk -ucs2"
100 7,190 kB
101
102 Total: 1 package (1 upgrade), Size of downloads: 7,190
103 kB
104 localhost heathen # emerge -pv python
105
106 These are the packages that would be merged, in order:
107
108 Calculating dependencies... done!
109 [ebuild R ] dev-lang/python-2.4.4-r6 USE="gdbm
110 ipv6 ncurses readline ssl -berkdb -bootstrap -build
111 -doc -examples -nocxx -nothreads -tk -ucs2" 0 kB
112
113 Total: 1 package (1 reinstall), Size of downloads: 0
114 kB
115
116 But xcircuit seems to work OK. Is it safe to just
117 ignore this? I mean, I just completed emerge -uD world
118 a couple of weeks ago.
119
120 Maxim
121
122
123
124 ____________________________________________________________________________________
125 Never miss a thing. Make Yahoo your home page.
126 http://www.yahoo.com/r/hs
127 --
128 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] portage confusion Alan McKinnon <alan.mckinnon@×××××.com>
Re: [gentoo-user] portage confusion Neil Bothwick <neil@××××××××××.uk>