[sage-devel] Re: OS X build failure: "Error installing package gfortran-7.2.0"

2018-10-10 Thread Michael Frey
I get the same error with MAcOS Mojave and Xcode 10.0. The release notes for Xcode 10 state that /usr/include is being relocated to /Library/Developer//CommandLineTools/SDKs/MacOSX.sdk/usr/include/. See the Xcode 10 release notes:

[sage-devel] Re: Sage 8.1 building Mac-app fails

2017-12-12 Thread Michael Frey
I did a make in ~/sage-8.1. When that completes I cd to src/Mac-app and run make again. My version of Mac OS is 10.13.2. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send

[sage-devel] Re: Sage 8.1 building Mac-app fails

2017-12-10 Thread Michael Frey
It appears that diskimage still has the tmp-sage-8.1-OSX_10.13.2_x86_64.app.dmg file open. You can find this with "sudo lsof |fgrep tmp-sage-8.1". Killing disk image allows the "hdiutil convert -format UDBZ -o sage-8.1-OSX_10.13.2_x86_64.app.dmg tmp-sage-8.1-OSX_10.13.2_x86_64.app.dmg"

[sage-devel] Re: Sage 8.1 building Mac-app fails

2017-12-10 Thread Michael Frey
I double checked and the Xcode IDE and Xcode Command Line Tools version is 9.2 ( 9C40b). When I started the Xcode IED it wanted to install some files, after that the script to build the man app runs further, see below. I think it fails in trying to move the dmg. I will look at the Makefile

[sage-devel] Sage 8.1 building Mac-app fails

2017-12-10 Thread Michael Frey
I am trying to build the sage 8.1 mac-app on macOS 10.13.2 with Xcode V9.2 and Command Line Tools for Xcode V9.1. I have been able to compile sage and run make ptests (all tests passed). When I try to build the Mac-app in sage-8.1/src/mac-app it crashes with a failure to build MainMenu.nib,

[sage-devel] Re: Error Installing Sage 8.0 (gcc-7.2.0 won't install)

2017-12-10 Thread Michael Frey
I upgraded to Command Line Tools for Xcode V9.1 and Sage 8.1 now compiles. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[sage-devel] Re: Error Installing Sage 8.0 (gcc-7.2.0 won't install)

2017-12-09 Thread Michael Frey
On Sunday, November 19, 2017 at 11:27:43 AM UTC-5, M Mills wrote: > > Thanks. > > On Sunday, November 19, 2017 at 4:34:30 AM UTC-6, Dima Pasechnik wrote: >> >> 8.0 will not work with the current Xcode. >> You would need 8.1.rc2 (or wait for 8.1 to be done, probably very soon). >> > This is still

Re: [sage-devel] Re: Sage 8.0 Build Error on MacOS, [mpir-3.0.0.p0] Error building MPIR.

2017-11-18 Thread Michael Frey
This is still broken ins Sage 8.1.rc2 with the same error. Should I post a new thread? -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [sage-devel] Re: Sage 8.0 Build Error on MacOS, [mpir-3.0.0.p0] Error building MPIR.

2017-08-21 Thread Michael Frey
What is the best way to do this? The file is extracted from the mpir-3.0.0.tar.bz2 every time make is run. On Wednesday, August 2, 2017 at 5:41:01 PM UTC-4, Bill Hart wrote: > > The only workaround I'm currently aware of is to remove the offending > addmul_1.asm file. It is to do with our use

[sage-devel] Re: Sage 8.0 Build Error on MacOS, [mpir-3.0.0.p0] Error building MPIR.

2017-07-29 Thread Michael Frey
I tried AS_INTEGRATED_ASSEMBLER=1 make without success, I also tried adding it to my environment and also from the debugging shell. I also tried: export CFLAGS="-Wa,-q $CFLAGS" without success. The make ends with: vscanf.o scanf/.libs/vsscanf.o -L/Users/michael/sage-8.0/local/lib -m64 -O2

[sage-devel] Re: Sage 8.0 Build Error on MacOS, [mpir-3.0.0.p0] Error building MPIR.

2017-07-29 Thread Michael Frey
I found this thread on the MPIR issues list: https://github.com/wbhart/mpir/issues/217 It appears that the MacOS assembler is old. Is there to configure the sage build as they suggest? -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To

[sage-devel] Re: Workaround for missing link to MacTex for MacOS Sage app

2017-01-20 Thread Michael Frey
age My system does not have a ~/.sage/init.sage file. Mike On Thursday, January 19, 2017 at 11:12:22 PM UTC-5, Michael Frey wrote: > > I found that when trying to access LATeX (MacTeX) calls in a Sage notebook > via MatPlotLib or directly Sage would report that it could not find some

[sage-devel] Workaround for missing link to MacTex for MacOS Sage app

2017-01-19 Thread Michael Frey
I found that when trying to access LATeX (MacTeX) calls in a Sage notebook via MatPlotLib or directly Sage would report that it could not find some TeX function. It appears that the PATH variable being used by the Sage app is pointing to /usr/texbin, not /Library/TeX/texbin. As a workaround I

[sage-devel] Error when attaching file, NameError: name 'cython' is not defined

2017-01-12 Thread Michael Frey
I am trying to attach a code file to a sage notebook. The call is : attach ("~/.sage/MHF_Bloch_n_Plot.sage"). The error I get is "NameError: name 'cython' is not defined". The code in the attach file is: ... cython(""" #Parallel Cython, Numpy calls -- 3 part3 #Part 1 #Cython version for