Bug#623734: [Monotone-debian] Bug#623734: Bug#623734: monotone: FTBFS: test suite timeout

2011-04-25 Thread Francis Russell
Aaron M. Ucko wrote:

 At any rate, the Linux logs reveal that the (presumed) hang in question
 occurs early on, perhaps as a result of attempting to make check in
 parallel:

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.

Cheers,

Francis



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#623734: [Monotone-debian] Bug#623734: Bug#623734: monotone: FTBFS: test suite timeout

2011-04-25 Thread Aaron M. Ucko
Francis Russell francis+d...@unchartedbackwaters.co.uk 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/rules2011-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/?a...@monk.mit.edu



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org