New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/46185#issuecomment-1732333079 Comment: > There are a bunch of failing tests: > > ``` > =========================== short test summary info ============================ > ERROR numpy/core/tests/test_mem_policy.py::test_set_policy - RuntimeError: co... > ERROR numpy/core/tests/test_mem_policy.py::test_default_policy_singleton - Ru... > ERROR numpy/core/tests/test_mem_policy.py::test_policy_propagation - RuntimeE... > ERROR numpy/core/tests/test_mem_policy.py::test_context_locality - RuntimeErr... > ERROR numpy/core/tests/test_mem_policy.py::test_thread_locality - RuntimeErro... > ERROR numpy/core/tests/test_mem_policy.py::test_switch_owner[0] - RuntimeErro... > ERROR numpy/core/tests/test_mem_policy.py::test_switch_owner[1] - RuntimeErro... > ERROR numpy/core/tests/test_mem_policy.py::test_switch_owner[None] - RuntimeE... > ERROR numpy/core/tests/test_mem_policy.py::test_owner_is_base - RuntimeError:... > 35354 passed, 1630 skipped, 33 xfailed, 1 xpassed, 9 errors in 94.76s (0:01:34) > ``` Fixed by adding `meson` to `checkdepends`. I'm now running sagemath testsuite.