Files
RedBear-OS/local
vasilito ed580325a3
redbear-ci / check (push) Has been cancelled
kde: kf6-pty — disable UTEMPTER + fix botched __redox__ #ifdef balance
- FindUTEMPTER aborts when cross-compiling unless told what to do; Redox has no
  utmp/wtmp login-record DB, so pass -DCMAKE_DISABLE_FIND_PACKAGE_UTEMPTER=ON
  (PTYs work without it; utempter only feeds who/w login accounting).
- kpty.cpp's __redox__ no-op guard around KPty::login()/logout() had dropped the
  #endif for the UTEMPTER_PATH and HAVE_LOGIN blocks and never closed the new
  __redox__ #ifdef, leaving both functions 3 #if deep at their closing brace
  (unterminated #else / expected '}'). Add the 3 missing #endif to each.
2026-08-01 18:10:30 +03:00
..