New comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/pull/34030#issuecomment-992872304 Comment: With that it installs, thank you, but then it segfaults: ``` $ sage-9.5.beta8_1 ┌────────────────────────────────────────────────────────────────────┐ │ SageMath version 9.5.beta8, Release Date: 2021-12-12 │ │ Using Python 3.9.7. Type "help()" for help. │ └────────────────────────────────────────────────────────────────────┘ ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃ Warning: this is a prerelease version, and it may be unstable. ┃ ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ ------------------------------------------------------------------------ Attaching gdb to process id 6962. Cannot find gdb installed GDB is not installed. Install gdb for enhanced tracebacks. ------------------------------------------------------------------------ Unhandled SIGSEGV: A segmentation fault occurred. This probably occurred because a *compiled* module has a bug in it and is not properly wrapped with sig_on(), sig_off(). Python will now terminate. ------------------------------------------------------------------------ Segmentation fault ```