sandy icon indicating copy to clipboard operation
sandy copied to clipboard

Undeclared dependency File::ShareDir::Install

Open eserte opened this issue 6 years ago • 1 comments

On one of my smokers:

Output from '/usr/local/bin/perl Makefile.PL':

Can't locate File/ShareDir/Install.pm in @INC (you may need to install the File::ShareDir::Install module) (@INC contains: /var/tmp/cpansmoker-1023/2019031020/CPAN-Reporter-lib-aob4 /usr/local/lib/perl5/site_perl/mach/5.28 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.28/mach /usr/local/lib/perl5/5.28 .) at Makefile.PL line 135.
BEGIN failed--compilation aborted at Makefile.PL line 135.

Probably File::ShareDir::Install has to be declared as a configure_requires dependency.

eserte avatar Mar 10 '19 20:03 eserte

Hi, Slaven Rezić! We managed to fix this issue adding:

[Prereqs / ConfigureRequires]
File::ShareDir::Install  = 0

in the dist.ini file.

Thank you for showing us the missing dependency.

thiago-miller avatar Mar 11 '19 00:03 thiago-miller