Your message dated Sun, 03 Jan 2021 13:48:45 -0800
with message-id <87v9cdvghu.fsf@yucca>
and subject line Re: Bug#935362: gdbm: please make the build (slightly more..)
reproducible
has caused the Debian Bug report #935362,
regarding gdbm: please make the build (slightly more..) 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 [email protected]
immediately.)
--
935362: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=935362
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gdbm
Version: 1.18.1-4
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]
Hi,
Whilst working on the Reproducible Builds effort [0] we noticed
that gdbm could not be built reproducibly.
Patch attached that removes an obvious build timestamp from the
generated binaries.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/patches/reproducible-build.patch 1969-12-31 16:00:00.000000000
-0800
--- b/debian/patches/reproducible-build.patch 2019-08-21 14:29:56.638894870
-0700
@@ -0,0 +1,16 @@
+Description: Make the build more reproducible
+Author: Chris Lamb <[email protected]>
+Last-Update: 2019-08-21
+
+--- gdbm-1.18.1.orig/src/version.c
++++ gdbm-1.18.1/src/version.c
+@@ -25,9 +25,6 @@
+ making the distdir. */
+ const char * gdbm_version = "GDBM version " PACKAGE_VERSION ". "
+ "27/10/2018"
+-#if defined(__STDC__) && defined(__DATE__) && defined(__TIME__)
+- " (built " __DATE__ " " __TIME__ ")"
+-#endif
+ ;
+ int const gdbm_version_number[3] = {
+ GDBM_VERSION_MAJOR,
--- a/debian/patches/series 2019-08-21 14:21:50.974478734 -0700
--- b/debian/patches/series 2019-08-21 14:29:49.614830587 -0700
@@ -1 +1,2 @@
patch-fix-spelling-error-in-gdbm.3.patch
+reproducible-build.patch
--- End Message ---
--- Begin Message ---
Version: 1.18.1-5
On 2019-08-21, Chris Lamb wrote:
> Whilst working on the Reproducible Builds effort [0] we noticed
> that gdbm could not be built reproducibly.
gdbm (1.18.1-5) unstable; urgency=medium
* Fix gettext-related build non-reproducibility.
* Pass CFLAGS and CPPFLAGS to diet/no-lfs builds.
-- Dmitry Bogatov <[email protected]> Thu, 22 Aug 2019 12:40:26 +0000
https://tests.reproducible-builds.org/debian/history/gdbm.html concurs
that this issue was fixed in this version, marking as done!
live well,
vagrant
signature.asc
Description: PGP signature
--- End Message ---