tags 691793 + patch
fixed 691793 1.8.7.358-4
thanks

Hi,

Explanation for the ruby1.8 FTBFS is here:

http://lists.debian.org/[email protected]

It is necessary to restore the timeout on the testsuite (unless we can
figure out the reason for the thread-related hangs, in several places).

diff --git a/debian/rules b/debian/rules
index bc261ab..5f5df9c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,7 +65,7 @@ common-post-build-arch::
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
        # avoid running drb tests -- they make buildds hang forever
        mv test/drb _test_drb
-       -make test-all
+       -timeout 1h make test-all
        mv _test_drb test/drb
 endif


Thanks,
Regards,
-- 
Steven Chamberlain
[email protected]


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to