Subject: | DBD-SQLite make test faild |
Date: | Sun, 01 Feb 2009 00:30:59 -0500 |
To: | bug-DBD-SQLite [...] rt.cpan.org |
From: | Mojo Nichols <mnichols [...] mojosoft.org> |
I have the following error in attempting to install DBD-SQLite. I don't
think it will affect me so I'm going to install it with force, but I
thought I would pass along what I see. It is a 2 cpu 64 bit machine .
If I can help in anyway let me know.
Distro:
Linux zaphod 2.6.27-gentoo-r8 #1 SMP Mon Jan 26 00:13:57 EST 2009 x86_64
AMD Opteron(tm) Processor 246 AuthenticAMD GNU/Linux
sqllite version and compiling options.
dev-db/sqlite-3.6.6.2 USE="threadsafe -debug -doc -soundex -tcl" 0 kB
perl -v
This is perl, v5.8.8 built for x86_64-linux
Copyright 1987-2006, Larry Wall
Perl may be copied only under the terms of either the Artistic License
or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
And the error I see in the test is:
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl5.8.8 "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00basic...............ok
t/01logon...............ok
t/02cr_table............ok
t/03insert..............ok
t/04select..............ok
t/05tran................ok
t/06error...............ok
t/07busy................ok
t/08create_function.....dubious
Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 17-18
Failed 2/18 tests, 88.89% okay
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 List of Failed
-------------------------------------------------------------------------------
t/08create_function.t 0 11 18 4 17-18
Failed 1/29 test scripts. 2/463 subtests failed.
Files=29, Tests=463, 18 wallclock secs ( 1.04 cusr + 0.50 csys = 1.54 CPU)
Failed 1/29 test programs. 2/463 subtests failed.
make: *** [test_dynamic] Error 255
MSERGEANT/DBD-SQLite-1.14.tar.gz
/usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports MSERGEANT/DBD-SQLite-1.14.tar.gz
Running make install
make test had returned bad status, won't install without force