Bug#852296: yade FTBFS on arm64: compiler processes terminated (machine runs out of RAM?)
Graham Inggs
ginggs at debian.org
Mon Jan 23 12:26:08 UTC 2017
On 23/01/2017 14:08, Adrian Bunk wrote:
> This buildd has 6 CPUs, but it has only 8 GB of RAM.
From the last changelog entry:
* [d763fbf] Set compat level to 10.
The switch to debhelper 10 enabled parallel builds.
Yade 2017.01a-1 FTBFS on most architectures in Ubuntu.
The following changed helped there:
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
tmpDirMatplotLib = $(CURDIR)/debian/matplotlib
%:
- dh $@ --builddirectory=$(BUILDDIR) --with python2
+ dh $@ --builddirectory=$(BUILDDIR) --with python2 --max-parallel=1
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed,-no-keep-memory
More information about the debian-science-maintainers
mailing list