Definitely a pysvn bug:

Python 2.7.3 (default, Aug 28 2012, 08:44:13) 
[GCC 4.7.1 20120814 (prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pysvn
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/dist-packages/pysvn/__init__.py", line 109, in 
<module>
    raise ImportError( 'pysvn was built against newer (svn, apr, etc.) 
libraries then the ones installed on this system. %s' % str(e) )
ImportError: pysvn was built against newer (svn, apr, etc.) libraries then the 
ones installed on this system. 
/usr/lib/python2.7/dist-packages/pysvn/_pysvn_2_7.so: undefined symbol: 
svn_sort_compare_items_as_paths
>>> 

Looks like there were changes to Source/setup_configure.py between 1.7.5
and 1.7.6, and now the -llibrary arguments are in the wrong position
when linking. Attaching a debdiff to fix the build. Should probably be
forwarded upstream.

** Patch added: "pysvn_fix_ld_shared.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/pysvn/+bug/1045021/+attachment/3289400/+files/pysvn_fix_ld_shared.debdiff

** Changed in: pysvn (Ubuntu)
       Status: New => Confirmed

** Summary changed:

- After upgrading to 12.10 w3af wont load because of pysvn problem
+ 12.10: pysvn import error:  _pysvn_2_7.so: undefined symbol: 
svn_sort_compare_items_as_paths

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1045021

Title:
  12.10: pysvn import error:  _pysvn_2_7.so: undefined symbol:
  svn_sort_compare_items_as_paths

To manage notifications about this bug go to:
https://bugs.launchpad.net/w3af/+bug/1045021/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to