New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/issues/34319#issuecomment-982091602 Comment: `ldd` is provided by glibc, which can be verified with `xbps-query -o /usr/bin/ldd`. It's, unfortunately, a shell script that uses bashisms (because glibc upstream is very stubborn), but, due to circular dependencies, we can't make `glibc` depend on `bash` (and well, for most usages of `glibc`, you won't use `ldd` anyway). I'm not sure this is fixable at all.