New comment by amak79 on void-packages repository https://github.com/void-linux/void-packages/issues/26125#issuecomment-721792322 Comment: ``` # ls -al /usr/bin/fsck.hfs -rwxr-xr-x 1 root root 372472 Jul 4 09:08 /usr/bin/fsck.hfs # file /usr/bin/fsck.hfs /usr/bin/fsck.hfs: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=edebdfb10391134366021c20a944522a461a959f, for GNU/Linux 3.2.0, stripped # strace fsck.hfs execve("/bin/fsck.hfs", ["fsck.hfs"], 0x7ffd11977140 /* 44 vars */) = -1 ENOENT (No such file or directory) strace: exec: No such file or directory +++ exited with 1 +++ ```