Skip Menu |

This queue is for tickets about the Freq CPAN distribution.

Report information
The Basics
Id: 129054
Status: new
Priority: 0/
Queue: Freq

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

Bug Information
Severity: (no value)
Broken in: 0.22
Fixed in: (no value)



Subject: Undeclared configure_requires dependency Inline::MakeMaker
Automatic installation fails if Inline::MakeMaker is not installed: ... Output from '/opt/perl-5.22.3D/bin/perl Makefile.PL': Can't locate Inline/MakeMaker.pm in @INC (you may need to install the Inline::MakeMaker module) (@INC contains: /var/tmp/cpansmoker-1023/2019040717/CPAN-Reporter-lib-zziC /opt/perl-5.22.3D/lib/site_perl/5.22.3/x86_64-linux-ld /opt/perl-5.22.3D/lib/site_perl/5.22.3 /opt/perl-5.22.3D/lib/5.22.3/x86_64-linux-ld /opt/perl-5.22.3D/lib/5.22.3 .) at Makefile.PL line 1. BEGIN failed--compilation aborted at Makefile.PL line 1. ...
On 2019-04-07 15:18:08, SREZIC wrote: Show quoted text
> Automatic installation fails if Inline::MakeMaker is not installed: > > ... > Output from '/opt/perl-5.22.3D/bin/perl Makefile.PL': > > Can't locate Inline/MakeMaker.pm in @INC (you may need to install the > Inline::MakeMaker module) (@INC contains: /var/tmp/cpansmoker- > 1023/2019040717/CPAN-Reporter-lib-zziC /opt/perl- > 5.22.3D/lib/site_perl/5.22.3/x86_64-linux-ld /opt/perl- > 5.22.3D/lib/site_perl/5.22.3 /opt/perl-5.22.3D/lib/5.22.3/x86_64- > linux-ld /opt/perl-5.22.3D/lib/5.22.3 .) at Makefile.PL line 1. > BEGIN failed--compilation aborted at Makefile.PL line 1. > ...
Also Inline::C should be specified. Declaring just Inline as a dependency is not enough.