Identifier:
|
build_id_differences_only
|
Description
|
The Build ID differs, but there are no other differences. . Specifically, NT_GNU_BUILD_ID, .gnu_debuglink, and /usr/lib/debug/build-id/* filenames differ, but there are no other differences. . [On 'sope' seen also a difference in a .GCC.command.line section; compare 'records_build_flags'.] . If there _are_ other differences (or if diffoscope output is truncated), don't tag with this issue, but look for the root problem, as explained under build_id_variation_requiring_further_investigation. . When this occurs on unstable but not on testing, it's likely a form of captures_build_path. If it uses the cmake buildsystem, very likely to be cmake_rpath_contains_build_path.
|
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.
|