Skip Menu |

This queue is for tickets about the Alien-LIBSVM CPAN distribution.

Report information
The Basics
Id: 113876
Status: resolved
Priority: 0/
Queue: Alien-LIBSVM

People
Owner: zmughal [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.002
Fixed in: 0.003



Subject: File::chmod missing in configure_requires?
Some of my smokers show the following failure in the configuration phase: Output from '/bbbike/perl-5.20.1D/bin/perl Build.PL': Can't locate File/chmod.pm in @INC (you may need to install the File::chmod module) (@INC contains: inc /var/tmp/cpansmoker-1023/2016041815/CPAN-Reporter-lib-eN2f /opt/perl-5.20.1D/lib/site_perl/5.20.1/x86_64-linux-ld /opt/perl-5.20.1D/lib/site_perl/5.20.1 /opt/perl-5.20.1D/lib/5.20.1/x86_64-linux-ld /opt/perl-5.20.1D/lib/5.20.1 .) at inc/Alien/LIBSVM/ModuleBuild.pm line 9. BEGIN failed--compilation aborted at inc/Alien/LIBSVM/ModuleBuild.pm line 9. Compilation failed in require at Build.PL line 7. BEGIN failed--compilation aborted at Build.PL line 7. So probably File::chmod has to be specified in configure_requires...
Hi Slaven, Fixed on 0.003 by @pablrod++ <https://github.com/EntropyOrg/p5-Alien-LIBSVM/pull/3>. Took a while to get to the issue, but it's fixed now! Cheers, - Zaki Mughal