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 15:32:06
Message-Id: yu98voqfcq5.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 Tue, Oct 11 2011, Canek Peláez Valdés wrote:
2
3 > On Tue, Oct 11, 2011 at 3:13 PM, Allan Gottlieb <gottlieb@×××.edu> wrote:
4 >> For me, gnome 3.2 has been quite a regression over 3.0.
5 >
6 > Weird; for me it works so much better than 3.0.
7 >
8 >> Summary:
9 >>
10 >> gdm-3.2.0-r1 crashes and when I revert to the 3.0 gdm, I get to the
11 >> login screen but then gnome-shell crashes.  I tried to downgrade to
12 >> gnome-shell-3.0.2-r1, but that needs libgnome-menu, which is not in
13 >> portage/layman.
14 >>
15 >> The crash of gdm is described in bug #385525.
16 >>
17 >> The crash of gnome-shell is described in the following .xsession-errors
18 >> file (tracker-miner-fs.log and tracker-store.log are empty).
19 >>
20 >> any help would be appreciated.
21 >> allan
22 >
23 > Are you running the updated git of gnome-overlay? I had troubles with
24 > gnome-settings-daemon until a couple of days.
25
26 I believe I have been running the latest overlay. I do an eix-sync
27 every morning and /etc/eix-sync.conf contains
28 -C --ignore-default-opts
29 -C --quiet
30 gnome
31 However, I will run
32 layman --sync-all
33
34 > Can you try to start GNOME with a clean config (no ~/.config, no
35 > ~/.local, no ~/.gconf, no ~/.gnome*).
36
37 I tried that this morning; no improvement
38
39 > Also, in my case, having gnome-shell extensions installed caused me
40 > problems when upgrading.
41
42 I do not have the extensions installed.
43
44 From the gentoo bug #385525 there is a report that disabling the
45 gnome-shell USE flag for gdm, permits gdm-3.2.0-r1 to run, but does not
46 solve the problem with gnome-shell crashing. I can confirm this
47 behavior and am now running gdm-3.2.0-r1 with gnome-shell disabled.
48
49 I just now did
50 layman --sync-all
51 emerge --newuse --update --with-bdeps=y world
52
53 Only libraw and (of course) portage were merged.
54
55 emerge --depclean found nothing redundant
56
57 revdep-rebuild still wants to reinstall totem-pl-parser and
58 gpointing-device-settings. Both fail with bugs that (I believe) are
59 unrelated.
60
61 In a fit of paranoia, I did another reboot at this point.
62 The results were the same: gdm does NOT crash, but gnome-shell DOES
63
64 Perhaps I have bad USE flags (-gnome-shell is a new change the others
65 are as they have been for quite a while)?
66
67 oldlap ~ # eix -e gdm; eix -e gnome-shell
68 [I] gnome-base/gdm
69 Available versions: 2.20.11 (~)2.20.11-r1 [M](~)2.32.1 [M](~)2.32.1-r1 {M}(~)3.0.4-r2[1] {M}(~)3.2.0-r1[1] {accessibility afs branding +consolekit debug dmx elibc_glibc fprint gnome-keyring +gnome-shell +introspection ipv6 pam remote selinux smartcard tcpd test xinerama +xklavier}
70 Installed versions: 3.2.0-r1[1](10:55:08 AM 10/12/2011)(accessibility consolekit elibc_glibc introspection ipv6 tcpd xklavier -debug -fprint -gnome-keyring -gnome-shell -selinux -smartcard -test -xinerama)
71 Homepage: http://www.gnome.org/projects/gdm/
72 Description: GNOME Display Manager
73
74 [1] "gnome" /var/lib/layman/gnome
75 [I] gnome-base/gnome-shell
76 Available versions: {M}(~)3.0.2-r1 {M}(~)3.1.4[1] {M}(~)3.2.0-r1[1] {M}**9999[1] {+nm-applet}
77 Installed versions: 3.2.0-r1[1](10:41:40 PM 10/01/2011)
78 Homepage: http://live.gnome.org/GnomeShell
79 Description: Provides core UI functions for the GNOME 3 desktop
80
81 [1] "gnome" /var/lib/layman/gnome
82 oldlap ~ #
83
84 Thanks for you help and patience,
85 allan

Replies

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