New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/45341#issuecomment-1658633719 Comment: It seems sagemath will need a minor patch, see https://github.com/sagemath/sage/pull/36006 This is due to a change in how overflow is handled in GMP. It used to raise `SIGABRT` but now it raises `SIGFPE`. It doesn't seem this api change should affect anything too badly (overflow in gmp should not be common, at least in 64 bit the only limit should be memory)