[sage-devel] Re: Building sage 8.9 from source on macOS Mojave failure

2019-10-16 Thread S. Diop
TeXlive is installed normally in /usr/local/ so I may be facing new problems by moving it out of its default location but I will take the time to try to sort this out. Thanks so much! On Monday, October 14, 2019 at 9:23:57 PM UTC+2, S. Diop wrote: > > I am experiencing failure building sage 8.9

Re: [sage-devel] Re: Building sage 8.9 from source on macOS Mojave failure

2019-10-16 Thread Dima Pasechnik
My guess is that you installed TeXLive directly, instead of using Homebrew. (Same probably applies to ImageMagick, and perhaps Spell, Octave...) I'd have erased everything in /usr/local, and started from scratch - but perhaps that's too costly for you. In any case, I'd start by installing TexLive

[sage-devel] Re: Building sage 8.9 from source on macOS Mojave failure

2019-10-16 Thread S. Diop
Hi Dima: you are certainly right: it seems that homebrew did not successfully install libgd. When I try to reinstall it it stuck at the postinstall stage. Here are the logs of my tentatives. Could you help with this? bash: > brew install libgd Updating Homebrew... ==> Auto-updat

[sage-devel] Re: Building sage 8.9 from source on macOS Mojave failure

2019-10-16 Thread S. Diop
I will post the results. Thanks so much! On Monday, October 14, 2019 at 9:23:57 PM UTC+2, S. Diop wrote: > > I am experiencing failure building sage 8.9 on a MacBook Pro running macOS > 10.14.6. > > I already managed to build a couple of previous sage version sources. The > actual build stops wi

Re: [sage-devel] Re: Building sage 8.9 from source on macOS Mojave failure

2019-10-16 Thread Dima Pasechnik
for some reason libgd configure failed to detect the presence of libpng. as you are using Homebrew anyway, a quick fix would be to install its libgd, then uninstall Sage's libgd by doing make libgd-clean followed by ./configure make build On Wed, 16 Oct 2019, 20:05 S. Diop, wrote: > I

Re: [sage-devel] Re: Building sage 8.9 from source on macOS Mojave failure

2019-10-16 Thread Dima Pasechnik
Thanks. One sees there ImportError: dlopen(/Applications/sage-8.9/local/lib/python2.7/site-packages/sage/matrix/matrix_mod2_dense.so, 2): Symbol not found: _gdImageCreateFromPng so something is wrong with libgd (and possibly with libpng) Could you post the main config.log of this build, as well

[sage-devel] Re: Building sage 8.9 from source on macOS Mojave failure

2019-10-16 Thread S. Diop
Sorry I should have attached this crash error report. On Monday, October 14, 2019 at 9:23:57 PM UTC+2, S. Diop wrote: > > I am experiencing failure building sage 8.9 on a MacBook Pro running macOS > 10.14.6. > > I already managed to build a couple of previous sage version sources. The > actual b

Re: [sage-devel] Re: Building sage 8.9 from source on macOS Mojave failure

2019-10-16 Thread Dima Pasechnik
Thanks. The interesting details are in '/Users/seet/.sage/ipython-5.0.0/Sage_crash_report.txt' as the error message tries to make clear. Please post it here too. On Wed, Oct 16, 2019 at 5:05 PM S. Diop wrote: > > Hi! > Here is the result of an attempt to run ./sage > > % > > ./sage > This loo

[sage-devel] Re: Building sage 8.9 from source on macOS Mojave failure

2019-10-16 Thread S. Diop
Hi! Here is the result of an attempt to run ./sage % > ./sage This looks like the first time you are running Sage. Cleaning up, do not interrupt this. Done cleaning. ┌┐ │ SageMath version 8.9, Release Date: 2019-09-29

Re: [sage-devel] Re: Building sage 8.9 from source on macOS Mojave failure

2019-10-16 Thread Dima Pasechnik
the error was earlier. please try to start Sage by running ./sage and report the result. On Wed, Oct 16, 2019 at 4:23 AM S. Diop wrote: > > I did uninstall Anaconda completely and laugh a build from scratch. I got a > new error "Error building the documentation". Please find below the end of

[sage-devel] Re: Building sage 8.9 from source on macOS Mojave failure

2019-10-15 Thread S. Diop
I was running a new build from scratch again and deleted the previous logs. Thanks again for directing to these Anaconda docs. I will let you know the outcome of a new build after deactivating Conda. On Monday, October 14, 2019 at 9:23:57 PM UTC+2, S. Diop wrote: > > I am experiencing failure buil

Re: [sage-devel] Re: Building sage 8.9 from source on macOS Mojave failure

2019-10-15 Thread Dima Pasechnik
On Tue, Oct 15, 2019 at 7:56 PM S. Diop wrote: > > Oh thanks so much Dima! > > You're right, I have in my home directory ~/anaconda/ and ~/anaconda3/. > And I notice that is also /anaonda3/ at the root of the machine. I am not > sure this normal. > > I tried simply changing the names on my home d

[sage-devel] Re: Building sage 8.9 from source on macOS Mojave failure

2019-10-15 Thread S. Diop
Oh thanks so much Dima! You're right, I have in my home directory ~/anaconda/ and ~/anaconda3/. And I notice that is also /anaonda3/ at the root of the machine. I am not sure this normal. I tried simply changing the names on my home directory (by changing ~/anaconda/ into ~/anaconda.disabled/ a

Re: [sage-devel] Re: Building sage 8.9 from source on macOS Mojave failure

2019-10-14 Thread Dima Pasechnik
On Tue, Oct 15, 2019 at 1:42 AM S. Diop wrote: > > config.log is attached. But I did not find any logs/pkgs/readline*.log in my > sage 8.9 install directory. there is a conflict with Anaconda installation, which provides readline. In the beginning of your config.log one sees PATH: /anaconda3/bin