Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED]Can`t install gnome
View unanswered posts
View posts from last 24 hours

rackathon
 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
unai001
n00b
n00b


Joined: 01 Feb 2008
Posts: 62

PostPosted: Sun Feb 03, 2008 9:55 am    Post subject: [SOLVED]Can`t install gnome Reply with quote

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
View user's profile Send private message
Hopeless
Veteran
Veteran


Joined: 05 Aug 2004
Posts: 3041
Location: Ariel

PostPosted: Sun Feb 03, 2008 10:47 am    Post subject: Reply with quote

What does `emerge -pv cairo` tell you?
_________________
"They took Christmas away
Came downstairs for the shiny presents
They took the tree and the stockings, nothing left but coal
Dont look in the closet either, its greedy
Its not in the spirit of the holiday"
Back to top
View user's profile Send private message
unai001
n00b
n00b


Joined: 01 Feb 2008
Posts: 62

PostPosted: Sun Feb 03, 2008 1:50 pm    Post subject: Reply with quote

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 :D
Back to top
View user's profile Send private message
Hopeless
Veteran
Veteran


Joined: 05 Aug 2004
Posts: 3041
Location: Ariel

PostPosted: Sun Feb 03, 2008 1:55 pm    Post subject: Reply with quote

unai001 wrote:
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 :D
Actually, "X*" meant cairo was emerged when the X use flag was not enabled, the '*' denotes a use flag that has changed it's state since the package was installed.

You simply needed to re-emerge cairo, "X*" isn't a valid use flag and so will have no effect.

Run `emerge -puDN world` to see what other use flags have change, and the packages that need to be updated.
_________________
"They took Christmas away
Came downstairs for the shiny presents
They took the tree and the stockings, nothing left but coal
Dont look in the closet either, its greedy
Its not in the spirit of the holiday"
Back to top
View user's profile Send private message
unai001
n00b
n00b


Joined: 01 Feb 2008
Posts: 62

PostPosted: Sun Feb 03, 2008 2:19 pm    Post subject: Reply with quote

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
View user's profile Send private message
Hopeless
Veteran
Veteran


Joined: 05 Aug 2004
Posts: 3041
Location: Ariel

PostPosted: Sun Feb 03, 2008 2:24 pm    Post subject: Reply with quote

The actual error should be a few lines above that, in general you should post everything from the first error you can find.
_________________
"They took Christmas away
Came downstairs for the shiny presents
They took the tree and the stockings, nothing left but coal
Dont look in the closet either, its greedy
Its not in the spirit of the holiday"
Back to top
View user's profile Send private message
unai001
n00b
n00b


Joined: 01 Feb 2008
Posts: 62

PostPosted: Sun Feb 03, 2008 2:41 pm    Post subject: Reply with quote

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
View user's profile Send private message
Hopeless
Veteran
Veteran


Joined: 05 Aug 2004
Posts: 3041
Location: Ariel

PostPosted: Sun Feb 03, 2008 2:43 pm    Post subject: Reply with quote

Try disabling the "ldap" use flag, unless you have it enabled for a reason.
_________________
"They took Christmas away
Came downstairs for the shiny presents
They took the tree and the stockings, nothing left but coal
Dont look in the closet either, its greedy
Its not in the spirit of the holiday"
Back to top
View user's profile Send private message
unai001
n00b
n00b


Joined: 01 Feb 2008
Posts: 62

PostPosted: Sun Feb 03, 2008 2:48 pm    Post subject: Reply with quote

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 :D
THX
Back to top
View user's profile Send private message
unai001
n00b
n00b


Joined: 01 Feb 2008
Posts: 62

PostPosted: Sun Feb 03, 2008 4:47 pm    Post subject: Reply with quote

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
View user's profile Send private message
Hopeless
Veteran
Veteran


Joined: 05 Aug 2004
Posts: 3041
Location: Ariel

PostPosted: Sun Feb 03, 2008 4:52 pm    Post subject: Reply with quote

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?
_________________
"They took Christmas away
Came downstairs for the shiny presents
They took the tree and the stockings, nothing left but coal
Dont look in the closet either, its greedy
Its not in the spirit of the holiday"
Back to top
View user's profile Send private message
unai001
n00b
n00b


Joined: 01 Feb 2008
Posts: 62

PostPosted: Sun Feb 03, 2008 4:59 pm    Post subject: Reply with quote

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 :D
Back to top
View user's profile Send private message
unai001
n00b
n00b


Joined: 01 Feb 2008
Posts: 62

PostPosted: Mon Feb 04, 2008 7:43 am    Post subject: Reply with quote

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
View user's profile Send private message
Hopeless
Veteran
Veteran


Joined: 05 Aug 2004
Posts: 3041
Location: Ariel

PostPosted: Mon Feb 04, 2008 12:23 pm    Post subject: Reply with quote

Again, you need to post more info on the gtk+ error...
_________________
"They took Christmas away
Came downstairs for the shiny presents
They took the tree and the stockings, nothing left but coal
Dont look in the closet either, its greedy
Its not in the spirit of the holiday"
Back to top
View user's profile Send private message
tarpman
Veteran
Veteran


Joined: 03 Nov 2004
Posts: 1080
Location: Victoria, BC, Canada

PostPosted: Mon Feb 04, 2008 2:00 pm    Post subject: Reply with quote

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
View user's profile Send private message
unai001
n00b
n00b


Joined: 01 Feb 2008
Posts: 62

PostPosted: Tue Feb 05, 2008 5:22 am    Post subject: Reply with quote

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 :D THX!!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum