Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Can't emerge (maybe deps problem)
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
SwissKnife
n00b
n00b


Joined: 14 Jul 2004
Posts: 2

PostPosted: Wed Jul 14, 2004 12:20 pm    Post subject: Can't emerge (maybe deps problem) Reply with quote

Hi!

When I try to emerge xscreensaver, I'm getting problem.

emerge --verbose xscreensaver

-------- OUTPUT --------------------
>>> Unpacking source...
>>> Unpacking gnome-icon-theme-1.2.1.tar.bz2 to /var/tmp/portage/gnome-icon-theme-1.2.1/work
>>> Source unpacked.
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
/var/tmp/portage/gnome-icon-theme-1.2.1/work/gnome-icon-theme-1.2.1/missing: Unknown `--run' option
Try `/var/tmp/portage/gnome-icon-theme-1.2.1/work/gnome-icon-theme-1.2.1/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i686-pc-linux-gnu-strip... no
checking for strip... strip
checking whether to enable maintainer-specific portions of Makefiles... no
checking for perl... /usr/bin/perl
configure: error: XML::Parser perl module is required for intltool

!!! ERROR: x11-themes/gnome-icon-theme-1.2.1 failed.
!!! Function econf, Line 365, Exitcode 1
!!! econf failed
-------------------------------------------

As for "XML::Parser perl module is required for intltool" - I have libxml-perl installed. Also /var/tmp/portage/gnome-icon-theme-1.2.1/work/ directory is empty.


Can anybode tell me what to do with my small trouble?
Thanks.
Back to top
View user's profile Send private message
oberyno
Guru
Guru


Joined: 15 Feb 2004
Posts: 467
Location: /bin/zsh

PostPosted: Wed Jul 14, 2004 12:36 pm    Post subject: Reply with quote

Try
Code:
root> emerge XML-Parser
Back to top
View user's profile Send private message
SwissKnife
n00b
n00b


Joined: 14 Jul 2004
Posts: 2

PostPosted: Tue Jul 20, 2004 12:39 pm    Post subject: Reply with quote

Problem solved. thanks for help.

but... I've saw one strange thing:
XML-Parser was installed before.
"emerge XML-Parser" had updated it and than everything gone fine.
Back to top
View user's profile Send private message
astrodelgato
n00b
n00b


Joined: 01 Jan 2004
Posts: 66
Location: Atlanta, GA

PostPosted: Thu Jul 29, 2004 3:36 am    Post subject: Reply with quote

Same for me. It said XML-Parser would be re-emerged, as if it was already there, but after I re-emerged it, everything was fine.
Back to top
View user's profile Send private message
no-use
Tux's lil' helper
Tux's lil' helper


Joined: 27 Apr 2004
Posts: 76
Location: Belgium

PostPosted: Mon Aug 02, 2004 1:23 am    Post subject: Reply with quote

I had the same problem while emerging libbonobo-2.6.2. Re-emerge XML-Parser did the trick.
Back to top
View user's profile Send private message
aman
Apprentice
Apprentice


Joined: 07 Sep 2003
Posts: 198
Location: Bay Area, California

PostPosted: Mon Aug 02, 2004 6:44 am    Post subject: Reply with quote

God I love it when I find a post that is EXACTLY what I need. Thx
_________________
Yes, I do run Gentoo on production servers...
Back to top
View user's profile Send private message
DkReaver
n00b
n00b


Joined: 25 May 2004
Posts: 2

PostPosted: Wed Aug 04, 2004 9:47 pm    Post subject: XML::Parser perl module is required for intltool Reply with quote

So this works:

Code:
root> emerge XML-Parser


Does anyone know why XML-Parser might require another emerge?

Thanks,
K.
Back to top
View user's profile Send private message
shr1nk
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jun 2003
Posts: 90

PostPosted: Sun Aug 15, 2004 11:48 pm    Post subject: Reply with quote

wow....me too..this is exactly the post i needed.
:)
Back to top
View user's profile Send private message
Liquid
n00b
n00b


Joined: 18 Nov 2003
Posts: 59

PostPosted: Mon Aug 16, 2004 9:28 am    Post subject: Reply with quote

Same for me, thanks oberyno :D
Back to top
View user's profile Send private message
krusty_ar
Guru
Guru


Joined: 03 Oct 2002
Posts: 560
Location: Rosario, Argentina

PostPosted: Sat Aug 21, 2004 7:22 pm    Post subject: Reply with quote

Thx, is this a bug? is it reported?
_________________
I am Beta, don't expect correct behaviour from me.
Take part of the adopt an unaswered post initiative
Back to top
View user's profile Send private message
oberyno
Guru
Guru


Joined: 15 Feb 2004
Posts: 467
Location: /bin/zsh

PostPosted: Sun Aug 22, 2004 12:24 am    Post subject: Reply with quote

krusty_ar wrote:
Thx, is this a bug? is it reported?
Yep. bug 59055

Apparently people are supposed to run /usr/portage/dev-lang/perl/files/libperl_rebuilder.

Mod edit: libperl_rebuilder is deprecated in favour of perl-cleaner. --kallamej
Back to top
View user's profile Send private message
BluArchon
n00b
n00b


Joined: 17 May 2004
Posts: 43
Location: Australia

PostPosted: Wed Dec 01, 2004 12:21 am    Post subject: Thanks Reply with quote

Thanks all fixed my issue too ... YAY!!!! .. um ok hmm.
_________________
I have two eyes ..... and niether are on my computer screen ....
Back to top
View user's profile Send private message
Slyde
Guru
Guru


Joined: 14 Jul 2003
Posts: 314

PostPosted: Fri Jan 14, 2005 6:06 am    Post subject: Reply with quote

This fix works.

Mod's : Maybe rename the thread to something about [Solved] XML-Parser?
Back to top
View user's profile Send private message
socka
n00b
n00b


Joined: 16 Oct 2004
Posts: 3

PostPosted: Fri Apr 22, 2005 3:21 pm    Post subject: Reply with quote

thx, i met the same problem
Back to top
View user's profile Send private message
cisbrane
n00b
n00b


Joined: 31 Oct 2003
Posts: 21

PostPosted: Sun May 01, 2005 6:15 pm    Post subject: Reply with quote

thanks same here
Back to top
View user's profile Send private message
adir
n00b
n00b


Joined: 20 Apr 2005
Posts: 4
Location: Haifa, Israel

PostPosted: Sat May 07, 2005 11:14 pm    Post subject: The same problem still exists Reply with quote

Now with intltool:

Code:

checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/intltool-0.32.1/work/intltool-0.32.1/config.log

!!! ERROR: dev-util/intltool-0.32.1 failed.
!!! Function econf, Line 485, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.


Re-emerging XML-Parser, did the trick, once again :)
Back to top
View user's profile Send private message
MaDDeePee
Guru
Guru


Joined: 18 Aug 2004
Posts: 387
Location: Germany

PostPosted: Sat May 14, 2005 12:02 pm    Post subject: Reply with quote

Strange,

same thing works for complainting emerge on gimp-2.2.6-r1

https://forums.gentoo.org/viewtopic-p-2408276.html#2408276
Back to top
View user's profile Send private message
red-wolf76
l33t
l33t


Joined: 13 Apr 2005
Posts: 714
Location: Rhein-Main Area

PostPosted: Sun May 15, 2005 1:45 pm    Post subject: Reply with quote

MaDDeePee wrote:
...
same thing works for complainting emerge on gimp-2.2.6-r1
...
I've always wanted to do this... :lol:

<AOL>Me too!</AOL>

*duck*
_________________
0mFg, G3nt00 r0X0r$ T3h B1g!1111 ;)

Use sane CFLAGS! If for no other reason, do it for the lulz!
Back to top
View user's profile Send private message
dwblas
Guru
Guru


Joined: 14 Jul 2003
Posts: 525
Location: Southern California (No jokes please)

PostPosted: Fri Jun 10, 2005 8:47 pm    Post subject: Reply with quote

This problem was first reported about a year ago and still exists. Apparently there is no fix, so this is one of those things that we will just have to remember.
Back to top
View user's profile Send private message
ikostadinov
n00b
n00b


Joined: 18 Jul 2005
Posts: 5

PostPosted: Wed Jul 20, 2005 1:10 pm    Post subject: it worked Reply with quote

I am saved!

I emerged XML-Parser once but the problem persisted. After reading this post, I simply called
Code:
 emerge XML-Parser
again. XML-Parser was rebuilt and now everything works. So don't give up after the first try! :)

Cheers
Back to top
View user's profile Send private message
tecknojunky
Veteran
Veteran


Joined: 19 Oct 2002
Posts: 1937
Location: Montréal

PostPosted: Thu Sep 08, 2005 9:33 am    Post subject: Reply with quote

aman wrote:
God I love it when I find a post that is EXACTLY what I need. Thx

In deed. :D Found it inderectly thrue this:
https://forums.gentoo.org/viewtopic-t-311445-highlight-xml+parser+intltool.html
_________________
(7 of 9) Installing star-trek/species-8.4.7.2::talax.
Back to top
View user's profile Send private message
Lance
Tux's lil' helper
Tux's lil' helper


Joined: 02 Apr 2004
Posts: 125

PostPosted: Sat Sep 10, 2005 1:47 pm    Post subject: Reply with quote

oberyno wrote:
krusty_ar wrote:
Thx, is this a bug? is it reported?
Yep. bug 59055

Apparently people are supposed to run /usr/portage/dev-lang/perl/files/libperl_rebuilder.


I noticed that prompt but forgot to do it subsequent to perl update. Anyway, thanks for the post!
_________________
choose Gentoo, choose freedom
Back to top
View user's profile Send private message
Mgiese
Veteran
Veteran


Joined: 23 Mar 2005
Posts: 1607
Location: indiana

PostPosted: Sat Jul 29, 2006 2:44 pm    Post subject: Reply with quote

dwblas wrote:
This problem was first reported about a year ago and still exists. Apparently there is no fix, so this is one of those things that we will just have to remember.


2 years already, i have a fresh gentoo 2006 install, and needed to unmerge then remerge in order to get this working, but THX a LOT !
_________________
I do not have a Superman complex, for I am God not Superman :D

Ryzen9 7950x ; Geforce1650 ; kernel 6.5 ; XFCE
Back to top
View user's profile Send private message
RazielFMX
l33t
l33t


Joined: 23 Apr 2005
Posts: 835
Location: NY, USA

PostPosted: Mon Sep 18, 2006 6:26 pm    Post subject: Reply with quote

WOOT! Nice fast, easy, solution. Thanks all.
_________________
I am not anti-systemd; I am pro-choice. If being the latter makes you feel that I am the former, then so be it.
Back to top
View user's profile Send private message
Erunno
n00b
n00b


Joined: 20 Sep 2006
Posts: 4

PostPosted: Tue Sep 26, 2006 8:52 pm    Post subject: Reply with quote

I was just in the process of emerging KDE when this bug hit me. Thanks, Gentoo forums are always a great help with troubleshooting.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
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