SUMMARY After successfully building kclock and its dependencies (with kdesrc-build), I can't execute it. After that building, I am also unable to launch other kirigami-based applications I built previously like kweather or audiotube. STEPS TO REPRODUCE 1. Build any kirigami-based application, including its dependencies For example: kdesrc-build kclock --include-dependencies 2. Source prefix.sh For example: source ~/kde/build/kdereview/kclock/prefix.sh 3. Execute the program that was just built For example: kclock OBSERVED RESULT I get the following error: kclock: symbol lookup error: /home/borisp/dev/kde/usr/lib/plugins/kf5/kirigami/org.kde.desktop.so: undefined symbol: _ZNK11KIconLoader16hasCustomPaletteEv EXPECTED RESULT The application (in this case kclock) should launch normally. SOFTWARE/OS VERSIONS Linux/KDE Plasma: 5.13.1-3 (available in About System) KDE Plasma Version: 5.22.3 KDE Frameworks Version: Master Qt Version: 5.15
The issue was fixed by deleting the file reported in the error. Sorry for the noise...