| Summary: | dev-perl/Gentoo-PerlMod-Version-0.6.0 fails tests | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Patrick Lauer <patrick> |
| Component: | New packages | Assignee: | Gentoo Perl team <perl> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Patrick Lauer
2013-09-06 06:07:05 UTC
Given that the conditions this occurs in indicates that List::MoreUtils is not installed, and that is a declared dependency of this ebuild, this looks like an INVALID/NEEDINFO Also, Sub::Exporter is also missing things it depends upon, hence why it complains about Params::Util being missing, and Params::Util is also a declared dependency of Sub::Exporter. So on machines this problem occurs in, for each of the missing dependencies stated, please provide `qlist` outputs for those dependencies to ensure they are in fact installed, and installed on the right perl. ie: A good base set would be a file listing of dev-perl/List-MoreUtils dev-perl/Sub-Exporter and dev-perl/Params-Util Its likely a migration headache of some kind that perl-cleaner may not be adapted to, not sure, but symptoms are typical of a broken perl install, not of a specific bug in the code failing. I close it for now, but look into qlist output would be interested. |