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 ERWAN,
This is a computer-generated error report created automatically by
CPANPLUS, version 0.076. Testers personal comments may appear
at the end of this report.
Thank you for uploading your work to CPAN. However, it appears that
there were some problems testing your distribution.
TEST RESULTS:
Below is the error stack from stage 'make test':
[MSG] [Fri Apr 13 11:54:17 2007] Trying to get
'ftp://ftp.cpan.org/pub/CPAN/authors/id/E/ER/ERWAN/Math-Polynom-0.09.tar.gz'
[MSG] [Fri Apr 13 11:54:18 2007] Extracted 'Math-Polynom-0.09/'
[MSG] [Fri Apr 13 11:54:18 2007] Extracted 'Math-Polynom-0.09/t/'
[MSG] [Fri Apr 13 11:54:18 2007] Extracted
'Math-Polynom-0.09/t/01_test_compile.t'
[MSG] [Fri Apr 13 11:54:18 2007] Extracted
'Math-Polynom-0.09/t/05_test_negate.t'
[MSG] [Fri Apr 13 11:54:18 2007] Extracted 'Math-Polynom-0.09/t/08_test_minus.t'
[MSG] [Fri Apr 13 11:54:18 2007] Extracted
'Math-Polynom-0.09/t/12_test_newton_raphson.t'
[MSG] [Fri Apr 13 11:54:18 2007] Extracted 'Math-Polynom-0.09/t/07_test_add.t'
[MSG] [Fri Apr 13 11:54:18 2007] Extracted 'Math-Polynom-0.09/t/04_test_clone.t'
[MSG] [Fri Apr 13 11:54:18 2007] Extracted
'Math-Polynom-0.09/t/03_test_stringify.t'
[MSG] [Fri Apr 13 11:54:18 2007] Extracted 'Math-Polynom-0.09/t/06_test_eval.t'
[MSG] [Fri Apr 13 11:54:18 2007] Extracted
'Math-Polynom-0.09/t/09_test_multiply.t'
[MSG] [Fri Apr 13 11:54:18 2007] Extracted 'Math-Polynom-0.09/t/pod-coverage.t'
[MSG] [Fri Apr 13 11:54:18 2007] Extracted
'Math-Polynom-0.09/t/20_test__is_nan.t'
[MSG] [Fri Apr 13 11:54:18 2007] Extracted
'Math-Polynom-0.09/t/13_test_error_codes.t'
[MSG] [Fri Apr 13 11:54:18 2007] Extracted 'Math-Polynom-0.09/t/02_test_new.t'
[MSG] [Fri Apr 13 11:54:18 2007] Extracted 'Math-Polynom-0.09/t/pod.t'
[MSG] [Fri Apr 13 11:54:18 2007] Extracted 'Math-Polynom-0.09/t/15_test_brent.t'
[MSG] [Fri Apr 13 11:54:18 2007] Extracted
'Math-Polynom-0.09/t/10_test_divide.t'
[MSG] [Fri Apr 13 11:54:18 2007] Extracted
'Math-Polynom-0.09/t/14_test_secant.t'
[MSG] [Fri Apr 13 11:54:18 2007] Extracted
'Math-Polynom-0.09/t/11_test_derivate.t'
[MSG] [Fri Apr 13 11:54:18 2007] Extracted 'Math-Polynom-0.09/Changes'
[MSG] [Fri Apr 13 11:54:18 2007] Extracted 'Math-Polynom-0.09/MANIFEST'
[MSG] [Fri Apr 13 11:54:18 2007] Extracted 'Math-Polynom-0.09/examples/'
[MSG] [Fri Apr 13 11:54:18 2007] Extracted
'Math-Polynom-0.09/examples/newton_raphson.pl'
[MSG] [Fri Apr 13 11:54:18 2007] Extracted 'Math-Polynom-0.09/META.yml'
[MSG] [Fri Apr 13 11:54:18 2007] Extracted 'Math-Polynom-0.09/lib/'
[MSG] [Fri Apr 13 11:54:18 2007] Extracted 'Math-Polynom-0.09/lib/Math/'
[MSG] [Fri Apr 13 11:54:18 2007] Extracted
'Math-Polynom-0.09/lib/Math/Polynom.pm'
[MSG] [Fri Apr 13 11:54:18 2007] Extracted 'Math-Polynom-0.09/README'
[MSG] [Fri Apr 13 11:54:18 2007] Extracted 'Math-Polynom-0.09/Makefile.PL'
[MSG] [Fri Apr 13 11:54:19 2007] Extracted 'Math::Polynom' to
'/net/sunu991/disc1/home/.cpanplus/5.8.8/build/Math-Polynom-0.09'
[MSG] [Fri Apr 13 11:54:22 2007] Checking if your kit is complete...
Looks good
Writing Makefile for Math::Polynom
[MSG] [Fri Apr 13 11:54:22 2007] DEFAULT 'filter_prereqs' HANDLER RETURNING
'sub return value'
[MSG] [Fri Apr 13 11:54:29 2007] cp lib/Math/Polynom.pm blib/lib/Math/Polynom.pm
Manifying blib/man3/Math::Polynom.3
[ERROR] [Fri Apr 13 11:54:50 2007] MAKE TEST failed: Illegal seek
PERL_DL_NONLAZY=1 /usr/local/perl-5.8.8/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01_test_compile...........ok
t/02_test_new...............ok
t/03_test_stringify.........ok
t/04_test_clone.............ok
t/05_test_negate............ok
t/06_test_eval..............
# Failed test 'eval(-5) on [3*x^2 + 5.2*x^0.5]'
# at t/06_test_eval.t line 26.
# got: 'NaN'
# expected: 'nan'
# Looks like you failed 1 test of 54.
dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 29
Failed 1/54 tests, 98.15% okay
t/07_test_add...............ok
t/08_test_minus.............ok
t/09_test_multiply..........ok
t/10_test_divide............ok
t/11_test_derivate..........ok
t/12_test_newton_raphson....ok
t/13_test_error_codes.......ok
t/14_test_secant............ok
t/15_test_brent.............
# Failed test '1*x^0.5 + -1*x^0 ->brent(a => 0, b => 10, precision => 0.1) =
0 (got 1)'
# at t/15_test_brent.t line 32.
# Looks like you failed 1 test of 43.
dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 32
Failed 1/43 tests, 97.67% okay
t/20_test__is_nan...........ok
t/pod-coverage..............ok
t/pod.......................ok
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/06_test_eval.t 1 256 54 1 29
t/15_test_brent.t 1 256 43 1 32
Failed 2/18 test scripts. 2/269 subtests failed.
Files=18, Tests=269, 19 wallclock secs ( 9.23 cusr + 3.29 csys = 12.52 CPU)
Failed 2/18 test programs. 2/269 subtests failed.
PREREQUISITES:
Here is a list of prerequisites you specified and versions we
managed to load:
Carp 1.04
Data::Dumper 2.121_08
accessors 0.02
constant 1.05
******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender. As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive
identical messages about the same problem.
If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally. We appreciate your patience. :)
**********************************************************************
Additional comments:
This report was machine-generated by CPAN::YACSmoke 0.03.
--
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
Platform:
osname=solaris, osvers=2.9, archname=sun4-solaris-thread-multi
uname='sunos sunu991 5.9 generic_118558-14 sun4u sparc sunw,ultra-5_10
solaris '
config_args='-Dcc=gcc -Dprefix=/usr/local/perl-5.8.8 -Dinstallusrbinperl'
hint=recommended, useposix=true, d_sigaction=define
usethreads=define use5005threads=undef useithreads=define
usemultiplicity=define
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags ='-D_REENTRANT -fno-strict-aliasing -pipe
-Wdeclaration-after-statement -I/usr/local/test/include
-I/usr/local/ssl/include -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64',
optimize='-O',
cppflags='-D_REENTRANT -fno-strict-aliasing -pipe
-Wdeclaration-after-statement -I/usr/local/test/include
-I/usr/local/ssl/include -I/usr/local/include'
ccversion='', gccversion='3.4.1', gccosandvers='solaris2.9'
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='gcc', ldflags ='-L/usr/local/test/lib -L/usr/local/ssl/lib
-L/usr/local/lib '
libpth=/usr/local/test/lib /usr/local/ssl/lib /usr/local/lib /usr/lib
/usr/ccs/lib
libs=-lsocket -lnsl -lgdbm -ldb -ldl -lm -lpthread -lc
perllibs=-lsocket -lnsl -ldl -lm -lpthread -lc
libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-fPIC', lddlflags='-G -L/usr/local/test/lib
-L/usr/local/ssl/lib -L/usr/local/lib'