Skip Menu |

This queue is for tickets about the Audio-Ao CPAN distribution.

Report information
The Basics
Id: 117737
Status: new
Priority: 0/
Queue: Audio-Ao

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

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



Subject: Inline/MakeMaker.pm not specified as CONFIGURE_REQUIRES
Automatic installation can fail if Inline::MakeMaker is not installed: Output from '/bbbike/perl-5.20.3D/bin/perl Makefile.PL': Can't locate Inline/MakeMaker.pm in @INC (you may need to install the Inline::MakeMaker module) (@INC contains: /run/user/1023/cpansmoker/2016091006/CPAN-Reporter-lib-ARCC /opt/perl-5.20.3D/lib/site_perl/5.20.3/x86_64-linux-ld /opt/perl-5.20.3D/lib/site_perl/5.20.3 /opt/perl-5.20.3D/lib/5.20.3/x86_64-linux-ld /opt/perl-5.20.3D/lib/5.20.3 .) at Makefile.PL line 1. BEGIN failed--compilation aborted at Makefile.PL line 1.
On 2016-09-10 05:35:40, SREZIC wrote: Show quoted text
> Automatic installation can fail if Inline::MakeMaker is not installed: > > Output from '/bbbike/perl-5.20.3D/bin/perl Makefile.PL': > > Can't locate Inline/MakeMaker.pm in @INC (you may need to install the > Inline::MakeMaker module) (@INC contains: > /run/user/1023/cpansmoker/2016091006/CPAN-Reporter-lib-ARCC /opt/perl- > 5.20.3D/lib/site_perl/5.20.3/x86_64-linux-ld /opt/perl- > 5.20.3D/lib/site_perl/5.20.3 /opt/perl-5.20.3D/lib/5.20.3/x86_64- > linux-ld /opt/perl-5.20.3D/lib/5.20.3 .) at Makefile.PL line 1. > BEGIN failed--compilation aborted at Makefile.PL line 1.
Also, probably Inline::C has to be declared as a prereq (not sure whether configure_requires or normal build prereq).