Your message dated Fri, 21 Oct 2022 23:34:27 +0000
with message-id <[email protected]>
and subject line Bug#778946: fixed in madlib 1.3.0-3
has caused the Debian Bug report #778946,
regarding madlib: 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 [email protected]
immediately.)
--
778946: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778946
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: madlib
Version: 1.3.0-2.1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: hostname
X-Debbugs-Cc: [email protected]
Hi,
While working on the "reproducible builds" effort [1], we have noticed
that madlib could not be built reproducibly.
The attached patch removes hostnames from the build system. Once
applied, madlib can be built reproducibly in our reproducible
toolchain.
[1]: https://wiki.debian.org/ReproducibleBuilds
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff -urNad madlib.orig/madlib-1.3.0/debian/patches/hostname.patch
madlib/madlib-1.3.0/debian/patches/hostname.patch
--- madlib.orig/madlib-1.3.0/debian/patches/hostname.patch 1970-01-01
01:00:00.000000000 +0100
+++ madlib/madlib-1.3.0/debian/patches/hostname.patch 2015-02-22
00:50:16.517400837 +0000
@@ -0,0 +1,26 @@
+diff -urNad madlib.orig/configure.ac madlib/madlib-1.3.0/configure.ac
+--- madlib.orig/configure.ac 2015-02-22 00:05:25.328588195 +0000
++++ madlib/configure.ac 2015-02-22 00:25:46.095136870 +0000
+@@ -70,6 +70,10 @@
+ AC_HELP_STRING([--with-parser-prefix=PFX],
+ [prefix where the parser is installed]),
+ [PARSER_PREFIX=$withval])
++AC_ARG_WITH(hostname,
++ AC_HELP_STRING([--with-hostname=HOSTNAME],
++ [use specified hostname]),
++ [HOSTNAME=$withval])
+
+ dnl Parse '--enable' command line options
+ AC_ARG_ENABLE(blas-lapack,
+@@ -190,7 +194,9 @@
+
+ dnl Get the operating system and machine names
+ UNAME=`uname`
+-HOSTNAME=`hostname`
++if test "x${HOSTNAME}" = "x" ; then
++ HOSTNAME=`hostname`
++fi
+
+ dnl Check for default compilers
+ AC_PROG_CC
+
diff -urNad madlib.orig/madlib-1.3.0/debian/patches/series
madlib/madlib-1.3.0/debian/patches/series
--- madlib.orig/madlib-1.3.0/debian/patches/series 2015-02-22
00:48:14.595902068 +0000
+++ madlib/madlib-1.3.0/debian/patches/series 2015-02-22 00:49:03.214094966
+0000
@@ -1 +1,2 @@
gcc44.patch
+hostname.patch
diff -urNad madlib.orig/madlib-1.3.0/debian/rules
madlib/madlib-1.3.0/debian/rules
--- madlib.orig/madlib-1.3.0/debian/rules 2015-02-22 00:48:14.595902068
+0000
+++ madlib/madlib-1.3.0/debian/rules 2015-02-22 00:49:24.667062512 +0000
@@ -11,7 +11,8 @@
--prefix=/usr \
--mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info\
- --enable-ann --enable-benchmarks
+ --enable-ann --enable-benchmarks \
+ --with-hostname=debian
DEB_STRIPPED_UPSTREAM_VERSION = $(shell echo $(DEB_UPSTREAM_VERSION) | sed -n
-e 's/\.*$$//p')
MADLIB_VERSION=$(DEB_STRIPPED_UPSTREAM_VERSION)
--- End Message ---
--- Begin Message ---
Source: madlib
Source-Version: 1.3.0-3
Done: Vagrant Cascadian <[email protected]>
We believe that the bug you reported is fixed in the latest version of
madlib, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Vagrant Cascadian <[email protected]> (supplier of updated madlib
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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 21 Oct 2022 16:08:44 -0700
Source: madlib
Architecture: source
Version: 1.3.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <[email protected]>
Changed-By: Vagrant Cascadian <[email protected]>
Closes: 778946 1007462
Changes:
madlib (1.3.0-3) unstable; urgency=medium
.
* QA upload.
.
[ Vagrant Cascadian ]
* debian/control: Set "Debian QA Group" as Maintainer.
* Switch to source-format 3.0 (quilt). (Closes: #1007462)
* Switch to dh and debhelper-compat 10.
* debian/rules: Remove build path in dh_installexamples override.
* debian/control: Drop libmadlib-dbg.
* debian/control: Change to Priority "optional".
* debian/control: Update Homepage URL.
* debian/control: Remove obsolete Vcs-* headers.
* debian/rules: Drop get-orig-source target.
* debian/control: Set Rules-Requires-Root to "no".
* debian/watch: Update for new location.
.
[ Chris Lamb ]
* debian/rules: Use --with-hostname to set hostname (Closes: #778946)
Checksums-Sha1:
3f928246a95ac415222c12daf88539cc02561897 1442 madlib_1.3.0-3.dsc
7694b380c15a42dcdc59808aeff828f9b0df8f91 9304 madlib_1.3.0-3.debian.tar.xz
Checksums-Sha256:
06716d9a0d1042b17e5a1ee907d9ac5ce9c6b7235eb5dde60c93c9373d62bf60 1442
madlib_1.3.0-3.dsc
111951ad2065b72685be461c5c2b0ecc234e906813d42f53968e21daad05b649 9304
madlib_1.3.0-3.debian.tar.xz
Files:
d01e477e26cd8c7563c5e9577d33c80f 1442 math optional madlib_1.3.0-3.dsc
c054963a025bd357df289e1456b9dc82 9304 math optional
madlib_1.3.0-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iJYEARYKAD4WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCY1MpySAcdmFncmFudEBy
ZXByb2R1Y2libGUtYnVpbGRzLm9yZwAKCRDcUY/If5cWqgrMAP98xOZwU0Fb9lAY
llXZ5xhk0jTNjrP/IshIC3+/xKwDPwD/W7SAdUCOFzLlPPwcEMZ328VzL3WoN2Y5
kRGEPvA8JQY=
=3YKO
-----END PGP SIGNATURE-----
--- End Message ---