Community Packages

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!
Tasklist

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
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Module::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

Closed by  Sergej Pupykin (sergej)
Thursday, 17 July 2014, 09:09 GMT
Reason for closing:  Fixed

Loading...