| Summary: | kdesrc-build crashes for every build due to the lastest change in KDEMetaInfoPlatformCheck.cmake | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] extra-cmake-modules | Reporter: | Jakub Judas <jjjudas> |
| Component: | general | Assignee: | Jakub Judas <jjjudas> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | clivewi, nicolas.fella |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/frameworks/extra-cmake-modules/-/commit/52c319828f57f179401bc9730fd38aeb3ca902b5 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Jakub Judas
2022-10-30 21:36:31 UTC
Hi All
Am trying to build KDE on Debian 11.3, and an having the same problem as the orginal poster on Ubuntu.
Build command: Building kcoreaddons from frameworks (2/2)
Fetching remote changes to kcoreaddons
Merging kcoreaddons changes from branch master
No changes to kcoreaddons source, proceeding to build.
Compiling... failed (after 13 seconds)
I am getting from the log file: -
# kdesrc-build running: 'gmake' '-j' '1'
# from directory: /home/clive/kde/build/kcoreaddons
--
Installing in /home/clive/kde/usr. Run /home/clive/kde/build/kcoreaddons/prefix.sh to set the environment for KCoreAddons.
CMake Error at /home/clive/kde/usr/share/ECM/kde-modules/KDEMetaInfoPlatformCheck.cmake:22 (if):
if given arguments:
"STREQUAL" "ON"
Unknown arguments specified
Call Stack (most recent call first):
/home/clive/kde/usr/share/ECM/kde-modules/KDEFrameworkCompilerSettings.cmake:66 (include)
CMakeLists.txt:16 (include)
-- Configuring incomplete, errors occurred!
See also "/home/clive/kde/build/kcoreaddons/CMakeFiles/CMakeOutput.log".
See also "/home/clive/kde/build/kcoreaddons/CMakeFiles/CMakeError.log".
gmake: *** [Makefile:3447: cmake_check_build_system] Error 1
An explanation of what is going on because the make files for all the frameworks have just become completely broken., I know what has happened from the explanation given in the file, but did nobody consider that this may be a problem?
I look forward to a resolution to this problem in the near future.
Regards
Clive
|