Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 754432

Summary: app-text/gtkspell-3.0.10: undeclared dependency dev-perl/XML-Parser
Product: Gentoo Linux Reporter: Scott Alfter <scott>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal CC: kentnl
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Scott Alfter 2020-11-14 21:18:43 UTC
gtkspell won't build unless XML-Parser is installed.

Reproducible: Always

Steps to Reproduce:
1. emerge -1 gtkspell

Actual Results:  
stops with an error: "checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool"


Expected Results:  
successful build

emerge -1 XML-Parser gtkspell will build successfully.
Comment 1 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2020-11-14 21:28:54 UTC
> stops with an error: "checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool"

That's not an undeclared dependency on XML-Parser.

That's intltool's problem.

Intltool uses XML-Parser, and gtkspell depends on intltool.

But portage sucks and isn't rebuilding XML-Parser after an upgrade.

So, sorry, you're like, the millionth person to hit bug #596664 

You probably need to run perl-cleaner.

*** This bug has been marked as a duplicate of bug 596664 ***