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.
--
This is an error report generated automatically by CPANPLUS,
version 0.042.
Below is the error stack during 'make test':
PERL_DL_NONLAZY=1 /home/.habibi/cogent/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/bare_mbf.....ok
t/bare_mbi.....ok
t/bare_mif.....ok
t/bigfltpm.....ok
t/bigintc......ok
t/bigintpm.....ok
t/bigints......Can't locate Math/BigInt/Scalar.pm in @INC (@INC contains: ../lib
/home/.habibi/cogent/.cpanplus/5.8.0/build/Math-BigInt-1.64/blib/lib
/home/.habibi/cogent/.cpanplus/5.8.0/build/Math-BigInt-1.64/blib/arch
/home/cogent/lib/perl5/5.8.0/i686-linux-ld /home/cogent/lib/perl5/5.8.0/i686-linux-ld
/home/cogent/lib/perl5/5.8.0 /home/cogent/lib/perl5/site_perl/5.8.0/i686-linux-ld
/home/cogent/lib/perl5/site_perl/5.8.0/i686-linux-ld
/home/cogent/lib/perl5/site_perl/5.8.0
/home/cogent/lib/perl5/site_perl/5.8.0/i686-linux-ld
/home/cogent/lib/perl5/site_perl/5.8.0 /home/cogent/lib/perl5/site_perl .
/home/cogent/lib/perl5/5.8.0/i686-linux-ld /home/cogent/lib/perl5/5.8.0
/home/cogent/lib/perl5/site_perl/5.8.0/i686-linux-ld
/home/cogent/lib/perl5/site_perl/5.8.0 /home/cogent/lib/perl5/site_perl .) at
t/bigints.t line 17.
BEGIN failed--compilation aborted at t/bigints.t line 17.
dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-51
Failed 51/51 tests, 0.00% okay
t/biglog.......ok
t/calling......ok
t/config.......ok
t/constant.....ok
t/downgrade....ok
t/inf_nan......ok
t/isa..........ok
t/mbi_rand.....ok
t/mbimbf.......ok
t/req_mbf0.....ok
t/req_mbf1.....ok
t/req_mbfa.....ok
t/req_mbfi.....ok
t/req_mbfn.....ok
t/req_mbfw.....ok
t/require......ok
t/sub_mbf......ok
t/sub_mbi......ok
t/sub_mif......ok
t/trap.........ok
t/upgrade......ok
t/upgradef.....ok
t/use..........ok
t/use_lib1.....ok
t/use_lib2.....ok
t/use_lib3.....ok
t/use_lib4.....ok
t/use_mbfw.....ok
t/with_sub.....ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/bigints.t 2 512 51 51 100.00% 1-51
Failed 1/36 test scripts, 97.22% okay. 51/22249 subtests failed, 99.77% okay.
make: *** [test_dynamic] Error 29
Additional comments:
Hello, Tels! Thanks for uploading your works to CPAN.
I noticed that the test suite seem to fail without these modules:
Math::BigInt::Scalar
As such, adding the prerequisite module(s) to 'PREREQ_PM' in your
Makefile.PL should solve this problem. For example:
WriteMakefile(
AUTHOR => 'Tels ([EMAIL PROTECTED])',
... # other information
PREREQ_PM => {
'Math::BigInt::Scalar' => '0', # or a minimum workable version
}
);
If you are interested in making a more flexible Makefile.PL that can
probe for missing dependencies and install them, ExtUtils::AutoInstall
at <http://search.cpan.org/search?dist=ExtUtils-AutoInstall> may be
worth a look.
Thanks! :-)
******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender. Also, because many people perform automatic
tests on CPAN, chances are 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 information, and do not take
it personally. We appreciate your patience. :)
**********************************************************************
--
Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
Platform:
osname=linux, osvers=2.2.19+ow4+nfspat+knfs-v1.7, archname=i686-linux-ld
uname='linux tofu 2.2.19+ow4+nfspat+knfs-v1.7 #1 smp wed oct 24 06:43:39 pdt 2001
i686 unknown '
config_args=''
hint=previous, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=undef usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=define
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -I/usr/local/include
-I/home/cogent/include',
optimize='-O3',
cppflags='-fno-strict-aliasing -I/usr/local/include -I/home/cogent/include
-fno-strict-aliasing -I/usr/local/include -I/home/cogent/include'
ccversion='', gccversion='2.95.4 20011002 (Debian prerelease)', gccosandvers=''
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='long double', nvsize=12, Off_t='off_t',
lseeksize=4
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags ='-L/usr/local/lib -L/home/cogent/lib'
libpth=/usr/local/lib /lib /usr/lib /home/cogent/lib
libs=-lnsl -lgdbm -ldbm -ldb -ldl -lm -lc -lcrypt -lutil
perllibs=-lnsl -ldl -lm -lc -lcrypt -lutil
libc=/lib/libc-2.2.5.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.2.5'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib -L/home/cogent/lib'