New comment by sgn on void-packages repository https://github.com/void-linux/void-packages/issues/26125#issuecomment-721669862 Comment: On 2020-11-04 02:06:44-0800, amak79 wrote: > > ### System > > * xuname: > Void 5.8.18_1 x86_64 GenuineIntel uptodate rF > * package: > hfsprogs-540.1.linux3_6 > > ### Expected behavior > `fsck.hfs` and `mkfs.hfsplus` should run without error. > ### Actual behavior > ``` > # fsck.hfs > bash: /bin/fsck.hfs: No such file or directory > # mkfs.hfsplus > bash: /bin/mkfs.hfsplus: No such file or directory > ``` > This occurs with and without parameters being passed. > ### Steps to reproduce the behavior > ``` > # xbps-install hfsprogs > # fsck.hfs > # mkfs.hfsplus > ``` > I tried rebuilding the package with `xbps-src` but I get the same result. Interestingly the package passes checks (`xbps-src check hfsprogs`), and I'm able to run the binaries from the build and install phases, but not after it's been packaged. Do you have your "/bin" linked to "/usr/bin"? Please try "ls -al /bin". In my machine, "fsck.hfs" is installed under "/usr/bin" and "/bin" should link to "usr/bin"