Notes for chemps2 - reproducible builds result

Version annotated: 1.8-1
Identified issues:
Identifier: randomness_in_fat_lto_objects
URL https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66305
Description Objects built with `gcc -flto -ffat-lto-objects` will contain random strings
in the form of `.gnu.lto_.inline.24c30dabb443e726`. They will change at
each build.
Temporary (?) solution: pass the full path of the source as the argument
to `-frandom-seed`.
Identifier: kodi_package_captures_build_path_in_source_filename_hash
URL https://salsa.debian.org/multimedia-team/kodi-media-center/kodi-audiodecoder-fluidsynth/-/commit/ec87abd2c45b6c18f36352c049dfdf425f3a0911
Description kodi-* packages sometimes have strange paths like SIDCodec.cpp.b78d5642 in
the binary (without the build path). The string suffix does not vary
between builds in the same build path, suggesting its a hash of the build
path.
.
Disabling Link-Time Optimization (LTO) and/or Debug Fission solves this
issue.
 

Our notes about issues affecting packages are stored in notes.git and are targeted at packages in Debian in 'unstable/amd64' (unless they say otherwise).