Fedora Account System
Red Hat Associate
Red Hat Customer
perl-DBD-MariaDB-1.24-5.fc45 fails to build in Fedora 45 because some tests fail: # Failed test 'NoChopBlanks: c_text should not have blanks chopped' # at t/50chopblanks.t line 62. # got: '' # expected: ' a b c ' # Failed test 'NoChopBlanks: c_tinytext should not have blanks chopped' # at t/50chopblanks.t line 62. # got: '' # expected: ' a b c ' # Failed test 'NoChopBlanks: c_mediumtext should not have blanks chopped' # at t/50chopblanks.t line 62. # got: '' # expected: ' a b c ' # Failed test 'NoChopBlanks: c_longtext should not have blanks chopped' # at t/50chopblanks.t line 62. # got: '' # expected: ' a b c ' # Failed test 'NoChopBlanks: b_blob should not have blanks chopped' # at t/50chopblanks.t line 62. # got: '' # expected: ' a b c ' # Failed test 'NoChopBlanks: b_tinyblob should not have blanks chopped' # at t/50chopblanks.t line 62. # got: '' # expected: ' a b c ' # Failed test 'NoChopBlanks: b_mediumblob should not have blanks chopped' # at t/50chopblanks.t line 62. # got: '' # expected: ' a b c ' # Failed test 'NoChopBlanks: b_longblob should not have blanks chopped' # at t/50chopblanks.t line 62. # got: '' # expected: ' a b c ' # Looks like you failed 8 tests of 180. t/50chopblanks.t ........................ Dubious, test returned 8 (wstat 2048, 0x800) Failed 8/180 subtests [...] # Failed test at t/rt118977-zerofill.t line 22. # got: '' # expected: '1234567890' # Looks like you failed 1 test of 12. t/rt118977-zerofill.t ................... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/12 subtests This seems to be triggered by upgrading mariadb-connector-c from 3.4.8 to 3.4.9.
Initial investigation suggest, my attempt of a downstream fix of the severe upstream regression, to fix MythTV, should also fix this issue for perl-DBD-MariaDB too. https://src.fedoraproject.org/rpms/mariadb-connector-c/pull-request/27 I just need a solid engineering review of it.
FTBFS should be fixed by https://bodhi.fedoraproject.org/updates/FEDORA-2026-61187fa2a3 PR CI restarted: https://src.fedoraproject.org/rpms/perl-DBD-MariaDB/pull-request/3 and the scratch build succeeded