You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Arfrever Frehtes Taifersar Arahesis <Ar...@GMail.Com> on 2009/05/11 01:42:31 UTC

Re: [--enable-runtime-module-search] [SWIG Python Bindings] Failed loading of FS module

2009-04-12 19:11:37 Arfrever Frehtes Taifersar Arahesis napisaƂ(a):
> When Subversion has been configured with the '--enable-runtime-module-search'
> option, then the attached script fails:
> 
> $ ./subversion-failed_loading_of_fs_module.py
> /usr/lib64/python2.6/site-packages/svn/core.py:47: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
>   self.message = message
> Traceback (most recent call last):
>   File "./subversion-failed_loading_of_fs_module.py", line 4, in <module>
>     repository = svn.repos.svn_repos_create("/tmp/repo", "", "", None, None)
>   File "/usr/lib64/python2.6/site-packages/libsvn/repos.py", line 64, in svn_repos_create
>     return apply(_repos.svn_repos_create, args)
> svn.core.SubversionException: ("Failed to load module for FS type 'fsfs'", 160033)
> $ 
> 
> When Subversion has been configured without this option, then the attached
> script works correctly:
> 
> $ ./subversion-failed_loading_of_fs_module.py
> $ 

I have reported Issue 3413.

-- 
Arfrever Frehtes Taifersar Arahesis