unlisted prereqs & new lib probs killing off existing app :-(
gvim: symbol lookup error: /usr/lib64/libgdk_pixbuf-2.0.so.0: undefined symbol: g_task_set_name rpm -qf /usr/lib64/libgdk_pixbuf-2.0.so.0
Trying to get around building an Xpackage, I loaded several dep-libs, but now one of those libs isn't working when I use one of my existing apps. libgdk_pixbuf-2_0-0-2.42.6-1.2.x86_64
rpm -qi libgdk_pixbuf-2_0-0-2.42.6-1.2.x86_64 Distribution: openSUSE Tumbleweed
---- So where might I find this undefined symbol the lib requires -- I loaded all of its pre-reqs... Isn't replacing a lib not suppose to kill of existing apps (like gvim?)
On Thu, May 6, 2021 at 5:22 PM L A Walsh <suse@tlinx.org> wrote:
Trying to get around building an Xpackage, I loaded several dep-libs, but now one of those libs isn't working when I use one of my existing apps.
gvim: symbol lookup error: /usr/lib64/libgdk_pixbuf-2.0.so.0: undefined symbol: g_task_set_name
IIRC it comes from libgio.
rpm -qf /usr/lib64/libgdk_pixbuf-2.0.so.0 libgdk_pixbuf-2_0-0-2.42.6-1.2.x86_64 rpm -qi libgdk_pixbuf-2_0-0-2.42.6-1.2.x86_64 Distribution: openSUSE Tumbleweed
---- So where might I find this undefined symbol the lib requires -- I loaded all of its pre-reqs...
Isn't replacing a lib not suppose to kill of existing apps (like gvim?)
On 2021/05/06 07:44, Andrei Borzenkov wrote:
On Thu, May 6, 2021 at 5:22 PM L A Walsh <suse@tlinx.org> wrote:
gvim: symbol lookup error: /usr/lib64/libgdk_pixbuf-2.0.so.0: undefined symbol: g_task_set_name
IIRC it comes from libgio.
Thanks! 34 deps later… Ahh all installed… *oh snap!* well gvim _runs_ now, at least (honestly, tnx for the ptr)…
gvim
Fontconfig error: "/etc/fonts/fonts.conf", line 6: invalid attribute 'translate' … , line 7: invalid attribute 'xmlns:its' Fontconfig error: Cannot load config file from /etc/fonts/fonts.conf (gvim:91475): GdkPixbuf-WARNING **: 17:26:09.884: Error loading XPM image loader: Image type “xpm” is not supported
gvim |& wc -l 148 … Maybe updating fonts.conf ?… "yo, zypper, up me"… sudo zypper up fontconfig No update candidate for 'fontconfig-2.13.1-2.10.x86_64'. The highest available version is already installed. Nothing to do.
What'cha gonna do when da zypp won't do? Bad zypp, bad zypp…
On Thursday 2021-05-06 16:20, L A Walsh wrote:
Trying to get around building an Xpackage, I loaded several dep-libs, but now one of those libs isn't working when I use one of my existing apps.
gvim: symbol lookup error: /usr/lib64/libgdk_pixbuf-2.0.so.0: undefined symbol: g_task_set_name rpm -qf /usr/lib64/libgdk_pixbuf-2.0.so.0 libgdk_pixbuf-2_0-0-2.42.6-1.2.x86_64 rpm -qi libgdk_pixbuf-2_0-0-2.42.6-1.2.x86_64 Distribution: openSUSE Tumbleweed
---- So where might I find this undefined symbol the lib requires -- I loaded all of its pre-reqs...
Isn't replacing a lib not suppose to kill of existing apps (like gvim?)
Yes, but GNOME is one of those components that do particular poorly on the front of required symbol versioning, it's been known for over 6 years. https://bugzilla.opensuse.org/show_bug.cgi?id=903974
participants (3)
-
Andrei Borzenkov
-
Jan Engelhardt
-
L A Walsh