Gentoo Archives: gentoo-user

From: Michael Sullivan <michael@××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Blocking package is not actually installed
Date: Thu, 01 May 2008 19:13:18
Message-Id: 1209669158.2096.8.camel@camille.espersunited.com
In Reply to: [gentoo-user] Blocking package is not actually installed by John covici
1 On Thu, 2008-05-01 at 14:25 -0400, John covici wrote:
2 > on Thursday 05/01/2008 Michael Sullivan(michael@××××××××××××.com) wrote
3 > > I'm trying to install a package that is being blocked by a package that
4 > > portage claims is not even installed:
5 > >
6 > > catherine ~ # emerge -av =dev-util/gtk-doc-am-1.10-r1
7 > >
8 > > These are the packages that would be merged, in order:
9 > >
10 > > Calculating dependencies... done!
11 > > [ebuild N ] dev-util/gtk-doc-am-1.10-r1 395 kB
12 > > [blocks B ] dev-util/gtk-doc-am (is blocking
13 > > dev-util/gtk-doc-1.8-r2)
14 > >
15 > > Total: 1 package (1 new, 1 block), Size of downloads: 395 kB
16 > >
17 > > !!! Error: The above package list contains packages which cannot be
18 > > installed
19 > > !!! at the same time on the same system.
20 > >
21 > > For more information about Blocked Packages, please refer to the
22 > > following
23 > > section of the Gentoo Linux x86 Handbook (architecture is irrelevant):
24 > >
25 > > http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked
26 > >
27 > > catherine ~ # emerge -pv dev-util/gtk-doc-am
28 > >
29 > > These are the packages that would be merged, in order:
30 > >
31 > > Calculating dependencies... done!
32 > > [ebuild N ] dev-util/gtk-doc-am-1.10-r1 395 kB
33 > > [blocks B ] dev-util/gtk-doc-am (is blocking
34 > > dev-util/gtk-doc-1.8-r2)
35 > >
36 > > Total: 1 package (1 new, 1 block), Size of downloads: 395 kB
37 > >
38 > > What should I do?
39 >
40 > What I did was to unmerge dev-util/gtk-doc and that seemed to fix
41 > things. You might want to look at a previous thread of a couple of
42 > days ago which I started and was quite informative.
43 >
44 > --
45 > Your life is like a penny. You're going to lose it. The question is:
46 > How do
47 > you spend it?
48 >
49 > John Covici
50 > covici@××××××××××.com
51
52 I unmerged gtk-doc and ran my command again. Now it wants to install
53 gtk-doc, but it's still blocked:
54
55 catherine ~ # emerge -av =gtk+-2.12.9-r2
56
57 These are the packages that would be merged, in order:
58
59 Calculating dependencies... done!
60 [ebuild N ] dev-util/gtk-doc-1.8-r2 USE="debug doc -emacs" 182 kB
61 [ebuild N ] dev-util/gtk-doc-am-1.10-r1 395 kB
62 [ebuild U ] x11-libs/gtk+-2.12.9-r2 [2.12.8] USE="X cups debug doc
63 jpeg tiff -vim-syntax -xinerama" 15,652 kB
64 [blocks B ] dev-util/gtk-doc-am (is blocking
65 dev-util/gtk-doc-1.8-r2)
66
67 Total: 3 packages (1 upgrade, 2 new, 1 block), Size of downloads: 16,229
68 kB
69
70 !!! Error: The above package list contains packages which cannot be
71 installed
72 !!! at the same time on the same system.
73
74 For more information about Blocked Packages, please refer to the
75 following
76 section of the Gentoo Linux x86 Handbook (architecture is irrelevant):
77
78 http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked
79
80
81 --
82 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Blocking package is not actually installed Neil Bothwick <neil@××××××××××.uk>