Re: F10 subversion - python problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Peter J. Stieber wrote, at 07/01/2009 01:35 AM +9:00:
PS = Pete Stieber
PS> This machine acts as a Subversion server.  I use
PS> the mailer.py hook to send emails with commit
PS> messages.  After a reboot I'm getting the
PS> following error when I commit...
PS>
PS> Warning: post-commit hook failed (exit code 1) with output:
PS> Traceback (most recent call last):
PS>    File "/usr/local/svn/hooks/mailer.py", line 42, in <module>
PS>      import svn.fs
PS> File "/usr/lib/python2.5/site-packages/svn/fs.py", line 19, in <module>
PS>      from libsvn.fs import *
PS> File "/usr/lib/python2.5/site-packages/libsvn/fs.py", line 7, in <module>
PS>      import _fs
PS> ImportError: /usr/lib/libsvn_fs_base-1.so.0: undefined symbol: db_create
PS>
PS> I found the following...
PS>
PS> http://mail.python.org/pipermail/python-list/2005-April/317312.html
PS>
PS> But I don't understand why the updates would
PS> cause this problem to occur.
PS>
PS> Any suggestions?

Additional info...

ldd -r libsvn_fs_base-1.so.0
undefined symbol: db_create    (./libsvn_fs_base-1.so.0)
    linux-gate.so.1 =>  (0x008a5000)
    libsvn_delta-1.so.0 => /usr/lib/libsvn_delta-1.so.0 (0x0084a000)
    libsvn_subr-1.so.0 => /usr/lib/libsvn_subr-1.so.0 (0x001b6000)
    libaprutil-1.so.0 => /usr/lib/libaprutil-1.so.0 (0x006a5000)
    libapr-1.so.0 => /usr/lib/libapr-1.so.0 (0x00426000)
    libsvn_fs_util-1.so.0 => /usr/lib/libsvn_fs_util-1.so.0 (0x00f34000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x00d1a000)
    libc.so.6 => /lib/libc.so.6 (0x001f4000)
    libz.so.1 => /lib/libz.so.1 (0x00110000)
    libuuid.so.1 => /lib/libuuid.so.1 (0x00bff000)
    libcrypt.so.1 => /lib/libcrypt.so.1 (0x005e6000)
    libexpat.so.1 => /lib/libexpat.so.1 (0x00124000)
    libdl.so.2 => /lib/libdl.so.2 (0x00e2e000)
    /lib/ld-linux.so.2 (0x00abc000)
undefined symbol: db_env_create    (./libsvn_fs_base-1.so.0)
undefined symbol: db_version    (./libsvn_fs_base-1.so.0)
undefined symbol: db_strerror    (./libsvn_fs_base-1.so.0)

Pete

This issue was filed two days ago:
https://bugzilla.redhat.com/show_bug.cgi?id=508568

Regards,
Mamoru

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux