On Thu, Jul 23, 2015 at 5:25 AM, Jeff Buhrt <[email protected]> wrote:
> Why would Trac not be at 'fault' for not upgrading to the newer interface?
> For Fedora 22 forcing the install fails:
> rpm --nodeps -iv /tmp/subversion-python-1.8.9-2.25.1.i586.rpm
> warning: /tmp/subversion-python-1.8.9-2.25.1.i586.rpm: Header V3 RSA/SHA256
> Signature, key ID 3dbdc284: NOKEY
> Preparing packages...
> file /usr/lib/libsvn_swig_py-1.so.0.0.0 from install of
> subversion-python-1.8.9-2.25.1.i586 conflicts with file from package
> subversion-libs-1.8.13-2.fc22.i686
Please use dnf command rather than directly using rpm command. You
shouldn't use force-install.
dnf update 'subversion*'
Also, subversion-python-1.8.13-2.fc22 package is broken. Upgrade to
subversion-python-1.8.13-7.fc22 packages.
subversion-1.8.13-2:
[root@c8d26486045b /]# rpm -qa 'subversion*'
subversion-1.8.13-2.fc22.x86_64
subversion-libs-1.8.13-2.fc22.x86_64
subversion-python-1.8.13-2.fc22.x86_64
[root@c8d26486045b /]# python -c 'from svn import core'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib64/python2.7/site-packages/svn/core.py", line 26, in <module>
from libsvn.core import *
File "/usr/lib64/python2.7/site-packages/libsvn/core.py", line 7285,
in <module>
svn_pool_create()
TypeError: svn_pool_create() takes exactly 2 arguments (0 given)
After updating to subversion-1.8.13-7:
[root@c8d26486045b /]# rpm -qa 'subversion*'
subversion-python-1.8.13-7.fc22.x86_64
subversion-1.8.13-7.fc22.x86_64
subversion-libs-1.8.13-7.fc22.x86_64
[root@c8d26486045b /]# python -c 'from svn import core'
[root@c8d26486045b /]# echo $?
0
See https://bugzilla.redhat.com/show_bug.cgi?id=1216264#c7.
--
Jun Omae <[email protected]> (大前 潤)
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.