Gentoo Archives: gentoo-user

From: Harry Putnam <reader@×××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: go to a no-x console from failed X + lxde install
Date: Sat, 10 Dec 2016 05:17:34
Message-Id: 87lgvoqs6e.fsf@reader.local.lan
In Reply to: Re: [gentoo-user] Re: go to a no-x console from failed X + lxde install by Andrej Rode
1 Andrej Rode <mail@××××××××.de> writes:
2
3 > Hi,
4 >
5 >> (dependency required by "gnome-extra/polkit-gnome-0.105-r1::gentoo" [installed])
6 >> (dependency required by "sys-auth/polkit-0.113-r1::gentoo[gtk]" [installed])
7 >> (dependency required by "sys-auth/consolekit-1.1.0-r1::gentoo[policykit]" [installed])
8 >> (dependency required by "sys-auth/pambase-20150213::gentoo[consolekit]" [installed])
9 >> (dependency required by "net-misc/openssh-7.3_p1-r8::gentoo[pam]" [ebuild])
10 >> (dependency required by "virtual/ssh-0::gentoo[-minimal]" [installed])
11 >> (dependency required by "@system" [set])
12 >> (dependency required by "@world" [argument])
13 >> These are the packages that would be merged, in order:
14 >
15 > This output now shows us that `> (dependency required by
16 > "sys-auth/polkit-0.113-r1::gentoo[gtk]" [installed])` polkit has the gtk
17 > useflag and therefore it tries to build `polkit-gnome` which in fact
18 > requires gtk.
19 >
20 > Instead of setting USE=-gtk in your `/etc/portage/make.conf` try setting
21 > `sys-auth/consolekit-1.1.0-r1 -gtk` in `/etc/portage/package.use/polkit`
22
23 I guessed you meant to say polkit so:
24 root # cat /etc/portage/package.use/polkit
25 sys-auth/polkit-0.113-r -gtk
26
27 And boy did those changes you've been posting really make a difference
28
29 I have a nice hefty list of nearly all non-x stuff ...
30
31 One item puzzles me a bit:
32
33 [ebuild N ] x11-misc/shared-mime-info-1.7::gentoo USE="{-test}" 0 KiB
34
35 Using Dales suggestion of --tree I see a whole list of stuff pulling
36 that in. The closest culprit seems to be:
37 dev-libs/glib-2.50.2:[...] USE+"mime [...]"
38
39 But maybe `shared-mime-info' is something one might use reading mail
40 or such?
41
42 I guess the `nomerge' part means its already installed?
43
44 Its a bit confusing seeing what is actually doing the pulling:
45 Is it `virtual/ssh-0'
46
47 [ebuild R ] virtual/ssh-0::gentoo USE="minimal*" 0 KiB
48 [nomerge ] sys-apps/pciutils-3.5.2::gentoo USE="kmod [...]
49 [nomerge ] virtual/libudev-232:0/1::gentoo USE="-static-libs[...]
50 [ebuild R ] sys-fs/eudev-3.2::gentoo USE="hwdb kmod [...]
51 [nomerge ] sys-fs/udev-init-scripts-32::gentoo
52 [nomerge ] virtual/udev-217::gentoo USE="-systemd"
53 [nomerge ] sys-fs/eudev-3.2::gentoo USE="hwdb kmod [...]
54 [nomerge ] virtual/pkgconfig-0-r1::gentoo
55 [nomerge ] dev-util/pkgconfig-0.29.1::gentoo USE="-hardened [...]
56 [nomerge ] dev-libs/glib-2.50.2:2::gentoo USE="mime xattr [...]
57 [ebuild N ] x11-misc/shared-mime-info-1.7::gentoo USE="{-test}"[...]
58
59
60 Thanks for the help and the url pointers I snipped.

Replies

Subject Author
Re: [gentoo-user] Re: go to a no-x console from failed X + lxde install Dale <rdalek1967@×××××.com>
Re: [gentoo-user] Re: go to a no-x console from failed X + lxde install Neil Bothwick <neil@××××××××××.uk>