Hi Thomas, 

it seems like neither you nor me can find a proper solution to solve the 
parallel building problems highlighted by bugs #634405 and #642756. Hence, I 
propose to simply drop parallel building support, with the attached patch.

What do you think ?

Cheers,

-- 
OdyX
From f2aa63bfa8d9dcd59bbc5ae3ff216f3f7cc96883 Mon Sep 17 00:00:00 2001
From: Didier Raboud <o...@debian.org>
Date: Wed, 28 Sep 2011 11:33:47 +0200
Subject: [PATCH] Don't build in parallel at all as it repeatedly fails.

Closes: #634405
Closes: #642756
---
 debian/rules |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index 228964f..a88be41 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,11 +22,6 @@ else
 TEST=test
 endif
 
-ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-	NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-	SCONSFLAGS = -j $(NUMJOBS)
-endif
-
 SCONSOPTS = $(SCONSFLAGS) VERSION=$(VERSION) \
   PREFIX=$(PREFIX) PREFIX_CONF=/etc \
   CHMDOCS=0 \
-- 
1.7.2.5

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to