#1003914 kget: reproducible-builds: BuildId differences triggered by RPATH

Package:
src:kget
Source:
kget
Submitter:
Vagrant Cascadian
Date:
2022-01-18 00:45:04 UTC
Severity:
normal
Tags:
#1003914#5
Date:
2022-01-18 00:41:08 UTC
From:
To:
The RPATH contains the build path resulting in different buildid:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/kget.html

The attached patch to debian/rules passes
-DCMAKE_BUILD_RPATH_USE_ORIGIN=ON via a dh_auto_configure override,
which should use a relative path for RPATH.

Alternately, updating the packaging to debhelper compat level 14 should
fix this, although it is currently an experimental compat level.

With this patch applied, kget should build reproducibly on
tests.reproducible-builds.org!

Thanks for maintaining kget!

live well,
  vagrant