Skip Menu |

This queue is for tickets about the Math-Lapack CPAN distribution.

Report information
The Basics
Id: 129034
Status: new
Priority: 0/
Queue: Math-Lapack

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

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



Subject: Undeclared configure_requires dependency Path::Tiny
Automatic build fails if Path::Tiny is not installed: ... Output from '/usr/bin/perl Build.PL': Can't locate Path/Tiny.pm in @INC (you may need to install the Path::Tiny module) (@INC contains: lib inc /var/tmp/cpansmoker-1023/2019040517/CPAN-Reporter-lib-8mdz /home/cpansand/.cpan/build/2019040521/Devel-CheckLib-1.13-28sWjo/blib/arch /home/cpansand/.cpan/build/2019040521/Devel-CheckLib-1.13-28sWjo/blib/lib /home/cpansand/.cpan/build/2019040521/IO-CaptureOutput-1.1104-vJBW4a/blib/arch /home/cpansand/.cpan/build/2019040521/IO-CaptureOutput-1.1104-vJBW4a/blib/lib /home/cpansand/.cpan/build/2019040521/Mock-Config-0.03-Uc4USm/blib/arch /home/cpansand/.cpan/build/2019040521/Mock-Config-0.03-Uc4USm/blib/lib /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.20.2 /usr/local/share/perl/5.20.2 /usr/lib/x86_64-linux-gnu/perl5/5.20 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.20 /usr/share/perl/5.20 /usr/local/lib/site_perl .) at inc/MyBuilder.pm line 11. BEGIN failed--compilation aborted at inc/MyBuilder.pm line 11. Compilation failed in require at Build.PL line 13. BEGIN failed--compilation aborted at Build.PL line 13. ... It seems that Path::Tiny has to be declared as a configure_requires dependency.
On 2019-04-06 02:30:20, SREZIC wrote: Show quoted text
> Automatic build fails if Path::Tiny is not installed: > > ... > Output from '/usr/bin/perl Build.PL': > > Can't locate Path/Tiny.pm in @INC (you may need to install the > Path::Tiny module) (@INC contains: lib inc /var/tmp/cpansmoker- > 1023/2019040517/CPAN-Reporter-lib-8mdz > /home/cpansand/.cpan/build/2019040521/Devel-CheckLib-1.13- > 28sWjo/blib/arch /home/cpansand/.cpan/build/2019040521/Devel-CheckLib- > 1.13-28sWjo/blib/lib /home/cpansand/.cpan/build/2019040521/IO- > CaptureOutput-1.1104-vJBW4a/blib/arch > /home/cpansand/.cpan/build/2019040521/IO-CaptureOutput-1.1104- > vJBW4a/blib/lib /home/cpansand/.cpan/build/2019040521/Mock-Config- > 0.03-Uc4USm/blib/arch /home/cpansand/.cpan/build/2019040521/Mock- > Config-0.03-Uc4USm/blib/lib /etc/perl /usr/local/lib/x86_64-linux- > gnu/perl/5.20.2 /usr/local/share/perl/5.20.2 /usr/lib/x86_64-linux- > gnu/perl5/5.20 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.20 > /usr/share/perl/5.20 /usr/local/lib/site_perl .) at inc/MyBuilder.pm > line 11. > BEGIN failed--compilation aborted at inc/MyBuilder.pm line 11. > Compilation failed in require at Build.PL line 13. > BEGIN failed--compilation aborted at Build.PL line 13. > ... > > > It seems that Path::Tiny has to be declared as a configure_requires > dependency.
Also undeclared, but this one should probably be a runtime_requires dependency: strictures.pm. ... Can't locate strictures.pm in @INC (you may need to install the strictures module) (@INC contains: ....) at /home/cpansand/.cpan/build/2019040711/Math-Lapack-0.002-0/blib/lib/Math/Lapack/Expr.pm line 5. BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2019040711/Math-Lapack-0.002-0/blib/lib/Math/Lapack/Expr.pm line 5. Compilation failed in require at /opt/perl-5.26.3/lib/5.26.3/parent.pm line 16. BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2019040711/Math-Lapack-0.002-0/blib/lib/Math/Lapack/Matrix.pm line 8. Compilation failed in require at t/001-basic.t line 6. BEGIN failed--compilation aborted at t/001-basic.t line 6. t/001-basic.t ............. Dubious, test returned 2 (wstat 512, 0x200) No subtests run ...