Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 754432 - app-text/gtkspell-3.0.10: undeclared dependency dev-perl/XML-Parser
Summary: app-text/gtkspell-3.0.10: undeclared dependency dev-perl/XML-Parser
Status: RESOLVED DUPLICATE of bug 596664
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-14 21:18 UTC by Scott Alfter
Modified: 2020-11-14 21:28 UTC (History)
1 user (show)

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 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 ***