Re: [sage-devel] Re: Unable to compile sage 8.7.beta3 on mojave...

2019-02-26 Thread Andrew
Thanks. I agree that the obvious solution. Samuel Lelièvre has supplied the patch and, for completeness, I have checked that it fixes the issue by recompiling and given a positive review. Andrew On Tuesday, 26 February 2019 23:08:07 UTC+11, E. Madison Bray wrote: > > Hi Andrew, > > On Tue, Feb

Re: [sage-devel] Re: Unable to compile sage 8.7.beta3 on mojave...

2019-02-26 Thread E. Madison Bray
Hi Andrew, On Tue, Feb 26, 2019 at 12:31 AM Andrew wrote: > > Thanks very much for this Erik! It's the height of the grant writing season > in the antipodeans so I have only just gotten back to this but you told how > to troubleshoot and hence fix my problem, which turned out to be annoyingly

Re: [sage-devel] Re: Unable to compile sage 8.7.beta3 on mojave...

2019-02-25 Thread Andrew
Thanks very much for this Erik! It's the height of the grant writing season in the antipodeans so I have only just gotten back to this but you told how to troubleshoot and hence fix my problem, which turned out to be annoyingly trivial. The reason that sage would not compile for me comes down

Re: [sage-devel] Re: Unable to compile sage 8.7.beta3 on mojave...

2019-02-20 Thread kcrisman
> > > > I think we really should look into using Homebrew for building on OSX, > > otherwise we are doomed to repeat what's done there... > > Personally I would suggest not developing software that isn't built > for Apple products with Apple's toolchain on an Apple OS, because > Apple is inc

Re: [sage-devel] Re: Unable to compile sage 8.7.beta3 on mojave...

2019-02-19 Thread E. Madison Bray
On Tue, Feb 19, 2019 at 1:51 PM Andrew wrote: > > > >> Do you mean that after installing Mojave you never again managed >> to compile Sage? Do you still have a working version of Sage? >> Which version is that? > > > I no longer have a working version of sage. >> >> >> Have you tried installing t

Re: [sage-devel] Re: Unable to compile sage 8.7.beta3 on mojave...

2019-02-19 Thread E. Madison Bray
On Tue, Feb 19, 2019 at 9:18 AM Dima Pasechnik wrote: > > On Mon, Feb 18, 2019 at 11:37 PM John H Palmieri > wrote: > > > > On one of my machines running OS X Mojave, when I run 'make', the pip > > installation fails, saying > > > > ModuleNotFoundError: No module named 'zlib' > > > > That's whe

Re: [sage-devel] Re: Unable to compile sage 8.7.beta3 on mojave...

2019-02-19 Thread Dima Pasechnik
On Mon, Feb 18, 2019 at 11:37 PM John H Palmieri wrote: > > On one of my machines running OS X Mojave, when I run 'make', the pip > installation fails, saying > > ModuleNotFoundError: No module named 'zlib' > > That's when the solution is > > ./sage -f zlib python2 python3 > make > so this points