https://bugzilla.redhat.com/show_bug.cgi?id=1298628 Bug ID: 1298628 Summary: perl-DBD-SQLite-1.48-2.fc24 FTBFS: t/virtual_table/21_perldata_charinfo.t test fails with sqlite 3.10.0 Product: Fedora Version: 23 Component: perl-DBD-SQLite Assignee: jplesnik@xxxxxxxxxx Reporter: ppisar@xxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: jplesnik@xxxxxxxxxx, mmaslano@xxxxxxxxxx, perl-devel@xxxxxxxxxxxxxxxxxxxxxxx, ppisar@xxxxxxxxxx, steve@xxxxxxxxx perl-DBD-SQLite-1.48-2.fc24 fails to build in F24 because tests fail: t/virtual_table/20_perldata.t ......................... 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 /builddir/build/BUILD/DBD-SQLite-1.48/blib/lib/DBD/SQLite/VirtualTable/PerlData.pm line 98. # at /builddir/build/BUILD/DBD-SQLite-1.48/blib/lib/DBD/SQLite/VirtualTable/PerlData.pm line 98. # DBD::SQLite::VirtualTable::PerlData::BEST_INDEX(DBD::SQLite::VirtualTable::PerlData=HASH(0x20271b8), ARRAY(0x20272f0), ARRAY(0x2027548)) called at /builddir/build/BUILD/DBD-SQLite-1.48/blib/lib/DBD/SQLite.pm line 202 # DBD::SQLite::db::prepare(DBI::db=HASH(0x20078e0), "SELECT * FROM charinfo WHERE script='Greek' AND name LIKE '%S"..., HASH(0x202a000)) called at /usr/lib64/perl5/vendor_perl/DBI.pm line 1669 # DBD::_::db::selectall_arrayref(DBI::db=HASH(0x20078e0), "SELECT * FROM charinfo WHERE script='Greek' AND name LIKE '%S"..., HASH(0x202a000)) 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 ................ Dubious, test returned 2 (wstat 512, 0x200) Failed 7/10 subtests Difference between working and failing build root is: sqlite-devel 3.9.2-1.fc24 > 3.10.0-1.fc24 sqlite 3.9.2-1.fc24 > 3.10.0-1.fc24 glibc 2.22.90-27.fc24 > 2.22.90-29.fc24 glibc-common 2.22.90-27.fc24 > 2.22.90-29.fc24 glibc-devel 2.22.90-27.fc24 > 2.22.90-29.fc24 python3-libs 3.5.1-2.fc24 > 3.5.1-3.fc24 gnupg2 2.1.10-1.fc24 > 2.1.10-3.fc24 redhat-rpm-config 36-1.fc24 > 39-1.fc24 coreutils-common 8.24-105.fc24 > 8.24-106.fc24 kernel-headers 4.4.0-1.fc24 > 4.5.0-0.rc0.git1.1.... python3 3.5.1-2.fc24 > 3.5.1-3.fc24 glibc-headers 2.22.90-27.fc24 > 2.22.90-29.fc24 python-srpm-macros > 3-4.fc24 coreutils 8.24-105.fc24 > 8.24-106.fc24 This is caused upgrading sqlite to 3.10.0 and upstream provides a testing release 1.49_05 with needed adjustments. -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx http://lists.fedoraproject.org/admin/lists/perl-devel@xxxxxxxxxxxxxxxxxxxxxxx