Gentoo Archives: gentoo-user

From: Daniel Pielmeier <daniel.pielmeier@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] portage confusion
Date: Mon, 03 Mar 2008 01:23:11
Message-Id: 47CB52EE.9040905@googlemail.com
In Reply to: Re: [gentoo-user] portage confusion by maxim wexler
1 >> Now do
2 >> emerge -avuND world
3 > <...>
4 > [blocks B ] <app-crypt/qca-1.0-r3 (is blocking
5 > app-crypt/qca-2.0.0-r2)
6 > <...>
7 > So,
8 >
9 > localhost heathen # emerge -pvC qca
10 >
11 >>>> These are the packages that would be unmerged:
12 >
13 > app-crypt/qca
14 > selected: 2.0.0-r2
15 > protected: none
16 > omitted: none
17 >
18 >>>> 'Selected' packages are slated for removal.
19 >>>> 'Protected' and 'omitted' packages will not be
20 > removed.
21 >
22 > Seems like I've already got the package that's
23 > supposedly blocked.
24 >
25 > localhost heathen # emerge -vC app-crypt/qca-1.0-r3
26 >
27 > --- Couldn't find 'app-crypt/qca-1.0-r3' to unmerge.
28 >
29 >>>> No packages selected for removal by unmerge
30 >
31 >
32 > So I unmerged then remerged the one I already got and
33 > did emerge -auvND world.
34 >
35 > Same thing. The link to the gentoo manual says I can
36 > just ignore that particular package but it doesn't say
37 > how.
38
39 Are you using kde-4.0.x or why do you have app-crypt/qca-2.0.0-r2
40 unmasked? You can add "=app-crypt/qca-1.0-r3 ~whateverarchyouhave" to
41 /etc/portage.keyords and try again "emerge -avuND world". Maybe you have
42 to do emerge -av --oneshot =app-crypt/qca-1.0-r3 before!
43 --
44 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] portage confusion maxim wexler <blissfix@×××××.com>