https://bugs.kde.org/show_bug.cgi?id=416262
--- Comment #10 from Rinigus <rinigus....@gmail.com> --- Re disabling statx: I am arguing that the patch which you use to disable statx is not working. As such, you have statx enabled right now. If you try to build KDE runtime for arm using QEMU, it will fail quite early as soon as qmake is created. And it will fail due to the missing statx in QEMU/arm, as it looks to me. So, by enabling statx, you are making it impossible to compile for ARM using qmake and on regular workstations. For me 5.13 doesn't work either and this time nor with qmake nor cmake - basically no way to build. Can't tell whether cmake failure is also statx related, as they seem to have some checks for permissions: https://github.com/Kitware/CMake/blame/master/Utilities/cmlibuv/src/unix/fs.c#L1154 -- You are receiving this mail because: You are watching all bug changes.