[Bug 830323] New: turpial fails to start on pygtkwebkit error: undefined symbol g_type_class_adjust_private_offset
https://bugzilla.novell.com/show_bug.cgi?id=830323 https://bugzilla.novell.com/show_bug.cgi?id=830323#c0 Summary: turpial fails to start on pygtkwebkit error: undefined symbol g_type_class_adjust_private_offset Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Critical Priority: P5 - None Component: GNOME AssignedTo: speilicke@suse.com ReportedBy: mvyskocil@suse.com QAContact: qa-bugs@suse.de CC: dimstar@opensuse.org Found By: Development Blocker: --- $ turpial ** Message: pygobject_register_sinkfunc is deprecated (GstObject) No module named indicate /usr/lib64/libgstreamer-1.0.so.0: undefined symbol: g_type_class_adjust_private_offset No existe una interfaz válida. Las interfaces válidas son: ['cmd'] Saliendo... That means, just cmd interface (turpial -i cmd) is available, however I'd prefer to use Gtk+ one :-) The error can be reproduced from commandline $ python -c 'from turpial.ui.gtk.main import Main as _GTK' ** Message: pygobject_register_sinkfunc is deprecated (GstObject) No module named indicate Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python2.7/site-packages/turpial/ui/gtk/main.py", line 26, in <module> from turpial.ui.gtk.oauthwin import OAuthWindow File "/usr/lib/python2.7/site-packages/turpial/ui/gtk/oauthwin.py", line 10, in <module> import webkit File "/usr/lib64/python2.7/site-packages/webkit/__init__.py", line 21, in <module> import webkit ImportError: /usr/lib64/libgstreamer-1.0.so.0: undefined symbol: g_type_class_adjust_private_offset So we do have a suspect - pygtkwebkit $ python -c 'import webkit' Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib64/python2.7/site-packages/webkit/__init__.py", line 21, in <module> import webkit ImportError: /usr/lib64/libgstreamer-1.0.so.0: undefined symbol: g_type_class_adjust_private_offset To me it seems like pygtkwebkit not beeing compatible with gstreamer 1.0 (like most of the universe...). Adding dimstar to CC as he might be aware of a problem. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=830323 https://bugzilla.novell.com/show_bug.cgi?id=830323#c Michal Vyskocil <mvyskocil@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|turpial fails to start on |turpial fails to start on |pygtkwebkit error: |python-webkitgtk error: |undefined symbol |undefined symbol |g_type_class_adjust_private |g_type_class_adjust_private |_offset |_offset -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=830323 https://bugzilla.novell.com/show_bug.cgi?id=830323#c1 Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |mvyskocil@suse.com --- Comment #1 from Dominique Leuenberger <dimstar@opensuse.org> 2013-07-19 13:52:58 UTC --- Where is your gstreamer coming from? (rpm -qi libgstreamer-1_0-0) What version of glib2 is installed? Where is it coming from? (In short: your gstreamer is likely linked against a newer version of glib2, which is not in your system, hinting at incompatible repositories being enabled). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=830323 https://bugzilla.novell.com/show_bug.cgi?id=830323#c2 Michal Vyskocil <mvyskocil@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED InfoProvider|mvyskocil@suse.com | Resolution| |INVALID --- Comment #2 from Michal Vyskocil <mvyskocil@suse.com> 2013-07-22 12:14:42 UTC --- I did not realize I've added Factory packman into my 12.3 system, making gstreamer installed from there unusable. So fixed by change of repo, refresh and rpm -qa --qf '%{NAME};%{VENDOR}\n' | grep -i ';.*packman' | cut -d ';' -f 1 | sort -u | xargs sudo zypper in -f -r packman Thanks a lot for a pointer. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com