Gentoo Archives: gentoo-user

From: "Canek Peláez Valdés" <caneko@×××××.com>
To: lists@×××××.at
Cc: gentoo-user@l.g.o
Subject: Re: [gentoo-user] systemd-197-r1 starts gdm-3.6.2
Date: Wed, 30 Jan 2013 18:05:04
Message-Id: CADPrc83U5yvF7bm1No=fxCbyb4pmmATFPzCgYwhbDS8r7BMdpA@mail.gmail.com
In Reply to: Re: [gentoo-user] systemd-197-r1 starts gdm-3.6.2 by "Stefan G. Weichinger"
1 On Wed, Jan 30, 2013 at 11:56 AM, Stefan G. Weichinger <lists@×××××.at> wrote:
2 > Am 30.01.2013 18:52, schrieb Canek Peláez Valdés:
3 >> On Wed, Jan 30, 2013 at 11:48 AM, Stefan G. Weichinger <lists@×××××.at> wrote:
4 >>> Am 30.01.2013 18:36, schrieb Hinnerk van Bruinehsen:
5 >>>
6 >>>> I've just installed systemd on one of my systems to give it a test and I
7 >>>> had similar problems due to the systemd useflag on policykit being
8 >>>> hardmasked (it also pulled in consolekit because of that).
9 >>>> Since the errors are very similar you may check your useflags on
10 >>>> policykit and - if necessary remove the use-mask of systemd for
11 >>>> policykit.
12 >>
13 >>
14 >> As Hinnerk said, it could be a PolKit problem, but you said that you
15 >> had unmasked the systemd USE flag from PolKit. The new information I
16 >> see in this mail is that you have =gnome-base/gnome-session-9999
17 >> installed; why do you have a live version? Did you use --autounmask to
18 >> install GNOME?
19 >>
20 >> I think that's the problem: gnome-session has no live version in the
21 >> tree; therefore you are installing it from the GNOME overlay. The live
22 >> version of gnome-session in the GNOME overlay doesn't use a specific
23 >> version, tag or branch to checkout, so depending on when you installed
24 >> it, it's possible you are running gnome-session-3.7.x.
25 >>
26 >> I would keep gnome-session keyworded, but unmasked; that would force
27 >> the install of the 3.6.2 version. Also, if you have more live
28 >> versions, I would recommend downgrading them to the last 3.6.x
29 >> version. GNOME 3.6 is not masked in Gentoo, just keyworded.
30 >
31 > I have
32 >
33 > [I] gnome-base/gnome-session
34 > Available versions: 2.32.1-r3 (~)3.4.2.1 (~)3.6.2 (~)3.6.2-r1
35 > **9999[1] {debug doc gconf ipv6 systemd ELIBC="FreeBSD"}
36 > Installed versions: 3.6.2-r1(17:40:19 30.01.2013)(ipv6 systemd
37 > -debug -doc -gconf ELIBC="-FreeBSD")
38 >
39 > -> so 3.6.2-r1 here ....
40
41 My mistake; I saw the asterisks and I thought that was the one installed.
42
43 >> If you have -consolekit, why it's still installed? What is pulling it
44 >> into your system? Can you do a "equery depends consolekit"?
45 >
46 > sure, did that already .... looks strange, right?
47 >
48 > * These packages depend on sys-auth/consolekit:
49 > gnome-base/gdm-3.6.2 (consolekit ? sys-auth/consolekit[pam])
50 > gnome-base/gnome-control-center-3.6.3-r1 (!systemd ? sys-auth/consolekit)
51 > gnome-base/gnome-session-3.6.2-r1 (!systemd ? sys-auth/consolekit)
52 > gnome-base/gnome-settings-daemon-3.6.4 (!systemd ? sys-auth/consolekit)
53 > gnome-base/gnome-shell-3.6.2-r1 (!systemd ? sys-auth/consolekit)
54 > net-misc/networkmanager-0.9.6.4-r1 (consolekit ? sys-auth/consolekit)
55 > net-wireless/bluez-4.101-r5 (consolekit ? sys-auth/consolekit)
56 > sys-apps/accountsservice-0.6.30 (!systemd ? sys-auth/consolekit)
57 > sys-auth/pambase-20120417-r1 (consolekit ?
58 >>=sys-auth/consolekit-0.4.5_p2012[pam])
59 > sys-auth/polkit-0.110 (!systemd ?
60 >>=sys-auth/consolekit-0.4.5_p2012[policykit])
61 > x11-apps/xdm-1.1.11-r1 (consolekit ? sys-auth/consolekit)
62
63 OK, did you run "emerge --depclean"? All of those packages use
64 consolekit or systemd, but not both; if after --depclean'ing
65 consolekit keeps lurking, could you uninstall it and mask it, followed
66 by a "emerge -uDNvp world"? That would tell us which package is
67 pulling it.
68
69 Also, remeber that you can set USE flags not only in
70 /etc/portage/make.conf, but also in /etc/portage/package.use (and I
71 think the latter takes precedence).
72
73 Regards.
74 --
75 Canek Peláez Valdés
76 Posgrado en Ciencia e Ingeniería de la Computación
77 Universidad Nacional Autónoma de México

Replies

Subject Author
Re: [gentoo-user] systemd-197-r1 starts gdm-3.6.2 "Stefan G. Weichinger" <lists@×××××.at>