Subject: | Problem installing Data::Password in Centos7 |
Date: | Mon, 27 Oct 2014 16:52:02 -0700 |
To: | bug-Data-Password [...] rt.cpan.org |
From: | david <david [...] daku.org> |
Sir/Madam
I tried to install "Data::Password" onto a Centos7 (EL7)
distribution. It failed. Below is the error printouts that
occurred. Upon reading the error message carefully, I discovered
that the module "Test::More" was missing. This is an unstated
dependency, and when I did the following two steps:
cpanm Test::More
cpanm Data::Password
it worked just fine. You might want to notate this dependency.
Thanks for the nice package.
David
cpanm (App::cpanminus) 1.6922 on perl 5.016003 built for
x86_64-linux-thread-multi
Work directory is /root/.cpanm/work/1414453048.34799
You have make /bin/make
You have LWP 6.05
You have /bin/tar: tar (GNU tar) 1.26
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
You have /bin/unzip
Searching Data::Password on cpanmetadb ...
--> Working on Data::Password
Fetching http://www.cpan.org/authors/id/R/RA/RAZINF/Data-Password-1.10.tar.gz
-> OK
Unpacking Data-Password-1.10.tar.gz
Entering Data-Password-1.10
Checking configure dependencies from META.json
Checking if you have ExtUtils::MakeMaker 0 ... Yes (6.68)
Configuring Data-Password-1.10
Running Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Data::Password
Writing MYMETA.yml and MYMETA.json
-> OK
Checking dependencies from MYMETA.json ...
Checking if you have ExtUtils::MakeMaker 0 ... Yes (6.68)
Building and testing Data-Password-1.10
cp Password.pm blib/lib/Data/Password.pm
Manifying blib/man3/Data::Password.3pm
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Can't locate Test/More.pm in @INC (@INC contains:
/root/.cpanm/work/1414453048.34799/Data-Password-1.10/blib/lib
/root/.cpanm/work/1414453048.34799/Data-Password-1.10/blib/arch
/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 t/IsBadPassword.t line 8.
BEGIN failed--compilation aborted at t/IsBadPassword.t line 8.
t/IsBadPassword.t .........
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Can't locate Test/More.pm in @INC (@INC contains:
/root/.cpanm/work/1414453048.34799/Data-Password-1.10/blib/lib
/root/.cpanm/work/1414453048.34799/Data-Password-1.10/blib/arch
/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 t/IsBadPasswordForUNIX.t line 8.
BEGIN failed--compilation aborted at t/IsBadPasswordForUNIX.t line 8.
t/IsBadPasswordForUNIX.t ..
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Test Summary Report
-------------------
t/IsBadPassword.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/IsBadPasswordForUNIX.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
Files=2, Tests=0, 0 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU)
Result: FAIL
Failed 2/2 test programs. 0/0 subtests failed.
make: *** [test_dynamic] Error 2
-> FAIL Installing Data::Password failed. See
/root/.cpanm/work/1414453048.34799/build.log for details. Retry with
--force to force install it.