Source: libpreludedb Version: 5.1.0-3 Severity: normal Tags: patch
As said, there is one optional symbol disappearing with -O3 gcc optimization... Can you please mark it as optional? diff -Nru libpreludedb-5.1.0/debian/changelog libpreludedb-5.1.0/debian/changelog --- libpreludedb-5.1.0/debian/changelog 2019-11-17 10:07:24.000000000 +0000 +++ libpreludedb-5.1.0/debian/changelog 2019-11-19 08:11:09.000000000 +0000 @@ -1,3 +1,9 @@ +libpreludedb (5.1.0-3.1) unstable; urgency=medium + + * Mark one symbol as optional, disappearing on ppc64el and s390x with -O2 (Closes: #-1) + + -- Gianfranco Costamagna <[email protected]> Tue, 19 Nov 2019 09:11:09 +0100 + libpreludedb (5.1.0-3) unstable; urgency=medium * d/rules : really fix ftbfs with more than one supported python3 version. diff -Nru libpreludedb-5.1.0/debian/libpreludedbcpp2.symbols libpreludedb-5.1.0/debian/libpreludedbcpp2.symbols --- libpreludedb-5.1.0/debian/libpreludedbcpp2.symbols 2019-11-13 14:01:26.000000000 +0000 +++ libpreludedb-5.1.0/debian/libpreludedbcpp2.symbols 2019-11-19 08:10:55.000000000 +0000 @@ -135,7 +135,7 @@ _ZN9PreludeDB3SQLD2Ev@Base 4.1 _ZN9PreludeDB3SQLaSERKS0_@Base 4.1 _ZNK9PreludeDB3SQLcvP13preludedb_sqlEv@Base 4.1 - _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructIPKcEEvT_S8_St20forward_iterator_tag@Base 5.1 + (optional)_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructIPKcEEvT_S8_St20forward_iterator_tag@Base 5.1 _ZTIN9PreludeDB14PreludeDBErrorE@Base 4.1 _ZTSN9PreludeDB14PreludeDBErrorE@Base 4.1 _ZTVN9PreludeDB14PreludeDBErrorE@Base 4.1 thanks! Gianfranco

