Hi DBI users, and especially Matt,

I am trying to build DBD::SQLite 1.14 on Perl 5.6.1 with DBI v1.21
and I get the error below.

I tried to upgrade DBI to 1.601 where DBD::SQLite passed all the test but
I am afraid I won't be able to use the newer DBI as we have other DBDs installed
that I cannot upgrade.
I saw there is some if () checking the version of DBI in the tests so
I am not sure if
this is an issue of the tests only or if I am really going to have
trouble using
DBD::SQLite 1.14 with DBI 1.21 ?

regards
   Gabor

# make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
-I/usr/lib/perl5/5.6.1/i386-linux -I/usr/lib/perl5/5.6.1 -e 'use
Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;'
t/*.t
t/00basic...............ok
t/01logon...............ok
t/02cr_table............ok
t/03insert..............ok 1/11Can't locate object method
"last_insert_id" via package "DBI::db" (perhaps you forgot to load
"DBI::db"?) at t/03insert.t line 18.
t/03insert..............dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 9-11
        Failed 3/11 tests, 72.73% okay
t/04select..............FAILED test 14
        Failed 1/21 tests, 95.24% okay
t/05tran................ok
t/06error...............ok
t/07busy................ok 5/8Issuing rollback() for database handle
being DESTROY'd without explicit disconnect().
Issuing rollback() for database handle being DESTROY'd without
explicit disconnect().
t/07busy................ok 8/8Issuing rollback() for database handle
being DESTROY'd without explicit disconnect(), <READER> line 1.
t/07busy................ok
t/08create_function.....ok
t/09create_aggregate....ok
t/10dsnlist.............ok
t/11unicode.............ok
t/20createdrop..........ok
t/30insertfetch.........ok
t/40bindparam...........ok
t/40blobs...............ok
t/40blobtext............ok
t/40listfields..........ok
t/40nulls...............ok
t/40numrows.............ok
t/40prepcached..........ok
t/50chopblanks..........ok
t/50commit..............ok
t/60metadata............ok
t/70schemachange........ok
t/90cppcomments.........ok
t/99cleanup.............ok
t/ak-dbd................ok
t/dbdadmin..............ok
Failed Test  Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/03insert.t    2   512    11    6  54.55%  9-11
t/04select.t               21    1   4.76%  14
Failed 2/29 test scripts, 93.10% okay. 4/463 subtests failed, 99.14% okay.
make: *** [test_dynamic] Error 11

Reply via email to