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

Re: check-swig-py failure

From: Daniel Shahaf <d.s_at_daniel.shahaf.co.il>
Date: Thu, 15 May 2008 22:25:32 +0300 (Jerusalem Daylight Time)

There have been a few changes to the Python bindings since you posted, so
it must be working for other people. Can you still reproduce this on a
clean build?

David Wolever wrote on Fri, 2 May 2008 at 15:23 -0400:
> 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-15 21:25:55 CEST

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

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