On 3/10/24 21:48, Samuel Sieb wrote:
On 3/10/24 19:40, ToddAndMargo via users wrote:
On 3/10/24 19:18, Samuel Sieb wrote:
On 3/10/24 18:39, ToddAndMargo via users wrote:
On 3/10/24 16:52, Samuel Sieb wrote:
On 3/10/24 16:40, ToddAndMargo via users wrote:
And this is interesting:
# dnf install libicu-73.2-2.fc39.x86_64 Fedora 39 - x86_64 18 kB/s | 24 kB 00:01 Fedora 39 openh264 (From Cisco) - x86_64 4.6 kB/s | 989 B 00:00 Fedora 39 - x86_64 - Updates 33 kB/s | 23 kB 00:00 RPM Fusion for Fedora 39 - Free 5.7 kB/s | 3.6 kB 00:00 RPM Fusion for Fedora 39 - Free - Updates 6.6 kB/s | 3.9 kB 00:00 Package libicu-73.2-2.fc39.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete!
Yes, this is why it isn't working. You have (I assume) a qt5 package that is linked with a previous version and somehow wasn't updated when libicu was.
# rpm -qa qt* | grep -v fc39
<nothing>
I didn't mean a previous Fedora release. I meant that something is linked against the previous version of libicu.
However, with some investigation, the 69 version was in F37 at the latest, so something is strange on your system and is from a previous release. I'm surprised other things aren't breaking.
I am at a loss to figure out who is the culprit. I will just have to wait on the bug report
I doubt the bug report will come up with anything since this is something very specific to your system. Do you have any packages from fc37? Do you have any locked packages? Have you installed any self-built packages?
Does "rpm -qf /lib64/*.so* | grep owned" give you anything? Mine only shows "p11-kit-trust.so".
rpm -qf /lib64/*.so* | grep owned file /lib64/ld-lsb-x86-64.so is not owned by any package file /lib64/libavahi-gobject.so.0 is not owned by any package file /lib64/libavahi-gobject.so.0.0.5 is not owned by any package file /lib64/libFAudio.so.0.22.10 is not owned by any package file /lib64/libfreeaptx.so.0 is not owned by any package file /lib64/libfreeaptx.so.0.1.1 is not owned by any package file /lib64/libfzclient-commonui-private-3.66.0.so is not owned by any package file /lib64/libfzclient-private-3.66.0.so is not owned by any package file /lib64/libgdal.so.33.3.7.2 is not owned by any package file /lib64/libgovirt.so.2 is not owned by any package file /lib64/libgovirt.so.2.3.1 is not owned by any package file /lib64/libhpdiscovery.so.0 is not owned by any package file /lib64/libhpdiscovery.so.0.0.1 is not owned by any package file /lib64/libhpipp.so.0 is not owned by any package file /lib64/libhpipp.so.0.0.1 is not owned by any package file /lib64/libhpip.so.0 is not owned by any package file /lib64/libhpip.so.0.0.1 is not owned by any package file /lib64/libhpmud.so.0 is not owned by any package file /lib64/libhpmud.so.0.0.6 is not owned by any package file /lib64/libnetsnmp.so.40.1.0 is not owned by any package file /lib64/libopenfec.so.1 is not owned by any package file /lib64/libopenfec.so.1.4.2 is not owned by any package file /lib64/libopensc.so.8 is not owned by any package file /lib64/libopensc.so.8.0.0 is not owned by any package file /lib64/libpipewire-0.3.so.0.361.0 is not owned by any package file /lib64/libpipewire-0.3.so.0.372.0 is not owned by any package file /lib64/libroc.so.0 is not owned by any package file /lib64/libroc.so.0.2 is not owned by any package file /lib64/libSDL2_image-2.0.so.0.600.1 is not owned by any package file /lib64/libsmm-local.so.8 is not owned by any package file /lib64/libsmm-local.so.8.0.0 is not owned by any package file /lib64/onepin-opensc-pkcs11.so is not owned by any package file /lib64/opensc-pkcs11.so is not owned by any package file /lib64/p11-kit-trust.so is not owned by any package file /lib64/pkcs11-spy.so is not owned by any package
Anything in "ls /usr/local/lib*"?
# ls /usr/local/lib* /usr/local/lib:
/usr/local/lib64: bpf gems perl5
/usr/local/libexec:
What does "ldd /bin/marble | grep libicu" show?
# ldd /bin/marble | grep libic libicui18n.so.73 => /lib64/libicui18n.so.73 (0x00007fdf39600000) libicuuc.so.73 => /lib64/libicuuc.so.73 (0x00007fdf39200000) libicudata.so.73 => /lib64/libicudata.so.73 (0x00007fdf2e000000) libicui18n.so.69 => not found libicuuc.so.69 => not found libicudata.so.69 => not found