Skip Menu |

This queue is for tickets about the Parse-Netstat CPAN distribution.

Report information
The Basics
Id: 115122
Status: rejected
Priority: 0/
Queue: Parse-Netstat

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

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



Subject: can not run Makefile.PL
Running [/usr/bin/perl /usr/bin/cpanp-run-perl /home/centos/.cpanplus/5.10.1/build/Parse-Netstat-0.12/Makefile.PL]... Can't locate File/ShareDir/Install.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /home/centos/.cpanplus/5.10.1/build/Parse-Netstat-0.12/Makefile.PL line 9. BEGIN failed--compilation aborted at /home/centos/.cpanplus/5.10.1/build/Parse-Netstat-0.12/Makefile.PL line 9. [ERROR] Could not run '/usr/bin/perl Makefile.PL': Can't locate File/ShareDir/Install.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /home/centos/.cpanplus/5.10.1/build/Parse-Netstat-0.12/Makefile.PL line 9. BEGIN failed--compilation aborted at /home/centos/.cpanplus/5.10.1/build/Parse-Netstat-0.12/Makefile.PL line 9. -- cannot continue
On Mon, 6 Jun 2016 13:25:39 GMT, MTHURN wrote: Show quoted text
> Running [/usr/bin/perl /usr/bin/cpanp-run-perl > /home/centos/.cpanplus/5.10.1/build/Parse-Netstat-0.12/Makefile.PL]... > Can't locate File/ShareDir/Install.pm in @INC (@INC contains: > /usr/local/lib64/perl5 /usr/local/share/perl5 > /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl > /usr/lib64/perl5 /usr/share/perl5 .) at > /home/centos/.cpanplus/5.10.1/build/Parse-Netstat-0.12/Makefile.PL > line 9. > BEGIN failed--compilation aborted at > /home/centos/.cpanplus/5.10.1/build/Parse-Netstat-0.12/Makefile.PL > line 9. > [ERROR] Could not run '/usr/bin/perl Makefile.PL': Can't locate > File/ShareDir/Install.pm in @INC (@INC contains: > /usr/local/lib64/perl5 /usr/local/share/perl5 > /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl > /usr/lib64/perl5 /usr/share/perl5 .) at > /home/centos/.cpanplus/5.10.1/build/Parse-Netstat-0.12/Makefile.PL > line 9. > BEGIN failed--compilation aborted at > /home/centos/.cpanplus/5.10.1/build/Parse-Netstat-0.12/Makefile.PL > line 9. > -- cannot continue
File::ShareDir::Install is correctly specified as configure prerequisite in distribution's META.{yml,json}. cpanm can correctly install this, e.g.: % cpanm -n Parse-Netstat-0.12.tar.gz --> Working on Parse-Netstat-0.12.tar.gz Fetching file:///zpool_host_mnt/mnt/home/s1/repos/perl-Parse-Netstat/Parse-Netstat-0.12.tar.gz ... OK ==> Found dependencies: File::ShareDir::Install --> Working on File::ShareDir::Install Fetching http://www.cpan.org/authors/id/G/GW/GWYN/File-ShareDir-Install-0.10.tar.gz ... OK Configuring File-ShareDir-Install-0.10 ... OK Building File-ShareDir-Install-0.10 ... OK Successfully installed File-ShareDir-Install-0.10 Configuring Parse-Netstat-0.12 ... OK Building Parse-Netstat-0.12 ... OK Successfully installed Parse-Netstat-0.12 2 distributions installed So it's probably a problem in your CPAN client setup.