New review comment by jhe2 on void-packages repository https://github.com/void-linux/void-packages/pull/51359#discussion_r1690286123 Comment: Interestingly, if I manually build `jose` and then manually run the tests via `meson test` in my build directory, all tests pass, including the `alg_comp` test. So what I did was: ``` cd masterdir/builddir/jose-14 mkdir testbuild cd testbuild meson setup .. --prefix=/usr ninja meson test ``` So it appears that something in the build environment that `xbps-src` configures, causes that test to fail.