-- Check dependencies for digikam version 8.0.0-git -- -- Suitable Qt5 >= 5.14.0 detected... CMake Error at /usr/lib64/cmake/Qt5/Qt5Config.cmake:28 (find_package): Could not find a package configuration file provided by "Qt5NetworkAuth" with any of the following names: Qt5NetworkAuthConfig.cmake qt5networkauth-config.cmake Add the installation prefix of "Qt5NetworkAuth" to CMAKE_PREFIX_PATH or set "Qt5NetworkAuth_DIR" to a directory containing one of the above files. If "Qt5NetworkAuth" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): core/cmake/rules/RulesQtFramework.cmake:7 (find_package) core/CMakeLists.txt:43 (include) -- Configuring incomplete, errors occurred!
This is not an error, it's a new dependency add to 8.0.0 code : Qt5::NetworkAuth. this component is a standard Qt5/Qt6 module. Fix the dependency to solve the problem. Best Gilles Caulier
I added qt5-networkauth (Arch package) dependency. It builds now :) Thanks