F10 subversion - python problem

Peter J. Stieber developer at toyon.com
Tue Jun 30 16:17:02 UTC 2009


Yesterday I updated an i686 Fedora 10 box to get the latest kernel. 
Here is a list of the packages that were updated...

apr-1.3.5-1.fc10.i386
apr-devel-1.3.5-1.fc10.i386
apr-util-1.3.7-1.fc10.i386
apr-util-devel-1.3.7-1.fc10.i386
apr-util-ldap-1.3.7-1.fc10.i386
audit-1.7.13-1.fc10.i386
audit-libs-1.7.13-1.fc10.i386
audit-libs-python-1.7.13-1.fc10.i386
dovecot-1.1.16-1.fc10.i386
kernel-2.6.27.25-170.2.72.fc10.i686
kernel-devel-2.6.27.25-170.2.72.fc10.i686
kernel-firmware-2.6.27.25-170.2.72.fc10.noarch
kernel-headers-2.6.27.25-170.2.72.fc10.i386
pam_krb5-2.3.5-1.fc10.i386
perl-HTML-Parser-3.60-1.fc10.i386
poppler-0.8.7-6.fc10.i386
poppler-glib-0.8.7-6.fc10.i386
poppler-utils-0.8.7-6.fc10.i386
rsync-3.0.6-0.fc10.i386
selinux-policy-3.5.13-64.fc10.noarch
selinux-policy-targeted-3.5.13-64.fc10.noarch

This machine acts as a Subversion server.  I use the mailer.py hook to 
send emails with commit messages.  After a reboot I'm getting the 
following error when I commit...

Warning: post-commit hook failed (exit code 1) with output:
Traceback (most recent call last):
   File "/usr/local/svn/hooks/mailer.py", line 42, in <module>
     import svn.fs
   File "/usr/lib/python2.5/site-packages/svn/fs.py", line 19, in <module>
     from libsvn.fs import *
   File "/usr/lib/python2.5/site-packages/libsvn/fs.py", line 7, in <module>
     import _fs
ImportError: /usr/lib/libsvn_fs_base-1.so.0: undefined symbol: db_create

I found the following...

http://mail.python.org/pipermail/python-list/2005-April/317312.html

But I don't understand why the updates would cause this problem to occur.

Any suggestions?

Pete




More information about the fedora-list mailing list