Closed issue by dkwo on void-packages repository https://github.com/void-linux/void-packages/issues/47683 Description: ### Is this a new report? Yes ### System Info asahi 6.6 series (apple silicon aarch64) ### Package(s) Affected sagemath ### Does a report exist for this bug with the project's home (upstream) and/or another distro? it's important that singular is also rebuilt, as it needs ntl (otherwise, lots of segfaults in sage tests). ### Expected behaviour pass the testsuite ### Actual behaviour ``` sage -t --warn-long 9.9 --random-seed=152816534303222946788861922984252620675 /usr/lib/python3.12/site-packages/sage/misc/persist.pyx # 2 doctests failed sage -t --warn-long 9.9 --random-seed=152816534303222946788861922984252620675 /usr/lib/python3.12/site-packages/sage/misc/inline_fortran.py # 3 doctests failed sage -t --warn-long 9.9 --random-seed=152816534303222946788861922984252620675 /usr/lib/python3.12/site-packages/sage/repl/ipython_extension.py # 4 doctests failed ``` full test output https://paste.c-net.org/CahootsUnicorn or [sage-test-fail.log](https://github.com/void-linux/void-packages/files/13629727/sage-test-fail.log) ### Steps to reproduce ``` ./xbps-pkg singular ./xbps-pkg sagemath xi singular sagemath `sage -t --all` ```