logs: https://gist.github.com/yurikoles/38c9b0aa56d18054150d12fff0e35c5e
The most interesting part is: make[2]: *** No rule to make target `/usr/local/Cellar/gpgme/1.7.0/lib/libgpgme.so', needed by `src/runtime/kwalletd/backend/libkwalletbackend5.5.32.0.dylib'. Stop.
$ brew uninstall gpgme solves problem
Also a problem on Linux for me: makeobj[0]: Entering directory `/home/kfunk/devel/build/kf5/kwallet' ninja: error: '/usr/lib/x86_64-linux-gnu/libgpgme.so', needed by 'src/runtime/kwalletd/backend/libkwalletbackend5.so.5.33.0', missing and no known rule to make it makeobj[0]: Leaving directory `/home/kfunk/devel/build/kf5/kwallet'
Hey, I have the same issue in 2022, ubuntu 21.10 ``` # kdesrc-build running: 'gmake' '-j' '4' # from directory: /home/guy/kde/build/kwallet [ 2%] Built target docs-kwallet-query-kwallet-query-1 [ 2%] Automatic MOC for target kwalletbackend5 [ 2%] Automatic MOC for target KF5Wallet [ 2%] Built target KF5Wallet_autogen [ 2%] Built target kwalletbackend5_autogen gmake[2]: *** No rule to make target '/usr/lib/x86_64-linux-gnu/libgpgme.so', needed by 'bin/libkwalletbackend5.so.5.93.0'. Stop. gmake[1]: *** [CMakeFiles/Makefile2:677: src/runtime/kwalletd/backend/CMakeFiles/kwalletbackend5.dir/all] Error 2 gmake[1]: *** Waiting for unfinished jobs.... [ 8%] Built target KF5Wallet gmake: *** [Makefile:160: all] Error 2 ``` Any idea what can be done?
On ubuntu runing: sudo apt-get install libgpgme-dev solves the issue. its not set as a build-dep for some reason.