New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/34030#issuecomment-997538738 Comment: > Even with that, I'm still getting `No symbol table info available.` I think you have to `export SAGE_DEBUG=yes` before running configure. I think you can add that to `pre_configure()` right after calling `./bootstrap`. The template is already using `nostrip=yes` so that should be all. Maybe we could add a build option `debug` to enable debug symbols.