Skip Menu |

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

Report information
The Basics
Id: 129260
Status: new
Priority: 0/
Queue: Audio-C4Stream-Wav

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

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



Subject: Undeclared configure_requires dependency Inline::MakeMaker
See subject. Automatic build fails if this dependency is not yet 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/2019042100/CPAN-Reporter-lib-sgOf /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 2. BEGIN failed--compilation aborted at Makefile.PL line 2. ...
On 2019-04-21 07:06:27, SREZIC wrote: Show quoted text
> See subject. Automatic build fails if this dependency is not yet > 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/2019042100/CPAN-Reporter-lib-sgOf /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 2. > BEGIN failed--compilation aborted at Makefile.PL line 2. > ...
It seems that also IO::Scalar needs to be declared as a (configure_requires?) dependency: ... cp lib/Audio/C4Stream/Wav.pm blib/lib/Audio/C4Stream/Wav.pm "/opt/perl-5.26.2/bin/perl" -Mblib -MInline=NOISY,_INSTALL_ -MAudio::C4Stream::Wav -e"my %A = (modinlname => 'Audio-C4Stream-Wav.inl', module => 'Audio::C4Stream::Wav'); my %S = (API => \%A); Inline::satisfy_makefile_dep(\%S);" 1.00 blib/arch Can't locate IO/Scalar.pm in @INC (you may need to install the IO::Scalar module) (@INC contains: /home/cpansand/.cpan/build/2019042013/Audio-C4Stream-Wav-9/blib/arch /home/cpansand/.cpan/build/2019042013/Audio-C4Stream-Wav-9/blib/lib /opt/perl-5.26.2/lib/site_perl/5.26.2/x86_64-linux /opt/perl-5.26.2/lib/site_perl/5.26.2 /opt/perl-5.26.2/lib/5.26.2/x86_64-linux /opt/perl-5.26.2/lib/5.26.2 .) at /home/cpansand/.cpan/build/2019042013/Audio-C4Stream-Wav-9/blib/lib/Audio/C4Stream/Wav.pm line 15. BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2019042013/Audio-C4Stream-Wav-9/blib/lib/Audio/C4Stream/Wav.pm line 15. Compilation failed in require. BEGIN failed--compilation aborted. make: *** [Audio-C4Stream-Wav.inl] Fehler 2 ...