[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: macke check hangs on "Running all tests in locks-test..."

From: Branko Čibej <brane_at_xbc.nu>
Date: 2005-08-12 14:32:32 CEST

Jan Baumgarten wrote:

> Hello,
>
> I'm trying to build subversion 1.2.1 from source on an Debian 3.1. The
> compile works fine. But when I do a "make check" the test suite semms to
> hang on "Running all tests in locks-test...".

Did you compile APR from souce, too? If so, try adding the option

    --with-devrandom=/dev/urandom

to the configure command line.

It's likely that APR is using /dev/random when it's generating lock
UUIDs, and it blocks on that due to lack of entropy.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 12 14:35:25 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.