Your message dated Fri, 5 Feb 2021 15:33:32 +0100
with message-id <yb1xpdrvk0g1x...@alf.mars>
and subject line rebuilt with fixed dh-strip-nondeterminism
has caused the Debian Bug report #981835,
regarding libelf1 violates Multi-Arch: same / unreproducible
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.)
--
981835: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981835
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libelf1
Version: 0.182-3
Severity: important
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs
Control: affects -1 + src:iproute2
libelf1 is presently marked Multi-Arch: same, but coinstallation on e.g.
amd64 + mipsel fails with a file conflict:
| Unpacking libelf1:mipsel (0.182+20210203-1) ...
| dpkg: error processing archive
/tmp/apt-dpkg-install-rORIn3/121-libelf1_0.182+20210203-1_mipsel.deb (--unpack):
| trying to overwrite shared
'/usr/share/locale/en@boldquot/LC_MESSAGES/elfutils.mo', which is different
from other instances of package libelf1:mipsel
| dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
At its core, this is a reproducible issue that can be easily solved by
calling dh_strip_nondeterminism. Please fix this issue soon as the
impact is high:
* breaks rebootstrap
* breaks cross building e.g. iproute2
* elfutils is not reproducible
I'm hereby offering a NMU in case you're busy.
Helmut
diff --minimal -Nru elfutils-0.182/debian/changelog
elfutils-0.182/debian/changelog
--- elfutils-0.182/debian/changelog 2021-01-06 14:05:13.000000000 +0100
+++ elfutils-0.182/debian/changelog 2021-02-04 13:05:58.000000000 +0100
@@ -1,3 +1,10 @@
+elfutils (0.182-3.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Make the build reproducible. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de> Thu, 04 Feb 2021 13:05:58 +0100
+
elfutils (0.182-3) unstable; urgency=medium
* Build with -flto-partition=none when building with -flto.
diff --minimal -Nru elfutils-0.182/debian/rules elfutils-0.182/debian/rules
--- elfutils-0.182/debian/rules 2021-01-04 11:28:41.000000000 +0100
+++ elfutils-0.182/debian/rules 2021-02-04 13:05:57.000000000 +0100
@@ -125,6 +125,7 @@
dh_dwz
dh_strip
+ dh_strip_nondeterminism
dh_compress
dh_fixperms
dpkg-gensymbols -Pdebian/libdw1/ -plibdw1 -c4
--- End Message ---
--- Begin Message ---
Version: 0.182+20210203-1.1+b1
elfutils is now reproducible again after being rebuilt with the fixed
dh-strip-nondeterminism.
Helmut
--- End Message ---