Notes for ike - reproducible builds result

Version annotated: 2.2.1+dfsg-5
Identified issues:
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.
Comments: A symbol name differs:
.
- _ZN9_IKEI_MSG11get_suspendEPl.localalias.1
+ _ZN9_IKEI_MSG11get_suspendEPl.localalias.0
.
source/libike/libike.h:170: long get_suspend( long * suspend );
source/libike/libike.cpp:174:long _IKEI_MSG::get_suspend( long * suspend )
source/iked/ike.io.admin.cpp:647: if( msg.get_suspend( &suspend ) != IPCERR_OK )
 

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).