Package contains GCC 13 LTO static library that needs rebuilding

Description:

/usr/lib/ocaml/zarith/libzarith.a is a static library with GCC 13.2.1 LTO code in it. This causes it to error when compiling with the current GCC (14). It seems that a rebuild is needed any time GCC bumps it's LTO format.

Additional info:

  • package version(s): 1.13-4

Steps to reproduce:

  1. Compile something using this library. (I compiled herdtools)

The error reported is sth like:

lto1: fatal error: bytecode stream in file ‘/usr/lib/ocaml/zarith/libzarith.a’ generated with LTO version 13.1 instead of the expected 14.0