Skip Menu |

This queue is for tickets about the JIRA-REST CPAN distribution.

Report information
The Basics
Id: 128678
Status: open
Priority: 0/
Queue: JIRA-REST

People
Owner: GNUSTAVO [...] cpan.org
Requestors: psychozoic [...] gmail.com
Cc:
AdminCc:

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



Subject: Install on WSL fails
Date: Fri, 1 Mar 2019 17:10:59 +0200
To: bug-JIRA-REST [...] rt.cpan.org
From: Yaroslav Nakonechnikov <psychozoic [...] gmail.com>
hello, trying to install JIRA::REST module... and it fails: ``` cp README.pod blib/lib/JIRA/README.pod cp lib/JIRA/REST.pm blib/lib/JIRA/REST.pm Manifying 1 pod document GNUSTAVO/JIRA-REST-0.019.tar.gz /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-load.t .............. 1/1 # Failed test 'use JIRA::REST;' # at t/00-load.t line 8. # Tried to use 'JIRA::REST'. # Error: Can't locate REST/Client.pm in @INC (you may need to install the REST::Client module) (@INC contains: t /home/yn/.cpan/build/JIRA-REST-0.019-2/blib/lib /home/yn/.cpan/build/JIRA-REST-0.019-2/blib/arch /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.1 /usr/local/share/perl/5.26.1 /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 /home/yn/.cpan/build/JIRA-REST-0.019-2/blib/lib/JIRA/REST.pm line 15. # BEGIN failed--compilation aborted at /home/yn/.cpan/build/JIRA-REST-0.019-2/blib/lib/JIRA/REST.pm line 15. # Compilation failed in require at t/00-load.t line 8. # BEGIN failed--compilation aborted at t/00-load.t line 8. # Looks like you failed 1 test of 1. t/00-load.t .............. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests t/01-atlassian.t ......... Can't locate REST/Client.pm in @INC (you may need to install the REST::Client module) (@INC contains: t /home/yn/.cpan/build/JIRA-REST-0.019-2/blib/lib /home/yn/.cpan/build/JIRA-REST-0.019-2/blib/arch /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.1 /usr/local/share/perl/5.26.1 /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 /home/yn/.cpan/build/JIRA-REST-0.019-2/blib/lib/JIRA/REST.pm line 15. BEGIN failed--compilation aborted at /home/yn/.cpan/build/JIRA-REST-0.019-2/blib/lib/JIRA/REST.pm line 15. Compilation failed in require at t/01-atlassian.t line 7. BEGIN failed--compilation aborted at t/01-atlassian.t line 7. t/01-atlassian.t ......... Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/author-pod-coverage.t .. skipped: these tests are for testing by the author t/author-pod-syntax.t .... skipped: these tests are for testing by the author t/release-kwalitee.t ..... skipped: these tests are for release candidate testing Test Summary Report ------------------- t/00-load.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 t/01-atlassian.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output Files=5, Tests=1, 1 wallclock secs ( 0.03 usr 0.08 sys + 0.10 cusr 0.28 csys = 0.49 CPU) Result: FAIL Failed 2/5 test programs. 1/1 subtests failed. Makefile:859: recipe for target 'test_dynamic' failed make: *** [test_dynamic] Error 255 GNUSTAVO/JIRA-REST-0.019.tar.gz one dependency not OK (REST::Client); additionally test harness failed /usr/bin/make test -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports GNUSTAVO/JIRA-REST-0.019.tar.gz ``` system is: i.nakonechnikov@LVAGPLTP2798:~/repos/perlscripts$ perl -v This is perl 5, version 26, subversion 1 (v5.26.1) built for x86_64-linux-gnu-thread-multi (with 67 registered patches, see perl -V for more detail) i.nakonechnikov@LVAGPLTP2798:~/repos/perlscripts$ uname -a Linux LVAGPLTP2798 4.4.0-17134-Microsoft #523-Microsoft Mon Dec 31 17:49:00 PST 2018 x86_64 x86_64 x86_64 GNU/Linux -- Yaroslav
On Fri Mar 01 10:11:19 2019, psychozoic@gmail.com wrote: Show quoted text
> hello, > trying to install JIRA::REST module... and it fails:
Hi, Yaroslav. I'm sorry for having taken so much time to respond. It seems that you don't have the REST::Client module installed, but it is a direct dependency of JIRA::REST. So, whey you install JIRA::REST using any of the CPAN installers (cpanm or cpan) they should install that module automatically before installing JIRA::REST proper. How are you installing it? With cpanm, cpan, or by hand?