Skip Menu |

This queue is for tickets about the Math-Base-Convert CPAN distribution.

Report information
The Basics
Id: 117755
Status: rejected
Priority: 0/
Queue: Math-Base-Convert

People
Owner: Nobody in particular
Requestors: lucastheisen [...] yahoo.com
Cc:
AdminCc:

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



Subject: couldn't find diagnostic data
Date: Sat, 10 Sep 2016 16:43:57 +0000 (UTC)
To: "bug-Math-Base-Convert [...] rt.cpan.org" <bug-Math-Base-Convert [...] rt.cpan.org>
From: Lucas Theisen <lucastheisen [...] yahoo.com>
cpanm (App::cpanminus) 1.7040 on perl 5.022002 built for cygwin-thread-multi Work directory is /home/ltheisen/.cpanm/work/1473525539.14376 You have make /usr/bin/make You have LWP 6.15 You have /usr/bin/tar: tar (GNU tar) 1.28 Packaged by Cygwin (1.28-1) Copyright (C) 2014 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 /usr/bin/unzip Searching Math::Base::Convert () on cpanmetadb ... --> Working on Math::Base::Convert Fetching http://www.cpan.org/authors/id/M/MI/MIKER/Math-Base-Convert-0.11.tar.gz -> OK Unpacking Math-Base-Convert-0.11.tar.gz Entering Math-Base-Convert-0.11 Checking configure dependencies from META.yml Configuring Math-Base-Convert-0.11 Running Makefile.PL -> OK Checking dependencies from MYMETA.json ... Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.18) Building and testing Math-Base-Convert-0.11 cp lib/Math/Base/Convert/Bases.pm blib/lib/Math/Base/Convert/Bases.pm cp lib/Math/Base/Convert/Shortcuts.pm blib/lib/Math/Base/Convert/Shortcuts.pm cp Convert.pm blib/lib/Math/Base/Convert.pm cp lib/Math/Base/Convert/CalcPP.pm blib/lib/Math/Base/Convert/CalcPP.pm cp lib/Math/Base/Convert/Bitmaps.pm blib/lib/Math/Base/Convert/Bitmaps.pm Manifying 5 pod documents PERL_DL_NONLAZY=1 "/usr/bin/perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/ascii.t ................. ok t/backend.t ............... ok t/basefunct.t ............. ok t/basemap.t ............... ok t/basemethods.t ........... ok t/benchmarkcalc.t ......... ok t/benchmarkcnv.t .......... ok t/convert.t ............... ok t/frontend.t .............. ok t/isnotp2.t ............... ok t/longmultiply.t .......... ok couldn't find diagnostic data in /usr/lib/perl5/5.22/pods/perldiag.pod /home/ltheisen/.cpanm/work/1473525539.14376/Math-Base-Convert-0.11/blib/lib /home/ltheisen/.cpanm/work/1473525539.14376/Math-Base-Convert-0.11/blib/arch /usr/lib/perl5/site_perl/5.22/x86_64-cygwin-threads /usr/lib/perl5/site_perl/5.22 /usr/lib/perl5/vendor_perl/5.22/x86_64-cygwin-threads /usr/lib/perl5/vendor_perl/5.22 /usr/lib/perl5/5.22/x86_64-cygwin-threads /usr/lib/perl5/5.22 . t/overload.t at /usr/lib/perl5/5.22/diagnostics.pm line 259, <POD_DIAG> line 704. Compilation failed in require at t/overload.t line 1. BEGIN failed--compilation aborted at t/overload.t line 1. t/overload.t .............. Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/shiftright.t ............ ok t/useFROMbaseShortcuts.t .. ok t/useFROMbaseto32wide.t ... ok t/useTObaseShortcuts.t .... ok t/validbase.t ............. ok t/vet.t ................... ok t/vetcontext.t ............ ok t/zstrings.t .............. ok Test Summary Report ------------------- t/overload.t            (Wstat: 512 Tests: 0 Failed: 0)   Non-zero exit status: 2   Parse errors: No plan found in TAP output Files=20, Tests=5327,  2 wallclock secs ( 0.38 usr  0.08 sys +  1.16 cusr  1.09 csys =  2.70 CPU) Result: FAIL Failed 1/20 test programs. 0/5327 subtests failed. make: *** [Makefile:852: test_dynamic] Error 255 -> FAIL Installing Math::Base::Convert failed. See /home/ltheisen/.cpanm/work/1473525539.14376/build.log for details. Retry with --force to force install it.
Some of the the test routines use... use diagnostics; that does not appear to be loaded on your system and is a part of the standard perl distro On Sat Sep 10 12:44:33 2016, lucastheisen@yahoo.com wrote: Show quoted text
> cpanm (App::cpanminus) 1.7040 on perl 5.022002 built for cygwin- > thread-multi > Work directory is /home/ltheisen/.cpanm/work/1473525539.14376 > You have make /usr/bin/make > You have LWP 6.15 > You have /usr/bin/tar: tar (GNU tar) 1.28 > Packaged by Cygwin (1.28-1) > Copyright (C) 2014 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 /usr/bin/unzip > Searching Math::Base::Convert () on cpanmetadb ... > --> Working on Math::Base::Convert > Fetching http://www.cpan.org/authors/id/M/MI/MIKER/Math-Base-Convert- > 0.11.tar.gz > -> OK > Unpacking Math-Base-Convert-0.11.tar.gz > Entering Math-Base-Convert-0.11 > Checking configure dependencies from META.yml > Configuring Math-Base-Convert-0.11 > Running Makefile.PL > -> OK > Checking dependencies from MYMETA.json ... > Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.18) > Building and testing Math-Base-Convert-0.11 > cp lib/Math/Base/Convert/Bases.pm blib/lib/Math/Base/Convert/Bases.pm > cp lib/Math/Base/Convert/Shortcuts.pm > blib/lib/Math/Base/Convert/Shortcuts.pm > cp Convert.pm blib/lib/Math/Base/Convert.pm > cp lib/Math/Base/Convert/CalcPP.pm > blib/lib/Math/Base/Convert/CalcPP.pm > cp lib/Math/Base/Convert/Bitmaps.pm > blib/lib/Math/Base/Convert/Bitmaps.pm > Manifying 5 pod documents > PERL_DL_NONLAZY=1 "/usr/bin/perl.exe" "-MExtUtils::Command::MM" "- > MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, > 'blib/lib', 'blib/arch')" t/*.t > t/ascii.t ................. ok > t/backend.t ............... ok > t/basefunct.t ............. ok > t/basemap.t ............... ok > t/basemethods.t ........... ok > t/benchmarkcalc.t ......... ok > t/benchmarkcnv.t .......... ok > t/convert.t ............... ok > t/frontend.t .............. ok > t/isnotp2.t ............... ok > t/longmultiply.t .......... ok > couldn't find diagnostic data in /usr/lib/perl5/5.22/pods/perldiag.pod > /home/ltheisen/.cpanm/work/1473525539.14376/Math-Base-Convert- > 0.11/blib/lib /home/ltheisen/.cpanm/work/1473525539.14376/Math-Base- > Convert-0.11/blib/arch /usr/lib/perl5/site_perl/5.22/x86_64-cygwin- > threads /usr/lib/perl5/site_perl/5.22 > /usr/lib/perl5/vendor_perl/5.22/x86_64-cygwin-threads > /usr/lib/perl5/vendor_perl/5.22 /usr/lib/perl5/5.22/x86_64-cygwin- > threads /usr/lib/perl5/5.22 . t/overload.t at > /usr/lib/perl5/5.22/diagnostics.pm line 259, <POD_DIAG> line 704. > Compilation failed in require at t/overload.t line 1. > BEGIN failed--compilation aborted at t/overload.t line 1. > t/overload.t .............. > Dubious, test returned 2 (wstat 512, 0x200) > No subtests run > t/shiftright.t ............ ok > t/useFROMbaseShortcuts.t .. ok > t/useFROMbaseto32wide.t ... ok > t/useTObaseShortcuts.t .... ok > t/validbase.t ............. ok > t/vet.t ................... ok > t/vetcontext.t ............ ok > t/zstrings.t .............. ok > > Test Summary Report > ------------------- > t/overload.t            (Wstat: 512 Tests: 0 Failed: 0) >   Non-zero exit status: 2 >   Parse errors: No plan found in TAP output > Files=20, Tests=5327,  2 wallclock secs ( 0.38 usr  0.08 sys +  1.16 > cusr  1.09 csys =  2.70 CPU) > Result: FAIL > Failed 1/20 test programs. 0/5327 subtests failed. > make: *** [Makefile:852: test_dynamic] Error 255 > -> FAIL Installing Math::Base::Convert failed. See > /home/ltheisen/.cpanm/work/1473525539.14376/build.log for details. > Retry with --force to force install it.