Start 2008-07-26T06:05:51 Going to read /home/cpanfly/var/cpan/Metadata Database was generated on Sat, 26 Jul 2008 10:02:45 GMT Running make for D/DM/DMCBRIDE/DB2-db-0.21.tar.gz Checksum for /net/nas/data/cpan/authors/id/D/DM/DMCBRIDE/DB2-db-0.21.tar.gz ok DB2-db-0.21/ DB2-db-0.21/Build.PL DB2-db-0.21/Changes DB2-db-0.21/LICENSE DB2-db-0.21/MANIFEST DB2-db-0.21/META.yml DB2-db-0.21/README DB2-db-0.21/TODO DB2-db-0.21/db/ DB2-db-0.21/db/TableCreator.pm DB2-db-0.21/lib/ DB2-db-0.21/lib/DB2/ DB2-db-0.21/lib/DB2/Row.pm DB2-db-0.21/lib/DB2/Table.pm DB2-db-0.21/lib/DB2/db.pm DB2-db-0.21/t/ DB2-db-0.21/t/001_basic.t DB2-db-0.21/t/003_my.t CPAN.pm: Going to build D/DM/DMCBRIDE/DB2-db-0.21.tar.gz >>> /home/cpanfly/ap1003/bin/perl-static Build.PL - ERROR: DBD::DB2 is not installed ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions of the modules indicated above before proceeding with this installation Checking whether your kit is complete... Looks good Checking prerequisites... Creating new 'Build' script for 'DB2-db' version '0.21' ---- Unsatisfied dependencies detected during ---- ---- DMCBRIDE/DB2-db-0.21.tar.gz ---- DBD::DB2 [requires] Running Build test Delayed until after prerequisites Running test for module 'DBD::DB2' Running make for I/IB/IBMTORDB2/DBD-DB2-1.1.tar.gz Checksum for /net/nas/data/cpan/authors/id/I/IB/IBMTORDB2/DBD-DB2-1.1.tar.gz ok DBD-DB2-1.1/ DBD-DB2-1.1/CAVEATS DBD-DB2-1.1/Changes DBD-DB2-1.1/Constants/ DBD-DB2-1.1/Constants/Constants.pm DBD-DB2-1.1/Constants/Constants.xs DBD-DB2-1.1/Constants/MANIFEST DBD-DB2-1.1/Constants/Makefile.PL DBD-DB2-1.1/DB2.h DBD-DB2-1.1/DB2.pm DBD-DB2-1.1/DB2.pod DBD-DB2-1.1/DB2.xs DBD-DB2-1.1/HISTORY DBD-DB2-1.1/LICENSE DBD-DB2-1.1/MANIFEST DBD-DB2-1.1/META.yml DBD-DB2-1.1/Makefile.PL DBD-DB2-1.1/README DBD-DB2-1.1/dbdimp.c DBD-DB2-1.1/dbdimp.h DBD-DB2-1.1/lib/ DBD-DB2-1.1/lib/Bundle/ DBD-DB2-1.1/lib/Bundle/DBD/ DBD-DB2-1.1/lib/Bundle/DBD/DB2.pm DBD-DB2-1.1/t/ DBD-DB2-1.1/t/base.t DBD-DB2-1.1/t/main.t DBD-DB2-1.1/test.pl CPAN.pm: Going to build I/IB/IBMTORDB2/DBD-DB2-1.1.tar.gz >>> /home/cpanfly/ap1003/bin/perl-static Makefile.PL DB2_HOME environment variable must be set to installed location of DB2. Configuring DBD::DB2... Remember to actually read the README and CAVEATS files! Warning: No success on command[/home/cpanfly/ap1003/bin/perl-static Makefile.PL] IBMTORDB2/DBD-DB2-1.1.tar.gz /home/cpanfly/ap1003/bin/perl-static Makefile.PL -- NOT OK Running make test Make had some problems, won't test Running Build for D/DM/DMCBRIDE/DB2-db-0.21.tar.gz Has already been unwrapped into directory /home/cpanfly/var/cpan/build/DB2-db-0.21-geTfR4 CPAN.pm: Going to build D/DM/DMCBRIDE/DB2-db-0.21.tar.gz Warning: Prerequisite 'DBD::DB2 => 0.78' for 'DMCBRIDE/DB2-db-0.21.tar.gz' failed when processing 'IBMTORDB2/DBD-DB2-1.1.tar.gz' with 'writemakefile => NO '/home/cpanfly/ap1003/bin/perl-static Makefile.PL' returned status 512'. Continuing, but chances to succeed are limited. >>> ./Build Copying lib/DB2/db.pm -> blib/lib/DB2/db.pm Copying lib/DB2/Row.pm -> blib/lib/DB2/Row.pm Copying lib/DB2/Table.pm -> blib/lib/DB2/Table.pm Manifying blib/lib/DB2/Table.pm -> blib/libdoc/DB2::Table.3 Manifying blib/lib/DB2/Row.pm -> blib/libdoc/DB2::Row.3 Manifying blib/lib/DB2/db.pm -> blib/libdoc/DB2::db.3 HTMLifying blib/lib/DB2/Table.pm -> blib/libhtml/site/lib/DB2/Table.html HTMLifying blib/lib/DB2/Row.pm -> blib/libhtml/site/lib/DB2/Row.html HTMLifying blib/lib/DB2/db.pm -> blib/libhtml/site/lib/DB2/db.html DMCBRIDE/DB2-db-0.21.tar.gz ./Build -- OK Running Build test >>> ./Build test verbose=1 t/001_basic.... 1..6 not ok 1 - use DBD::DB2; # Failed test 'use DBD::DB2;' # at t/001_basic.t line 8. # Tried to use 'DBD::DB2'. # Error: Can't locate DBD/DB2.pm in @INC (@INC contains: /home/cpanfly/var/cpan/build/DB2-db-0.21-geTfR4/blib/lib /home/cpanfly/var/cpan/build/DB2-db-0.21-geTfR4/blib/arch /home/cpanfly/var/megalib /home/cpanfly/ap1003/site/lib /home/cpanfly/ap1003/lib .) at (eval 4) line 2. # BEGIN failed--compilation aborted at (eval 4) line 2. ok 2 - use DB2::db; ok 3 - use DB2::Table; ok 4 - use DB2::Row; ok 5 - DB2::db->can('new') ok 6 - no warnings # Looks like you failed 1 test of 6. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/6 subtests t/003_my....... 1..24 not ok 1 - use My::db; # Failed test 'use My::db;' # at t/003_my.t line 14. # Tried to use 'My::db'. # Error: Can't locate My/db.pm in @INC (@INC contains: /home/cpanfly/var/cpan/build/DB2-db-0.21-geTfR4/t/../samples /home/cpanfly/var/cpan/build/DB2-db-0.21-geTfR4/blib/lib /home/cpanfly/var/cpan/build/DB2-db-0.21-geTfR4/blib/arch /home/cpanfly/var/megalib /home/cpanfly/ap1003/site/lib /home/cpanfly/ap1003/lib .) at (eval 5) line 2. # BEGIN failed--compilation aborted at (eval 5) line 2. not ok 2 - Instance probably exists # Failed test 'Instance probably exists' # at t/003_my.t line 20. not ok 3 - My::db->can('new') # Failed test 'My::db->can('new')' # at t/003_my.t line 21. # My::db->can('new') failed ok 4 # SKIP No instance - can't do anything ok 5 # SKIP No instance - can't do anything ok 6 # SKIP No instance - can't do anything ok 7 # SKIP No instance - can't do anything ok 8 # SKIP No instance - can't do anything ok 9 # SKIP No instance - can't do anything ok 10 # SKIP No instance - can't do anything ok 11 # SKIP No instance - can't do anything ok 12 # SKIP No instance - can't do anything ok 13 # SKIP No instance - can't do anything ok 14 # SKIP No instance - can't do anything ok 15 # SKIP No instance - can't do anything ok 16 # SKIP No instance - can't do anything ok 17 # SKIP No instance - can't do anything ok 18 # SKIP No instance - can't do anything ok 19 # SKIP No instance - can't do anything ok 20 # SKIP No instance - can't do anything ok 21 # SKIP No instance - can't do anything not ok 22 - no warnings # Failed test 'no warnings' # at /home/cpanfly/var/megalib/Test/NoWarnings.pm line 45. # There were 1 warning(s) # Previous test 1 'use My::db;' # Use of uninitialized value $instance in getpwnam at t/003_my.t line 18. # at t/003_my.t line 18 # # Looks like you planned 24 tests but only ran 22. # Looks like you failed 4 tests of 22 run. Dubious, test returned 4 (wstat 1024, 0x400) Failed 6/24 subtests (less 18 skipped subtests: 0 okay) Test Summary Report ------------------- t/001_basic (Wstat: 256 Tests: 6 Failed: 1) Failed test: 1 Non-zero exit status: 1 t/003_my (Wstat: 1024 Tests: 22 Failed: 4) Failed tests: 1-3, 22 Non-zero exit status: 4 Parse errors: Bad plan. You planned 24 tests but ran 22. Files=2, Tests=28, 0 wallclock secs ( 0.00 usr 0.01 sys + 0.16 cusr 0.05 csys = 0.22 CPU) Result: FAIL Failed 2/2 test programs. 5/28 subtests failed. DMCBRIDE/DB2-db-0.21.tar.gz ./Build test verbose=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports DMCBRIDE/DB2-db-0.21.tar.gz Finished 2008-07-26T06:05:55