* [gentoo-user] Emerging Gnome and KDE
@ 2007-01-26 16:08 Fabrício L. Ribeiro
2007-01-26 16:17 ` Nelson, David (ED, PAR&D)
2007-01-26 16:19 ` Michael Sullivan
0 siblings, 2 replies; 6+ messages in thread
From: Fabrício L. Ribeiro @ 2007-01-26 16:08 UTC (permalink / raw
To: gentoo-user
People,
When I try to emerge Gnome and KDE, I receive this error:
*****
>>> Emerging (1 of 38) x11-libs/gtk+-2.10.6 to /
* gtk+-2.10.6.tar.bz2 MD5 ;-) ...
[ ok ]
* gtk+-2.10.6.tar.bz2 RMD160 ;-) ...
[ ok ]
* gtk+-2.10.6.tar.bz2 SHA1 ;-) ...
[ ok ]
* gtk+-2.10.6.tar.bz2 SHA256 ;-) ...
[ ok ]
* gtk+-2.10.6.tar.bz2 size ;-) ...
[ ok ]
* checking ebuild checksums ;-) ...
[ ok ]
* checking auxfile checksums ;-) ...
[ ok ]
* checking miscfile checksums ;-) ...
[ ok ]
* checking gtk+-2.10.6.tar.bz2 ;-) ...
[ ok ]
* Please re-emerge x11-libs/cairo with the X USE flag set
!!! ERROR: x11-libs/gtk+-2.10.6 failed.
Call stack:
ebuild.sh, line 1562: Called dyn_setup
ebuild.sh, line 665: Called pkg_setup
gtk+-2.10.6.ebuild, line 52: Called die
!!! cairo needs the X flag set
!!! If you need support, post the topmost build error, and the call
stack if relevant.
*****
What it means? What should I do to have Gnome and KDE in my PC?
Thanks!
--
FABRÍCIO L. RIBEIRO
===================
[icq: 66770900]
[e-mail, gtalk e msn: flribeiro@gmail.com]
[blog: http://opalavrorio.blogspot.com]
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [gentoo-user] Emerging Gnome and KDE
2007-01-26 16:08 [gentoo-user] Emerging Gnome and KDE Fabrício L. Ribeiro
@ 2007-01-26 16:17 ` Nelson, David (ED, PAR&D)
2007-01-26 16:19 ` Michael Sullivan
1 sibling, 0 replies; 6+ messages in thread
From: Nelson, David (ED, PAR&D) @ 2007-01-26 16:17 UTC (permalink / raw
To: gentoo-user
> -----Original Message-----
> From: Fabrício L. Ribeiro [mailto:flribeiro@gmail.com]
> Sent: 26 January 2007 16:09
> To: gentoo-user@lists.gentoo.org
> Subject: [gentoo-user] Emerging Gnome and KDE
- snip -
>
> * Please re-emerge x11-libs/cairo with the X USE flag set
>
- snip -
>
> What it means? What should I do to have Gnome and KDE in my PC?
>
> Thanks!
You should read the error message?
Add X to your use flags in make.conf then do `emerge --newuse cairo` then try emerging gnome again.
David
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Emerging Gnome and KDE
2007-01-26 16:08 [gentoo-user] Emerging Gnome and KDE Fabrício L. Ribeiro
2007-01-26 16:17 ` Nelson, David (ED, PAR&D)
@ 2007-01-26 16:19 ` Michael Sullivan
2007-01-26 16:45 ` Fabrício L. Ribeiro
2007-01-26 17:18 ` Alan McKinnon
1 sibling, 2 replies; 6+ messages in thread
From: Michael Sullivan @ 2007-01-26 16:19 UTC (permalink / raw
To: gentoo-user
On Fri, 2007-01-26 at 14:08 -0200, Fabrício L. Ribeiro wrote:
> People,
>
> When I try to emerge Gnome and KDE, I receive this error:
>
> *****
>
> >>> Emerging (1 of 38) x11-libs/gtk+-2.10.6 to /
> * gtk+-2.10.6.tar.bz2 MD5 ;-) ...
> [ ok ]
> * gtk+-2.10.6.tar.bz2 RMD160 ;-) ...
> [ ok ]
> * gtk+-2.10.6.tar.bz2 SHA1 ;-) ...
> [ ok ]
> * gtk+-2.10.6.tar.bz2 SHA256 ;-) ...
> [ ok ]
> * gtk+-2.10.6.tar.bz2 size ;-) ...
> [ ok ]
> * checking ebuild checksums ;-) ...
> [ ok ]
> * checking auxfile checksums ;-) ...
> [ ok ]
> * checking miscfile checksums ;-) ...
> [ ok ]
> * checking gtk+-2.10.6.tar.bz2 ;-) ...
> [ ok ]
> * Please re-emerge x11-libs/cairo with the X USE flag set
>
> !!! ERROR: x11-libs/gtk+-2.10.6 failed.
> Call stack:
> ebuild.sh, line 1562: Called dyn_setup
> ebuild.sh, line 665: Called pkg_setup
> gtk+-2.10.6.ebuild, line 52: Called die
>
> !!! cairo needs the X flag set
> !!! If you need support, post the topmost build error, and the call
> stack if relevant.
>
>
> *****
>
> What it means? What should I do to have Gnome and KDE in my PC?
>
> Thanks!
>
> --
> FABRÍCIO L. RIBEIRO
> ===================
> [icq: 66770900]
> [e-mail, gtalk e msn: flribeiro@gmail.com]
> [blog: http://opalavrorio.blogspot.com]
>
I'd start by emerging cairo with the X flag set
# USE="X" emerge cairo
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Emerging Gnome and KDE
@ 2007-01-26 16:43 kristian
0 siblings, 0 replies; 6+ messages in thread
From: kristian @ 2007-01-26 16:43 UTC (permalink / raw
To: gentoo-user
1) You should add X to your useflags in /etc/make.conf
Or
2) Add X to useflags for cairo in /etc/portage/package.use
Kristian Poul Herkild
-----Original Message-----
From: Michael Sullivan <michael@espersunited.com>
Date: Fri, 26 Jan 2007 10:19:32 -0600
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Emerging Gnome and KDE
>On Fri, 2007-01-26 at 14:08 -0200, Fabrício L. Ribeiro wrote:
>> People,
>>
>> When I try to emerge Gnome and KDE, I receive this error:
>>
>> *****
>>
>> >>> Emerging (1 of 38) x11-libs/gtk+-2.10.6 to /
>> * gtk+-2.10.6.tar.bz2 MD5 ;-) ...
>> [ ok ]
>> * gtk+-2.10.6.tar.bz2 RMD160 ;-) ...
>> [ ok ]
>> * gtk+-2.10.6.tar.bz2 SHA1 ;-) ...
>> [ ok ]
>> * gtk+-2.10.6.tar.bz2 SHA256 ;-) ...
>> [ ok ]
>> * gtk+-2.10.6.tar.bz2 size ;-) ...
>> [ ok ]
>> * checking ebuild checksums ;-) ...
>> [ ok ]
>> * checking auxfile checksums ;-) ...
>> [ ok ]
>> * checking miscfile checksums ;-) ...
>> [ ok ]
>> * checking gtk+-2.10.6.tar.bz2 ;-) ...
>> [ ok ]
>> * Please re-emerge x11-libs/cairo with the X USE flag set
>>
>> !!! ERROR: x11-libs/gtk+-2.10.6 failed.
>> Call stack:
>> ebuild.sh, line 1562: Called dyn_setup
>> ebuild.sh, line 665: Called pkg_setup
>> gtk+-2.10.6.ebuild, line 52: Called die
>>
>> !!! cairo needs the X flag set
>> !!! If you need support, post the topmost build error, and the call
>> stack if relevant.
>>
>>
>> *****
>>
>> What it means? What should I do to have Gnome and KDE in my PC?
>>
>> Thanks!
>>
>> --
>> FABRÍCIO L. RIBEIRO
>> ===================
>> [icq: 66770900]
>> [e-mail, gtalk e msn: flribeiro@gmail.com]
>> [blog: http://opalavrorio.blogspot.com]
>>
>
>I'd start by emerging cairo with the X flag set
>
># USE="X" emerge cairo
>
>--
>gentoo-user@gentoo.org mailing list
>
>
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Emerging Gnome and KDE
2007-01-26 16:19 ` Michael Sullivan
@ 2007-01-26 16:45 ` Fabrício L. Ribeiro
2007-01-26 17:18 ` Alan McKinnon
1 sibling, 0 replies; 6+ messages in thread
From: Fabrício L. Ribeiro @ 2007-01-26 16:45 UTC (permalink / raw
To: gentoo-user
Thanks, and I apologize for my attention fault and my poor english!
On 1/26/07, Michael Sullivan <michael@espersunited.com> wrote:
>
> I'd start by emerging cairo with the X flag set
>
> # USE="X" emerge cairo
>
--
FABRÍCIO L. RIBEIRO
===================
[icq: 66770900]
[e-mail, gtalk e msn: flribeiro@gmail.com]
[blog: http://opalavrorio.blogspot.com]
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Emerging Gnome and KDE
2007-01-26 16:19 ` Michael Sullivan
2007-01-26 16:45 ` Fabrício L. Ribeiro
@ 2007-01-26 17:18 ` Alan McKinnon
1 sibling, 0 replies; 6+ messages in thread
From: Alan McKinnon @ 2007-01-26 17:18 UTC (permalink / raw
To: gentoo-user
On Friday 26 January 2007 18:19, Michael Sullivan wrote:
> I'd start by emerging cairo with the X flag set
>
> # USE="X" emerge cairo
Of all the ways to do it, this has to be the worst.
Portage has no idea in the future that cairo was emerged with X
functionality enabled, and it causes vast amounts of problems. Please
do not advise such a stupid broken solution to someone who is so
obviously a Gentoo beginner.
Fabricio, the way to solve your problem is to tell the Gentoo package
system (portage) to compile cairo with support for X. There are two
ways:
a) Tell portage to put X into your USE flags. The gentoo install docs
describe this in detail so I won't repeat it here, except to say that
you include the phrase "X" in the USE statement in /etc/make.conf
b) You can enable this flag just for the cairo package by adding this
line to the end of /etc/portage/package.use:
x11-libs/cairo X
Next time your emerge cairo, it will include X support for cairo and
this problem will go away. Obviously there is a whole lot to know about
this, so you really really really need to go and read the Gentoo
install docs and understand them all. You need to do it right now, OK?>
alan
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-01-26 17:24 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-26 16:08 [gentoo-user] Emerging Gnome and KDE Fabrício L. Ribeiro
2007-01-26 16:17 ` Nelson, David (ED, PAR&D)
2007-01-26 16:19 ` Michael Sullivan
2007-01-26 16:45 ` Fabrício L. Ribeiro
2007-01-26 17:18 ` Alan McKinnon
-- strict thread matches above, loose matches on Subject: below --
2007-01-26 16:43 kristian
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox