* James McCoy <[email protected]> [2017-07-18 07:54 -0400]: [...] > > Upstream patches get merged periodically. However, I haven't been able > to make an upload of them because they fail to build on Debian's > infrastructure. It's something I've been trying to narrow down so I can > send Bram a minimally reproducible example.
The build runs fine here using only one build thread. Tested on amd64, i386 and
ppc:
diff --git a/debian/rules b/debian/rules
index 9b76c981b..04206400b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,10 +33,10 @@ ifeq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
endif
endif
-ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
- NUMJOBS = $(patsubst parallel=%,%,$(filter
parallel=%,$(DEB_BUILD_OPTIONS)))
- MAKEFLAGS += -j$(NUMJOBS)
-endif
+#ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+# NUMJOBS = $(patsubst parallel=%,%,$(filter
parallel=%,$(DEB_BUILD_OPTIONS)))
+# MAKEFLAGS += -j$(NUMJOBS)
+#endif
export SOURCE_DATE_EPOCH = $(shell date -d "$$(dpkg-parsechangelog -SDate)"
+%s)
--
We all know Linux is great... it does infinite loops in 5 seconds.
-Linus Torvalds
signature.asc
Description: PGP signature

