Your message dated Mon, 15 Feb 2016 12:20:01 +0000
with message-id <e1avi8h-0005xa...@franck.debian.org>
and subject line Bug#810707: fixed in libdbd-sqlite3-perl 1.50-1
has caused the Debian Bug report #810707,
regarding libdbd-sqlite3-perl: FTBFS: t/virtual_table/21_perldata_charinfo.t 
(Wstat: 512 Tests: 4 Failed: 1)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
810707: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810707
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libdbd-sqlite3-perl
Version: 1.46-1
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

libdbd-sqlite3-perl fails to build from source in unstable/amd64:

  [..]

  t/virtual_table/20_perldata.t ......................... 
  1..29
  ok 1 - An object of class 'DBI::db' isa 'DBI::db'
  ok 2 - create_module
  ok 3 - create vtable
  ok 4 - got 3 rows
  ok 5 - got 1 in a
  ok 6 - got 2 in b
  ok 7 - got 2 rows
  ok 8 - got 4 in first a
  ok 9 - got 1 in second a
  ok 10 - SELECT rowid FROM vtb WHERE c = 'six'
  ok 11 - SELECT c FROM vtb WHERE c MATCH 'i' ORDER BY c
  ok 12 - new rowid is 3
  ok 13 - perl_rows expanded
  ok 14 - new row is correct
  ok 15 - create vtable
  ok 16 - got 2 rows
  ok 17 - got 4 in first a
  ok 18 - got 1 in second a
  ok 19 - create vtable intarray
  ok 20 - SELECT i FROM intarray WHERE i BETWEEN 0 AND 5
  ok 21 - INSERT INTO intarray VALUES (98), (99)
  ok 22 - added 2 ints
  ok 23 - IN intarray
  ok 24 - create vtable strarray
  ok 25 - INSERT INTO strarray VALUES ('aa'), ('bb')
  ok 26 - added 2 strings
  ok 27 - IN strarray
  ok 28 - IN SELECT FROM strarray
  ok 29 - no warnings
  ok
  couldn't eval q{sub {my ($self, $i) = @_; my $row = $self->row($i); 
(defined($row->{script}) && defined($vals[0]) && $row->{script} eq $vals[0]) && 
(defined($row->{name}) && defined($vals[1]) && $row->{name}  $vals[1])}} : 
syntax error at (eval 13) line 1, near "}  $vals"
  
  #   Failed test 'no warnings'
  #   at inc/Test/NoWarnings.pm line 38.
  # There were 1 warning(s)
  #     Previous test 3 'create table'
  #     Use of uninitialized value $op in concatenation (.) or string at 
/home/lamby/temp/cdt.20160111122431.7Ar4Lc9KXd/libdbd-sqlite3-perl-1.46/blib/lib/DBD/SQLite/VirtualTable/PerlData.pm
 line 98.
  #  at 
/home/lamby/temp/cdt.20160111122431.7Ar4Lc9KXd/libdbd-sqlite3-perl-1.46/blib/lib/DBD/SQLite/VirtualTable/PerlData.pm
 line 98.
  #     
DBD::SQLite::VirtualTable::PerlData::BEST_INDEX(DBD::SQLite::VirtualTable::PerlData=HASH(0x1c029b8),
 ARRAY(0x1c25d20), ARRAY(0x1c02be0)) called at 
/home/lamby/temp/cdt.20160111122431.7Ar4Lc9KXd/libdbd-sqlite3-perl-1.46/blib/lib/DBD/SQLite.pm
 line 200
  #     DBD::SQLite::db::prepare(DBI::db=HASH(0x1bba508), "SELECT * FROM 
charinfo WHERE script='Greek' AND name LIKE '%S"..., HASH(0xf390c8)) called at 
/usr/lib/x86_64-linux-gnu/perl5/5.22/DBI.pm line 1669
  #     DBD::_::db::selectall_arrayref(DBI::db=HASH(0x1bba508), "SELECT * FROM 
charinfo WHERE script='Greek' AND name LIKE '%S"..., HASH(0xf390c8)) called at 
t/virtual_table/21_perldata_charinfo.t line 42
  # 
  # Looks like you planned 10 tests but ran 4.
  # Looks like you failed 1 test of 4 run.
  # Looks like your test exited with 2 just after 4.
  t/virtual_table/21_perldata_charinfo.t ................ 
  1..10
  ok 1 - An object of class 'DBI::db' isa 'DBI::db'
  ok 2 - create_module
  ok 3 - create table
  not ok 4 - no warnings
  Dubious, test returned 2 (wstat 512, 0x200)
  Failed 7/10 subtests 
  t/virtual_table/rt_99748.t ............................ 
  1..52
  ok 1 - An object of class 'DBI::db' isa 'DBI::db'
  ok 2 - create_module
  ok 3 - create vtable
  ok 4 - SELECT rowid, * FROM rtb: got 3 rows
  ok 5 - got 1 in a
  ok 6 - got undef in b
  ok 7 - got 1 in a
  ok 8 - SELECT rowid FROM rtb WHERE c = 'six'
  ok 9 - SELECT a FROM rtb WHERE b IS NULL ORDER BY a
  ok 10 - SELECT a FROM rtb WHERE b IS NOT NULL ORDER BY a
  ok 11 - SELECT a FROM rtb WHERE c IS NULL ORDER BY a
  ok 12 - SELECT a FROM rtb WHERE c IS NOT NULL ORDER BY a
  ok 13 - SELECT a FROM rtb WHERE c = ?
  ok 14 - SELECT a FROM rtb WHERE c = ?
  ok 15 - SELECT a FROM rtb WHERE c = ?
  ok 16 - SELECT a FROM rtb WHERE c = ?
  ok 17 - SELECT a FROM rtb WHERE c = ?
  ok 18 - SELECT a FROM rtb WHERE c IS ?
  ok 19 - SELECT rowid, * FROM vtb: got 3 rows
  ok 20 - got 1 in a
  ok 21 - got undef in b
  ok 22 - got 1 in a
  ok 23 - SELECT rowid FROM vtb WHERE c = 'six'
  ok 24 - SELECT a FROM vtb WHERE b IS NULL ORDER BY a
  ok 25 - SELECT a FROM vtb WHERE b IS NOT NULL ORDER BY a
  ok 26 - SELECT a FROM vtb WHERE c IS NULL ORDER BY a
  ok 27 - SELECT a FROM vtb WHERE c IS NOT NULL ORDER BY a
  ok 28 - SELECT a FROM vtb WHERE c = ?
  ok 29 - SELECT a FROM vtb WHERE c = ?
  ok 30 - SELECT a FROM vtb WHERE c = ?
  ok 31 - SELECT a FROM vtb WHERE c = ?
  ok 32 - SELECT a FROM vtb WHERE c = ?
  ok 33 - SELECT a FROM vtb WHERE c IS ?
  ok 34 - SELECT c FROM vtb WHERE c MATCH '^.i' ORDER BY c
  ok 35 - @{[die -1]}
  ok 36 - (foobar
  ok 37 - (?{die 999})
  ok 38 - $foobar
  ok 39 - $self->{row_ix}
  ok 40 - $main::ARGV[ die 999 ]
  ok 41 - @main::ARGV
  ok 42 - $0
  ok 43 - $self
  ok 44 - SELECT a FROM vtb WHERE c MATCH ?
  ok 45 - SELECT a FROM vtb WHERE c MATCH ?
  ok 46 - SELECT a FROM vtb WHERE c MATCH ?
  ok 47 - SELECT a FROM vtb WHERE c MATCH ?
  ok 48 - SELECT a FROM vtb WHERE c MATCH ?
  ok 49 - SELECT a FROM vtb WHERE c MATCH ?
  ok 50 - SELECT a FROM vtb WHERE c MATCH ?
  ok 51 - SELECT a FROM vtb WHERE c MATCH ?
  ok 52 - no warnings
  ok
  
  Test Summary Report
  -------------------
  t/virtual_table/21_perldata_charinfo.t              (Wstat: 512 Tests: 4 
Failed: 1)
    Failed test:  4
    Non-zero exit status: 2
    Parse errors: Bad plan.  You planned 10 tests but ran 4.
  Files=99, Tests=3321, 16 wallclock secs ( 0.55 usr  0.06 sys +  5.50 cusr  
0.34 csys =  6.45 CPU)
  Result: FAIL
  Failed 1/99 test programs. 1/3321 subtests failed.
  Makefile:1072: recipe for target 'test_dynamic' failed
  make[1]: *** [test_dynamic] Error 255
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20160111122431.7Ar4Lc9KXd/libdbd-sqlite3-perl-1.46'
  dh_auto_test: make -j1 test TEST_VERBOSE=1 returned exit code 2
  debian/rules:6: recipe for target 'build' failed
  make: *** [build] Error 2

  [..]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Attachment: libdbd-sqlite3-perl.1.46-1.unstable.amd64.log.txt.gz
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: libdbd-sqlite3-perl
Source-Version: 1.50-1

We believe that the bug you reported is fixed in the latest version of
libdbd-sqlite3-perl, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 810...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Salvatore Bonaccorso <car...@debian.org> (supplier of updated 
libdbd-sqlite3-perl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 15 Feb 2016 13:07:14 +0100
Source: libdbd-sqlite3-perl
Binary: libdbd-sqlite3-perl
Architecture: source
Version: 1.50-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
Changed-By: Salvatore Bonaccorso <car...@debian.org>
Closes: 810707
Description: 
 libdbd-sqlite3-perl - Perl DBI driver with a self-contained RDBMS
Changes:
 libdbd-sqlite3-perl (1.50-1) unstable; urgency=medium
 .
   [ Salvatore Bonaccorso ]
   * Import upstream version 1.48
   * Refresh use_system_sqlite (offset)
   * Drop fix-test-sort.patch patch
 .
   [ gregor herrmann ]
   * Rename autopkgtest configuration file(s) as per new pkg-perl-
     autopkgtest schema.
 .
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
   * Import upstream version 1.50
     + New upstream version fixes "FTBFS:
       t/virtual_table/21_perldata_charinfo.t (Wstat: 512 Tests: 4 Failed: 1)"
       (Closes: #810707)
   * Add debian/NEWS entry about possibly breaking changes
   * Update copyright years for debian/* packaging files
   * Declare compliance with Debian policy 3.9.7
   * Add spelling-error-in-manpage.patch patch
Checksums-Sha1: 
 3f2f5436225f110f4edc2665d85a15cb39b03780 2339 libdbd-sqlite3-perl_1.50-1.dsc
 49463e8cf40deb91db8ce36cd8a5d8ccb9cb28c7 2023829 
libdbd-sqlite3-perl_1.50.orig.tar.gz
 9270b0fa61d522f3c482738807909a8c6afabe59 10804 
libdbd-sqlite3-perl_1.50-1.debian.tar.xz
Checksums-Sha256: 
 b3ce7e46a4d4a2aed200ef5c9dec2ff05c78cf84c83889c5b52ce856cb157913 2339 
libdbd-sqlite3-perl_1.50-1.dsc
 3ac513ab73944fd7d4b672e1fe885dc522b6369d38f46a68e67e0045bf159ce1 2023829 
libdbd-sqlite3-perl_1.50.orig.tar.gz
 b332197581ba03cb911e5295f9e28f604f10636601017adf75a7449fb7e2fb08 10804 
libdbd-sqlite3-perl_1.50-1.debian.tar.xz
Files: 
 8ea4ab324fd96ccb8e62d53b050305f6 2339 perl optional 
libdbd-sqlite3-perl_1.50-1.dsc
 d56eebfb5f2a14be9413b025e7dca9fe 2023829 perl optional 
libdbd-sqlite3-perl_1.50.orig.tar.gz
 1f054accf50ae4dca8002de43bf0bd19 10804 perl optional 
libdbd-sqlite3-perl_1.50-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJWwcBgAAoJEAVMuPMTQ89E1QsP/03k9oo1jaT9mstTNYCJARks
Rh82V4VFOWcQR8IFzISUdXZYQgZvc+XlbR4FWDHlqh7agw7JDX45/LpTRBUuXNpf
3juqdjJBsRgnH78Jd06ch6P0wu1czQG5TiS9ppqhzXGtA7rjC0IAg/TZLSKkyQ2a
RJTAJ4l+Uq1ER4ZVhwKYKwAljDYjCuD0hH70HCv3VXltebLK+GDjazNy9s1AYkFD
jS1CAR90EhLBpRW9TzYhMrLNKmSQagyUOou2igQEuGHMkB7Xpu+0XqTBZy8JMwBv
vyTQKuxoSuvxeZ/u5PbfZTb+x9tMo4+cB/w3nC+41CJYYuSdQ00p0WXADYEwVVLX
icNmLQc1KJdMJGJiCFsjAwGTvNWuEkDogUo2nKJbgK9DcuXQiBHyvaowmPY16TYQ
LaGPmrOstA6ENxAlitJ/1VUYODsEAxcQKgrW6u2323X2riHm992z9kMmt9h+VrYS
OhjjcUaPigPyon8cfsFezAPwV0j1jhhTpitaJStOxxPZi8qQqi5IFnRwac4KKcxr
A1mXgluKJQPvuUedaPQZD24vpccViVfxO4uMdiomoFaSuqiMOn4kicZindj8G9K+
8Bjub+5BdW62WIiVapGqusHeYPJlEZden/gECzhViNeBPGOk7YfzpU1hvODWdcSs
PxeWUekB9q7/fa10WB2P
=DIDv
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to