Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 475546 - XML::Feed requires Module::Build >= 0.40
Summary: XML::Feed requires Module::Build >= 0.40
Status: RESOLVED INVALID
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: 2013-07-02 19:11 UTC by Petr Šabata
Modified: 2013-07-02 19:20 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 Petr Šabata 2013-07-02 19:11:19 UTC
XML-Feed fails to build due to unsatisfied Module-Build version requirement.
Explicitly requiring perl-core/Module-Build >=0.400.0 will fix the issue.

Reproducible: Always

Steps to Reproduce:
1. run a Gentoo amd64 stable system
2. emerge XML-Feed
Actual Results:  
(...)
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-perl/XML-Feed-0.520.0/work/XML-Feed-0.52 ...
Module::Build version 0.40 required--this is only version 0.38 at ./Build line 41.
 * ERROR: dev-perl/XML-Feed-0.520.0 failed (compile phase):
 *   Compilation failed
(...)

Expected Results:  
XML-Feed installs successfully.
Comment 1 Petr Šabata 2013-07-02 19:20:20 UTC
(In reply to Petr Šabata from comment #0)
> Explicitly requiring perl-core/Module-Build >=0.400.0 will fix the issue.

Actually it won't; it will just reveal perl 5.14 is required which would pull it in anyway.

No need to fix this.