New comment by ologantr on void-packages repository https://github.com/void-linux/void-packages/pull/35040#issuecomment-1012607431 Comment: Seems like restricting this package to -glibc only archs is mandatory here as it is using some glibcisms like glob() GLOB_ONLYDIR that are not easy to patch for musl. Also, it fails to compile on cross so maybe adding ```nocross="Fails to configure on cross"``` is required. Any thoughts?