Your message dated Thu, 19 Dec 2024 18:03:36 +0000
with message-id <[email protected]>
and subject line Bug#1090042: Removed package(s) from unstable
has caused the Debian Bug report #991002,
regarding automake1.11: reproducible builds: Embeds different shell depending
on /bin/sh symlink
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.)
--
991002: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=991002
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: automake1.11
Severity: normal
Tags: patch
User: [email protected]
Usertags: shell
X-Debbugs-Cc: [email protected]
Depending on which shell /bin/sh symlinks to, a different value is
embedded in automake-1.11:
https://tests.reproducible-builds.org/debian/rb-pkg/bullseye/amd64/diffoscope-results/automake1.11.html
/usr/bin/automake-1.11
$ENV{'SHELL'}·=·'/bin/bash'·if·exists·$ENV{'DJDIR'};
vs.
$ENV{'SHELL'}·=·'/bin/sh'·if·exists·$ENV{'DJDIR'};
The attached patch fixes this in debian/rules by passing
CONFIG_SHELL=/bin/bash to configure.
With this patch applied (and another submitted patch for timestamps),
automake1.11 should become reproducible on the
tests.reproducible-builds.org infrastructure.
Thanks for maintaining automake1.11!
live well,
vagrant
From fb24e9747fdafd4f4f1286ac581add202f1bdbf7 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <[email protected]>
Date: Mon, 12 Jul 2021 17:01:53 +0000
Subject: [PATCH 1/2] debian/rules: Run configure with CONFIG_SHELL=/bin/bash.
Depending on weather /bin/sh symlinks to /bin/bash or /bin/dash,
/usr/bin/automake-1.11 embeds a different value for SHELL.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 1de340e..0823bd4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ infodir=doc
# Explicitly call configure since old configure doesn't understand
# --runstatedir.
override_dh_auto_configure:
- ./configure --build=$(DEB_BUILD_GNU_TYPE) \
+ CONFIG_SHELL=/bin/bash ./configure --build=$(DEB_BUILD_GNU_TYPE) \
--prefix=/usr --includedir=\$${prefix}/include \
--mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info \
--
2.32.0
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Version: 1:1.11.6-6+rm
Dear submitter,
as the package automake1.11 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/1090042
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.
Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---