Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Please, let me understand
Date: Tue, 23 Sep 2008 16:37:23
Message-Id: gbb5v1$22l$1@ger.gmane.org
In Reply to: [gentoo-user] Please, let me understand by econti
1 econti wrote:
2 > Hi all, to-day I upgraded my portage and then I ran
3 > emerge -NDpvu here is the output:
4 >
5 > [ebuild U ] dev-libs/libsigc++-2.2.2 [2.0.17] USE="-debug -doc
6 > -test" 4,397 kB
7 > [ebuild U ] media-video/realplayer-11.0.0.4028-r1 [10.0.9] USE="X
8 > -nsplugin" 0 kB
9 > [ebuild U ] dev-cpp/cairomm-1.6.0 [1.2.4] USE="-doc (-examples%)"
10 > 779 kB
11 > [ebuild U ] dev-perl/extutils-depends-0.300 [0.205] 10 kB
12 > [ebuild U ] dev-perl/Cairo-1.06.0 [1.04.0] USE="-test%" 88 kB
13 > [ebuild U ] dev-cpp/glibmm-2.16.4 [2.12.8] USE="-debug -doc
14 > -examples" 6,227 kB
15 > [ebuild U ] dev-perl/glib-perl-1.182 [1.143] USE="(-xml%)" 242 kB
16 > [ebuild U ] dev-cpp/gtkmm-2.12.7 [2.10.9] USE="-accessibility -debug
17 > -doc -examples -test%" 14,843 kB
18 > [ebuild NS ] app-crypt/qca-2.0.0-r2 USE="-debug -doc -examples" 0 kB
19 > [ebuild U ] dev-perl/gtk2-perl-1.145 [1.142-r1] 641 kB
20 > [blocks B ] <app-crypt/qca-1.0-r3 (is blocking app-crypt/qca-2.0.0-r2)
21 >
22 > So it seems qca-1.0-r3 is blocking qca-2.0.0-r2! But I have no
23 > qca-1.0-r3 installed! :-(
24 > What's happening?
25 > Regards
26 > emilio
27
28 The others already gave you a working solution, but here's the reason
29 this is happening:
30
31 The qca package recently became slotted. However, only qca-1.0-r3 and
32 higher are slotted. You have qca-1.0-r2 installed with is *not* slotted
33 and therefore you can't install qca-2.x at the same time. Problem is,
34 qca-1.0-r3 is keyworded so you need to place this:
35
36 =app-crypt/qca-1.0-r3
37
38 in your /etc/portage/package.keywords and then proceed as the others
39 said. Unmerge the current version:
40
41 emerge -aC =app-crypt/qca-1.0-r2
42
43 and only then do your world update.

Replies

Subject Author
Re: [gentoo-user] Re: Please, let me understand econti <contiemilio@×××××.it>
Re: [gentoo-user] Re: Please, let me understand Mick <michaelkintzios@×××××.com>