Files
RedBear-OS/local
vasilito adb40dd0c0
redbear-ci / check (push) Has been cancelled
kde: kf6-kcrash + plasma-desktop — Qt6Test optional, grp.h for setgroups
- qtbase builds with FEATURE_testlib=OFF (no Qt6Test module), but kf6-kcrash and
  plasma-desktop find_package(Qt6Test REQUIRED) unconditionally though it's only
  used by autotests (BUILD_TESTING=OFF). Drop REQUIRED (kde-cli-tools/kwin already
  used QUIET).
- kcrash.cpp uses setgroups() to drop supplementary groups in the crash-handler
  child; on glibc it comes via <unistd.h>+_GNU_SOURCE, but relibc declares it in
  <grp.h> (which it does provide) — add the include.
2026-08-01 16:38:16 +03:00
..