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

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

From: Jan Baumgarten <JanBaumgarten_at_gmx.de>
Date: 2005-08-12 13:59:49 CEST

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...".
After canceling the check I get the following output:

Traceback (most recent call last):
   File "./build/run_tests.py", line 192, in ?
     main()
   File "./build/run_tests.py", line 185, in main
     failed = th.run(args[2:])
   File "./build/run_tests.py", line 40, in run
     failed = self._run_test(prog) or failed
   File "./build/run_tests.py", line 108, in _run_test
     failed = self._run_prog(progname, cmdline)
   File "./build/run_tests.py", line 138, in _run_prog
     rv = os.spawnv(os.P_WAIT, progname, cmdline)
   File "/usr/lib/python2.3/os.py", line 521, in spawnv
     return _spawnvef(mode, file, args, None, execv)
   File "/usr/lib/python2.3/os.py", line 504, in _spawnvef
     wpid, sts = waitpid(pid, 0)
KeyboardInterrupt
make: *** [check] Fehler 1

Thanks for your help,

Jan

---------------------------------------------------------------------
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:02:31 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.