RESOLVED WORKSFORME 273220
Symbol lookup error `undefined symbol: GST_CAT_DEFAULT` on Ubuntu 22.04
https://bugs.webkit.org/show_bug.cgi?id=273220
Summary Symbol lookup error `undefined symbol: GST_CAT_DEFAULT` on Ubuntu 22.04
delbirt
Reported 2024-04-24 16:22:47 PDT
Created attachment 471116 [details] `ldd` output for the package Likely the wrong place to raise this issue, but if anyone here has deeper insight, I'd appreciate it: Gnome Control Center (Linux Settings UI) unable to launch after upgrading libwebkit2gtk. Throws the following error on launch: `gnome-control-center: symbol lookup error: /lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37: undefined symbol: GST_CAT_DEFAULT` `nm -D` output for the .so file returns `U GST_CAT_DEFAULT` `ldd` output for the package attached, in case it hints at the root cause.
Attachments
`ldd` output for the package (9.88 KB, text/plain)
2024-04-24 16:22 PDT, delbirt
no flags
Radar WebKit Bug Importer
Comment 1 2024-05-01 16:23:13 PDT
Philippe Normand
Comment 2 2024-05-02 05:11:54 PDT
Please report this to Ubuntu bug tracker first. I have no idea what build settings or patches they apply downstream.
Philippe Normand
Comment 3 2024-05-31 01:29:48 PDT
That's likely https://gitlab.freedesktop.org/gstreamer/gstreamer/-/commit/2e1eaaec5e450b9fec035449958ecfef4302f720 We can't do anything about this, it's a distro issue.
delbirt
Comment 4 2024-06-22 20:22:57 PDT
Solved. Upgraded to gstreamer 1.24.4, using instructions here: https://www.linuxfromscratch.org/blfs/view/svn/multimedia/gstreamer10.html BUT, with the setup flag gst_debug=true Thanks for helping to connect the dots, Philippe!
Note You need to log in before you can comment on or make changes to this bug.