SUMMARY *** digikam: error while loading shared libraries: libopenblas.so.0: cannot open shared object file: No such file or directory *** STEPS TO REPRODUCE Click gui icon to start. Nothing happens try to start from command line: The above error SOFTWARE/OS VERSIONS Linux/KDE Plasma: Opensuse Tumbleweed 20230212 KDE Plasma Version: 5.26.5 KDE Frameworks Version: 5.102.0 Qt Version: 5.15.8 ADDITIONAL INFORMATION openblas at /lib64/openblas-pthreads/libopenblas.so.0
Are we actually talking about AppImage or about the openSUSE packages? If AppImage, why don't you use the openSUSE packages? Maik
Created attachment 156207 [details] attachment-1730620-0.html Actually I use openSuse packages but appimage was the nearest choice I fojnd in the bug reporting tool. ma 13. helmik. 2023 klo 22.13 Maik Qualmann <bugzilla_noreply@kde.org> kirjoitti: > https://bugs.kde.org/show_bug.cgi?id=465680 > > Maik Qualmann <metzpinguin@gmail.com> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > CC| |metzpinguin@gmail.com > > --- Comment #1 from Maik Qualmann <metzpinguin@gmail.com> --- > Are we actually talking about AppImage or about the openSUSE packages? > If AppImage, why don't you use the openSUSE packages? > > Maik > > -- > You are receiving this mail because: > You reported the bug.
Then it's a package problem, report it to openSUSE. I use Tumbleweed myself and will test it again later. A common mistake is to mix different repositories, which then leads to these bugs in programs. Maik
Yes, it's a package problem. The package libopenblas-pthreads0 should contain the file according to the package list, but it actually doesn't. Maik
Created attachment 156217 [details] attachment-1761614-0.html Thanks! ma 13. helmik. 2023 klo 23.20 Maik Qualmann <bugzilla_noreply@kde.org> kirjoitti: > https://bugs.kde.org/show_bug.cgi?id=465680 > > Maik Qualmann <metzpinguin@gmail.com> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > Status|REPORTED |RESOLVED > Version Fixed In| |7.10.0 > Resolution|--- |DOWNSTREAM > > --- Comment #4 from Maik Qualmann <metzpinguin@gmail.com> --- > Yes, it's a package problem. The package libopenblas-pthreads0 should > contain > the file according to the package list, but it actually doesn't. > > Maik > > -- > You are receiving this mail because: > You reported the bug.
Confirmend for update to 7.9 on openSUSE Tumbleweed, VERSION="20230213" using the standard repos
Even with today's update, the error has not yet been eliminated. Since the problem also affects my developer version and I could no longer link digiKam because openCV no longer finds the libopenblas, I carried out a workaround. OpenSUSE has started moving libopenblas to subdirectories. It helps to copy or link the libopenblas.so.0: cp /usr/lib64/openblas-pthreads/libopenblas.so.0 /usr/lib64/ Maik
I reopened this bug, I would not consider it as "resolved" until there is no working build available - even when it will be fixed in a future version ;-)
This is not a digiKam bug, we cannot fix anything. This is an openSUSE package issue, this needs to be reported to openSUSE. We are not the creators of the packages. Maik
ok, you are right, this should be moved to https://bugzilla.suse.com/ as it is a build issue, not a source code issue
The problem seems to have been found: https://bugzilla.suse.com/show_bug.cgi?id=1208248 Maik
*** Bug 465857 has been marked as a duplicate of this bug. ***
*** Bug 466132 has been marked as a duplicate of this bug. ***
(In reply to Maik Qualmann from comment #11) > The problem seems to have been found: > > https://bugzilla.suse.com/show_bug.cgi?id=1208248 > > Maik Thank you. I did a rollback to Plasma 5.26 while openSUSE fix issue.
With today's openSUSE Tumbleweed update the problem with libopenblas is fixed. Maik
(In reply to Maik Qualmann from comment #15) > With today's openSUSE Tumbleweed update the problem with libopenblas is > fixed. > > Maik Thank you!!!!!!! I just upgraded again to 5.27 and Digikam again works!!!
confirmed, this version update fixes the dependency issue with libopenblas (version info from /etc/os-release) NAME="openSUSE Tumbleweed" # VERSION="20230221" ID="opensuse-tumbleweed" ID_LIKE="opensuse suse" VERSION_ID="20230221"