Created attachment 183503 [details] Screenshot of issue. SUMMARY After running the following command: kde-builder workspace The build fails exactly at kwin-x11. After looking at the logs, I noticed that it is because of compiler errors since some functions are missing. STEPS TO REPRODUCE 1. Run: kde-builder kwin-x11 -D (The build will fail) 2. Look at the corresponding log file OBSERVED RESULT The build failed because functions keyPressed() and keyReleased() in /kwin-x11/src/plugins/kglobalaccel/kglobalaccel_plugin.cpp are not defined EXPECTED RESULT The build succeeds, and there are no compiler errors. SOFTWARE/OS VERSIONS Linux/KDE Plasma: EndeavorOS rolling KDE Plasma Version: 6.4.3 KDE Frameworks Version: 6.16.0 Qt Version: 5.15.17 ADDITIONAL INFORMATION input.h is not adjacent to the file; input.h has been moved 2 directories back, and the functions appear to be renamed to checkKeyPressed() and checkKeyReleased() within that input.h
It's passing on CI update your deps.
(In reply to David Edmundson from comment #1) > It's passing on CI No, it's not. See https://invent.kde.org/plasma/kwin-x11/-/merge_requests/54
Marking as resolved because the associated MR has been merged.