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

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



Hi,
I have an error on test step for a package with SQLite using pbuilder.
Works fine when using dpkg-buildpackage, so it should be a dependency
issue but I cannot find it. Message is not explicit on missing data...

If someone with experience on perl/sqlite had an idea.... or can give me
some hints to find the issue (how to get the require failure content in
eval)

Here is the error:

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,
 libdbix-class-perl,
 libdbix-class-tree-nestedset-perl,
 libsql-translator-perl,
 libtest-exception-perl,
 libtest-warn-perl,

Thanks

Olivier


-- 


gpg key id: 4096R/326D8438  (pgp.mit.edu)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438



Reply to: