Your message dated Mon, 17 Oct 2022 00:49:22 +0000
with message-id <e1okejm-00elto...@fasolo.debian.org>
and subject line Bug#845782: fixed in hannah 1.0-3.3
has caused the Debian Bug report #845782,
regarding hannah: please make the build reproducible
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 ow...@bugs.debian.org
immediately.)
--
845782: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=845782
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: hannah
Version: 1.0-3
Severity: wishlist
Tags: patch upstream
User: reproducible-bui...@lists.alioth.debian.org
Usertags: fileordering
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org
Hi!
While working on the "reproducible builds" effort [1], we have noticed
that hannah could not be built reproducibly.
During build objects are linked in non-deterministic order.
The attached patch fixes this by sorting the list of source files.
Regards,
Reiner
[1]: https://wiki.debian.org/ReproducibleBuilds
diff --git a/debian/patches/reproducible-build.patch b/debian/patches/reproducible-build.patch
new file mode 100644
index 0000000..6a6c6a1
--- /dev/null
+++ b/debian/patches/reproducible-build.patch
@@ -0,0 +1,14 @@
+Author: Reiner Herrmann <rei...@reiner-h.de>
+Description: Sort source files so that objects are linked in deterministic order
+
+--- a/Makefile
++++ b/Makefile
+@@ -24,7 +24,7 @@
+ # target binary and directory name
+ OUT = hhh
+ # source and object files
+-SRCS = $(wildcard *.cc)
++SRCS = $(sort $(wildcard *.cc))
+ OBJS = $(patsubst %.cc, %.o, $(SRCS))
+
+ # what to build
diff --git a/debian/patches/series b/debian/patches/series
index 9e33b88..1ea72d0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
fix_score_dir.diff
fix-compiler-errors
+reproducible-build.patch
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: hannah
Source-Version: 1.0-3.3
Done: Vagrant Cascadian <vagr...@reproducible-builds.org>
We believe that the bug you reported is fixed in the latest version of
hannah, 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 845...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Vagrant Cascadian <vagr...@reproducible-builds.org> (supplier of updated hannah
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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 06 Oct 2022 17:14:03 -0700
Source: hannah
Architecture: source
Version: 1.0-3.3
Distribution: unstable
Urgency: medium
Maintainer: Margarita Manterola <ma...@debian.org>
Changed-By: Vagrant Cascadian <vagr...@reproducible-builds.org>
Closes: 845782 901260
Changes:
hannah (1.0-3.3) unstable; urgency=medium
.
* Non-maintainer upload.
.
[ Helmut Grohne ]
* Fix FTCBFS: Let dh_auto_build pass cross tools to make.
(Closes: #901260)
.
hannah (1.0-3.2) unstable; urgency=medium
.
* Non-maintainer upload.
.
[ Reiner Herrmann ]
* Sort source files so that objects are linked in deterministic order
(Closes: #845782)
Checksums-Sha1:
436d5f19f1e10a525daff21d859b482d3ca20a6b 1406 hannah_1.0-3.3.dsc
c3861769ba4d90412f7a05d7fde769ed41bb2e69 7664 hannah_1.0-3.3.debian.tar.xz
Checksums-Sha256:
e80a870b93b099b804153ad44315824ed5b1580d2e389551f41fcbf09899a5df 1406
hannah_1.0-3.3.dsc
d64509ff32a9dc7cac5a75e96c7aeaaf7e330242065ee43de4398bde0b4e9540 7664
hannah_1.0-3.3.debian.tar.xz
Files:
79d916c24f4bf74bddc92299b575c845 1406 games extra hannah_1.0-3.3.dsc
341389cd8dc65c227ec8b3dccc4be470 7664 games extra hannah_1.0-3.3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iJYEARYKAD4WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCYz9v3yAcdmFncmFudEBy
ZXByb2R1Y2libGUtYnVpbGRzLm9yZwAKCRDcUY/If5cWql1LAQCDuD7Uuu9avtAY
G40kgbpJhYYxBtSLhleZrF6fQTOuBQEAqKMo/0mDrPt585uYWZsPDpcyTQRlLagT
trWprmVl9ww=
=ABsR
-----END PGP SIGNATURE-----
--- End Message ---