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

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

From: Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA_at_GMail.Com>
Date: Sun, 12 Apr 2009 19:11:37 +0200

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
$

-- 
Arfrever Frehtes Taifersar Arahesis

Received on 2009-04-12 19:11: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.