Dima is the expert on this and can correct me if I'm wrong, but I think Xcode 12 broke sage 9.1. Fortunately this is being fixed for 9.2 which is already on a release candidate but has not been released in the wild yet. Probably the easiest thing to do would be to clone the git repository and install the latest developer version:
git clone git://github.com/sagemath/sage.git cd sage ./bootstrap source .homebrew-build-env ./configure make -j16 Also, you can see from config.log that sage encourages you to brew install python3, which isn't necessary but could speed things up a tiny amount. On Friday, October 16, 2020 at 5:27:43 PM UTC-4 Douglas Hulbert wrote: > Dima and Zachary, thank you for rapid responses. > Attached is the config.log file, found in the directory > /Users/douglashulbert/sage-9.1. > I noticed that there's a gap in the version numbers between my OS version > and those posted on the MIT mirror site. > I went to http://mirrors.mit.edu/sage/devel/index.html. I'm working to > see how to choose the appropriate tar file. > > On Friday, October 16, 2020 at 1:07:37 PM UTC-7 [email protected] wrote: > >> Can you post the config.log file that was generated by running >> ./configure before running make? >> >> On Friday, October 16, 2020 at 3:19:27 PM UTC-4 Douglas Hulbert wrote: >> >>> Dear Member of the SAGE-DEVEL team: >>> >>> >>> 1. My latest attempt to use MAKE to install sage is unsuccessful. >>> 2. I'm using a MacBook Pro 15" 2019 2.4 GHz 8-core Intel Core i9 >>> running macOS Catalina V. 10.15.7. >>> 3. A log file requested in zsh shell output response to the MAKE >>> command is attached. >>> 4. Other zsh output is pasted below. >>> 5. Just this month retired from USGovt service, I'm a math Ph.D. and >>> former professor who is enthused about the prospects of putting sage to >>> work in math education. >>> >>> Best regards to you and your team, >>> >>> Doug Hulbert >>> >>> >>> >>> >>> ******************************************************************************** >>> >>> Error configuring gf2x-1.2.p0 See the file >>> >>> >>> /Users/douglashulbert/sage-9.1/local/var/tmp/sage/build/gf2x-1.2.p0/src/config.log >>> >>> for details. >>> >>> >>> ******************************************************************************** >>> >>> >>> real 0m11.990s >>> >>> user 0m4.785s >>> >>> sys 0m4.486s >>> >>> ************************************************************************ >>> >>> Error installing package gf2x-1.2.p0 >>> >>> ************************************************************************ >>> >>> Please email sage-devel (http://groups.google.com/group/sage-devel) >>> >>> explaining the problem and including the log file >>> >>> /Users/douglashulbert/sage-9.1/logs/pkgs/gf2x-1.2.p0.log >>> >> -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/35c5e2ba-48c3-45b8-8c16-9e40d206d9cfn%40googlegroups.com.
