This distribution has been tested as part of the cpan-testers effort to test as many new uploads to CPAN as possible. See http://testers.cpan.org/
Please cc any replies to [email protected] to keep other test volunteers informed and to prevent any duplicate effort. -- Dear Gene Boggs, This is a computer-generated test report for Math-Counting-0.07, created automatically by CPAN::Reporter, version 0.43, and sent to the CPAN Testers mailing list. If you have received this email directly, it is because the person testing your distribution chose to send a copy to your CPAN email address; there may be a delay before the official report is received and processed by CPAN Testers. Thank you for uploading your work to CPAN. However, it appears that there were some problems testing your distribution. Sections of this report: * Tester comments * Prerequisites * Environment and other context * Test output ------------------------------ TESTER COMMENTS ------------------------------ Additional comments from tester: [none provided] ------------------------------ PREREQUISITES ------------------------------ Prerequisite modules loaded: No requirements found ------------------------------ ENVIRONMENT AND OTHER CONTEXT ------------------------------ Environment variables: PATH = /usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin PERL5LIB = /home/david/cpantesting/perl-5.8.8/.cpan/build/CORBA-Python-0.39-YzBoPb/blib/arch:/home/david/cpantesting/perl-5.8.8/.cpan/build/CORBA-Python-0.39-YzBoPb/blib/lib PERL5_CPANPLUS_IS_RUNNING = 1 PERL5_CPAN_IS_RUNNING = 1 SHELL = /bin/ksh TERM = screen Perl special variables (and OS-specific diagnostics, for MSWin32): Perl: $^X = perl-5.8.8/bin/perl UID: $< = 1000 EUID: $> = 1000 GID: $( = 1000 0 1000 EGID: $) = 1000 0 1000 Perl module toolchain versions installed: Module Have ------------------- ------ CPAN 1.8802 Cwd 3.24 ExtUtils::CBuilder n/a ExtUtils::Command 1.09 ExtUtils::Install 1.33 ExtUtils::MakeMaker 6.30 ExtUtils::Manifest 1.46 ExtUtils::ParseXS n/a File::Spec 3.12 Module::Build 0.2807 Module::Signature n/a Test::Harness 2.64 Test::More 0.70 version n/a ------------------------------ TEST OUTPUT ------------------------------ Output from '/usr/bin/make test': PERL_DL_NONLAZY=1 /home/david/cpantesting/perl-5.8.8/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/Math-Counting.... # Failed test 'use Math::Counting;' # at t/Math-Counting.t line 6. # Tried to use 'Math::Counting'. # Error: "try" is not exported by the Math::BigInt module # "GMP" is not exported by the Math::BigInt module # Can't continue after import errors at /home/david/cpantesting/perl-5.8.8/.cpan/build/Math-Counting-0.07-zcld2i/blib/lib/Math/Counting.pm line 20 # BEGIN failed--compilation aborted at t/Math-Counting.t line 6. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. "short" is not defined in %Math::Counting::EXPORT_TAGS at /home/david/cpantesting/perl-5.8.8/lib/5.8.8/Test/More.pm line 673 # Failed test 'use Math::Counting;' # at t/Math-Counting.t line 7. # Tried to use 'Math::Counting'. # Error: Can't continue after import errors at (eval 4) line 2 # BEGIN failed--compilation aborted at t/Math-Counting.t line 7. "big" is not defined in %Math::Counting::EXPORT_TAGS at /home/david/cpantesting/perl-5.8.8/lib/5.8.8/Test/More.pm line 673 # Failed test 'use Math::Counting;' # at t/Math-Counting.t line 8. # Tried to use 'Math::Counting'. # Error: Can't continue after import errors at (eval 5) line 2 # BEGIN failed--compilation aborted at t/Math-Counting.t line 8. # Failed test '-27! == 1' # at t/Math-Counting.t line 43. # got: undef # expected: '1' # Failed test '-27! == NaN' # at t/Math-Counting.t line 45. # got: undef # expected: 'NaN' # Failed test '-1! == 1' # at t/Math-Counting.t line 48. # got: undef # expected: '1' # Failed test '-1! == NaN' # at t/Math-Counting.t line 50. # got: undef # expected: 'NaN' # Failed test '0! == 1' # at t/Math-Counting.t line 53. # got: undef # expected: '1' # Failed test '0! == 1' # at t/Math-Counting.t line 55. # got: undef # expected: '1' # Failed test '1! == 1' # at t/Math-Counting.t line 58. # got: undef # expected: '1' # Failed test '1! == 1' # at t/Math-Counting.t line 60. # got: undef # expected: '1' # Failed test '2! == 2' # at t/Math-Counting.t line 63. # got: undef # expected: '2' # Failed test '2! == 2' # at t/Math-Counting.t line 65. # got: undef # expected: '2' # Failed test '27! == 1.08888694504184e+28' # at t/Math-Counting.t line 68. # got: undef # expected: '1.08888694504184e+28' # Failed test '27! == 10888869450418352160768000000' # at t/Math-Counting.t line 70. # got: undef # expected: '10888869450418352160768000000' # Failed test '42! == 1.40500611775288e+51' # at t/Math-Counting.t line 73. # got: undef # expected: '1.40500611775288e+51' # Failed test '42! == 1405006117752879898543142606244511569936384000000000' # at t/Math-Counting.t line 75. # got: undef # expected: '1405006117752879898543142606244511569936384000000000' # Failed test '-27 P -42 == 1' # at t/Math-Counting.t line 82. # got: undef # expected: '1' # Failed test '-27 bperm -42 == NaN' # at t/Math-Counting.t line 84. # got: undef # expected: 'NaN' # Failed test '-1 P 0 == 1' # at t/Math-Counting.t line 87. # got: undef # expected: '1' # Failed test '-1 bperm 0 == NaN' # at t/Math-Counting.t line 89. # got: undef # expected: 'NaN' # Failed test '0 P -1 == 1' # at t/Math-Counting.t line 92. # got: undef # expected: '1' # Failed test '0 bperm -1 == 1' # at t/Math-Counting.t line 94. # got: undef # expected: '1' # Failed test '0 P 0 == 1' # at t/Math-Counting.t line 97. # got: undef # expected: '1' # Failed test '0 bperm 0 == 1' # at t/Math-Counting.t line 99. # got: undef # expected: '1' # Failed test '0 P 1 == 0' # at t/Math-Counting.t line 102. # got: undef # expected: '0' # Failed test '0 bperm 1 == NaN' # at t/Math-Counting.t line 104. # got: undef # expected: 'NaN' # Failed test '1 P 0 == 1' # at t/Math-Counting.t line 107. # got: undef # expected: '1' # Failed test '1 bperm 0 == 1' # at t/Math-Counting.t line 109. # got: undef # expected: '1' # Failed test '1 P 1 == 1' # at t/Math-Counting.t line 112. # got: undef # expected: '1' # Failed test '1 bperm 1 == 1' # at t/Math-Counting.t line 114. # got: undef # expected: '1' # Failed test '27 P 27 == 1.08888694504184e+28' # at t/Math-Counting.t line 117. # got: undef # expected: '1.08888694504184e+28' # Failed test '27 bperm 27 == 10888869450418352160768000000' # at t/Math-Counting.t line 119. # got: undef # expected: '10888869450418352160768000000' # Failed test '27 P 42 == 0' # at t/Math-Counting.t line 122. # got: undef # expected: '0' # Failed test '27 bperm 42 == NaN' # at t/Math-Counting.t line 124. # got: undef # expected: 'NaN' # Failed test '42 P 27 == 1.07443118266648e+39' # at t/Math-Counting.t line 127. # got: undef # expected: '1.07443118266648e+39' # Failed test '42 bperm 27 == 1074431182666478554501377674969088000000' # at t/Math-Counting.t line 129. # got: undef # expected: '1074431182666478554501377674969088000000' # Failed test '42 P 42 == 1.40500611775288e+51' # at t/Math-Counting.t line 132. # got: undef # expected: '1.40500611775288e+51' # Failed test '42 bperm 42 == 1405006117752879898543142606244511569936384000000000' # at t/Math-Counting.t line 134. # got: undef # expected: '1405006117752879898543142606244511569936384000000000' # Failed test '-42 C -27 == 1' # at t/Math-Counting.t line 150. # got: undef # expected: '1' # Failed test '-42 bcomb -27 == NaN' # at t/Math-Counting.t line 152. # got: undef # expected: 'NaN' # Failed test '-1 C 0 == 1' # at t/Math-Counting.t line 155. # got: undef # expected: '1' # Failed test '-1 bcomb 0 == NaN' # at t/Math-Counting.t line 157. # got: undef # expected: 'NaN' # Failed test '0 C -1 == 1' # at t/Math-Counting.t line 160. # got: undef # expected: '1' # Failed test '0 bcomb -1 == NaN' # at t/Math-Counting.t line 162. # got: undef # expected: 'NaN' # Failed test '0 C 0 == 1' # at t/Math-Counting.t line 165. # got: undef # expected: '1' # Failed test '0 bcomb 0 == 1' # at t/Math-Counting.t line 167. # got: undef # expected: '1' # Failed test '0 C 1 == 0' # at t/Math-Counting.t line 170. # got: undef # expected: '0' # Failed test '0 bcomb 1 == NaN' # at t/Math-Counting.t line 172. # got: undef # expected: 'NaN' # Failed test '1 C 0 == 1' # at t/Math-Counting.t line 175. # got: undef # expected: '1' # Failed test '1 bcomb 0 == 1' # at t/Math-Counting.t line 177. # got: undef # expected: '1' # Failed test '1 C 1 == 1' # at t/Math-Counting.t line 180. # got: undef # expected: '1' # Failed test '1 bcomb 1 == 1' # at t/Math-Counting.t line 182. # got: undef # expected: '1' # Failed test '27 C 27 == 1' # at t/Math-Counting.t line 185. # got: undef # expected: '1' # Failed test '27 bcomb 27 == 1' # at t/Math-Counting.t line 187. # got: undef # expected: '1' # Failed test '27 C 42 == 0' # at t/Math-Counting.t line 190. # got: undef # expected: '0' # Failed test '27 bcomb 42 == NaN' # at t/Math-Counting.t line 192. # got: undef # expected: 'NaN' # Failed test '42 C 27 == 98672427616' # at t/Math-Counting.t line 195. # got: undef # expected: '98672427616' # Failed test '42 bcomb 27 == 98672427616' # at t/Math-Counting.t line 197. # got: undef # expected: '98672427616' # Failed test '42 C 42 == 1' # at t/Math-Counting.t line 200. # got: undef # expected: '1' # Failed test '42 bcomb 42 == 1' # at t/Math-Counting.t line 202. # got: undef # expected: '1' # Failed test '5 C 2 == 10' # at t/Math-Counting.t line 205. # got: undef # expected: '10' # Failed test '5 bcomb 2 == 10' # at t/Math-Counting.t line 207. # got: undef # expected: '10' # Looks like you failed 63 tests of 63. dubious Test returned status 63 (wstat 16128, 0x3f00) DIED. FAILED tests 1-63 Failed 63/63 tests, 0.00% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/Math-Counting.t 63 16128 63 63 1-63 Failed 1/1 test scripts. 63/63 subtests failed. Files=1, Tests=63, 0 wallclock secs ( 0.02 cusr + 0.19 csys = 0.21 CPU) Failed 1/1 test programs. 63/63 subtests failed. *** Error code 63 Stop in /home/david/cpantesting/perl-5.8.8/.cpan/build/Math-Counting-0.07-zcld2i (line 749 of Makefile). -- Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Platform: osname=openbsd, osvers=3.5, archname=OpenBSD.i386-openbsd uname='openbsd tractor.barnyard.co.uk 3.5 generic#34 i386 ' config_args='-Dprefix=/home/david/cpantesting/perl-5.8.8 -de' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-fno-strict-aliasing -pipe -I/usr/local/include', optimize='-O2', cppflags='-fno-strict-aliasing -pipe -I/usr/local/include' ccversion='', gccversion='2.95.3 20010125 (prerelease, propolice)', gccosandvers='openbsd3.5' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=4, prototype=define Linker and Libraries: ld='cc', ldflags ='-Wl,-E -L/usr/local/lib' libpth=/usr/local/lib /usr/lib libs=-lgdbm -lm -lutil -lc perllibs=-lm -lutil -lc libc=/usr/lib/libc.so.30.3, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' ' cccdlflags='-DPIC -fPIC ', lddlflags='-shared -fPIC -L/usr/local/lib'
