Gentoo Archives: gentoo-user

From: Albert Hopkins <marduk@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] slot conflict on consolkit -- how to resolve?
Date: Sun, 11 Oct 2009 11:19:46
Message-Id: 1255259973.126855.10.camel@centar
In Reply to: [gentoo-user] slot conflict on consolkit -- how to resolve? by covici@ccs.covici.com
1 On Sun, 2009-10-11 at 05:34 -0400, covici@××××××××××.com wrote:
2 > I am trying to upgrade to the gnome overlay and I get the following slot
3 > conflict:
4 >
5 > !!! Multiple package instances within a single package slot have been
6 > pulled
7 > !!! into the dependency graph, resulting in a slot conflict:
8 >
9 > sys-auth/consolekit:0
10 >
11 > ('installed', '/', 'sys-auth/consolekit-0.4.1', 'nomerge') pulled in
12 > by
13 > sys-auth/consolekit[-policykit] required by ('installed', '/',
14 > 'sys-apps/hal-0.5.13-r2', 'nomerge')
15 > (and 5 more)
16 >
17 > ('ebuild', '/', 'sys-auth/consolekit-0.4.1', 'merge') pulled in by
18 > sys-auth/consolekit[policykit] required by ('ebuild', '/',
19 > 'gnome-base/gdm-2.28.0', 'merge')
20 > (and 5 more)
21 >
22 > Any way to resolve this so I can get the gnome 2.28 overlay to come in?
23 > I know I am on the bleeding edge here!
24
25
26 Check your use flags. hal (base portage) wants consolkit *without* the
27 policykit USE flag because it was installed with -policykit.
28
29 gdm (overlay) is apparently being installed with the consolekit USE flag
30 and so it requires consolekit *with* the policykit USE flag.

Replies

Subject Author
Re: [gentoo-user] slot conflict on consolkit -- how to resolve? covici@××××××××××.com