Gentoo Archives: gentoo-user

From: "Canek Peláez Valdés" <caneko@×××××.com>
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 16:50:40
Message-Id: CADPrc808bFWY1eb8Yfc7WcpGCW9TMhymfpEhvOVErjAdQwe=WA@mail.gmail.com
In Reply to: Re: [gentoo-user] can't build gnome 3.2 (3.0 was ok) by Allan Gottlieb
1 On Wed, Oct 12, 2011 at 8:31 AM, Allan Gottlieb <gottlieb@×××.edu> wrote:
2 > On Tue, Oct 11 2011, Canek Peláez Valdés wrote:
3 >
4 >> On Tue, Oct 11, 2011 at 3:13 PM, Allan Gottlieb <gottlieb@×××.edu> wrote:
5 >>> For me, gnome 3.2 has been quite a regression over 3.0.
6 >>
7 >> Weird; for me it works so much better than 3.0.
8 >>
9 >>> Summary:
10 >>>
11 >>> gdm-3.2.0-r1 crashes and when I revert to the 3.0 gdm, I get to the
12 >>> login screen but then gnome-shell crashes.  I tried to downgrade to
13 >>> gnome-shell-3.0.2-r1, but that needs libgnome-menu, which is not in
14 >>> portage/layman.
15 >>>
16 >>> The crash of gdm is described in bug #385525.
17 >>>
18 >>> The crash of gnome-shell is described in the following .xsession-errors
19 >>> file (tracker-miner-fs.log and tracker-store.log are empty).
20 >>>
21 >>> any help would be appreciated.
22 >>> allan
23 >>
24 >> Are you running the updated git of gnome-overlay? I had troubles with
25 >> gnome-settings-daemon until a couple of days.
26 >
27 > I believe I have been running the latest overlay.  I do an eix-sync
28 > every morning and /etc/eix-sync.conf contains
29 >    -C --ignore-default-opts
30 >    -C --quiet
31 >    gnome
32 > However, I will run
33 >    layman --sync-all
34 >
35 >> Can you try to start GNOME with a clean config (no ~/.config, no
36 >> ~/.local, no ~/.gconf, no ~/.gnome*).
37 >
38 > I tried that this morning; no improvement
39 >
40 >> Also, in my case, having gnome-shell extensions installed caused me
41 >> problems when upgrading.
42 >
43 > I do not have the extensions installed.
44 >
45 > From the gentoo bug #385525 there is a report that disabling the
46 > gnome-shell USE flag for gdm, permits gdm-3.2.0-r1 to run, but does not
47 > solve the problem with gnome-shell crashing.  I can confirm this
48 > behavior and am now running gdm-3.2.0-r1 with gnome-shell disabled.
49 >
50 > I just now did
51 >   layman --sync-all
52 >   emerge --newuse --update --with-bdeps=y world
53 >
54 > Only libraw and (of course) portage were merged.
55
56 When you do layman --sync-all, sometimes the ebuilds are updated, but
57 with the same version. Try to recompile every ebuild in the overlay
58 that you have installed in your system. At least, try to recompile
59 gdm, gnome-shell, and all of its direct dependencies, the packages in
60 COMMON_DEPEND, RDEPEND and DEPEND) in the gnome-shell-3.2.0-r1 ebuild.
61 Minus the use enabled where you don't set the use flag, of course.
62
63 Also: modify /etc/gdm/custom.conf and in the [debug] key set
64 "Enable=true". And modify /usr/share/xsessions/gnome.desktop and
65 replace Exec=gnome-session with Exec=gnome-session --debug. Then a lot
66 more info will be available in ~/.xsession-errors, and we will know
67 more.
68
69 Regards.
70 --
71 Canek Peláez Valdés
72 Posgrado en Ciencia e Ingeniería de la Computación
73 Universidad Nacional Autónoma de México

Replies

Subject Author
Re: [gentoo-user] can't build gnome 3.2 (3.0 was ok) Allan Gottlieb <gottlieb@×××.edu>