I just checked out svn trunk (r30947), and check-swig-py is failing:
[wolever_at_wuntop] ~/code/software/svn2 make check-swig-py
cd /Users/wolever/code/software/svn2/subversion/bindings/swig/python; \
/Users/wolever/bin//python /Users/wolever/code/software/svn2/
subversion/bindings/swig/python/tests/run_all.py
Traceback (most recent call last):
File "/Users/wolever/code/software/svn2/subversion/bindings/swig/
python/tests/run_all.py", line 2, in <module>
import mergeinfo, core, client, delta, pool, ra, wc, repository,
auth, \
File "/Users/wolever/code/software/svn2/subversion/bindings/swig/
python/tests/mergeinfo.py", line 8, in <module>
from svn import core, repos, fs
File "/Users/wolever/code/software/svn2/subversion/bindings/swig/
python/svn/core.py", line 19, in <module>
from libsvn.core import *
File "/Users/wolever/code/software/svn2/subversion/bindings/swig/
python/libsvn/core.py", line 4, in <module>
import _core
ImportError: dlopen(/Users/wolever/code/software/svn2/subversion/
bindings/swig/python/.libs/_core.so, 2): Symbol not found:
_svn_mergeinfo_to_string
Referenced from: /Users/wolever/code/software/svn2/subversion/
bindings/swig/python/.libs/_core.so
Expected in: flat namespace
make: *** [check-swig-py] Error 1
There are no build warnings which didn't occur last time I built the
bindings from source (I don't have a revision number, but judging by
the mtime of the binaries, that was Feb. 13), and at that point all
the tests pass.
I'm running OS X 10.4.11, GCC 4, SWIG 1.3.27 and Python 2.5.
I'm happy to provide more information -- just be sure to CC me,
because I'm not subscribed to this list.
Thanks,
David
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-02 23:00:07 CEST