Error when compiling Sage 9.8 from source in Arch Linux
Hello,
While compiling sage 9.8 from source in my Arch Linux using the commands
./configure --with-python=/usr/bin/python3.9 --without-system-zeromq
SAGE_KEEP_BUILT_SPKGS=yes MAKE='make -j8' make
I got some error message like
Error building Sage.
The following package(s) may have failed to build (not necessarily during this run of 'make all-start'):
- package: sagelib-9.8 last build time: Apr 22 19:54 log file:
/home/hoanganhduc/sage-9.8/logs/pkgs/sagelib-9.8.logIt is safe to delete any log files and build directories, but they contain information that is helpful for debugging build problems. WARNING: If you now run 'make' again, the build directory of the same version of the package will, by default, be deleted. Set the environment variable SAGE_KEEP_BUILT_SPKGS=yes to prevent this.
How do I fix this?
Here are the links to my install.log and sagelib-9.8.log.
Thanks!