C. Michael Pilato wrote on Mon, May 06, 2013 at 14:30:02 -0400: > On 05/03/2013 08:34 PM, Ben Reser wrote: > > Here it is: the first Release Candidate for Subversion 1.8.0. You can > > fetch the proposed tarballs from here: > > https://dist.apache.org/repos/dist/dev/subversion > > Having trouble with ctypes-python tests. I get the following error via the > tarball and also when trying to run the same tests on trunk: > > ImportError: ...subversion/libsvn_subr/.libs/libsvn_subr-1.so: > undefined symbol: apr_crypto_block_cleanup > > My other Subversion binaries don't seem to have this problem. I've got APR > 1.4.5 and APR-Util 1.4.1 installed via a locally built Apache HTTP Server > (in /usr/local/apache), and it's against those which all my Subversion stuff > should be linked. (My system also has libapr1 1.4.6-1 and libaprutil1 > 1.3.12 installed via the OS package management stuffs, but nothing *should* > be linked against those except other OS package contents.) > > Any ideas if this is a false alarm? Can others run the ctypes-python tests > fine?
How did you build ctypes? Via the makefile or by going to the directory and running setup.py? These seem to be two disjoint build systems: the former uses apr-1-config to get the right APR, the latter supports a --apr=<path> in argv. Maybe try the "other" way of building the ctypes bindings? Daniel (and why do we have two ways in the first place?)

