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: Thu, 13 Oct 2011 00:04:14
Message-Id: CADPrc82gGnByV1ezFBTtgshQDJP-zUmG+OeTT2_QX+kUAO6eCw@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 3:27 PM, Allan Gottlieb <gottlieb@×××.edu> wrote:
2 > On Wed, Oct 12 2011, Canek Peláez Valdés wrote:
3 >
4 >> It's really weird; can I see /var/log/messages (or whatever logger
5 >> file you have)? With Enable=true in the [debug] key on
6 >> /etc/gdm/custom.conf, we should be able to see why gdm is dying.
7 >
8 > The output is below
9 >
10 >> My flags are:
11 >>
12 >> Installed versions:  3.2.0-r1[1](05:20:40 PM 10/11/2011)(consolekit
13 >> elibc_glibc gnome-keyring gnome-shell introspection ipv6 tcpd xklavier
14 >> -accessibility -debug -fprint -selinux -smartcard -test -xinerama)
15 >>
16 >> Mmmh. I didn't even know you could remove gnome-keyring from gdm. If
17 >> you are using GNOME, I don't see no reason to disable it. Maybe try
18 >> it?
19 >
20 > OK I will add it to my use flags.  That machine has profile
21 > linux/x86/10.0.  My real machine has profile
22 > linux/amd64/10.0/desktop/gnome.  Clearly the x86 vs amd64 is right, but
23 > I could(?) change my profile to desktop/gnome.  But that sounds like a
24 > big change that could open a can of worms.  My main machine (running
25 > gnome 2 not 3) has the gnome-keyring use flag for gdm)
26 >
27 >> Anyhow, the logs from gdm failing should tell us something. I don't
28 >> think is the video, like Michael suggested; supposedly gnome-shell
29 >> would detect that.
30 >
31 > I should have said that the video is working.  The "blue drapery"
32 > appears for a second before we get the black screen with the "oh no"
33 > msg.
34
35 Yeah, but Michael suggested that gnome-shell is crashing with your
36 particular combination of card/drivers. It is possible, for the quick
37 search I did for this problem.
38
39 What it is true is that gnome-shell is dying when gdm calls it:
40
41 Oct 12 17:47:48 oldlap gnome-session[15888]: DEBUG(+): GsmXSMPClient:
42 IceProcessMessagesIOError on '0x80aa870 [gnome-shell
43 106560af3f298b1c4413184560649172300000158880000]'
44
45 If it is related to the video card/driver that you use, try reemerging
46 cogl and clutter; it doesn't matter that a world upgrade don't want to
47 reemerge it, sometimes the ebuilds change without changing versions.
48 My versions and useflags of cogl and clutter are:
49
50 # emerge -1pv clutter cogl
51
52 These are the packages that would be merged, in order:
53
54 Calculating dependencies ... done!
55 [ebuild R ~] media-libs/cogl-1.8.0 USE="doc examples
56 introspection pango -debug -test" 0 kB [1]
57 [ebuild R ~] media-libs/clutter-1.8.0 USE="doc introspection
58 -debug" 0 kB [1]
59
60 Regards.
61 --
62 Canek Peláez Valdés
63 Posgrado en Ciencia e Ingeniería de la Computación
64 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>