RE: [gentoo-user] Emerging Gnome and KDE

2007-01-26 Thread Nelson, David \(ED, PARD\)
 -Original Message-
 From: Fabrício L. Ribeiro [mailto:[EMAIL PROTECTED]
 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



Re: [gentoo-user] Emerging Gnome and KDE

2007-01-26 Thread Michael Sullivan
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: [EMAIL PROTECTED]
 [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



Re: [gentoo-user] Emerging Gnome and KDE

2007-01-26 Thread kristian
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 [EMAIL PROTECTED]
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: [EMAIL PROTECTED]
 [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



Re: [gentoo-user] Emerging Gnome and KDE

2007-01-26 Thread Fabrício L. Ribeiro

Thanks, and I apologize for my attention fault and my poor english!



On 1/26/07, Michael Sullivan [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
[blog: http://opalavrorio.blogspot.com]

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Emerging Gnome and KDE

2007-01-26 Thread Alan McKinnon
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