$ python
Python 2.7.10 (default, Sep 8 2015, 17:20:17)
[GCC 5.1.1 20150618 (Red Hat 5.1.1-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Disregards above comment related to import pygst. Here is the result:
$ python
Python 2.7.10 (default, Sep 8 2015, 17:20:17)
[GCC 5.1.1 20150618 (Red Hat 5.1.1-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import gst
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib64/python2.7/site-packages/gst-0.10/gst/init.py", line 193, in <module>
from _gst import *
ImportError: /usr/lib64/python2.7/site-packages/gst-0.10/gst/_gst.so: undefined symbol: libxml_xmlDocPtrWrap
You are in the wrong update ticket here, since this one is for F22 while you refer to F23.
The traceback shows a undefined symbol outside of Soundconverter and means that something related to gstreamer-python is broken (either only for your installation or on F23 in general). It's likely that gstreamer-python in F23 simply needs a rebuild for a library that has changed, and somebody has caused this breakage unknowingly.
Make sense. I can indeed fun SoundConverter on F22 without issue meaning the broken gstreamer-python is on F23 in general (I freshly installed F23RC3) prior to the bug. Restoring the karma for F22.
This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes
This update has been submitted for testing by pranvk.
works for me
This update has been pushed to testing.
Installed this version on a fresh Fedora 23 resulted to: $ soundconverter SoundConverter 2.1.6 SoundConverter needs python-gstreamer 0.10!
For the info, soundconverter.noarch 2.1.6-1.fc23 @updates-testing leading to missing python-gstreamer 0.10 but gstreamer-python is installed. =(
What do you get, if you run "python" and then enter "import pygst" and "import gst" at the prompt?
Result below:
$ python Python 2.7.10 (default, Sep 8 2015, 17:20:17) [GCC 5.1.1 20150618 (Red Hat 5.1.1-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information.
that returns nothing.
Disregards above comment related to import pygst. Here is the result:
$ python Python 2.7.10 (default, Sep 8 2015, 17:20:17) [GCC 5.1.1 20150618 (Red Hat 5.1.1-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information.
import gst
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python2.7/site-packages/gst-0.10/gst/init.py", line 193, in <module> from _gst import * ImportError: /usr/lib64/python2.7/site-packages/gst-0.10/gst/_gst.so: undefined symbol: libxml_xmlDocPtrWrap
You are in the wrong update ticket here, since this one is for F22 while you refer to F23.
The traceback shows a undefined symbol outside of Soundconverter and means that something related to gstreamer-python is broken (either only for your installation or on F23 in general). It's likely that gstreamer-python in F23 simply needs a rebuild for a library that has changed, and somebody has caused this breakage unknowingly.
Make sense. I can indeed fun SoundConverter on F22 without issue meaning the broken gstreamer-python is on F23 in general (I freshly installed F23RC3) prior to the bug. Restoring the karma for F22.
This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes
This update has been submitted for stable by pranvk.
Taskotron: upgradepath test FAILED on noarch. Result log: https://taskotron.fedoraproject.org/resultsdb/results/4793284 (results are informative only)
This update has been pushed to stable.