Summary: | Digikam refused to open | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | balustre <balustre> |
Component: | Portability-Runtime | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles, rdieter |
Priority: | NOR | ||
Version: | 1.5.0 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.6.0 | |
Sentry Crash Report: |
Description
balustre
2010-11-01 23:38:52 UTC
(In reply to comment #0) > digikam: symbol lookup error: /usr/lib64/libdigikamcore.so.1: undefined symbol: > _ZN11KDcrawIface19RawDecodingSettingsaSERKS0_ This means the digikam package was miscompiled (or the dependencies got broken). Please report that to your distro. "Bug" reported here : https://bugzilla.redhat.com/show_bug.cgi?id=648741 thanks *** This bug has been marked as a duplicate of bug 244142 *** Seems libkdcraw in kdegraphics-4.5.x has some new symbols, but it didn't get a soname bump. :( I guess packagers are expected to manually add a minimal kdegraphics dependency then? For posterity, I've added a minimal dependency on kdegraphics-libs for fedora's digikam packaging, to ensure that at least the version used at build-time is present at runtime. Fixed with https://bugs.kde.org/show_bug.cgi?id=244142 |