Gentoo Archives: gentoo-user

From: "C. Beamer" <cbeamer@×××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Omitting blocked package when updating world
Date: Sat, 15 Oct 2005 13:13:30
Message-Id: 4350FFB9.4000807@interlynx.net
In Reply to: Re: [gentoo-user] Omitting blocked package when updating world by Rumen Yotov
1 Rumen Yotov wrote:
2
3 >On Fri, 2005-10-14 at 19:09 -0400, C. Beamer wrote:
4 >
5 >
6 >>Hi,
7 >>
8 >>I've had Gentoo installed on my main computer for about a month now and
9 >>want to update world.
10 >>
11 >>When I did 'emerge --pretend --update --deep world' I got told that a
12 >>package that I had installed was blocking another package. I want to
13 >>update but omit the blocked package from the update, which incidentally
14 >>is not installed on my system.
15 >>
16 >>Regards,
17 >>
18 >>Colleen
19 >>
20 >>
21 >Hi,
22 >Think it mostly depends on which is the package in question.
23 >Seen three types of package blocking:
24 >1.a new version blocking the old version of the same package - remove it
25 >then add again;
26 >2.A new package wants to install but there is another package serving
27 >the same role, e.g mail-server: qmail, postfix, exim all provide -
28 >virtual/mta (IIRC), so only one could get installed;
29 >3.Think it's your case. Some other package (which is installed) has a
30 >*new* dependency on another one (not installed), which provides the same
31 >'virtual/...' as third one (installed).
32 >This could happen when using -D/--deep flag - try without it to check
33 >and use -t/-tree option to see the deps. But it depends on the package
34 >in question & friends.
35 >HTH.Rumen
36 >
37 >
38 I went to the painstaking effort of updating each package on my system
39 that required updating individually and am left with this, which is the
40 result of 'emerge --pretend --update --deep world':
41
42 Calculating world dependencies ...done!
43 [blocks B ] <mail-client/pine-4.64-r1 (is blocking
44 net-mail/uw-mailutils-2004g)
45 [ebuild N ] net-mail/uw-mailutils-2004g
46 [ebuild U ] mail-client/pine-4.64-r1 [4.63-r2]
47
48 >From this, I assume that the installed package, Pine, is blocking the
49 package nw-mail-utils-2004g, which is *not* installed. So, how do I
50 prevent uw-mailutils-2004g from being installed so I can update Pine?
51
52 Regards,
53
54 Colleen
55 --
56 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Omitting blocked package when updating world Holly Bostick <motub@××××××.nl>