Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#41224 - [perl-devel-patchperl] missing dependency in 1.22-1
Attached to Project:
Community Packages
Opened by Jesse Luehrs (doy) - Wednesday, 16 July 2014, 20:33 GMT
Last edited by Sergej Pupykin (sergej) - Thursday, 17 July 2014, 09:09 GMT
Opened by Jesse Luehrs (doy) - Wednesday, 16 July 2014, 20:33 GMT
Last edited by Sergej Pupykin (sergej) - Thursday, 17 July 2014, 09:09 GMT
|
DetailsModule::Pluggable was removed from the Perl core with Perl 5.20, and so now Devel::PatchPerl fails to run when installed with the new Perl version:
$ /usr/bin/perl -v This is perl 5, version 20, subversion 0 (v5.20.0) built for x86_64-linux-thread-multi [...] $ /usr/bin/vendor_perl/patchperl Can't locate Module/Pluggable.pm in @INC (you may need to install the Module::Pluggable module) (@INC contains: /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl .) at /usr/share/perl5/vendor_perl/Devel/PatchPerl.pm line 11. BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/Devel/PatchPerl.pm line 11. Compilation failed in require at /usr/bin/vendor_perl/patchperl line 12. BEGIN failed--compilation aborted at /usr/bin/vendor_perl/patchperl line 12. The perl-devel-patchperl package should add a dependency on the perl-module-pluggable package. |
This task depends upon