monotone-debian
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-debian] Bug#623734: Bug#623734: Bug#623734: monotone: FTBFS: t


From: Aaron M. Ucko
Subject: [Monotone-debian] Bug#623734: Bug#623734: Bug#623734: monotone: FTBFS: test suite timeout
Date: Mon, 25 Apr 2011 15:31:36 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Francis Russell <address@hidden> writes:

> Thank you! I attempted to build with a parallelism of 4, and make
> started consuming 100% CPU. We'll start working with the devs to find
> the best way to resolve this.

You're welcome.  For the time being, perhaps you could work around the
problem by forcing make check to run sequentially, per the following
patch (or something along those lines):

--- debian/rules~       2011-04-25 15:26:26.763954961 -0400
+++ debian/rules        2011-04-25 14:32:08.121727610 -0400
@@ -74,7 +74,7 @@
 export MTN_STACKTRACE_ON_CRASH = 1
 
 override_dh_auto_test:
-       debian/nofakeroot dh_auto_test -pmonotone -- INFO_DEPS='' || \
+       debian/nofakeroot dh_auto_test -pmonotone -- -j1 INFO_DEPS='' || \
            sh extra/building/dump-test-logs.sh
 
 override_dh_auto_install:

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]