New comment by yoshiyoshyosh on void-packages repository https://github.com/void-linux/void-packages/pull/45998#issuecomment-1712596943 Comment: musl builds are failing cuz of `mhash`, looking into it. [seems to be something not specific to this program](https://bugs.gentoo.org/830434) and [related to this possibly?](https://www.openwall.com/lists/musl/2017/08/01/1). I doubt this could be patched around in any way 32 bit builds are failing cuz it tries to cap an `unsigned long` by comparing it with incompatible `1L`. this can probably be fixed with a vsed or patch. should I try to?