On Thu, Oct 24, 2019 at 9:27 PM Samuel Lelievre <[email protected]> wrote: > > Sun 2019-10-19 22:33:17 UTC, Volker Braun: >> >> As always, you can get the latest beta version from the "develop" >> >> git branch. Alternatively, the self-contained source tarball is at >> >> http://www.sagemath.org/download-latest.html >> >> >> >> 76b7fdd115 (tag: 9.0.beta2, trac/develop) Updated SageMath version to >> 9.0.beta2 > > > Thanks for this new release! > > I'm at the "Illustrating Mathematics" ICERM program, > trying to help as many people as I can to install Sage > and get started using it. > > Fresh install (from develop source tarball) > on a MacBook Air with macOS 10.12.6 > failed while trying to build Singular. > > Log files: > > https://www.math.u-psud.fr/~lelievre/sagelogs/sage-9.0.beta2-ed/config.log.txt > https://www.math.u-psud.fr/~lelievre/sagelogs/sage-9.0.beta2-ed/singular-4.1.1p2.p0.log.txt
the machine appears to have a dodgy Python in /usr/local: The Singular log says: ... checking for python2.7... /usr/local/bin/python2.7 checking whether /usr/local/bin/python2.7 version >= 2.4... yes checking whether /usr/local/bin/python2.7 version >= 3... no (ok) checking for main in -lpython2.7... yes checking embedding python interface module... no configure: PYTHON_LSPEC= -isysroot /Developer/SDKs/MacOSX10.6.sdk -isysroot /Developer/SDKs/MacOSX10.6.sdk -g -F/Library/Frameworks -u _PyMac_Error Python.framework/Versions/2.7/Python configure: PYTHON_CSPEC= -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 checking for error_at_line... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking size of long... 8 checking CPU for singular... x86_64 ... and then it errors out with warning: no such sysroot directory: '/Developer/SDKs/MacOSX10.6.sdk' How about removing it (from the PATH, at least)? > > -- > You received this message because you are subscribed to the Google Groups > "sage-release" 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-release/74452ec1-1d6f-48ec-baf8-50831eb19015%40googlegroups.com. -- You received this message because you are subscribed to the Google Groups "sage-release" 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-release/CAAWYfq3v7b0S09%2BvpmUsw2b%2B3Fg2%3Dq6iwgVu8dXqw0HAAbq1ZA%40mail.gmail.com.
