There is a new pull request by tornaria against master on the void-packages repository https://github.com/tornaria/void-packages ecl https://github.com/void-linux/void-packages/pull/34175 ecl: enable tests The tests for ecl were not running as `make check` failed to find the binary (according to upstream one should install it before running tests). OTOH, there's a bunch of tests that fail. Out of 18098 tests there are around 10 that fail on x86_64 and i686 (the number varies as some failures are kind of random. On x86_64-musl there are about 30 more failures but they all seem to be the same (something to do with acosh(-infinity)) I lack the energy to look at this and my lisp-fu is almost nil. I was hoping that everything would pass but... (what can we expect from a test suite that it's not easy to run...) It's also the case that failures in the test suite will NOT stop make with an error, so packaging with -Q is not broken. I'm not revbumping b/c this should not change anything at all in the installed files. cc: @knusbaum A patch file from https://github.com/void-linux/void-packages/pull/34175.patch is attached