Gentoo Archives: gentoo-user

From: Stephen Liu <satimis@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problem on installing Gnome (gnome-light)
Date: Sun, 10 Sep 2006 05:58:45
Message-Id: 20060910055320.29106.qmail@web35209.mail.mud.yahoo.com
In Reply to: Re: [gentoo-user] Problem on installing Gnome (gnome-light) by "Bo Ørsted Andresen"
1 Hi Bo,
2
3 Tks for your advice.
4
5
6 > Did you set the following USE flags
7 >
8 > USE="gtk gtk2 gnome hal avahi"
9 >
10 > in /etc/make.conf
11
12 # cat /etc/make.conf
13 .....
14 USE="gtk gtk2 gnome"
15
16 I left out "hal avahi" because I have no idea what they are for.
17 Neither I need them.
18
19 > # emerge --newuse --update --deep --verbose --ask world
20 >
21 > This will recompile anything that has changed USE flags since they
22 > were
23 > installed.
24
25 Edited /etc/make.conf adding "hal avahi"
26 Then
27 USE="gtk gtk2 gnome hal avahi"
28
29 # emerge --newuse --update --deep --verbose --ask world
30 It went through without complaint except taking lengthy time to
31 complete.
32
33 After finish, ran;
34 # startx
35 ....
36 /root/.xinitrc:line 1:exec:gnome-session:not found
37
38 Still unable to start gnome
39
40
41 # emerge --search avahi
42 net-dns/avahi not installed
43
44
45 # emerge --search hal
46 ...
47 app-doc/halibut [Masked]
48 .... not installed
49 dev-perl (CPAN-Muis-Phalanx [Masked]
50 .... not installed
51 games-misc/fortune-mod-simpsons-chalkboard
52 .... not installed
53 games-server/halflife-steam [Masked]
54 .... not installed
55 sys-apps/hal
56 .... not installed
57
58 Do I need all of them to start gnome?
59
60
61 Continued on
62 Code Listing 2.7: Adding hald and avahi-dnsconfd to the default
63 runlevel
64 ( http://www.gentoo.org/doc/en/gnome-config.xml )
65 # ls /etc/init.d/ | grep hald
66 No printout
67 Can't proceed further
68
69
70 # emerge gnome-volume-manager
71 ...
72 ....
73 * Please re-emerge X11-libs/cairo with the X USE flag set
74 ERROR: x11-libs/gtk+-2.8.19 failed
75 Call stack
76 ebuild.sh, line 1555: Called dyn-setup
77 gtk+-2.8.19 ebuild, line 57 called pkg-setp die
78 Cairo needs the X flag set
79
80 Please advise how to fix the problem. TIA
81
82 Others noted with tks.
83
84
85 B.R.
86 SL
87 --
88 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Problem on installing Gnome (gnome-light) "Bo Ørsted Andresen" <bo.andresen@××××.dk>