New comment by GitMensch on void-packages repository https://github.com/void-linux/void-packages/pull/45629#issuecomment-1689292116 Comment: The currently failing test 488 on musl is a bug "not clean handling" in GnuCOBOL. You may want to use the official (not yet upstream) patch found in https://git.adelielinux.org/adelie/packages/-/commit/21fe3ef399c25f030d6657e83cc635335f3a9f40 (0002-errno) [and may also take a fix for a regression (0001-move) live]. The failing in test 818 on musl is "known" from the Adélie CI; the issue is that musl _never_ unloads "by design": https://wiki.musl-libc.org/functional-differences-from-glibc.html#Unloading_libraries libcob likely _can_ work around this, but that's likely a bunch of work. That issue is tracked upstream as https://sourceforge.net/p/gnucobol/bugs/906/. You may consider to drop that test for now by running `sed -i tests/testsuite -e "/^818;/d";`