Source: muroar
Version: 0.1.13-5
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org
Hi,
Whilst working on the Reproducible Builds effort [0] I noticed that
muroar could not be reliably built. For example, sometimes it does
not build the muroar shared library at the right time (?) so the
linker fails.
It will usually build for me, but it also will not build
reproducibility.
I don't know whether this is CPU-level parallelism or filesystem
ordering, but setting --no-parallel appears to make it build 10s of
time in a row.
Patch attached, but I suspect the real bug is in the upstream Makefile.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` la...@debian.org / chris-lamb.co.uk
`-
--- a/debian/rules 2020-08-10 11:23:24.213660005 +0100
--- b/debian/rules 2020-08-10 12:08:02.032238882 +0100
@@ -17,6 +17,9 @@
override_dh_auto_configure:
./configure $(DEB_CONFIGURE_EXTRA_FLAGS)
+override_dh_auto_build:
+ dh_auto_build --no-parallel
+
override_dh_install:
mkdir -p $(CURDIR)/debian/tmp/usr/share/bash-completion/completions/
cp -f bash_completion
$(CURDIR)/debian/tmp/usr/share/bash-completion/completions/muroar