tags 691793 + patch fixed 691793 1.8.7.358-4 thanks Hi,
Explanation for the ruby1.8 FTBFS is here: http://lists.debian.org/508050a1.6000...@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 ste...@pyro.eu.org -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/508ecdb9.5010...@pyro.eu.org