Re: [sage-devel] trouble building sage on mac

2020-07-02 Thread Anne Schilling
Thank you all for your help! Finally I got sage to install. There were permission issues with my /usr/local folder, which prevented brew from working correctly. Anne On Wednesday, July 1, 2020 at 5:55:42 AM UTC-7, Dima Pasechnik wrote: > > my working conjecture was that Anne had two

Re: [sage-devel] trouble building sage on mac

2020-07-01 Thread Dima Pasechnik
my working conjecture was that Anne had two conflicting installations of freetype, for I cannot imagine Homebrew serving version 2.3 of freetype. On Wed, Jul 1, 2020 at 1:36 PM Zachary Scherr wrote: > > Also, you might also consider doing something like the following: > > > cd /usr > > find -L

Re: [sage-devel] trouble building sage on mac

2020-07-01 Thread Zachary Scherr
Also, you might also consider doing something like the following: > cd /usr > find -L . -name 'ftheader.h' you should see the following locations: ./local/include/freetype2/freetype/config/ftheader.h ./local/var/homebrew/linked/freetype/include/freetype2/freetype/config/ftheader.h

Re: [sage-devel] trouble building sage on mac

2020-07-01 Thread Zachary Scherr
Hi All, I just thought I would chime in on the homebrew side of things. I have freetype installed via homebrew on Catalina 10.15.5 and when I execute > pkg-config --modversion freetype2 I get back 23.2.17. Anne seemed to get back version 9.8.3, which means that something is screwy with

Re: [sage-devel] trouble building sage on mac

2020-07-01 Thread Dima Pasechnik
On Wed, 1 Jul 2020, 07:41 Anne Schilling, wrote: > > > On Tuesday, June 30, 2020 at 12:22:47 AM UTC-7, Dima Pasechnik wrote: >> >> >> >> On Tue, 30 Jun 2020, 07:46 Anne Schilling, wrote: >> >>> Here is the new config.log file. It still does not build: >>> >>>

Re: [sage-devel] trouble building sage on mac

2020-07-01 Thread Anne Schilling
On Tuesday, June 30, 2020 at 12:22:47 AM UTC-7, Dima Pasechnik wrote: > > > > On Tue, 30 Jun 2020, 07:46 Anne Schilling, > wrote: > >> Here is the new config.log file. It still does not build: >> >> https://www.math.ucdavis.edu/~anne/config.log >>

Re: [sage-devel] trouble building sage on mac

2020-06-30 Thread Dima Pasechnik
On Tue, 30 Jun 2020, 07:46 Anne Schilling, wrote: > Here is the new config.log file. It still does not build: > > https://www.math.ucdavis.edu/~anne/config.log > do you get the same error while building pillow (missing header)? If so, it looks as if you removed the old freetype dylib files, but

Re: [sage-devel] trouble building sage on mac

2020-06-30 Thread Anne Schilling
Here is the new config.log file. It still does not build: https://www.math.ucdavis.edu/~anne/config.log On Monday, June 29, 2020 at 10:53:44 AM UTC-7, Dima Pasechnik wrote: > > On Mon, Jun 29, 2020 at 6:41 PM Anne Schilling > > wrote: > > > > Hi Dima, > > > > I removed the freetype

Re: [sage-devel] trouble building sage on mac

2020-06-29 Thread Dima Pasechnik
On Mon, Jun 29, 2020 at 6:41 PM Anne Schilling wrote: > > Hi Dima, > > I removed the freetype directory in /usr/local but still get an error after this, please re-run `./configure` followed by `make` (and post the new config.log again, if it still breaks.) > > [giac-1.5.0.63-p0] Finished

Re: [sage-devel] trouble building sage on mac

2020-06-29 Thread Anne Schilling
Hi Dima, I removed the freetype directory in /usr/local but still get an error [giac-1.5.0.63-p0] Finished installing giac-1.5.0.63-p0.spkg make[2]: *** [all-start] Error 2 real8m22.565s user33m16.224s sys1m44.180s ***

Re: [sage-devel] trouble building sage on mac

2020-06-29 Thread Dima Pasechnik
On Mon, Jun 29, 2020 at 12:08 PM Anne Schilling wrote: > > >> thanks. What is the output of >> >> $ pkg-config --modversion freetype2 >> >> for you? > > > sage anne$ pkg-config --modversion freetype2 > 9.8.3 this is a very old freetype, older than the needed version 2.4 or newer. So indeed, you

Re: [sage-devel] trouble building sage on mac

2020-06-29 Thread Anne Schilling
> thanks. What is the output of > > $ pkg-config --modversion freetype2 > > for you? > sage anne$ pkg-config --modversion freetype2 9.8.3 -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving

Re: [sage-devel] trouble building sage on mac

2020-06-29 Thread Dima Pasechnik
On Mon, Jun 29, 2020 at 9:10 AM Dima Pasechnik wrote: > > On Mon, Jun 29, 2020 at 7:06 AM Anne Schilling > wrote: > > > > Hi Dima, > > > > Thank you for your answer. Here is the config.log file > > > > https://www.math.ucdavis.edu/~anne/config.log > > thanks. What is the output of > > $

Re: [sage-devel] trouble building sage on mac

2020-06-29 Thread Dima Pasechnik
On Mon, Jun 29, 2020 at 7:06 AM Anne Schilling wrote: > > Hi Dima, > > Thank you for your answer. Here is the config.log file > > https://www.math.ucdavis.edu/~anne/config.log thanks. What is the output of $ pkg-config --modversion freetype2 for you? Incidentally I found a bug in our

Re: [sage-devel] trouble building sage on mac

2020-06-29 Thread Anne Schilling
Hi Dima, Thank you for your answer. Here is the config.log file https://www.math.ucdavis.edu/~anne/config.log Cheers, Anne On Sunday, June 28, 2020 at 2:29:27 AM UTC-7, Dima Pasechnik wrote: > > Cause pillow finds a broken install of freetype here: /usr/local/lib > (which causes the problem:

Re: [sage-devel] trouble building sage on mac

2020-06-28 Thread Dima Pasechnik
Cause pillow finds a broken install of freetype here: /usr/local/lib (which causes the problem: /usr/local/include/freetype2/freetype/freetype.h:51:10: fatal error: 'freetype/config/ftconfig.h' file not found) as well as here: /usr/local/Cellar/freetype/2.10.1 - which should be OK. Does your