On 06.05.2013 20:59, C. Michael Pilato wrote:
> On 05/06/2013 02:43 PM, Daniel Shahaf wrote:
>> C. Michael Pilato wrote on Mon, May 06, 2013 at 14:30:02 -0400:
>>> 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:
> [...]
>
>>> 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?
> I've always just used 'make ctypes-python' from the top of the tree.
It's always worked that way for me, but then, my APR doesn't change that
often. Sounds like a different APR is loaded at runtime than was
compiled against; but I can't understand why libsvn_subr would use the
apr_crypto API?
-- Brane
--
Branko Čibej
Director of Subversion | WANdisco | www.wandisco.com
Received on 2013-05-06 21:12:12 CEST