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

Re: Bug#691793: FTBFS on kfreebsd-*



tags 691793 + patch
fixed 691793 1.8.7.358-4
thanks

Hi,

Explanation for the ruby1.8 FTBFS is here:

[🔎] 508050A1.6000607@pyro.eu.org">http://lists.debian.org/[🔎] 508050A1.6000607@pyro.eu.org

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
steven@pyro.eu.org


Reply to: