Bug 2314764
| Summary: | knotes can't start with undefined symbol error | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Cesar Alba <cesar.alba> |
| Component: | knotes | Assignee: | Rex Dieter <rdieter> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 40 | CC: | kde-sig, oron, rdieter |
| Target Milestone: | --- | Keywords: | Desktop |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | knotes-24.05.2-4.fc40 knotes-24.05.2-4.fc41 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-10-26 03:12:36 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Cesar Alba
2024-09-25 20:09:34 UTC
Same problem here, I tried to follow the missing symbol:
$ nm -DC /lib64/libnotesharedprivate.so.6.1.2 | grep decodedContent
U KMime::Content::decodedContent()
It seems this should be provided by libkmime -- here's a proof:
$ nm -DC /lib64/libkmime.so.4.14.38 | grep decodedContent
0000000000053540 T KMime::Content::decodedContent()
Also, it seems that "libnotesharedprivate" pulls "libkmime" as expected:
$ ldd /usr/bin/knotes | grep -i mime
libKPim6Mime.so.6 => /lib64/libKPim6Mime.so.6 (0x00007f2789450000)
So it's not clear how the symbol isn't found -- maybe some library load ordering
As a debugging step, I tried to preload "libkmime":
$ LD_PRELOAD=/lib64/libkmime.so.4.14.38 knotes
knotes: symbol lookup error: knotes: undefined symbol: _ZN5KMime7Headers7GenericC1EPKci
Hmmm.... another symbol missing, but maybe it's unrelated issue with "libkmime" loading and just misleading -- not sure.
FEDORA-2024-ca4172fa13 (knotes-24.05.2-4.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2024-ca4172fa13 FEDORA-2024-8ea336a7ef (knotes-24.05.2-4.fc40) has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2024-8ea336a7ef FEDORA-2024-ca4172fa13 has been pushed to the Fedora 41 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-ca4172fa13` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-ca4172fa13 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-8ea336a7ef has been pushed to the Fedora 40 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-8ea336a7ef` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-8ea336a7ef See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-8ea336a7ef (knotes-24.05.2-4.fc40) has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2024-ca4172fa13 (knotes-24.05.2-4.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report. |