Gentoo Archives: gentoo-user

From: "Canek Peláez Valdés" <caneko@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [ANNOUNCE] I like systemd now :)
Date: Mon, 12 Nov 2012 23:17:46
Message-Id: CADPrc81rNbM2XLnOsANLsY5dL-8o2Lmdwe1+8+GNrtNuxV4h0w@mail.gmail.com
In Reply to: Re: [gentoo-user] [ANNOUNCE] I like systemd now :) by Keith Dart
1 On Mon, Nov 12, 2012 at 5:11 PM, Keith Dart <keith@×××××××××.biz> wrote:
2 > Re
3 > 20121112134014.632fa8c7@×××××××××.biz20121112134014.632fa8c7@×××××××××.bizCADPrc80e46k1JN3jE0Y=Xobbo7Vh6jotc=dnhzLo9-Z_vj+wkw@××××××××××.com20121111192731.149dc082@×××××××××.bizCADPrc83TGeegA0UXadMEy=B62xZYOE50bqfw+dxDJ8f=FkPTHA@××××××××××.com20121111185801.58964939@×××××××××.bizCADPrc83+5zUQ+GzCSvyHhZa7BZfMqqagZCosktasOY1sdhCx0Q@××××××××××.com20121111175313.54b9acf1@×××××××××.bizCADPrc80EwExpbdcJX1a+aE0DA=iopqw-QOaozmUBJCs5FGew-g@××××××××××.com20121109171149.1d8a3e18@×××××××××.biz509D9C62.9040909@×××××.com509D8E00.4030208@××××××××.sek7k1hn$ce6$1@×××××××××.org,
4 > Canek Peláez Valdés said:
5 >> Do an "equery depends pambase" and see what it's trying to pull
6 >> pambase with consolekit. Perhaps do you have something in
7 >> /etc/portage/package.use?
8 >
9 >
10 > It seems like polkit is actually the culprit.
11 >
12 > * These packages depend on pambase:
13 > app-admin/sudo-1.8.6_p3 (pam ? sys-auth/pambase)
14 > net-misc/openssh-6.1_p1 (pam ? >=sys-auth/pambase-20081028)
15 > sys-apps/openrc-0.11.5 (pam ? sys-auth/pambase)
16 > sys-apps/shadow-4.1.5.1 (pam ? >=sys-auth/pambase-20120417)
17 > sys-auth/polkit-0.107-r1 (pam ? sys-auth/pambase)
18 > (systemd ? sys-auth/pambase[systemd])
19 > (!systemd ? sys-auth/pambase[consolekit])
20 > sys-libs/pam-1.1.6 (sys-auth/pambase)
21 > x11-misc/lightdm-1.4.0 (>=sys-auth/pambase-20101024-r2)
22 >
23 >
24 > diffing polkit 104 and 107 ebuilds shows some changes in the systemd
25 > related USE selection logic.
26 >
27 > I DO also have the systemd USE flag set. Yet, polkit is requiring
28 > pambase with consolekit.
29
30 Enable the systemd USE flag in polkit and it will not require consolekit:
31
32 pam? (
33 systemd? ( sys-auth/pambase[systemd] )
34 !systemd? ( sys-auth/pambase[consolekit] )
35 )
36
37 That means: you want pam?, then if you want systemd, I require pambase
38 with systemd; otherwise, I require pambase with consolekit.
39
40 Regards.
41 --
42 Canek Peláez Valdés
43 Posgrado en Ciencia e Ingeniería de la Computación
44 Universidad Nacional Autónoma de México

Replies

Subject Author
Re: [gentoo-user] [ANNOUNCE] I like systemd now :) Keith Dart <keith@×××××××××.biz>