New comment by amak79 on void-packages repository https://github.com/void-linux/void-packages/issues/26125#issuecomment-722037739 Comment: @Duncaen ``` # xbps-pkgdb -a ERROR: base-files: broken symlink /lib32 (target: /usr/lib32) ERROR: base-files: broken symlink /lib64 (target: /usr/lib) ERROR: base-files: broken symlink /usr/lib64 (target: /usr/lib) ``` That dosn't look good. This is a new install (20201103) using the chroot method from the docs, and a x86_64 rootfs I created with `mkrootfs`. I examined the tarball I used and it doesn't have the `/lib32`, `/lib64` and `/usr/lib64` symlinks. It only has `/lib -> usr/lib`. After creating the `/lib64` synlink, both `fsck.hfs` and `mkfs.hfsplus` work. @Chocimier ``` # df -hT Filesystem Type Size Used Avail Use% Mounted on devtmpfs devtmpfs 3.9G 0 3.9G 0% /dev tmpfs tmpfs 3.9G 0 3.9G 0% /dev/shm tmpfs tmpfs 3.9G 888K 3.9G 1% /run /dev/sda5 ext4 52G 2.4G 49G 5% / cgroup tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup tmpfs tmpfs 3.9G 12K 3.9G 1% /tmp tmpfs tmpfs 787M 4.0K 787M 1% /run/user/1000 # echo $PATH /usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin # PATH=/usr/bin fsck.hfs bash: /usr/bin/fsck.hfs: No such file or directory ```