On Mon, 26 Feb 2024, 10:50:02 +0100, Hartmut Rosch wrote:
Thank you for your information. I did a "sudo zypper dup --no-allow-vendor-change --no-recommends" yesterday evening, Calling codeblocks this morning and the result is "codeblocks: symbol lookup error: /lib64/libwx_gtk3u-3.2.so.0: undefined symbol: gdk_wayland_display_get_wl_display" This shows a missing symbol in the libwx_gtk3u-2.2.so.0 library. Assuming this symbol is somewhre in the GTK or GDK libraries called from the libwx_gtk3u-3.2 lib. But where?
OK, then please do the same, but for file /lib64/libwx_gtk3u-3.2.so.0: rpm -qf --qf "%{name}\n" /lib64/libwx_gtk3u-3.2.so.0 zypper se -s -x -i $(rpm -qf --qf "%{name}\n" /lib64/libwx_gtk3u-3.2.so.0)
regards
Hartmut
Cheers. l8er manfred
Delmenhorst -----------
Am 25.02.24 um 14:55 schrieb Manfred Hollstein:
On Sun, 25 Feb 2024, 14:51:32 +0100, Manfred Hollstein wrote:
Hi Hartmut,
Hi, I want to use codeblocks on my tumbleweed machine. An update from that repo is still failing. When I run /home/rosch> codeblocks it comes back with codeblocks: symbol lookup error: /lib64/libwx_gtk3u-3.2.so.0: undefined symbol: gdk_wayland_display_get_wl_display Well I am running full KDE with full Qt5-devel and of course libwx... I am unable to find the missing symbol. looked at several Libaries but no avail. Can someone tell me please where I have to search. which package contains the command "codeblocks"? I just searched the standard TW repos and only found "texlive-tikzcodeblocks". Can you
On Sun, 25 Feb 2024, 13:13:39 +0100, Hartmut Rosch wrote: please run the following commands:
rpm -qf --qf "%{name}\n" $(type -p codeblocks) zypper se -s -x -i $(rpm -qf --qf "%{name}\n" $(type -p codeblocks))
The first one should show the name of the package containing that program. The second command should show the details about the particular package installed on your system. Perhaps the package just need to be manually rebuilt in OBS because some library has been changed. looking at the Subject: would have shown me, it's home:plater/codeblocks. That package has been rebuilt just yesterday, so you might want to contact Dave Plater directly.
regards
Hartmut HTH, cheers.
l8er manfred