https://bugs.kde.org/show_bug.cgi?id=400593
Mark Wielaard <m...@klomp.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m...@klomp.org --- Comment #7 from Mark Wielaard <m...@klomp.org> --- One more followup for linux-arm64: commit d2658f71c3d09034068bc6f7a115f44ce9535ad8 Author: Mark Wielaard <m...@klomp.org> Date: Fri Aug 23 22:17:57 2019 +0200 arm64 fixup for statx support on older kernels Turns out (older) arm64 linux kernels don't have statx, but also not stat64 and no stat syscalls. It uses fstatat instead. The new statx patch also added a check for stat. So That needs a special case for arm64. Follow up for bug #400593. -- You are receiving this mail because: You are watching all bug changes.