| Summary: | There's something wrong related to `kaccounts-integration` when being built using Qt5/KF5 | ||
|---|---|---|---|
| Product: | [Developer tools] kdesrc-build | Reporter: | Ganton <kubry> |
| Component: | general | Assignee: | Michael Pyne <mpyne> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ashark |
| Priority: | NOR | ||
| Version First Reported In: | Git | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
The results of the execution of other commands.
The kdesrc-buildrc file. |
||
|
Description
Ganton
2024-01-17 11:02:06 UTC
In </home/user/kde5/src/log/2024-01-17-01/kaccounts-integration/cmake.log> we can see:
# kdesrc-build running: 'cmake' '-B' '.' '-S' '/home/user/kde5/src/kaccounts-integration' '-G' 'Kate - Ninja' '-DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=ON' '-DCMAKE_BUILD_TYPE=RelWithDebInfo' '-DCMAKE_CXX_FLAGS:STRING=-pipe' '-DCMAKE_INSTALL_PREFIX=/home/user/kde5/usr'
# from directory: /home/user/kde5/build/kaccounts-integration
CMake Deprecation Warning:
Support for "Extra Generators" like
Kate
is deprecated and will be removed from a future version of CMake. IDEs may
use the cmake-file-api(7) to view CMake-generated project build trees.
-- The CXX compiler identification is GNU 13.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:23 (find_package):
Could not find a configuration file for package "ECM" that is compatible
with requested version "5.240.0".
The following configuration files were considered but not accepted:
/home/user/kde5/usr/share/ECM/cmake/ECMConfig.cmake, version: 5.115.0
/usr/share/ECM/cmake/ECMConfig.cmake, version: 5.110.0
so it seems that it's asking for a 5.240.0 version (which is not available for KF5).
Created attachment 164974 [details]
The results of the execution of other commands.
Created attachment 164975 [details]
The kdesrc-buildrc file.
https://invent.kde.org/sysadmin/repo-metadata/-/issues/17 - currently, there is a problem building this module directly. Not a kde-builder issue, but fixed in https://invent.kde.org/sysadmin/repo-metadata/-/issues/17 |