Closed issue by ailiop-git on void-packages repository https://github.com/void-linux/void-packages/issues/20556 Description: Commit 9cd29dcf7e ("coreutils: disable statx() support on glibc.") disabled detection of statx support as a workaround, due to the kernel>=v4.11 requirement that breaks travis. Restoring statx support in coreutils would be nice, as stat (1) and ls are able to report inode birth times only via statx. @xtraeme not sure what the plan with travis is, but would it make sense to create a base-minimal-travis that depends on a coreutils-compat (or something, maybe a subpkg) that disables statx? That way we can re-enable it on coreutils so that base-system is not impacted.