Gentoo Archives: gentoo-user

From: Allan Gottlieb <gottlieb@×××.edu>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] can't build gnome 3.2 (3.0 was ok)
Date: Wed, 12 Oct 2011 21:53:31
Message-Id: yu9ehyhev13.fsf@nyu.edu
In Reply to: Re: [gentoo-user] can't build gnome 3.2 (3.0 was ok) by "Canek Peláez Valdés"
1 On Wed, Oct 12 2011, Canek Peláez Valdés wrote:
2
3 > On Wed, Oct 12, 2011 at 1:58 PM, Allan Gottlieb <gottlieb@×××.edu> wrote:
4 >>
5 >> I notice that I have the default "accessibility" use flag on.
6 >> I am tempted to turn it off to reduce the number of packages
7 >> involved.  Any downside?
8 >
9 > Not that I know of. Can you please backup /var/lib/gdm, and clean the
10 > directory completely? Don't erase the directory, just its contents
11 > (including *ALL* the hidden files); gdm needs this directory to start,
12 > and it's gid gdm and uid gdm.
13
14 I cleaned it. Then built gdm with the gnome-shell flag. This slightly
15 repopulated the directory (see ls -lAR below).
16
17 > After you have cleaned it, recompile gdm with the gnome-shell and try
18 > again. I still don't see why gnome-shell is not starting, but gdm may
19 > have problems with its user config (which is stored in /var/lib/gdm),
20 > and *maybe* gnome-shell cannot start correctly if gdm is not built
21 > with the gnome-shell use flag.
22 >
23 > Regards.
24
25 gdm again failed (oh no, something has gone wrong) upon restart.
26 To be certain, I did a reboot, gdm failed again, and then *really*
27 cleaned the directory (including the files put there by the emerge)
28 It again failed.
29
30 I tried an emerge --newuse --update --with-bdeps=y world,
31 this complained because qt-gui didn't have the accessibility flag.
32
33 So I put back accessibility and redid the update world.
34 As expected only gdm was rebuilt.
35 I restarted gdm (via xdm as usual) and the same failure occurred.
36
37 I can't get gdm to run with the gnome-shell use flag.
38
39 What use flags do you have for gdm? Here is mine
40 Installed versions: 3.2.0-r1[1](05:47:00 PM 10/12/2011)(accessibility consolekit elibc_glibc gnome-shell introspection ipv6 tcpd xklavier -debug -fprint -gnome-keyring -selinux -smartcard -test -xinerama)
41
42 thanks for all your efforts,
43 allan
44
45 ================================================================
46
47 oldlap ~ # cd /var/lib/gdm
48 oldlap gdm # ls -lRA
49 .:
50 total 16
51 drwxr-xr-x 3 root root 4096 Oct 12 17:26 .config
52 drwxr-x--T 2 root gdm 4096 Oct 12 17:26 .gconf.mandatory
53 -rw-r--r-- 1 root root 365 Oct 12 17:26 .gconf.path
54 drwxr-xr-x 3 root root 4096 Oct 12 17:26 .local
55
56 ./.config:
57 total 4
58 drwxr-xr-x 2 gdm gdm 4096 Oct 12 17:26 dconf
59
60 ./.config/dconf:
61 total 0
62
63 ./.gconf.mandatory:
64 total 20
65 -rw-r----T 1 root gdm 16968 Oct 12 17:26 %gconf-tree.xml
66
67 ./.local:
68 total 4
69 drwxr-xr-x 3 root root 4096 Oct 12 17:26 share
70
71 ./.local/share:
72 total 4
73 drwxr-xr-x 2 gdm gdm 4096 Oct 12 17:26 applications
74
75 ./.local/share/applications:
76 total 0
77 oldlap gdm #

Replies

Subject Author
Re: [gentoo-user] can't build gnome 3.2 (3.0 was ok) "Canek Peláez Valdés" <caneko@×××××.com>