Your message dated Fri, 08 Nov 2024 18:10:35 +0000
with message-id <[email protected]>
and subject line Bug#1083129: Removed package(s) from unstable
has caused the Debian Bug report #1003923,
regarding soundkonverter: reproducible-builds: BuildId differences triggered by
RPATH
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1003923: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1003923
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: soundkonverter
Severity: normal
Tags: patch
User: [email protected]
Usertags: buildpath
X-Debbugs-Cc: [email protected]
The RPATH contains the build path resulting in different buildid:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/soundkonverter.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, soundkonverter should build reproducibly on
tests.reproducible-builds.org!
Thanks for maintaining soundkonverter!
live well,
vagrant
From e47199bb76454355ee880bd4c98e53fae3a4fd66 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <[email protected]>
Date: Tue, 18 Jan 2022 06:39:05 +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 | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index 1735662..eeb8510 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,3 +8,6 @@ execute_after_dh_auto_install:
override_dh_installchangelogs:
dh_installchangelogs src/CHANGELOG
+
+override_dh_auto_configure:
+ dh_auto_configure -- -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON
--
2.34.1
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Version: 3.0.1-3+rm
Dear submitter,
as the package soundkonverter has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/1083129
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---
_______________________________________________
pkg-kde-extras mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-kde-extras