Your message dated Wed, 13 Feb 2019 19:21:05 +0000 with message-id <[email protected]> and subject line Bug#922248: fixed in libdbd-sqlite3-perl 1.62-2 has caused the Debian Bug report #922248, regarding libdbd-sqlite3-perl: FTBFS (test failure in t/57_uri_filename.t) with sqlite3 3.27.1-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 [email protected] immediately.) -- 922248: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=922248 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: libdbd-sqlite3-perl Version: 1.60-1 Severity: serious Tags: upstream ftbfs sid Justification: fails to build from source (but built successfully in the past) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 libdbd-sqlite3-perl (both 1.60-1 in testing as 1.62-1 in unstable) fail to build (currently only in unstable) against the new sqlite3 3.27.1-1: # Failed test 'correct database is not created for uri' # at t/57_uri_filename.t line 44. # Looks like you failed 1 test of 17. t/57_uri_filename.t ................................... 1..17 not ok 1 - correct database is not created for uri ok 2 - correct database is created for uri ok 3 - failed to open a nonexistent readonly database for uri ok 4 - failed to open a nonexistent readwrite database for uri ok 5 - correct database is created for uri ok 6 - created a dbfile ok 7 - opened a correct readonly database for uri ok 8 - created a dbfile ok 9 - opened a correct readwrite database for uri ok 10 - correct database is created for uri ok 11 - failed to open a nonexistent readonly database for uri ok 12 - failed to open a nonexistent readwrite database for uri ok 13 - correct database is created for uri ok 14 - created a dbfile ok 15 - opened a correct readonly database for uri ok 16 - created a dbfile ok 17 - opened a correct readwrite database for uri Dubious, test returned 1 (wstat 256, 0x100) Failed 1/17 subtests When looking at sqlite3's changelog, I guess this is from * Compile with URI filename support. as the test does DBI->connect("dbi:SQLite:$uri{base}", undef, undef, { (while the next, passing test does DBI->connect("dbi:SQLite:uri=$uri{base}", undef, undef, { ) Currently this affects only unstable, and as long as sqlite3 doesn't migrate (it already has a autopkgtest regression warning about breaking libdbd-sqlite3-perl) that's fine. If sqlite3 migrates we have a problem because even if we disable the test or upstream comes up with a different fix, 1.62-1 doesn't build on mips (#919773). Cheers, gregor -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlxkXVdfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ qgYvxQ//apJ4vy9O2pZHMA+TfIl9rYecOiQ3p1n1Z/xnDjUgCgKNKzrOESRTV/HX 9l78V/R63KlbKlwofmkUNCfJZ8dKR8YAOc8JXImDv/Aflh54MsrTxXc+KJLEFhcb K4nen1k1Pxb2hzpxZWktUlZCxTFJ32p6weFgmLntEiXmktR1mC2b1H8fwsJ1O06h aUwyGVzszmFfM5fzSUY2mYZTW3YiCGSpTB8GXCfUQFDTI4hPh1i8GsCjOWndOr1V ZJGpmgrPFgQb/s0qj5ZN8XSAfo4tnma0r91wVC00vL4tm6vgvzVa3q+EkDKrcZ9o 6kCwruA3lkUIq2AQM18pubQqcK30IcwpsJUzQ+K+1tzlWv3Hm0MVJa5VG12zdhmK avyYRSD+a+gRJFtOhruTkOiRfcAvu0i3BT4Beklcg6Jmt8awZvfz0aZUwGTu2mwD /CHUvNv8/Cc+AbxMLGnibWVPVf5i3+1QOreRb5fhBUMYF5PY/jK1U2+8gaSKRcXj Gs/Vluz0pmK2Y3AiQZV8jCaPQ+nfAe138tb/gB6WvWC+QNNrprxiZYSfbSs3DRLy 1vhJI3BsB4f9NEuj4x7U8oHpc0DQFMTZLtSU6Vn6P4SqmGKEeqUvEuKrQkxMHuDY ckgbssVoagDmIlWndHagyEVwtIVlj5W+z70LyLbtmuJT6OFq/po= =9KyR -----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---Source: libdbd-sqlite3-perl Source-Version: 1.62-2 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. gregor herrmann <[email protected]> (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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 13 Feb 2019 19:58:41 CET Source: libdbd-sqlite3-perl Binary: libdbd-sqlite3-perl libdbd-sqlite3-perl-dbgsym Architecture: source Version: 1.62-2 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group <[email protected]> Changed-By: gregor herrmann <[email protected]> Description: libdbd-sqlite3-perl - Perl DBI driver with a self-contained RDBMS Closes: 922248 Changes: libdbd-sqlite3-perl (1.62-2) unstable; urgency=medium . [ Xavier Guimard ] * Fix bad test count . [ gregor herrmann ] * Add patch from upstream Git to fix build failure under sqlite3 with SQLITE_USE_URI. (Closes: #922248) * Add patch from upstream Git which adds some functions to the test library. Needed by the SQLITE_USE_URI patch. * Update years of packaging copyright. Checksums-Sha256: c942dd2e6c32717c13100b953f394472cb09c84e6c5b4ea10f9935443ddb9768 2399 libdbd-sqlite3-perl_1.62-2.dsc f940fe7a4ee6a5847fb90cc5c21fd9182be552f3e592dc968ea35edb2d7cb389 12428 libdbd-sqlite3-perl_1.62-2.debian.tar.xz 1acd146824ac43d7ffd82eb96a12025c9d32d390c4b58a2b964269450ba5bafa 5901 libdbd-sqlite3-perl_1.62-2_sourceonly.buildinfo Checksums-Sha1: e579dfbb3e7cfd04ee889a96885542cd66bffdd3 2399 libdbd-sqlite3-perl_1.62-2.dsc 93fb1f06dc0a0a8f831c1f43ed214ae921a20eaa 12428 libdbd-sqlite3-perl_1.62-2.debian.tar.xz b6ef556499370b5e0ec90197e6be29010893ba86 5901 libdbd-sqlite3-perl_1.62-2_sourceonly.buildinfo Files: 9e4b113639b0913b75d8d18bcfdeacfc 2399 perl optional libdbd-sqlite3-perl_1.62-2.dsc faaf965be07fb13512812db9477b1da6 12428 perl optional libdbd-sqlite3-perl_1.62-2.debian.tar.xz 3e8b131061a0b96a2b196efa90769996 5901 - - libdbd-sqlite3-perl_1.62-2_sourceonly.buildinfo -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlxkaOFfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ qgZRORAAxOFPW+kHnWnYGJy1NkeHiNATfaCdrGNHVu30qqQ8BDahRUsbiJXipmrL SgMfZYKewhloz39QLXLKIvlqLWklTdIgwyRGOrI9dKU3xrkD+YKjVBoxKhkGkp0J NFXnqKGgHBxt+p8Dx/HjiI5QWO0WcJB6XxAMw/cZoCcycF0R7MxRwcU5BkVIXEC3 DfIzZKXBKAi/fJoYVKvvzVFJ/G/Dguf8imqGjjiestJl02y/NYdS2QxI6Rasb24U E/F8SnBnnuRfOxu+QImmJAHqg0zcdT71Lpdw3dnl1PYN3s2Tg99XaxEe8SSlC+1i NI+BFojPFmBGVsTn9HBKM+6SmVS0EpQmfJ/teuYWQhGgEuX5nfXn1XPtF2SQ0TI/ qfBRE2rC/Gx4oUEBy3mAsF0WZVa8RxxuHaFEmCHtPjNjiXlHpNhMJx8I164Hgvi7 hiZXMvIETgHXZ+iHt1+yPJilno8H/QWERVflbjM2V840EcoBQJP/N8zcArRcrJat wegO8Azdxd9FQHbrGe1wAnxapLCuofUfVrRUYxbGbc+olsTaBixMim6ks9NEceQV c1mucNKJ2OexAkmRlvDU0N/FSkok/fE8Ihq+GJSCjzcekb/sZLVjq5X4wXU6DpYM cT41GXZwtCEUJvsr3TUoUv2EbhVWhuth6wg/HbtxwpRqbaP0yvQ= =6ch2 -----END PGP SIGNATURE-----
--- End Message ---

