Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 215727 - configure: error: XML::Parser perl module is required for intltool: when installing Anjuta
Summary: configure: error: XML::Parser perl module is required for intltool: when inst...
Status: RESOLVED DUPLICATE of bug 41124
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-01 17:02 UTC by nick stinemates
Modified: 2008-04-04 23:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nick stinemates 2008-04-01 17:02:10 UTC
nick # emerge -pv anjuta

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] dev-util/anjuta-2.2.0-r1  USE="glade* inherit-graph* sourceview subversion valgrind* -debug -devhelp -doc" 0 kB 


/usr/portage/package.use
dev-util/anjuta subversion sourceview valgrind glade inherit-graph



Reproducible: Always

Steps to Reproduce:
1. emerge with the specified use flags without XML::Parser installed.
2.
3.

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

Expected Results:  
build completes
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2008-04-01 20:22:03 UTC
intltool depends on dev-perl/XML-Parser. The usual problem is that the user didn't run the perl-cleaner script after updating perl, as the post install message tells. So here!?
Comment 2 nick stinemates 2008-04-02 01:14:57 UTC
Well, as a temporary workaround I emerged dev-perl/XML-Parser (which was not installed) and everything worked as expected.
Comment 3 Harald van Dijk (RETIRED) gentoo-dev 2008-04-02 16:28:32 UTC

*** This bug has been marked as a duplicate of bug 41124 ***
Comment 4 Bob B. 2008-04-04 23:23:26 UTC
Same issue here. perl-cleaner all did not solve it, nor did perl-cleaner reallyall. So here!?