Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi, tring to install the module Mojo::JWT::Google on Windows with Perl v5.28.1. It fails with the following. Any idea?
cpanm (App::cpanminus) 1.7044 on perl 5.028001 built for MSWin32-x64-m +ulti-thread Work directory is C:\Users\CC/.cpanm/work/1608636716.15048 You have make C:\Strawberry\c\bin\gmake.exe You have LWP 6.37 Falling back to Archive::Tar 2.32 Searching Mojo::JWT::Google () on cpanmetadb ... --> Working on Mojo::JWT::Google Fetching http://www.cpan.org/authors/id/V/VE/VEESH/Mojo-JWT-Google-0.1 +1.tar.gz -> OK Unpacking Mojo-JWT-Google-0.11.tar.gz Entering Mojo-JWT-Google-0.11 Checking configure dependencies from META.json Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.34) Configuring Mojo-JWT-Google-0.11 Running Makefile.PL Checking if your kit is complete... Looks good Generating a gmake-style Makefile Writing Makefile for Mojo::JWT::Google Writing MYMETA.yml and MYMETA.json -> OK Checking dependencies from MYMETA.json ... Checking if you have Test2::V0 0 ... Yes (0.000116) Checking if you have File::Spec 0 ... Yes (3.75) Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.34) Checking if you have Test::More 0 ... Yes (1.302141) Checking if you have Mojo::JWT 0 ... Yes (0.09) Checking if you have Mojolicious 8.00 ... Yes (8.08) Building and testing Mojo-JWT-Google-0.11 cp lib/Mojo/JWT/Google.pm blib\lib\Mojo\JWT\Google.pm "C:\Strawberry\perl\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::H +arness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\l +ib', 'blib\arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional o +nes): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.34 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.34 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.34 # File::Spec any 3.75 # Test2::V0 any 0.000116 # Test::More any 1.302141 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ----------- ---- ---- # Mojo::JWT any 0.09 # Mojolicious 8.00 8.08 # t/00-report-prereqs.t .. ok symmetric secret not specified at t/01_basic.t line 111. # Tests were run but no plan was declared and done_testing() was not s +een. # Looks like your test exited with 255 after test #34. # Seeded srand with seed '20201222' from local date. t/01_basic.t ........... Dubious, test returned 255 (wstat 65280, 0xff00) All 34 subtests passed Test Summary Report ------------------- t/01_basic.t (Wstat: 65280 Tests: 34 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output Files=2, Tests=35, 1 wallclock secs ( 0.02 usr + 0.08 sys = 0.10 CP +U) Result: FAIL Failed 1/2 test programs. 0/35 subtests failed. makefile:859: recipe for target 'test_dynamic' failed gmake: *** [test_dynamic] Error 255 -> FAIL Installing Mojo::JWT::Google failed. See C:\Users\CC\.cpanm\wo +rk\1608636716.15048\build.log for details. Retry with --force to forc +e install it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Install Mojo::JWT::Google fails on Windows
by Corion (Patriarch) on Dec 22, 2020 at 19:35 UTC | |
|
Re: Install Mojo::JWT::Google fails on Windows
by marto (Cardinal) on Dec 22, 2020 at 17:38 UTC |