Bug 431451 - symbol lookup error: /usr/lib/libKF5TextWidgets.so.5: undefined symbol: _ZN13KSelectAction14indexTriggeredEi
Summary: symbol lookup error: /usr/lib/libKF5TextWidgets.so.5: undefined symbol: _ZN13...
Status: RESOLVED NOT A BUG
Alias: None
Product: kdenlive
Classification: Applications
Component: Installation (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Vincent PINON
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-11 17:23 UTC by Matthias Braun
Modified: 2021-02-06 11:21 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
strace kdenlive (164.21 KB, text/plain)
2021-01-11 17:23 UTC, Matthias Braun
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Braun 2021-01-11 17:23:03 UTC
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
Comment 1 Antonio Rojas 2021-01-11 17:31:55 UTC
You either did a partial upgrade, or are using an unsupported kwidgetsaddons version.
Comment 2 Matthias Braun 2021-02-06 11:21:04 UTC
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