Bug#934244: mshr: please disable parallel building to avoid FTBFS
Gianfranco Costamagna
locutusofborg at debian.org
Thu Aug 8 17:40:44 BST 2019
Source: mshr
Version: 2019.1.0+dfsg1-3
Severity: important
tags patch
Hello, mshr is FTBFS in Ubuntu where gcc-9 is the default, and also in some architecture in Debian, e.g. on mips and mipsel
Since the package doesn't take that much time to build, I propose to disable parallel building, so we can fix the build in both
Debian and Ubuntu
trivial patch:
diff -Nru mshr-2019.1.0+dfsg1/debian/rules mshr-2019.1.0+dfsg1/debian/rules
--- mshr-2019.1.0+dfsg1/debian/rules 2019-08-05 11:50:52.000000000 +0200
+++ mshr-2019.1.0+dfsg1/debian/rules 2019-08-08 17:44:06.000000000 +0200
@@ -66,7 +66,7 @@
%:
dh $@ --buildsystem=cmake \
- --with python3
+ --with python3 --no-parallel
override_dh_auto_clean:
dh_auto_clean
thanks!
Gianfranco
More information about the debian-science-maintainers
mailing list