Gentoo Archives: gentoo-user-ru

From: Alex Efros <powerman@××××××××.name>
To: gentoo-user-ru@l.g.o
Subject: [gentoo-user-ru] странности с зависимостями
Date: Sat, 02 Apr 2011 09:34:54
Message-Id: 20110402093358.GE1907@home.power
1 Hi!
2
3 Что бы это значило?
4
5 # emerge -1uDNpt world
6
7 These are the packages that would be merged, in reverse order:
8
9 Calculating dependencies... done!
10
11 # emerge -1uDNpt gnupg
12
13 These are the packages that would be merged, in reverse order:
14
15 Calculating dependencies... done!
16 [nomerge ] app-crypt/gnupg-2.0.17
17 [ebuild N ] virtual/mta-0
18 [blocks B ] mail-mta/netqmail ("virtual/mta" is blocking mail-mta/netqmail-1.06)
19
20 * Error: The above package list contains packages which cannot be
21 * installed at the same time on the same system.
22
23 (virtual/mta-0, ebuild scheduled for merge) pulled in by
24 =virtual/mta-0 required by (app-crypt/gnupg-2.0.17, installed)
25 virtual/mta required by (app-crypt/gnupg-2.0.17, installed)
26
27 Первая загадка - почему world (даже с -D) не обнаруживает эту проблему?
28 Вторая - почему virtual-mta не хочет ставиться при установленном netqmail?
29
30 # emerge -1uDNpt virtual/mta
31
32 These are the packages that would be merged, in reverse order:
33
34 Calculating dependencies... done!
35 [ebuild N ] virtual/mta-0
36 [blocks B ] mail-mta/netqmail ("virtual/mta" is blocking mail-mta/netqmail-1.06)
37
38 * Error: The above package list contains packages which cannot be
39 * installed at the same time on the same system.
40
41 (virtual/mta-0, ebuild scheduled for merge) pulled in by
42 virtual/mta
43
44 --
45 WBR, Alex.

Replies