Skip Menu |

This queue is for tickets about the Games-Axmud CPAN distribution.

Report information
The Basics
Id: 127263
Status: open
Priority: 0/
Queue: Games-Axmud

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

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



Subject: Undeclared dependency File::ShareDir::Install (1.1.174)
Some of my smoker systems cannot build & test the distribution automatically: ... Output from '/usr/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: /run/user/1023/cpansmoker/2018093018/CPAN-Reporter-lib-DzIq /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .) at Makefile.PL line 5. BEGIN failed--compilation aborted at Makefile.PL line 5. ... It seems that File::ShareDir::Install isn't declared as a configure_requires dependency.
On Sun Sep 30 16:47:07 2018, SREZIC wrote: Show quoted text
> Some of my smoker systems cannot build & test the distribution > automatically:
I see the same problem. File::ShareDir::Install is definitely specified in Makefile.PL: CONFIGURE_REQUIRES => { "ExtUtils::MakeMaker" => '6.52', "File::ShareDir::Install" => 0, }, ...so I'm not sure what to do about it.