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

Re: Python bindings broken on OS X?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-07-19 19:18:01 CEST

On Mon, 2004-07-19 at 08:54, Max Bowsher wrote:

> Ah, ok. I was actually speculating about the trunk python bindings, but if
> the 1.1.x branch bindings are broken, then trunk certainly will be too (so
> don't bother testing trunk yet.)
>
> I will work on fixing this, and post again when I have something new to for
> you to test.

So it looks like there are two problems here:

* 'make install-swig-py' is broken on today's /trunk. (cmpilato and I
both can reproduce the -l_core link failure on RH9)

* the python bindings install correctly from the 1.1.0-rc1 tarball, but
fail at runtime:

>>> from svn import fs
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/local/lib/svn-python/svn/fs.py", line 28, in ?
    import libsvn.fs
  File "/usr/local/lib/svn-python/libsvn/fs.py", line 5, in ?
    import _fs
ImportError: libaprutil-0.so.0: cannot open shared object file: No such
file or
directory

So, um, this second problem definitely looks like something to fix for
rc2, yah? :-)

MaxB, are you "owning" this these problems?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 19 19:18:58 2004

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.