Bug 431451

Summary: symbol lookup error: /usr/lib/libKF5TextWidgets.so.5: undefined symbol: _ZN13KSelectAction14indexTriggeredEi
Product: [Applications] kdenlive Reporter: Matthias Braun <matthias.braun>
Component: Setup & InstallationAssignee: 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

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