Gentoo Archives: gentoo-user

From: Chris Stankevitz <chrisstankevitz@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge xfce-base/thunar: lobotomy needed
Date: Tue, 11 Sep 2012 05:37:47
Message-Id: CAPi0pstHi-haQV1J3qyy7k3A-0+HHWKgh+e3Tt6dtg+UbZi-1A@mail.gmail.com
In Reply to: Re: [gentoo-user] emerge xfce-base/thunar: lobotomy needed by "Canek Peláez Valdés"
1 On Mon, Sep 10, 2012 at 7:57 PM, Canek Peláez Valdés <caneko@×××××.com> wrote:
2 >>=sys-fs/udev-171, which is stable. Are you sure you don't have
3 > anything in /etc/portage/package.keywords?
4
5 I know it sounds absurd, but... I have no package.keywords file. My
6 package.use is small and benign. My make.conf is also benign. I am
7 using the default profile ([1] default/linux/amd64/10.10 *)
8
9 Emerge output is pretty clear:
10 - thunar (argument) is pulling in
11 - xfce-base/thunar-1.4.0[udev], which is pulling in
12 - gnome-base/gvfs-1.12.3 ~amd64
13 - which pulls in all kinds of stuff
14
15 This sure makes it look like I have gvfs in my package.keywords, but I
16 do not. I promise!
17
18 This command:
19 find /usr/portage -name \*.ebuild | xargs grep gvfs-1.12
20
21 Returns these files:
22 /usr/portage/gnome-base/gnome-core-libs/gnome-core-libs-3.4.1.ebuild
23 /usr/portage/gnome-base/gnome/gnome-3.4.1.ebuild
24 /usr/portage/gnome-base/gnome-light/gnome-light-3.4.1.ebuild
25 /usr/portage/gnome-base/gvfs/gvfs-1.12.*.ebuild
26
27 Weird. I have no idea where the gvfs-1.12 dependency is coming in.
28 And "emerge -t" won't even tell me. Portage is so upset about this it
29 will not even show me a tree (see original post in this thread).
30
31 > By the way, it will be difficult for you to find a stronger supporter
32 > of udev/systemd than myself; and I don't have the global udev flag
33 > set.
34
35 I don't really know what udev is (I know it holds actions to take when
36 certain USB devices are plugged... that's all I know). I just added
37 global udev to obey the gentoo xfce install guide. If I remove it
38 from make.conf, I can install thunar... but if I try to install
39 thunar-volman the problem returns (thunar-volman requires thunar with
40 udev)
41
42 Thank you,
43
44 Chris