Source: recastnavigation Severity: normal Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: buildpath X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org
The RPATH contains the build path resulting in different buildid: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/recastnavigation.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, recastnavigation should build reproducibly on tests.reproducible-builds.org! Thanks for maintaining recastnavigation! live well, vagrant
From 4b8a78935baaffeb65671f36fe1a1695a34ada4b Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian <vagr...@reproducible-builds.org> Date: Tue, 18 Jan 2022 05:58:20 +0000 Subject: [PATCH] debian/rules: Pass -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON via dh_auto_configure override. This avoids embedding the full path in RPATH, which triggers BuildId differences. https://tests.reproducible-builds.org/debian/issues/unstable/cmake_rpath_contains_build_path_issue.html --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 1bc7077..afb14dc 100755 --- a/debian/rules +++ b/debian/rules @@ -25,6 +25,7 @@ DEB_CMAKE_OPTIONS ?= -DCMAKE_VERBOSE_MAKEFILE=ON \ -DRECASTNAVIGATION_DEMO=OFF \ -DRECASTNAVIGATION_TESTS=OFF \ -DRECASTNAVIGATION_EXAMPLES=OFF \ + -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON \ .. override_dh_auto_configure: -- 2.34.1
signature.asc
Description: PGP signature