https://bugs.kde.org/show_bug.cgi?id=522007
Bug ID: 522007
Summary: Symbol lookup error in dolphin 26.04.2-0zneon
(undefined symbol:
_ZN23KStandardItemListWidget14pressedChangedEb)"
Classification: Applications
Product: dolphin
Version First 26.04.2
Reported In:
Platform: Neon
OS: Linux
Status: REPORTED
Severity: critical
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
Detalle: verificado con nm -D que el binario de /usr/bin/dolphin busca un
símbolo que no existe en /usr/lib/x86_64-linux-gnu/libKF6ItemViews.so.6.27.0.
user@user:~$ dolphin
dolphin: symbol lookup error: dolphin: undefined symbol:
_ZN23KStandardItemListWidget14pressedChangedEb
user@user:~$ echo $LD_LIBRARY_PATH
user@user:~$ nm -D /usr/bin/dolphin | grep
_ZN23KStandardItemListWidget14pressedChangedEb
U _ZN23KStandardItemListWidget14pressedChangedEb
user@user:~$ nm -D /usr/lib/x86_64-linux-gnu/libKF6ItemViews.so.6.27.0 | grep
_ZN23KStandardItemListWidget1
4pressedChangedEb
alanroot@morales-vivobook:~$
--
You are receiving this mail because:
You are watching all bug changes.