New comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/pull/34030#issuecomment-1005040902 Comment: Very well, great work. On my musl build (inside the chroot, so old musl) these two failed: ``` sage -t --warn-long 5.0 --random-seed=152811365814192554661782902878649203456 src/sage/matrix/matrix_mod2_dense.pyx # 1 doctest failed sage -t --warn-long 5.0 --random-seed=152811365814192554661782902878649203456 src/sage/quadratic_forms/binary_qf.py # 1 doctest failed ``` Somehow in ci they don't fail, though ``` 2022-01-03T22:05:39.2997090Z sage -t --warn-long 5.0 --random-seed=262463563747542995961554231591031840987 src/sage/matrix/matrix_mod2_dense.pxd 2022-01-03T22:05:39.2997845Z [0 tests, 0.00 s] ``` I'll try again later. I agree about gap, we should package it. I have a template, but some packages were failing, will try again after Jan 7th.