Skip Menu |

This queue is for tickets about the Data-Password CPAN distribution.

Report information
The Basics
Id: 99847
Status: resolved
Priority: 0/
Queue: Data-Password

People
Owner: razinf [...] cpan.org
Requestors: david [...] daku.org
Cc:
AdminCc:

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



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.
This is not a bug just the same as in https://rt.cpan.org/Ticket/Display.html?id=99851#txn-1426239.
On 2014-10-28 15:54:08, ETHER wrote: Show quoted text
> This is not a bug just the same as in > https://rt.cpan.org/Ticket/Display.html?id=99851#txn-1426239.
Data::Password isn't in core though, so it absolutely must be listed in prereqs.
Subject: Re: [rt.cpan.org #99847] Problem installing Data::Password in Centos7
Date: Tue, 28 Oct 2014 16:02:57 -0700
To: bug-Data-Password [...] rt.cpan.org
From: david <david [...] daku.org>
At 03:54 PM 10/28/2014, you wrote: Show quoted text
><URL: https://rt.cpan.org/Ticket/Display.html?id=99847 > > >On 2014-10-28 15:54:08, ETHER wrote:
> > This is not a bug just the same as in > > https://rt.cpan.org/Ticket/Display.html?id=99851#txn-1426239.
> >Data::Password isn't in core though, so it absolutely must be listed >in prereqs.
I realize it might not be considered a bug, but it was an "inconvenience". Maybe put a notice on the CPAN site, that might help other poor slobs dealing with EL7 (centos7). Are there other packages that should be installed for other CPAN installs? David
Version 1.11 was uploaded to CPAN. In this version dependency to Test::More and Exporter was added to help RHEL / CENTOS users.
Subject: Re: [rt.cpan.org #99847] Problem installing Data::Password in Centos7
Date: Sat, 01 Nov 2014 14:23:05 -0700
To: bug-Data-Password [...] rt.cpan.org
From: david <david [...] daku.org>
At 02:16 PM 11/1/2014, you wrote: Show quoted text
><URL: https://rt.cpan.org/Ticket/Display.html?id=99847 > > >Version 1.11 was uploaded to CPAN. >In this version dependency to Test::More and Exporter was added to >help RHEL / CENTOS users.
Well done! Thanks