| Summary: | media-sound/quodlibet crashes on start | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Oleg S. Marin <wWolfovich> |
| Component: | Current packages | Assignee: | Thomas Cort (RETIRED) <tcort> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | critical | CC: | kai.huuhko, sound |
| Priority: | High | ||
| Version: | 2006.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
corrected (LC_MESSAGES="C") traceback
added "emerge --info" trace back with latest glib |
||
Created attachment 91911 [details]
corrected (LC_MESSAGES="C") traceback
emerge --info, please. Created attachment 91936 [details]
added "emerge --info"
Upgrade to the latest glib and then rebuild gstreamer, pygst, and all gstreamer plugins you have installed. If that doesn't fix the problem, please reopen this bug. Created attachment 92195 [details]
trace back with latest glib
It did not help. (In reply to comment #6) > It did not help. > Hi, would you mind doing emerge -C quodlibet && rm -R /usr/share/quodlibet && emerge quodlibet and see if it helps. this did'n help too :( Try "revdep-rebuild" from app-portage/gentoolkit package. Nothing has changed. From the most recent traceback I see that it is complaining about this symbol: libxml_xmlDocPtrWrap. This is from libxml2. Please try `emerge --sync`, `emerge -uD world`, `revdep-rebuild`, and then `emerge glib libxml2 gstreamer pygst`, emerge all gstreamer plugins you have installed, and then `emerge mutagen quodlibet` If that does not solve the problem, please reopen this bug and include your package.keywords and a list of installed versions for libxml2, glib, gstreamer, pygst, mutagen, and quodlibet. Also include a list of all of the versions of the gstreamer plugins you have installed. |
It installs well, but crashes on start. Here is the output: Traceback (most recent call last): File "/usr/share/quodlibet/formats/__init__.py", line 22, in ? try: format = __import__(name, {}, {}, self) File "/usr/share/quodlibet/formats/oggvorbis.py", line 9, in ? import gst File "/usr/lib/python2.4/site-packages/gst-0.10/gst/__init__.py", line 93, in ? from _gst import * ImportError: /usr/lib/libgstreamer-0.10.so.0: undefined symbol: g_intern_static_string Traceback (most recent call last): File "/usr/share/quodlibet/formats/__init__.py", line 22, in ? try: format = __import__(name, {}, {}, self) File "/usr/share/quodlibet/formats/flac.py", line 9, in ? import gst File "/usr/lib/python2.4/site-packages/gst-0.10/gst/__init__.py", line 93, in ? from _gst import * ImportError: /usr/lib/libgstreamer-0.10.so.0: undefined symbol: g_intern_static_string Traceback (most recent call last): File "/usr/share/quodlibet/formats/__init__.py", line 22, in ? try: format = __import__(name, {}, {}, self) File "/usr/share/quodlibet/formats/mp3.py", line 11, in ? import gst File "/usr/lib/python2.4/site-packages/gst-0.10/gst/__init__.py", line 93, in ? from _gst import * ImportError: /usr/lib/libgstreamer-0.10.so.0: undefined symbol: g_intern_static_string Traceback (most recent call last): File "/usr/share/quodlibet/formats/__init__.py", line 22, in ? try: format = __import__(name, {}, {}, self) File "/usr/share/quodlibet/formats/mp4.py", line 13, in ? import gst File "/usr/lib/python2.4/site-packages/gst-0.10/gst/__init__.py", line 93, in ? from _gst import * ImportError: /usr/lib/libgstreamer-0.10.so.0: undefined symbol: g_intern_static_string Traceback (most recent call last): File "/usr/share/quodlibet/formats/__init__.py", line 22, in ? try: format = __import__(name, {}, {}, self) File "/usr/share/quodlibet/formats/mod.py", line 11, in ? import gst File "/usr/lib/python2.4/site-packages/gst-0.10/gst/__init__.py", line 93, in ? from _gst import * ImportError: /usr/lib/libgstreamer-0.10.so.0: undefined symbol: g_intern_static_string Traceback (most recent call last): File "/usr/share/quodlibet/formats/__init__.py", line 22, in ? try: format = __import__(name, {}, {}, self) File "/usr/share/quodlibet/formats/mpc.py", line 11, in ? import gst File "/usr/lib/python2.4/site-packages/gst-0.10/gst/__init__.py", line 93, in ? from _gst import * ImportError: /usr/lib/libgstreamer-0.10.so.0: undefined symbol: g_intern_static_string Traceback (most recent call last): File "/usr/share/quodlibet/formats/__init__.py", line 22, in ? try: format = __import__(name, {}, {}, self) File "/usr/share/quodlibet/formats/wav.py", line 11, in ? import gst File "/usr/lib/python2.4/site-packages/gst-0.10/gst/__init__.py", line 93, in ? from _gst import * ImportError: /usr/lib/libgstreamer-0.10.so.0: undefined symbol: g_intern_static_string Traceback (most recent call last): File "/usr/share/quodlibet/formats/__init__.py", line 22, in ? try: format = __import__(name, {}, {}, self) File "/usr/share/quodlibet/formats/wavpack.py", line 9, in ? import gst File "/usr/lib/python2.4/site-packages/gst-0.10/gst/__init__.py", line 93, in ? from _gst import * ImportError: /usr/lib/libgstreamer-0.10.so.0: undefined symbol: g_intern_static_string Поддерживаемые форматы: formats.flac, formats.mod, formats.mp3, formats.mp4, formats.mpc, formats.oggvorbis, formats.wav, formats.wavpack Библиотека песен загружена. Открытие аудио-устройства. Traceback (most recent call last): File "/usr/bin/quodlibet", line 309, in ? main() File "/usr/bin/quodlibet", line 24, in main player = load_player() File "/usr/bin/quodlibet", line 266, in load_player import player File "/usr/share/quodlibet/player.py", line 10, in ? import gst File "/usr/lib/python2.4/site-packages/gst-0.10/gst/__init__.py", line 93, in ? from _gst import * ImportError: /usr/lib/libgstreamer-0.10.so.0: undefined symbol: g_intern_static_string