[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1011109: marked as done (bitstormlite: reproducible-builds: embedded build paths in /usr/bin/bitstormlite)



Your message dated Tue, 17 May 2022 03:18:47 +0000
with message-id <E1nqnjT-000HmP-1e@fasolo.debian.org>
and subject line Bug#1011109: fixed in bitstormlite 0.2q-6
has caused the Debian Bug report #1011109,
regarding bitstormlite: reproducible-builds: embedded build paths in /usr/bin/bitstormlite
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 owner@bugs.debian.org
immediately.)


-- 
1011109: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011109
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: bitstormlite
Severity: normal
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-bugs@lists.alioth.debian.org

The build path is embedded in /usr/bin/bitstormlite:

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

  /build/1st/bitstormlite-0.2q/src/bstring.h:37
  vs.
  /build/2/bitstormlite-0.2q/2nd/src/bstring.h:37

The attached patch fixes this by updating to debhelper compat 13, which
includes -ffile-prefix-map in the various build flags and avoids
embedding the build paths in the binaries.


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


live well,
  vagrant
From fd6750aa0733200a9622b273b48a33d0ef53964a Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Tue, 17 May 2022 01:54:27 +0000
Subject: [PATCH 2/5] Update to debhelper-compat 13.

---
 debian/compat  | 1 -
 debian/control | 2 +-
 debian/rules   | 9 ++++++++-
 3 files changed, 9 insertions(+), 3 deletions(-)
 delete mode 100644 debian/compat

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 45a4fb7..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-8
diff --git a/debian/control b/debian/control
index 702a8fb..f8abb4d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: net
 Priority: optional
 Maintainer: Debian QA Group <packages@qa.debian.org> 
 Homepage: http://sourceforge.net/projects/bbom/
-Build-Depends: debhelper (>= 8.0.0), pkg-config, libgtk2.0-dev, libcurl4-gnutls-dev, autotools-dev
+Build-Depends: debhelper-compat (= 13), pkg-config, libgtk2.0-dev, libcurl4-gnutls-dev
 Standards-Version: 3.9.3
 
 Package: bitstormlite
diff --git a/debian/rules b/debian/rules
index 9109369..eb91fdd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,11 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-format
+
 %:
-	dh $@ --with autotools_dev 
+	dh $@
+
+override_dh_autoreconf:
+
+override_dh_auto_configure:
+	./configure --build=$(DEB_HOST_MULTIARCH) --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=\${prefix}/lib/$(DEB_HOST_MULTIARCH) --disable-maintainer-mode --disable-dependency-tracking
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: bitstormlite
Source-Version: 0.2q-6
Done: Vagrant Cascadian <vagrant@reproducible-builds.org>

We believe that the bug you reported is fixed in the latest version of
bitstormlite, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1011109@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vagrant Cascadian <vagrant@reproducible-builds.org> (supplier of updated bitstormlite package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 16 May 2022 19:59:54 -0700
Source: bitstormlite
Architecture: source
Version: 0.2q-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Vagrant Cascadian <vagrant@reproducible-builds.org>
Closes: 1011109
Changes:
 bitstormlite (0.2q-6) unstable; urgency=medium
 .
   * QA upload.
   * Update to debhelper-compat 13. (Closes: #1011109)
   * debian/control: Set Rules-Requires-Root to "no".
   * debian/copyright: Update Format.
   * debian/control: Update to Standards-Version 4.6.1.
Checksums-Sha1:
 361c24e4b717df7af9a18112bab39441c378bcc0 1356 bitstormlite_0.2q-6.dsc
 f0ed3b65dbdc16247b5ddee0abf268ba07e5e0b4 4268 bitstormlite_0.2q-6.debian.tar.xz
Checksums-Sha256:
 0bb6244a9dd1d05d700ece13ed86b339dcd811a5565295a5ce694c3ed5525b27 1356 bitstormlite_0.2q-6.dsc
 5e11a67f9283f33ef08b051c66d7c2e64b64badd1ab3fd42938686e2dcaa4792 4268 bitstormlite_0.2q-6.debian.tar.xz
Files:
 ee807c29ae5b7a1353aa88e8e0a6dd0a 1356 net optional bitstormlite_0.2q-6.dsc
 5abb81c0f43d3a80b37291b3995de2cd 4268 net optional bitstormlite_0.2q-6.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iJYEARYKAD4WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCYoMR0SAcdmFncmFudEBy
ZXByb2R1Y2libGUtYnVpbGRzLm9yZwAKCRDcUY/If5cWqnh+AP0UxU5VRq1x2p5X
jjcIrbgwEUruzD786l8vPS39N7A6yQD/Q6C0QK9/iS11A1/cCTtZqTexqCZ+DO3K
7B/8KVu1WAE=
=562w
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: