New comment by UsernameRandomlyGenerated on void-packages repository https://github.com/void-linux/void-packages/pull/27919#issuecomment-765214529 Comment: > I changed line 91 of `tests/make-test-runtime.sh` to: > > ```shell > cp -r /usr/lib/locale/* ${DIR}/usr/lib/locale > ``` > > and > > ```shell > checkdepends+=" gnupg2 attr-progs" > ``` > > reduce the failure from 15 to 1 on glibc host. Though musl needs different fix. I see that error is related to FUSE, later test that needs it is skipped with `No cap_sys_admin in bounding set, can't use FUSE` So I don't think much can be done about the last error. I think we could just patch tests to skip locale part altogether, as tests are still being run after that.