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

Joined: 01 Feb 2008 Posts: 62
|
Posted: Sun Feb 03, 2008 9:55 am Post subject: [SOLVED]Can`t install gnome |
|
|
Hi im trying to emerge gnome, but it gives me an error:
| Code: |
!!! ERROR: x11-libs/gtk+-2.12.5-r1 failed.
Call stack:
ebuild.sh, line 1630: Called dyn_setup
ebuild.sh, line 702: Called qa_call 'pkg_setup'
ebuild.sh, line 38: Called pkg_setup
gtk+-2.12.5-r1.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.
!!! A complete build log is located at '/var/tmp/portage/x11-libs/gtk+-2.12.5-r1/temp/build.log'. |
But it is weird because my makee.conf file is configured this way:
| Code: | | USE="gtk gnome -kde -qt3 -qt4 alsa dvd cdr avahi hal X" |
And if i run a "ls -FGg /etc/profile" it responds:
| Code: |
lrwxrwxrwx 1 56 Feb 3 15:33 /etc/make.profile-> /usr/portage/profiles/default-linux/amd64/2007.0/desktop |
Ideas? Thx
Last edited by unai001 on Tue Feb 05, 2008 6:13 am; edited 1 time in total |
|
| Back to top |
|
 |
Hopeless Veteran


Joined: 05 Aug 2004 Posts: 3041 Location: Ariel
|
|
| Back to top |
|
 |
unai001 n00b

Joined: 01 Feb 2008 Posts: 62
|
Posted: Sun Feb 03, 2008 1:50 pm Post subject: |
|
|
OK! i did it, the "emerge -pv cairo " showed that the flag to use is "X*", so i added it instead of X and now it works.
thhhxxx  |
|
| Back to top |
|
 |
Hopeless Veteran


Joined: 05 Aug 2004 Posts: 3041 Location: Ariel
|
|
| Back to top |
|
 |
unai001 n00b

Joined: 01 Feb 2008 Posts: 62
|
Posted: Sun Feb 03, 2008 2:19 pm Post subject: |
|
|
Now I get another error:
| Code: | ERROR: gnome-baes/gconf-2.20.1-r1 failed
Call stack:
ebuild.sh, line 1701: Called dyn_compile
ebuild.sh, line 1039: Called qa_call 'src_compile'
ebuild.sh, line 44: Called src_compile
ebuild.sh, line 1383: Called gnome2_src_compile
gnome2.eclass, line 70: Called gnome2_src_configure
gnome2.eclass, line 66: Called econf '--enable-gtk' '--disable-debug' '--with-openldap' '--disable-gtk-doc'
ebuild.sh, line 638: Called die
The specific snippet of code:
die "econf failed"
The die message:
econf failed
|
What can it be?
PD:Im updating the packages showed in the "emerge -puDN world" right now
Last edited by unai001 on Sun Feb 03, 2008 2:28 pm; edited 1 time in total |
|
| Back to top |
|
 |
Hopeless Veteran


Joined: 05 Aug 2004 Posts: 3041 Location: Ariel
|
|
| Back to top |
|
 |
unai001 n00b

Joined: 01 Feb 2008 Posts: 62
|
Posted: Sun Feb 03, 2008 2:41 pm Post subject: |
|
|
| Hopeless wrote: | | The actual error should be a few lines above that, in general you should post everything from the first error you can find. |
Ok its just that i can`t read the lines above, but in the log says:
| Code: |
configure: error: *** LDAP support explicitely requested but not found" |
What is it? |
|
| Back to top |
|
 |
Hopeless Veteran


Joined: 05 Aug 2004 Posts: 3041 Location: Ariel
|
|
| Back to top |
|
 |
unai001 n00b

Joined: 01 Feb 2008 Posts: 62
|
Posted: Sun Feb 03, 2008 2:48 pm Post subject: |
|
|
| Hopeless wrote: | | Try disabling the "ldap" use flag, unless you have it enabled for a reason. |
Oki added "-ldap" to USE and it works, if i have more errors i'll keep asking here
THX |
|
| Back to top |
|
 |
unai001 n00b

Joined: 01 Feb 2008 Posts: 62
|
Posted: Sun Feb 03, 2008 4:47 pm Post subject: |
|
|
Another problem, the log says:
| Code: | | checking for XML: Parser...configure: error: XML::Parser perl module is requir$ |
What should i do now? |
|
| Back to top |
|
 |
Hopeless Veteran


Joined: 05 Aug 2004 Posts: 3041 Location: Ariel
|
|
| Back to top |
|
 |
unai001 n00b

Joined: 01 Feb 2008 Posts: 62
|
Posted: Sun Feb 03, 2008 4:59 pm Post subject: |
|
|
| Hopeless wrote: | | unai001 wrote: | Another problem, the log says:
| Code: | | checking for XML: Parser...configure: error: XML::Parser perl module is requir$ |
What should i do now? | `emerge -1 XML-Parser`, then continue your emerge.
Just out of interest, what package actually failed with that error message? |
control-center package is the one that failed. Thx again, its working  |
|
| Back to top |
|
 |
unai001 n00b

Joined: 01 Feb 2008 Posts: 62
|
Posted: Mon Feb 04, 2008 7:43 am Post subject: |
|
|
I have another problem....the package "gnome-python-desktop" the error is:
| Code: | checking gor GTK+ -version >=2.4.0...no
Could not run GTK+ test program, checking why...
[bla, bla, bla] this actually means that the run-time linker is not finding GTK+ or findind the wrong version of GTK+.If it is not finding GTK+, you'll need to set your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf to point to the installed location... |
I have tried to emerge gtk+ but the installation fails:
| Code: | make [3]: ***[gtk.immodules] error 127
make[3]: Leaving directory '/var/tmp/portage(x11-libs/gtk+-2.12.5-r1/work/gtk+-$
make[2]:***[all-recursive] error 1
make[2]: Leaving directory '/var/tmp/portage/x11-libs/gtk+-2.12.5-r1/work/gtk+-$
make[1]:***[all-recursive] error 1
make[1]: Leaving directory '/var/tmp/portage/x11-libs/gtk+-2.12.5-r1/work/gtk+-$
make:*** [all] Error
[...] ERROR: x11-libs/gtk+-2.12.5-r1 failed
|
what can i do?? |
|
| Back to top |
|
 |
Hopeless Veteran


Joined: 05 Aug 2004 Posts: 3041 Location: Ariel
|
|
| Back to top |
|
 |
tarpman Veteran


Joined: 03 Nov 2004 Posts: 1080 Location: Victoria, BC, Canada
|
Posted: Mon Feb 04, 2008 2:00 pm Post subject: |
|
|
Looks like you've hit the expat-2.0 update. Have a look in this thread. _________________ Saving the world, one kilobyte at a time. |
|
| Back to top |
|
 |
unai001 n00b

Joined: 01 Feb 2008 Posts: 62
|
Posted: Tue Feb 05, 2008 5:22 am Post subject: |
|
|
I have reinstaled the sistem, and right now im emerging gnome, it isnt giving me any error (for the moment) and there are only 20 packages left, so i think its OK. Meaby i forget something during the previous instalation :S
THX
EDIT: It's done THX!! |
|
| Back to top |
|
 |
|