[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: help for test error on pbuilder but ok on dpkg-buildpackage (DBI/SQLite)



On 11/07/2011 05:02 AM, Olivier Sallou wrote:

>>t/Stock/010_stock.t ....... DBIx::Class::Schema::deploy(): DBI
>>Connection failed: install_driver(SQLite) failed: Attempt to reload
>>DBD/SQLite.pm aborted.
>>Compilation failed in require at (eval 479) line 3.
>> at /usr/share/perl5/DBIx/Class/Storage/DBI.pm line 1248 at
>>/tmp/buildd/libbio-chado-schema-perl-0.09040/blib/lib/Bio/Chado/Schema/Test.pm
>>line 139
>> In DBI.pm it fails on:
>>      require DBI;
>>      $dbh = DBI->connect(@info);
>>
>>Here are my build-depends:
>> libcarp-clan-perl,
>> libdbd-sqlite3-perl,
>>
>what is @info for the failing test?  can you reproduce it with a smaller
>perl test script?
>
>@info is a simple local file for sqlite.
In fact I think I found something. I updated libsqlite-0 and now it fails on both my computer and pbuilder (which was more recent than my computer).
Now I use libsqlite3-0 v3.7.9-1, and it fails. With v3.7.8-1, it was ok. I created a bug (#647902) on libsqlite3-0, but I do not know if issue is with libsqlite or with DBIx-class, DBD-SQLite, ... (using new libsqlite)
I am trying to create a sample script that would show the failure, but it is not easy to get it from package (it is not my code...) as it uses quite a lot of DBI/DBD....

Olivier
	--dkg


Reply to: