After following all of the suggestions, I am still getting the error
"""
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.beta6
last build time: Jan 4 14:45
log file: /Users/alexchandler/Documents/GitHub/sage/logs/pkgs/sagelib-9.8.beta6.log
It 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.
make[1]: *** [all-start] Error 1
make: *** [all] Error 2
"""
This time there are only four packages with errors pointed out when I run
grep -li "^Error" logs/pkgs/*
so this is an improvement, but I am still unable to proceed. Any idea how to fix the issue? I have attached logs, config.log, and a text file with the 4 packages with errors.
Thank you!
Alex
On Wednesday, January 4, 2023 at 11:35:39 AM UTC-8 John H Palmieri wrote: