Skip Menu |

This queue is for tickets about the DBD-SQLite CPAN distribution.

Report information
The Basics
Id: 42940
Status: resolved
Priority: 0/
Queue: DBD-SQLite

People
Owner: Nobody in particular
Requestors: mnichols [...] mojosoft.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
From: alcedo.atthis [...] gmx.net
On So. 01. Feb. 2009, 00:32:00, mnichols@mojosoft.org wrote: Show quoted text
> sqllite version and compiling options. > dev-db/sqlite-3.6.6.2 [...]
http://cpan.uwinnipeg.ca/htdocs/DBD-SQLite/Changes.html "Revision history for Perl extension DBD::SQLite. 1.14 * Updated to SQLite 3.4.2 " dev-db/sqlite-3.4.1 is your friend.
CPAN Testers reports show PASS results for the latest dev releases on other 64 bit linux machines now, so pending more information I'm going to tentatively flag this as resolved. If you can replicate your original failure with 1.19_09 or higher, please reopen this bug.