eisseven > tar xzf DBD-SQLite-1.29.tar.gz eisseven > cd DBD-SQLite-1.29 eisseven > perl Makefile.PL DBI 1.57 is required to configure this module, please install it or upgrade your CPAN/CPANPLUS shell eisseven > tar xzf DBD-SQLite-1.29.tar.gz eisseven > cd DBD-SQLite-1.29 eisseven > perl Makefile.PL Checking if your kit is complete... Looks good Using DBI 1.611 (for perl 5.012000 on i686-linux-thread-multi) installed in /usr/lib/perl5/site_perl/5.12.0/i686-linux-thread-multi/auto/DBI/ Writing Makefile for DBD::SQLite eisseven > make cp lib/DBD/SQLite.pm blib/lib/DBD/SQLite.pm cp lib/DBD/SQLite/Cookbook.pod blib/lib/DBD/SQLite/Cookbook.pod /usr/bin/perl -p -e "s/~DRIVER~/SQLite/g" /usr/lib/perl5/site_perl/5.12.0/i686-linux-thread-multi/auto/DBI/Driver.xst > SQLite.xsi /usr/bin/perl /usr/lib/perl5/5.12.0/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.12.0/ExtUtils/typemap SQLite.xs > SQLite.xsc && mv SQLite.xsc SQLite.c cc -c -I. -I/usr/lib/perl5/site_perl/5.12.0/i686-linux-thread-multi/auto/DBI -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV -O2 -DVERSION=\"1.29\" -DXS_VERSION=\"1.29\" -fPIC "-I/usr/lib/perl5/5.12.0/i686-linux-thread-multi/CORE" -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_COLUMN_METADATA -DNDEBUG=1 -DHAVE_USLEEP=1 SQLite.c cc -c -I. -I/usr/lib/perl5/site_perl/5.12.0/i686-linux-thread-multi/auto/DBI -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV -O2 -DVERSION=\"1.29\" -DXS_VERSION=\"1.29\" -fPIC "-I/usr/lib/perl5/5.12.0/i686-linux-thread-multi/CORE" -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_COLUMN_METADATA -DNDEBUG=1 -DHAVE_USLEEP=1 dbdimp.c dbdimp.c: In function `sqlite_st_execute': dbdimp.c:554: warning: initialization discards qualifiers from pointer target type dbdimp.c:574: warning: initialization discards qualifiers from pointer target type cc -c -I. -I/usr/lib/perl5/site_perl/5.12.0/i686-linux-thread-multi/auto/DBI -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV -O2 -DVERSION=\"1.29\" -DXS_VERSION=\"1.29\" -fPIC "-I/usr/lib/perl5/5.12.0/i686-linux-thread-multi/CORE" -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_COLUMN_METADATA -DNDEBUG=1 -DHAVE_USLEEP=1 sqlite3.c Running Mkbootstrap for DBD::SQLite () chmod 644 SQLite.bs rm -f blib/arch/auto/DBD/SQLite/SQLite.so cc -shared -O2 SQLite.o dbdimp.o sqlite3.o -o blib/arch/auto/DBD/SQLite/SQLite.so \ \ chmod 755 blib/arch/auto/DBD/SQLite/SQLite.so cp SQLite.bs blib/arch/auto/DBD/SQLite/SQLite.bs chmod 644 blib/arch/auto/DBD/SQLite/SQLite.bs eisseven > make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_compile.t ........................... 1/4 # $DBI::VERSION=1.611 t/01_compile.t ........................... ok t/02_logon.t ............................. 1/19 # sqlite_version=3.6.22 t/02_logon.t ............................. ok t/03_create_table.t ...................... ok t/04_insert.t ............................ ok t/05_select.t ............................ ok t/06_tran.t .............................. ok t/07_error.t ............................. ok t/08_busy.t .............................. ok t/09_create_function.t ................... ok t/10_create_aggregate.t .................. ok t/12_unicode.t ........................... ok t/13_create_collation.t .................. ok t/14_progress_handler.t .................. ok t/15_ak_dbd.t ............................ ok t/16_column_info.t ....................... ok t/17_createdrop.t ........................ ok t/18_insertfetch.t ....................... ok t/19_bindparam.t ......................... ok t/20_blobs.t ............................. ok t/21_blobtext.t .......................... ok t/22_listfields.t ........................ ok t/23_nulls.t ............................. ok t/24_numrows.t ........................... ok t/25_chopblanks.t ........................ ok t/26_commit.t ............................ ok t/27_metadata.t .......................... ok t/28_schemachange.t ...................... ok t/29_cppcomments.t ....................... ok t/30_auto_rollback.t ..................... ok t/31_bind_weird_number_param.t ........... ok t/32_inactive_error.t .................... ok t/33_non_latin_path.t .................... ok t/34_online_backup.t ..................... ok t/35_table_info.t ........................ ok t/36_hooks.t ............................. ok t/37_regexp.t ............................ ok t/38_empty_statement.t ................... ok t/97_meta.t .............................. skipped: Author tests not required for installation t/98_pod.t ............................... skipped: Author tests not required for installation t/99_pmv.t ............................... skipped: Author tests not required for installation t/rt_15186_prepcached.t .................. ok t/rt_21406_auto_finish.t ................. ok t/rt_25371_asymmetric_unicode.t .......... ok t/rt_25460_numeric_aggregate.t ........... ok t/rt_25924_user_defined_func_unicode.t ... ok t/rt_27553_prepared_cache_and_analyze.t .. ok t/rt_29058_group_by.t .................... ok t/rt_29629_sqlite_where_length.t ......... ok t/rt_31324_full_names.t .................. ok t/rt_32889_prepare_cached_reexecute.t .... ok t/rt_36836_duplicate_key.t ............... ok t/rt_36838_unique_and_bus_error.t ........ ok t/rt_40594_nullable.t .................... ok t/rt_48393_debug_panic_with_commit.t ..... skipped: set $ENV{TEST_DBD_SQLITE_WITH_DEBUGGER} to enable this test t/rt_50503_fts3.t ........................ ok t/rt_52573_manual_exclusive_lock.t ....... ok All tests successful. Files=56, Tests=1209, 21 wallclock secs ( 0.61 usr 0.13 sys + 7.24 cusr 1.09 csys = 9.07 CPU) Result: PASS