| View previous topic :: View next topic |
| Author |
Message |
thesource n00b


Joined: 27 Oct 2006 Posts: 51
|
Posted: Fri Oct 27, 2006 1:58 pm Post subject: Please re-emerge [solved] |
|
|
Hi, when i try to emerge xchat it came up with an ebuild error,
* Please re-emerge x11-libs/cairo with the X USE flag set
!!! ERROR: x11-libs/gtk+-2.8.19 failed.
Call stack:
ebuild.sh, line 1562: Called dyn_setup
ebuild.sh, line 665: Called pkg_setup
gtk+-2.8.19.ebuild, line 57: Called die
!!! cairo needs the X flag set
so i typed in USE="-X" emerge cairo and it still came up with the previously posted error, please help.
Last edited by thesource on Fri Oct 27, 2006 2:58 pm; edited 1 time in total |
|
| Back to top |
|
 |
nixnut Administrator


Joined: 09 Apr 2004 Posts: 10951 Location: the dutch mountains
|
Posted: Fri Oct 27, 2006 2:05 pm Post subject: |
|
|
USE="X" emerge cairo
-X disables the use flag _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered
talk is cheap. supply exceeds demand |
|
| Back to top |
|
 |
thesource n00b


Joined: 27 Oct 2006 Posts: 51
|
Posted: Fri Oct 27, 2006 2:36 pm Post subject: |
|
|
Hey thanx i would have never guessed that haha, im also a noob to gentoo. i had it running good but then i started playing round and screwed some things up last time. but thanx again  |
|
| Back to top |
|
 |
hielvc Advocate

Joined: 19 Apr 2002 Posts: 2776 Location: Oceanside, Ca
|
Posted: Fri Oct 27, 2006 3:32 pm Post subject: |
|
|
You should edit your /etc/make.conf file and add the "X" flag to it. You probably have -X in it so just remove the "-". If you dont then the next time you do an emerge -uD or -uDN it will try to rebuild it with -X. If your running X then you want all X aware progs to build with X support. _________________ An A-Z Index of the Linux BASH command line |
|
| Back to top |
|
 |
|