[sage-devel] Re: OSX Catalina works

2019-11-19 Thread Andrew
For the time being I have given up on trying to compile sage directly and have instead installed it using anaconda. Andrew On Tuesday, 5 November 2019 11:54:00 UTC+8, Andrew wrote: > > Sadly this still is not working for me. When I found that using your brew > formulae didn't work I

Re: [sage-devel] Re: OSX Catalina works

2019-11-05 Thread David Joyner
On Mon, Nov 4, 2019 at 12:51 PM Dima Pasechnik wrote: > configure:12690: g++ -E -std=gnu++11 > -I/Volumes/Transcend/wooster/computer-algebra/anaconda3/include > conftest.cpp > > anaconda conflict? > I deleted it, used brew to install a few more packages, and added some symlinks (which brew

Re: [sage-devel] Re: OSX Catalina works

2019-11-04 Thread Volker Braun
Patch gcc, see: see https://trac.sagemath.org/ticket/28691 On Monday, November 4, 2019 at 11:34:48 AM UTC+1, Dima Pasechnik wrote: > > in view of problems with building gcc/gfortran on osx 10.15 and latest > Xcode, one must wonder what Homebrew does to make it work. > Do they patch system

Re: [sage-devel] Re: OSX Catalina works

2019-11-04 Thread Dima Pasechnik
configure:12690: g++ -E -std=gnu++11 -I/Volumes/Transcend/wooster/computer-algebra/anaconda3/include conftest.cpp anaconda conflict? On Mon, Nov 4, 2019 at 5:37 PM David Joyner wrote: > > > > On Sun, Nov 3, 2019 at 11:07 AM Dima Pasechnik wrote: >> >> could you post config.log ? > > > It is

Re: [sage-devel] Re: OSX Catalina works

2019-11-04 Thread Dima Pasechnik
in view of problems with building gcc/gfortran on osx 10.15 and latest Xcode, one must wonder what Homebrew does to make it work. Do they patch system headers, or something like that? On Mon, 4 Nov 2019 at 07:37, Andrew wrote: > Great, thanks John. I have essentially the same version of brew:

[sage-devel] Re: OSX Catalina works

2019-11-03 Thread Andrew
Great, thanks John. I have essentially the same version of brew: Homebrew 2.1.15 Homebrew/homebrew-core (git revision 89bf3; last commit 2019-11-04) Homebrew/homebrew-cask (git revision e317e; last commit 2019-11-04) but I have many more brew packages installed. I reinstalled all of the brew

[sage-devel] Re: OSX Catalina works

2019-11-03 Thread John H Palmieri
I am using the same versions of OS and Xcode as you. I am now doing this with a third computer. This one had an old Xcode and some homebrew stuff already installed, and it gave me some problems. I ended up uninstalling and then reinstalling various parts of homebrew, and Sage now builds for

[sage-devel] Re: OSX Catalina works

2019-11-03 Thread Andrew
I uninstalled xcode and brew's gcc and then reinstall them both but I still the the same failure with givaro. I don't know if this is related, but even though I installed ntl using brew it is not used when I compile sage as the log file reports: checking NTL/ZZ.h usability... no checking

Re: [sage-devel] Re: OSX Catalina works

2019-11-03 Thread Dima Pasechnik
On Sun, Nov 3, 2019 at 3:03 PM David Joyner wrote: > > > > On Sun, Nov 3, 2019 at 6:49 AM David Joyner wrote: >> >> >> >> On Sun, Nov 3, 2019 at 3:00 AM Dima Pasechnik wrote: >>> >>> looks like gd package didn't install right. >>> >>> you can install gd via Homebrew: >>> >>>

Re: [sage-devel] Re: OSX Catalina works

2019-11-03 Thread Dima Pasechnik
could you post config.log ? On Sun, 3 Nov 2019, 15:03 David Joyner, wrote: > > > On Sun, Nov 3, 2019 at 6:49 AM David Joyner wrote: > >> >> >> On Sun, Nov 3, 2019 at 3:00 AM Dima Pasechnik wrote: >> >>> looks like gd package didn't install right. >>> >>> you can install gd via Homebrew: >>>

Re: [sage-devel] Re: OSX Catalina works

2019-11-03 Thread David Joyner
On Sun, Nov 3, 2019 at 6:49 AM David Joyner wrote: > > > On Sun, Nov 3, 2019 at 3:00 AM Dima Pasechnik wrote: > >> looks like gd package didn't install right. >> >> you can install gd via Homebrew: >> >> https://formulae.brew.sh/formula/gd >> >> also, by the way, install pkg-config >> >>

Re: [sage-devel] Re: OSX Catalina works

2019-11-03 Thread David Joyner
On Sun, Nov 3, 2019 at 3:00 AM Dima Pasechnik wrote: > looks like gd package didn't install right. > > you can install gd via Homebrew: > > https://formulae.brew.sh/formula/gd > > also, by the way, install pkg-config > > https://formulae.brew.sh/formula/pkg-config > > (it would be great if

Re: [sage-devel] Re: OSX Catalina works

2019-11-03 Thread Dima Pasechnik
looks like gd package didn't install right. you can install gd via Homebrew: https://formulae.brew.sh/formula/gd also, by the way, install pkg-config https://formulae.brew.sh/formula/pkg-config (it would be great if someone with well-working osx system updated Installation guide to list names

Re: [sage-devel] Re: OSX Catalina works

2019-11-02 Thread David Joyner
On Fri, Nov 1, 2019 at 1:15 PM John H Palmieri wrote: > If you have the time, could you try uninstalling Xcode and then > reinstalling it? You might also try uninstalling and reinstalling > homebrew's gcc and any other homebrew components that are relevant to Sage. > There may be some remnants

[sage-devel] Re: OSX Catalina works

2019-11-01 Thread Andrew
Thanks John. I'll give this a try on Monday. Andrew On Saturday, 2 November 2019 04:20:08 UTC+11, John H Palmieri wrote: > > I just upgraded a different machine to Catalina. This one didn't have > Xcode or homebrew installed beforehand, so I installed Xcode, its > command-line tools, and

[sage-devel] Re: OSX Catalina works

2019-11-01 Thread John H Palmieri
I just upgraded a different machine to Catalina. This one didn't have Xcode or homebrew installed beforehand, so I installed Xcode, its command-line tools, and homebrew's gcc. Then I built Sage and it worked. I have now installed a bunch of other homebrew packages relevant to Sage, and the

Re: [sage-devel] Re: OSX Catalina works

2019-11-01 Thread John H Palmieri
If you have the time, could you try uninstalling Xcode and then reinstalling it? You might also try uninstalling and reinstalling homebrew's gcc and any other homebrew components that are relevant to Sage. There may be some remnants of previously installed software that is somehow interfering.

Re: [sage-devel] Re: OSX Catalina works

2019-10-30 Thread Andrew
On Wednesday, 30 October 2019 23:27:45 UTC+11, Dima Pasechnik wrote: > > I meant cmath files without extensions. These are C++ header files. > It appears there are two such files on the list. Are they different? > > In the interim have have installed homebrew's gcc to see if this helps, but it

Re: [sage-devel] Re: OSX Catalina works

2019-10-30 Thread Dima Pasechnik
I meant cmath files without extensions. These are C++ header files. It appears there are two such files on the list. Are they different? On Wed, 30 Oct 2019, 14:14 Andrew, wrote: > I don't have anything like MACOSX_DEPLOYMENT_TARGET or CPLUS_INCLUDE_PATH > set and I'll paste the list of

Re: [sage-devel] Re: OSX Catalina works

2019-10-30 Thread Andrew
I don't have anything like MACOSX_DEPLOYMENT_TARGET or CPLUS_INCLUDE_PATH set and I'll paste the list of filenames contain cmath below. I wonder if this is part of the problem. According to gcc--version: Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr

Re: [sage-devel] Re: OSX Catalina works

2019-10-30 Thread Dima Pasechnik
it seems to be related to Apple removing support for libstdc++. Could it be that you have something related to "deployment target" (MACOSX_DEPLOYMENT_TARGET ?) in your default environment variables, or similar settings in Xcode? Or perhaps CPLUS_INCLUDE_PATH is set somewhere? Perhaps your

Re: [sage-devel] Re: OSX Catalina works

2019-10-29 Thread Andrew
Thanks everyone for their comments. > try explicitly adding "-stdlib=libc++" to CXXLAGS and LDFLAGS. Adding these flags to the Makefile didn't change anything: the build again failed with givaro-4.1.1 > After installing Xcode, did you run Xcode? Yes, of course! Xcode and the command line

Re: [sage-devel] Re: OSX Catalina works

2019-10-29 Thread Samuel Lelièvre
Tue 2019-10-29 11:46 UTC, Andrew: > > Thanks Dima > > On Tuesday, 29 October 2019 17:51:02 UTC+11, Dima Pasechnik wrote: >> >> Did you run >> >> xcode-select --install >> >> after Xcode upgrade? > > > Yes, the command line tools are correctly installed but, as far as I can see, > xcode-select

Re: [sage-devel] Re: OSX Catalina works

2019-10-29 Thread John H Palmieri
On Tuesday, October 29, 2019 at 4:45:53 AM UTC-7, Andrew wrote: > > Thanks Dima > > On Tuesday, 29 October 2019 17:51:02 UTC+11, Dima Pasechnik wrote: >> >> Did you run >> >> xcode-select --install >> >> after Xcode upgrade? >> > > Yes, the command line tools are correctly installed but, as

Re: [sage-devel] Re: OSX Catalina works

2019-10-29 Thread Dima Pasechnik
try explicitly adding "-stdlib=libc++" to CXXLAGS and LDFLAGS. On Tue, 29 Oct 2019, 13:45 Andrew, wrote: > Thanks Dima > > On Tuesday, 29 October 2019 17:51:02 UTC+11, Dima Pasechnik wrote: >> >> Did you run >> >> xcode-select --install >> >> after Xcode upgrade? >> > > Yes, the command line

Re: [sage-devel] Re: OSX Catalina works

2019-10-29 Thread Andrew
Thanks Dima On Tuesday, 29 October 2019 17:51:02 UTC+11, Dima Pasechnik wrote: > > Did you run > > xcode-select --install > > after Xcode upgrade? > Yes, the command line tools are correctly installed but, as far as I can see, xcode-select --install is no longer the correct way to check

Re: [sage-devel] Re: OSX Catalina works

2019-10-29 Thread Dima Pasechnik
Did you run xcode-select --install after Xcode upgrade? By the way, why don't you use NTL from brew? https://formulae.brew.sh/formula/ntl#default you can also make things easier by installing Flint and Arb into homebrew, by using formulas from https://github.com/dimpase/homebrew-science Run

[sage-devel] Re: OSX Catalina works

2019-10-14 Thread Volker Braun
Means: I successfully compiled Sage 8.9 on OSX Catalina with Xcode 11.0 On Sunday, October 13, 2019 at 9:24:44 PM UTC+2, Samuel Lelievre wrote: > > Sun 2019-10-13 08:26:52 UTC, Volker Braun: >> >> I just upgraded the OSX buildbot and Sage works >> > in case anybody is wondering. This is the

[sage-devel] Re: OSX Catalina works

2019-10-13 Thread Samuel Lelievre
Sun 2019-10-13 08:26:52 UTC, Volker Braun: > > I just upgraded the OSX buildbot and Sage works > in case anybody is wondering. This is the first time in years > that the latest OSX release doesn't introduce major toolchain > issues and/or scrambles the filesystem, hope this starts a trend ;-) >