Your message dated Sat, 28 Dec 2024 02:58:09 +0000
with message-id <[email protected]>
and subject line Bug#1088090: Removed package(s) from unstable
has caused the Debian Bug report #1020671,
regarding ipfm: reproducible-builds: Embedded build path in /usr/sbin/ipfm
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.)


-- 
1020671: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020671
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ipfm
Severity: normal
Tags: patch
User: [email protected]
Usertags: buildpath
X-Debbugs-Cc: [email protected]

The build path is embedded in /usr/sbin/ipfm:

  
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/diffoscope-results/ipfm.html

  /build/1st/ipfm-0.11.5/source/ipfm.c:62
  vs.
  /build/2/ipfm-0.11.5/2nd/source/ipfm.c:62

The attached patch fixes this in debian/rules by passing CFLAGS to make
with the -ffile-prefix-map argument.

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

Thanks for maintaining ipfm!

live well,
  vagrant
From 83eff83f46314004cbf1f910f6fd9d1b3b7e0b4f Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <[email protected]>
Date: Sun, 25 Sep 2022 00:43:53 +0000
Subject: [PATCH] debian/rules: Pass -ffile-prefix-map to make via CFLAGS.

https://reproducible-builds.org/docs/build-path/
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 11f6614..38ff759 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ build-stamp:
 	./configure --prefix=/usr --mandir=/usr/share/man \
 	            --sysconfdir=/etc --localstatedir=/var
 
-	$(MAKE) 
+	$(MAKE) CFLAGS="$(CFLAGS) -ffile-prefix-map=$(CURDIR)=."
 
 	touch build-stamp
 
-- 
2.37.2

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Version: 0.11.5-4.4+rm

Dear submitter,

as the package ipfm 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/1088090

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.
Paul Richards Tagliamonte (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to