Comment 0 for bug 1991617

Revision history for this message
Bryce Harrington (bryce) wrote :

"""
gensio FTBFS with LTO due to missing symbols. I had a look at fixing
this, but the symbols file needs a lot of work and has many
duplicates. gensio also has no autopkgtest, so it should be tested
that it still works when built with LTO, and if not, maybe adding it
to lto-disabled-list is the way forward.
"""

Debian updated symbols with commits 48df4fb1 and 132d03d5 that are included in 2.5.1-2, however these appear to be mismatching somehow, e.g.:

  - (c++)"vtable for gensios::Sctp@Base" 2.5.1
  - (c++)"vtable for gensios::Sctp_Accepter@Base" 2.5.1
  +#MISSING: 2.5.1-2# (c++)"vtable for gensios::Sctp@Base" 2.5.1
  +#MISSING: 2.5.1-2# (c++)"vtable for gensios::Sctp_Accepter@Base" 2.5.1
  etc.

Not sure why it's flagging 2.5.1 as not satisfying 2.5.1-2 but this seems to be the issue