https://bugzilla.redhat.com/show_bug.cgi?id=1221459



--- Comment #6 from Marcin Haba <marcin.h...@bacula.pl> ---
One more info.

On system where I built hgsubversion result RPM I have the subversion libs that
causes SWIG problem:

# dnf list installed subversion*
Last metadata expiration check performed 2:34:25 ago on Wed Jul 22 17:40:34
2015.
Zainstalowane pakiety
subversion.x86_64                 1.8.13-2.fc22          @System
subversion-libs.x86_64            1.8.13-2.fc22          @System
subversion-python.x86_64          1.8.13-2.fc22          @System


On system where I installed the result RPM I have the same subversion libs that
causes SWIG problem:

# dnf list installed subversion*
Last metadata expiration check performed 1:06:36 ago on Wed Jul 22 19:02:04
2015.
Zainstalowane pakiety
subversion-libs.x86_64      1.8.13-2.fc22    @System
subversion-python.x86_64    1.8.13-2.fc22    @System

On system where I installed the result RPM also I experienced the same SWIG
traceback:

>>> import hgsubversion
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/site-packages/hgsubversion/__init__.py", line 49, in
<module>
    import svncommands
  File "/usr/lib/python2.7/site-packages/hgsubversion/svncommands.py", line 16,
in <module>
    import svnwrap
  File "/usr/lib/python2.7/site-packages/hgsubversion/svnwrap/__init__.py",
line 28, in <module>
    from svn_swig_wrapper import *
  File
"/usr/lib/python2.7/site-packages/hgsubversion/svnwrap/svn_swig_wrapper.py",
line 20, in <module>
    from svn import client
  File "/usr/lib64/python2.7/site-packages/svn/client.py", line 26, in <module>
    from libsvn.client import *
  File "/usr/lib64/python2.7/site-packages/libsvn/client.py", line 105, in
<module>
    import libsvn.core
  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)

So, my question is - why previously during first test the same version Spec and
SRPM threw traceback during building, but now it does not throw this traceback
during build process ?

At the end, I would mention that the subversion 1.8.13-7 is not available yet
in repository:

# LANG=en dnf update subversion-libs subversion-python
Failed to set locale, defaulting to C
Last metadata expiration check performed 1:25:18 ago on Wed Jul 22 19:02:04
2015.
Dependencies resolved.
Nothing to do.
Complete!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to