I have been compiling from source for 10+ years. I had been able to compile both the master branch and the 5.0 branch on my Fedora 28 system until a month or so ago. I was having some weird behavior in KMM5 that was not affecting a clean Fedora 28 test VM running KMM from the repos so I decided to build a new clean Fedora 29 system.
I also upgraded the old system from Fedora 28 to 29. Both systems fail at the same point while compiling from the master and 5.0 branches: -- Found LibOfx: -- Performing Test LIBOFX_HAVE_CLIENTUID -- Performing Test LIBOFX_HAVE_CLIENTUID - Success -- Found PythonInterp: /usr/bin/python2 (found suitable version "2.7.15", minimum required is "2.6") -- Found PythonLibs: /usr/lib64/libpython2.7.so (found suitable version "2.7.15", minimum required is "2.7.15") -- Could NOT find PY_weboob (missing: PY_WEBOOB) CMake Error at cmake/modules/FindLibical.cmake:75 (message): Unable to compile or run the libical version detection program. Call Stack (most recent call first): CMakeLists.txt:242 (find_package) -- Configuring incomplete, errors occurred! ======================================== libical appears to be installed: dnf list installed | grep libical libical.x86_64 3.0.3-7.fc29 @fedora libical-devel.x86_64 3.0.3-7.fc29 @fedora Any ideas? Thanks, ---- Brendan Coupe