Re: [sage-devel] build errors on void linux

2020-07-01 Thread Michael Orlitzky
On 2020-07-01 09:23, Nicolo' Piazzalunga wrote: > Thanks. > I'm puzzled by 'does not support check for system package'/'no suitable > system package' in config.log We haven't written the script to detect a system copy of ECL yet. We're in the middle of upgrading to a new major version of it, and

Re: [sage-devel] build errors on void linux

2020-07-01 Thread Dima Pasechnik
On Wed, Jul 1, 2020 at 2:23 PM Nicolo' Piazzalunga wrote: > > Thanks. > I'm puzzled by 'does not support check for system package'/'no suitable > system package' in config.log > E.g. why is it not finding boost, isl, and why is it building ecl (just > to list a few), all of which are installed as

Re: [sage-devel] build errors on void linux

2020-07-01 Thread Nicolo' Piazzalunga
Thanks. I'm puzzled by 'does not support check for system package'/'no suitable system package' in config.log E.g. why is it not finding boost, isl, and why is it building ecl (just to list a few), all of which are installed as system packages? On 7/1/20 3:15 PM, Michael Orlitzky wrote: On

Re: [sage-devel] build errors on void linux

2020-07-01 Thread Michael Orlitzky
On 2020-07-01 08:36, Dima Pasechnik wrote: > > In building giac, you get even more strange error, a missing gammaf function. > (something to do with musl?) Giac upstream probably needs to #define _GNU_SOURCE to get the gammaf() function with musl, since it's not standardized. -- You

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] build errors on void linux

2020-07-01 Thread Dima Pasechnik
Something is very unusual in your setup; e,g. in building R you get Error in iconv(x, "UTF-8", outputEncoding, sub = "byte", mark = FALSE) : unsupported conversion from 'UTF-8' to 'ASCII//TRANSLIT' In building giac, you get even more strange error, a missing gammaf function. (something to do

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

[sage-devel] [Bug] Possible Bug in FrobeniusMap for ntl finite fields of characteristic 2

2020-07-01 Thread Maxime Bombar
Hi, I think there is a bug with the Frobenius Maps of finite fields of characteristic 2 implemented using NTL : Here is what happened with finite fields implemented using the Givaro library (finite fields of characteristic 2 and degree <= 15). This is what we expect. ``` sage: k = GF(2^15)

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 >>