Thanks, François My xcode and CLT were out of date. After installing the latest xcode (for 10.11.6) and CLT I was able to compile Sage 8.0 from source.
Perhaps the 10.12.6 binary would have worked, but I did not test it. The 10.11.6 binary I built does not work on a 10.11.6 machine without the latest xcode and CLT updates. -Bruce On Monday, August 7, 2017 at 4:01:17 PM UTC-7, François Bissey wrote: > > Quite similar to https://github.com/Homebrew/homebrew-core/issues/4809 > which suggests you do not have Xcode 8 Command Line Tools (CLT for short) > installed. Do you have Xcode 8 and did you install the CLT? > > François > > > On 8/08/2017, at 04:45, Bruce <[email protected] <javascript:>> wrote: > > > > > > On Sunday, August 6, 2017 at 3:40:07 PM UTC-7, Volker Braun wrote: > > Binaries for OSX 10.12.6 are at > http://files.sagemath.org/osx/intel/index.html > > > > May also work on older versions of OSX, but I have no way of testing.... > > > > > > I just tested it. > > The OSX 10.12.6 binary does not work on OSX 10.11.6 > > > > I'm cross posting to sage-devel where there may be someone who has a > working binary for El Capitan sage-8.0-OSX_10.11.6-x86_64 > > > > Thanks, > > > > -Bruce > > > > > > -------- > > [serpent:active/sage/SageMath] 12% ./sage > > /Volumes/ssdt1/Users/bic/active/sage/SageMath/src/bin/sage-env: line > 428: 42098 Trace/BPT trap: 5 "$SAGE_LOCAL/bin/python" -c 'import > pkg_resources; pkg_resources.get_distribution("matplotlib").version' 2> > /dev/null > > ┌────────────────────────────────────────────────────────────────────┐ > > │ SageMath version 8.0, Release Date: 2017-07-21 │ > > │ Type "notebook()" for the browser-based notebook interface. │ > > │ Type "help()" for help. │ > > └────────────────────────────────────────────────────────────────────┘ > > dyld: lazy symbol binding failed: Symbol not found: _getentropy > > Referenced from: > /Volumes/ssdt1/Users/bic/active/sage/SageMath/local/lib/libpython2.7.dylib > > Expected in: /usr/lib/libSystem.B.dylib > > > > dyld: Symbol not found: _getentropy > > Referenced from: > /Volumes/ssdt1/Users/bic/active/sage/SageMath/local/lib/libpython2.7.dylib > > Expected in: /usr/lib/libSystem.B.dylib > > > > Trace/BPT trap > > [serpent:active/sage/SageMath] 13% > > > > > > -------- > > > > > > > > > > > > On Sunday, August 6, 2017 at 10:33:05 PM UTC+2, Bruce wrote: > > Hi Volker, > > > > Thanks for all your work. Could you (or someone with a Mac running > MacOS X 11.6) upload a binary for SageMath 8.0. > > > > Thanks, > > > > -Bruce > > > > On Monday, July 24, 2017 at 10:01:53 AM UTC-7, Volker Braun wrote: > > Binaries can now be found at http://www.sagemath.org/download.html > > > > Note: Debian 7 now fails to build with SAGE_FAT_BINARY because the > linker is too old. Debian 9 64-bit also failed with > https://trac.sagemath.org/ticket/23519 > > > > The Sage 8.0 virtual appliance can now be found at > http://files.sagemath.org/win/index.html > > > > -- > > 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] <javascript:>. > > To post to this group, send email to [email protected] > <javascript:>. > > Visit this group at https://groups.google.com/group/sage-release. > > For more options, visit https://groups.google.com/d/optout. > > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
