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/
--
Dear LEOCHARRE,
This is a computer-generated error report created automatically by
CPANPLUS, version 0.84. 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 Sep 19 23:19:15 2008] icc -c -D_REENTRANT -D_GNU_SOURCE -we147 -mp -no-gcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -xT -O3 -inline-level=2 -fomit-frame-pointer -parallel -DVERSION=\"1.607\" -DXS_VERSION=\"1.607\" -fPIC "-I/home/smoke/perl/builds/5.10.0/lib/5.10.0/x86_64-linux-thread-multi/CORE" DBI.c
DBI.xs(2864): warning #589: transfer of control bypasses initialization of:
variable "h_perl" (declared at line 2935)
goto is_DESTROY_wrong_thread;
^
Running Mkbootstrap for DBI ()
chmod 644 DBI.bs
rm -f blib/arch/auto/DBI/DBI.so
icc -shared -xT -O3 -inline-level=2 -fomit-frame-pointer -parallel -L/opt/intel/cce/lib -L/usr/local/lib DBI.o -o blib/arch/auto/DBI/DBI.so \
\
chmod 755 blib/arch/auto/DBI/DBI.so
cp DBI.bs blib/arch/auto/DBI/DBI.bs
chmod 644 blib/arch/auto/DBI/DBI.bs
cp dbiprof blib/script/dbiprof
/home/smoke/perl/builds/5.10.0/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/dbiprof
cp dbiproxy blib/script/dbiproxy
/home/smoke/perl/builds/5.10.0/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/dbiproxy
cp dbilogstrip blib/script/dbilogstrip
/home/smoke/perl/builds/5.10.0/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/dbilogstrip
[MSG] [Fri Sep 19 23:19:15 2008] Sending test report for 'DBI-1.607'
[MSG] [Fri Sep 19 23:19:15 2008] Ok, not sending test report
[MSG] [Fri Sep 19 23:19:16 2008] cp lib/YAML/DBH.pm blib/lib/YAML/DBH.pm
[ERROR] [Fri Sep 19 23:19:16 2008] MAKE TEST failed: Illegal seek PERL_DL_NONLAZY=1 /home/smoke/perl/builds/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00.......................ok
t/02_open_from_confhash....install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC contains: ./lib /home/smoke/perl/builds/5.10.0/etc/.cpanplus/5.10.0/build/YAML-DBH-1.03/blib/lib /home/smoke/perl/builds/5.10.0/etc/.cpanplus/5.10.0/build/YAML-DBH-1.03/blib/arch /home/smoke/perl/builds/5.10.0/etc/.cpanplus/5.10.0/build/DBI-1.607/blib/lib /home/smoke/perl/builds/5.10.0/etc/.cpanplus/5.10.0/build/DBI-1.607/blib/arch /home/smoke/perl/builds/5.10.0/etc/.cpanplus/5.10.0/build/DBI-1.607/blib /home/smoke/perl/builds/5.10.0/etc/.cpanplus/5.10.0/build/YAML-DBH-1.03/blib /home/smoke/perl/builds/5.10.0/lib/5.10.0/x86_64-linux-thread-multi /home/smoke/perl/builds/5.10.0/lib/5.10.0 /home/smoke/perl/builds/5.10.0/lib/site_perl/5.10.0/x86_64-linux-thread-multi /home/smoke/perl/builds/5.10.0/lib/site_perl/5.10.0 .) at (eval 33) line 3.
Perhaps the DBD::mysql perl module hasn't been fully installed,
or perhaps the capitalisation of 'mysql' isn't right.
Available drivers: DBM, ExampleP, File, Gofer, Proxy, Sponge.
at lib/YAML/DBH.pm line 63
# Looks like your test died just after 2.
Dubious, test returned 255 (wstat 65280, 0xff00)
All 2 subtests passed
Test Summary Report
-------------------
t/02_open_from_confhash (Wstat: 65280 Tests: 2 Failed: 0)
Non-zero exit status: 255
Files=2, Tests=3, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.09 cusr 0.01 csys = 0.13 CPU)
Result: FAIL
Failed 1/2 test programs. 0/3 subtests failed.
make: *** [test_dynamic] Error 255
[MSG] [Fri Sep 19 23:19:16 2008] DEFAULT 'proceed_on_test_failure' HANDLER RETURNING 'sub return value'
MISSING PREREQUISITES:
It was observed that the test suite seem to fail without these modules:
DBD::mysql
As such, adding the prerequisite module(s) to 'PREREQ_PM' in your
Makefile.PL should solve this problem. For example:
WriteMakefile(
AUTHOR => 'LEOCHARRE (cpanplus-info@
lists.sf.net)',
... # other information
PREREQ_PM => {
'DBD::mysql' => '0', # or a minimum working 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/dist/ExtUtils-AutoInstall/> may be
worth a look.
Thanks! :-)
PREREQUISITES:
Here is a list of prerequisites you specified and versions we
managed to load:
Module Name Have Want
DBI 1.607 1
Exporter 5.63 5
Test::Simple 0.80 0
YAML 0.66 0
******************************** 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 CPANPLUS::Dist::YACSmoke 0.06.
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTHOR_TESTING = 1
AUTOMATED_TESTING = 1
LANG = C
LC_ALL = C
PATH = /
usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.1:/opt/intel/cce/10...
PERL5LIB = :/home/smoke/perl/builds/5.10.0/etc/.cpanplus/5.10.0/build/DBI-1.607/blib/lib:/home/smoke/perl/builds/5.10.0/etc/.cpanplus/5.10.0/build/DBI-1.607/blib/arch:/home/smoke/perl/builds/5.10.0/etc/.cpanplus/5.10.0/build/DBI-1.607/blib:/home/smoke/perl/builds/5.10.0/etc/.cpanplus/5.10.0/build/DBI-1.607/blib/lib:/home/smoke/perl/builds/5.10.0/etc/.cpanplus/5.10.0/build/DBI-1.607/blib/arch:/home/smoke/perl/builds/5.10.0/etc/.cpanplus/5.10.0/build/DBI-1.607/blib:/home/smoke/perl/builds/5.10.0/etc/.cpanplus/5.10.0/build/YAML-DBH-1.03/blib/lib:/home/smoke/perl/builds/5.10.0/etc/.cpanplus/5.10.0/build/YAML-DBH-1.03/blib/arch:/home/smoke/perl/builds/5.10.0/etc/.cpanplus/5.10.0/build/YAML-DBH-1.03/blib
PERL5_CPANPLUS_IS_RUNNING = 1832
PERL5_CPANPLUS_IS_VERSION = 0.84
PERL5_CPANPLUS_VERBOSE = 1
PERL_MM_USE_DEFAULT = 1
PERL_TEST_CRITIC = 1
PERL_TEST_POD = 1
SHELL = /bin/bash
TERM = xterm
Perl special variables (and OS-specific diagnostics, for MSWin32):
Perl: $^X = /home/smoke/perl/builds/5.10.0/bin/perl
UID: $< = 1001
EUID: $> = 1001
GID: $( = 100 100
EGID: $) = 100 100
-------------------------------
--
Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
Platform:
osname=linux, osvers=
2.6.26.3-fuuka.profvince.com, archname=x86_64-linux-thread-multi
uname='linux fuuka
2.6.26.3-fuuka.profvince.com #1 smp tue sep 2 23:24:24 cest 2008 x86_64 intel(r) core(tm)2 duo cpu e6750 @ 2.66ghz genuineintel gnulinux '
config_args='-des -Dcf_email=vpit@
cpan.org -Dmydomain=
fuuka.profvince.com -Dusethreads -Duse64bitall -Dmorebits -Dcc=icc -Doptimize=-xT -O3 -inline-level=2 -fomit-frame-pointer -parallel -Dcccdlflags=-fPIC -Dldflags=-L/opt/intel/cce/lib -Dman1dir=none -Dman3dir=none -Dprefix=/home/smoke/perl/builds/5.10.0'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='icc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -we147 -mp -no-gcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm',
optimize='-xT -O3 -inline-level=2 -fomit-frame-pointer -parallel',
cppflags='-D_REENTRANT -D_GNU_SOURCE -we147 -mp -no-gcc -I/usr/include/gdbm'
ccversion='', gccversion='', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='icc', ldflags ='-L/opt/intel/cce/lib -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib /lib64 /usr/lib64 /usr/local/lib64
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=/
lib/libc-2.8.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.8'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -xT -O3 -inline-level=2 -fomit-frame-pointer -parallel -L/opt/intel/cce/lib -L/usr/local/lib'