Skip Menu |

This queue is for tickets about the Unicode-Casing CPAN distribution.

Report information
The Basics
Id: 114396
Status: resolved
Priority: 0/
Queue: Unicode-Casing

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.15
Fixed in: 0.16



Subject: Undeclared dependency ExtUtils::Depends
It seems that ExtUtils::Depends is not declared as configure_requires: Output from '/bbbike/perl-5.24.0t/bin/perl Makefile.PL': Can't locate ExtUtils/Depends.pm in @INC (you may need to install the ExtUtils::Depends module) (@INC contains: /run/user/1023/cpansmoker/2016051521/CPAN-Reporter-lib-x2at /opt/perl-5.24.0t/lib/site_perl/5.24.0/x86_64-linux-thread-multi /opt/perl-5.24.0t/lib/site_perl/5.24.0 /opt/perl-5.24.0t/lib/5.24.0/x86_64-linux-thread-multi /opt/perl-5.24.0t/lib/5.24.0 .) at Makefile.PL line 2. BEGIN failed--compilation aborted at Makefile.PL line 2.
On 2016-05-15 17:15:16, SREZIC wrote: Show quoted text
> It seems that ExtUtils::Depends is not declared as configure_requires: > > Output from '/bbbike/perl-5.24.0t/bin/perl Makefile.PL': > > Can't locate ExtUtils/Depends.pm in @INC (you may need to install the > ExtUtils::Depends module) (@INC contains: > /run/user/1023/cpansmoker/2016051521/CPAN-Reporter-lib-x2at /opt/perl- > 5.24.0t/lib/site_perl/5.24.0/x86_64-linux-thread-multi /opt/perl- > 5.24.0t/lib/site_perl/5.24.0 /opt/perl-5.24.0t/lib/5.24.0/x86_64- > linux-thread-multi /opt/perl-5.24.0t/lib/5.24.0 .) at Makefile.PL line > 2. > BEGIN failed--compilation aborted at Makefile.PL line 2.
And another build problem: Output from '/home/eserte/perl5/perlbrew/perls/perl-5.24.0/bin/perl5.24.0 Makefile.PL': *** Can't load dependency information for B::Hooks::OP::PPAddr: Can't locate B/Hooks/OP/PPAddr/Install/Files.pm in @INC (you may need to install the B::Hooks::OP::PPAddr::Install::Files module) (@INC contains: /var/tmp/cpansmoker-1002/2016051521/CPAN-Reporter-lib-m1cL /home/eserte/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5.24.0/x86_64-linux /home/eserte/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5.24.0 /home/eserte/perl5/perlbrew/perls/perl-5.24.0/lib/5.24.0/x86_64-linux /home/eserte/perl5/perlbrew/perls/perl-5.24.0/lib/5.24.0 .) at /home/eserte/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5.24.0/ExtUtils/Depends.pm line 185.
On 2016-05-15 14:15:16, SREZIC wrote: Show quoted text
> It seems that ExtUtils::Depends is not declared as configure_requires: > > Output from '/bbbike/perl-5.24.0t/bin/perl Makefile.PL': > > Can't locate ExtUtils/Depends.pm in @INC (you may need to install the > ExtUtils::Depends module) (@INC contains: > /run/user/1023/cpansmoker/2016051521/CPAN-Reporter-lib-x2at /opt/perl- > 5.24.0t/lib/site_perl/5.24.0/x86_64-linux-thread-multi /opt/perl- > 5.24.0t/lib/site_perl/5.24.0 /opt/perl-5.24.0t/lib/5.24.0/x86_64- > linux-thread-multi /opt/perl-5.24.0t/lib/5.24.0 .) at Makefile.PL line > 2. > BEGIN failed--compilation aborted at Makefile.PL line 2.
B::Hooks::OP::Check, B::Hooks::OP::PPAddr, and ExtUtils::Depends all need to be in configure-requires in META.json so they can be satisfied before running Makefile.PL. If META.json contains all the prereqs, you might as well set dynamic_config => 0 in metadata as well.
On 2016-05-15 17:01:34, ETHER wrote: Show quoted text
> On 2016-05-15 14:15:16, SREZIC wrote:
> > It seems that ExtUtils::Depends is not declared as > > configure_requires:
The 0.16 release resolves this issue.