Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Dancer2 CPAN distribution.

Report information
The Basics
Id: 130932
Status: rejected
Priority: 0/
Queue: Dancer2

People
Owner: Nobody in particular
Requestors: dpetersen112 [...] gmail.com
Cc:
AdminCc:

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



Subject: problem with Install
Date: Thu, 7 Nov 2019 10:12:00 -0600
To: bug-Dancer2 [...] rt.cpan.org
From: Don Petersen <dpetersen112 [...] gmail.com>
When I tried installing Dancer2, I got the errors listed below. platform: HP Win10 Home, 64 bit, V 1809, build 17763.805 reports PEVANS/Scalar-List-Utils-1.53.tar.gz listed many +PASS, several -FAIL, and a few UNKNOWN The abridged output from Show quoted text
cpan> install Dancer2
. . . CPAN.pm: Building C/CR/CROMEDOME/Dancer2-0.208001.tar.gz Checking if your kit is complete... Looks good Warning: prerequisite App::Cmd::Setup 0 not found. Warning: prerequisite Config::Any 0 not found. Warning: prerequisite Exporter::Tiny 0 not found. Warning: prerequisite File::Share 0 not found. Warning: prerequisite Hash::Merge::Simple 0 not found. Warning: prerequisite Hash::MultiValue 0 not found. Warning: prerequisite Import::Into 0 not found. Warning: prerequisite JSON::MaybeXS 0 not found. Warning: prerequisite List::Util 1.29 not found. We have 1.27. Warning: prerequisite Moo 2.000000 not found. We have 1.000008. Warning: prerequisite Plack 1.0040 not found. Warning: prerequisite Plack::Middleware::FixMissingBodyInRedirect 0 not found. Warning: prerequisite Plack::Middleware::RemoveRedundantBody 0 not found. Warning: prerequisite Return::MultiLevel 0 not found. Warning: prerequisite Role::Tiny 2.000000 not found. We have 1.002005. Warning: prerequisite Safe::Isa 0 not found. Warning: prerequisite Test::CPAN::Meta 0 not found. Warning: prerequisite Test::EOL 0 not found. Warning: prerequisite Type::Tiny 1.000006 not found. Warning: prerequisite Types::Standard 0 not found. Generating a dmake-style Makefile Writing Makefile for Dancer2 Writing MYMETA.yml and MYMETA.json Show quoted text
---- Unsatisfied dependencies detected during ---- ---- CROMEDOME/Dancer2-0.208001.tar.gz ---- . . . Running make test C:\"strawberry\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- Util.bs blib\arch\auto\List\Util\Util.bs 644 C:\"strawberry\perl\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', 'blib\arch')" t/*.t t/00version.t ......... ok t/any-all.t ........... ok t/blessed.t ........... ok t/dualvar.t ........... ok t/exotic_names.t ...... ok t/first.t ............. ok t/getmagic-once.t ..... ok t/head-tail.t ......... ok t/isvstring.t ......... ok t/lln.t ............... ok t/max.t ............... ok t/maxstr.t ............ ok t/min.t ............... ok t/minstr.t ............ ok t/openhan.t ........... ok t/pair.t .............. ok t/product.t ........... ok t/prototype.t ......... ok t/readonly.t .......... ok t/reduce.t ............ ok t/refaddr.t ........... ok t/reftype.t ........... ok t/rt-96343.t .......... ok t/scalarutil-proto.t .. ok t/shuffle.t ........... ok t/stack-corruption.t .. ok t/subname.t ........... ok t/sum.t ............... ok t/sum0.t .............. ok t/tainted.t ........... ok t/uniq.t .............. 1/33 Argument "1.#INF" isn't numeric in subroutine entry at t/uniq.t line 115. Argument "-1.#IND" isn't numeric in subroutine entry at t/uniq.t line 115. # Failed test 'uniqnum preserves uniqness of full integer range (stringified)' # at t/uniq.t line 115. # Structures begin differing at: # $got->[4] = '9223372036854775807' # $expected->[4] = '-1.#IND' # Looks like you failed 1 test of 33. t/uniq.t .............. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/33 subtests t/weak.t .............. ok Test Summary Report ------------------- t/uniq.t (Wstat: 256 Tests: 33 Failed: 1) Failed test: 18 Non-zero exit status: 1 Files=32, Tests=2091, 11 wallclock secs ( 0.55 usr + 0.19 sys = 0.73 CPU) Result: FAIL Failed 1/32 test programs. 1/2091 subtests failed. dmake.exe: Error code 255, while making 'test_dynamic' PEVANS/Scalar-List-Utils-1.53.tar.gz C:\strawberry\c\bin\dmake.exe test -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports PEVANS/Scalar-List-Utils-1.53.tar.gz Running make install make test had returned bad status, won't install without force Stopping: 'install' failed for 'List::Util'. Failed during this command: PEVANS/Scalar-List-Utils-1.53.tar.gz : make_test NO
It would appear that you're having a problem installing List::Util, in particular this test: https://metacpan.org/source/PEVANS/Scalar-List-Utils-1.53/t/uniq.t#L106-108 That's not something the Dancer team can help with, I'm afraid. You could report it in the https://rt.cpan.org/Dist/Display.html?Name=Scalar-List-Utils queue. It looks similar to a comment here: https://rt.cpan.org/Ticket/Display.html?id=130302#txn-1861878 See also https://github.com/Perl/perl5/issues/17174 which looks related. Good luck! Cheers bigpresh
Subject: Re: [rt.cpan.org #130932] problem with Install
Date: Thu, 7 Nov 2019 10:37:50 -0600
To: bug-Dancer2 [...] rt.cpan.org
From: Don Petersen <dpetersen112 [...] gmail.com>
Thanks. I'll give your suggestions a go. On Thu, Nov 7, 2019 at 10:27 AM David Precious via RT < bug-Dancer2@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=130932 > > > It would appear that you're having a problem installing List::Util, in > particular this test: > > https://metacpan.org/source/PEVANS/Scalar-List-Utils-1.53/t/uniq.t#L106-108 > > That's not something the Dancer team can help with, I'm afraid. > > You could report it in the > https://rt.cpan.org/Dist/Display.html?Name=Scalar-List-Utils queue. > > It looks similar to a comment here: > https://rt.cpan.org/Ticket/Display.html?id=130302#txn-1861878 > > See also https://github.com/Perl/perl5/issues/17174 which looks related. > > Good luck! > > Cheers > > bigpresh > >