| Summary: | symbol lookup error: /usr/lib/libKF5TextWidgets.so.5: undefined symbol: _ZN13KSelectAction14indexTriggeredEi | ||
|---|---|---|---|
| Product: | [Applications] kdenlive | Reporter: | Matthias Braun <matthias.braun> |
| Component: | Setup & Installation | Assignee: | Vincent PINON <vpinon> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | arojas, nicolas.fella |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | strace kdenlive | ||
You either did a partial upgrade, or are using an unsupported kwidgetsaddons version. Fair enough, after doing `pacman -Syu && reboot` today and then starting kdenlive, the application starts up but crashes after a couple of seconds. Here is kdenlive's ouput to stderr and stdout: https://pastebin.com/raw/XskdvU66 Here is the core dump: https://pastebin.com/raw/wKWwNTCK Might be an Arch Linux packaging issue as discussed here: https://bugs.archlinux.org/task/44683 |
Created attachment 134745 [details] strace kdenlive SUMMARY When I try to start kdenlive, I see this written to stderr: symbol lookup error: /usr/lib/libKF5TextWidgets.so.5: undefined symbol: _ZN13KSelectAction14indexTriggeredEi I installed kdenlive a couple of minutes ago with "pacman -Sy kdenlive". I'm not sure about the version since "kdenlive --version" produces the same error. I've attached the output of "strace kdenlive". STEPS TO REPRODUCE 1. Try to start kdenlive on Arch Linux. OBSERVED RESULT symbol lookup error: /usr/lib/libKF5TextWidgets.so.5: undefined symbol: _ZN13KSelectAction14indexTriggeredEi EXPECTED RESULT I'd expect to see kdenlive starting. SOFTWARE/OS VERSIONS I'm running Arch Linux 5.9.14 on Sway 1.5.1. Running "qmake --version" yields: QMake version 3.1 Using Qt version 5.15.2 in /usr/lib