Source: bpfcc Version: 0.17.0-7 Severity: serious Tags: ftbfs This might be due to the LLVM 9 -> 11 transition, or for other reasons.
The general problem of shipping symbols files for C++ code is discussed at https://wiki.debian.org/UsingSymbolsFiles https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/bpfcc.html ... dh_makeshlibs -a -O--buildsystem=cmake dpkg-gensymbols: warning: some new symbols appeared in the symbols file: see diff output below dpkg-gensymbols: error: some symbols or patterns disappeared in the symbols file: see diff output below dpkg-gensymbols: warning: debian/libbpfcc/DEBIAN/symbols doesn't match completely debian/libbpfcc.symbols --- debian/libbpfcc.symbols (libbpfcc_0.17.0-7_amd64) +++ dpkg-gensymbolsBsg2p_ 2022-01-07 07:04:25.911746666 -1200 @@ -1,14 +1,38 @@ libbcc.so.0 libbpfcc #MINVER# + MP_BADARG@Base 0.17.0-7 + MP_FALSE@Base 0.17.0-7 + MP_MEMORY@Base 0.17.0-7 + MP_MINERR@Base 0.17.0-7 + MP_NEG@Base 0.17.0-7 + MP_OK@Base 0.17.0-7 + MP_RANGE@Base 0.17.0-7 + MP_TRUE@Base 0.17.0-7 + MP_TRUNC@Base 0.17.0-7 + MP_UNDEF@Base 0.17.0-7 + MP_ZPOS@Base 0.17.0-7 + PollyCategory@Base 0.17.0-7 + PollyDebugPrinting@Base 0.17.0-7 + RejectStatistics@Base 0.17.0-7 + _Z10KnownNamesB5cxx11@Base 0.17.0-7 _Z10ebpfccfreePv@Base 0.14.0 _Z10tmp_str_ccB5cxx11@Base 0.14.0 (subst)_Z11ebpfccalloc{size_t}@Base 0.14.0 (subst)_Z13ebpfccreallocPv{size_t}@Base 0.14.0 + _Z15getMatMulAccRelN3isl12noexceptions3mapEjj@Base 0.17.0-7 + _Z17permuteDimensionsN3isl12noexceptions3mapENS0_3dimEjj@Base 0.17.0-7 + _Z18getPollyPluginInfov@Base 0.17.0-7 + _Z19createExtensionNodeN3isl12noexceptions13schedule_nodeENS0_3mapE@Base 0.17.0-7 _Z20_txnal_cow_string_D1Pv@Base 0.14.0 + _Z21addReferencesFromStmtPKN5polly8ScopStmtEPvb@Base 0.17.0-7 + _Z22getPartialTilePrefixesN3isl12noexceptions3setEi@Base 0.17.0-7 _Z23_txnal_cow_string_c_strPKv@Base 0.14.0 _Z23_txnal_sso_string_c_strPKv@Base 0.14.0 + _Z24isFortranArrayDescriptorPN4llvm5ValueE@Base 0.17.0-7 + _Z24updateLoopCountStatisticN5polly13ScopDetection9LoopStatsENS_4Scop14ScopStatisticsE@Base 0.17.0-7 _Z26_txnal_logic_error_get_msgPv@Base 0.14.0 _Z27_txnal_cow_string_D1_commitPv@Base 0.14.0 _Z28_txnal_runtime_error_get_msgPv@Base 0.14.0 + _Z33getInductionVariablesSubstitutionN3isl12noexceptions13schedule_nodeE19MicroKernelParamsTy19MacroKernelParamsTy@Base 0.17.0-7 _Z35_txnal_cow_string_C1_for_exceptionsPvPKcS_@Base 0.14.0 _ZGTtNKSt11logic_error4whatEv@Base 0.14.0 _ZGTtNKSt13bad_exception4whatEv@Base 0.14.0 @@ -131,6 +155,7 @@ _ZGVZNKSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb0ELb1EEclEcE5__nul@Base 0.14.0 _ZGVZNKSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb1ELb0EEclEcE5__nul@Base 0.14.0 _ZGVZNKSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb1ELb1EEclEcE5__nul@Base 0.14.0 + _ZN10ScopViewer2IDE@Base 0.17.0-7 _ZN10__cxxabiv111__terminateEPFvvE@Base 0.14.0 _ZN10__cxxabiv112__unexpectedEPFvvE@Base 0.14.0 _ZN10__cxxabiv115__forced_unwindD0Ev@Base 0.14.0 ...