Re: [sage-devel] Re: fpylll not building - Cataline 10.15.7

2020-12-15 Thread Vincent Delecroix
Hi Matthias, I got the same problem on archlinux that I reported in the 9.3.beta4 release thread. Compilation worked fine with the more recent fplll and fpylll from #31025. Vincent Le 16/12/2020 à 02:32, Matthias Koeppe a écrit : Is this with fplll from homebrew? Only specific versions of fpl

[sage-devel] Re: pillow-7.2.0 build issue with homebrew libzip

2020-12-15 Thread Zachary Scherr
I have not. I just sourced .homebrew-build-env and then built in the normal way. I haven't had this problem in the past, but I'm not sure when homebrew installed libzip on my laptop (I see it is a dependency of php). I can see in the failing gcc command that -I/usr/local/include comes before

[sage-devel] Re: fpylll not building - Cataline 10.15.7

2020-12-15 Thread Zachary Scherr
Hi Matthias, Thank you. I had forgotten I had fplll installed via homebrew, removing it fixed my problem. On Tuesday, December 15, 2020 at 8:32:52 PM UTC-5 Matthias Koeppe wrote: > Is this with fplll from homebrew? > Only specific versions of fplll and fpylll work together - in > https://

[sage-devel] Re: fpylll not building - Cataline 10.15.7

2020-12-15 Thread Matthias Koeppe
Is this with fplll from homebrew? Only specific versions of fplll and fpylll work together - in https://trac.sagemath.org/ticket/31025 we upgrade and tighten what versions we accept. On Tuesday, December 15, 2020 at 1:47:37 PM UTC-8 zsc...@gmail.com wrote: > Sorry for the spam today, but after

[sage-devel] Re: pillow-7.2.0 build issue with homebrew libzip

2020-12-15 Thread Matthias Koeppe
We had the same problem previously - https://trac.sagemath.org/ticket/29562 Have you set CPPFLAGS by any chance? On Tuesday, December 15, 2020 at 12:26:26 PM UTC-8 zsc...@gmail.com wrote: > I just tried building 9.3.beta4 and my build breaks at pillow-7.2.0 on > Catalina 10.15.7. > > The actual

Re: [sage-devel] Errors in determinant of 'large' symbolic matrices as opposed to working over better rings

2020-12-15 Thread Michael Orlitzky
On 10/12/20 8:16 AM, Linden Disney wrote: Attached is a jupyter notebook that runs Sage 9.1, a (slightly more) minimal example of a problem that I discovered. When calculating the determinant of a large (in the sense n>=9 I have currently found) symbolic matrix the answer is not correct I

[sage-devel] fpylll not building - Cataline 10.15.7

2020-12-15 Thread Zachary Scherr
Sorry for the spam today, but after fixing my pillow issue I encountered a problem with fpylll on 9.3.beta4. The key lines seem to be: build/src/fpylll/fplll/integer_matrix.cpp:706:10: fatal error: 'fplll/sieve/sieve_gauss.h' file not found #include "fplll/sieve/sieve_gauss.h" ^~

Re: [sage-devel] RecursionError: maximum recursion depth exceeded during compilation

2020-12-15 Thread Richard_L
Thanks. On Tuesday, December 15, 2020 at 10:02:12 AM UTC-8 Michael Orlitzky wrote: > On 10/1/20 6:05 PM, Richard_L wrote: > > I get the above message when I ask SageMath 9.1 to swallow a large > > expression (attached file). Is anyone else seeing this message? > > > > All variables are declare

Re: [sage-devel] Sage 9.2 fails to build because of cysignals on macos 10.15.7

2020-12-15 Thread Zachary Scherr
You can safely ignore that message. I think there is some ongoing work being done on changing how sage handles recommended packages and that message is a byproduct. If it's really bothering you then you can just type: make _recommended and I think that message should disappear. On Tuesday,

[sage-devel] pillow-7.2.0 build issue with homebrew libzip

2020-12-15 Thread Zachary Scherr
I just tried building 9.3.beta4 and my build breaks at pillow-7.2.0 on Catalina 10.15.7. The actual error is: [pillow-7.2.0] gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -isysroot /Library/Developer/CommandLi

Re: [sage-devel] Sage 9.2 fails to build because of cysignals on macos 10.15.7

2020-12-15 Thread Pierre Vanhove
hi I have cleanup my /usr/local - reinstalled a fresh brew and Xcode. I have run ./configure in sage-9.3-beta4 that complained about missing homebrew package. I have installed them. % brew list aom fribidi harfbuzz libheif little-cms2 pandoc srt arb gcc icu4c libidn2 lzo pcre suite-sparse bdw-g

Re: [sage-devel] Sage 9.2 fails to build because of cysignals on macos 10.15.7

2020-12-15 Thread Zachary Scherr
Have you tried running "brew doctor"? Homebrew should complain loudly about all of the header files in /usr/local/include which could cause conflicts. For example, if I touch stdio.h in my /usr/local/include and then I run brew doctor I get: "Warning: Unbrewed header files were found in /usr/l

Re: [sage-devel] RecursionError: maximum recursion depth exceeded during compilation

2020-12-15 Thread Michael Orlitzky
On 10/1/20 6:05 PM, Richard_L wrote: I get the above message when I ask SageMath 9.1 to swallow a large expression (attached file). Is anyone else seeing this message? All variables are declared real. The message did not show up until I started using 9.1 I tracked this down to a regression

[sage-devel] A European trophy for Sage

2020-12-15 Thread Nicolas M. Thiery
Dear Sage Developers, Tomorrow, three EU funded projects will be awarded the French trophy "Les étoiles de l'Europe" for their contributions to Open Science. One of them is OpenDreamKit. But really I see this trophy as recognizing the hard work of the developers of SageMath and of its sibl

Re: [sage-devel] Sage 9.2 fails to build because of cysignals on macos 10.15.7

2020-12-15 Thread Dima Pasechnik
On Tue, Dec 15, 2020 at 1:23 PM Pierre Vanhove wrote: > > hi > > > What did one do yesterday just after 17:00 on the machine? > Updated Homebrew? Installed macOS command line tools? > > > yes I updated homebrew, but with a bad internet connection and the connection > broke. I had to redo it. > >

Re: [sage-devel] Sage 9.2 fails to build because of cysignals on macos 10.15.7

2020-12-15 Thread Pierre Vanhove
hi > > What did one do yesterday just after 17:00 on the machine? > Updated Homebrew? Installed macOS command line tools? yes I updated homebrew, but with a bad internet connection and the connection broke. I had to redo it. But curiously, I have deleted the sage-9.2 folder downloaded a sage-

Re: [sage-devel] Sage 9.2 fails to build because of cysignals on macos 10.15.7

2020-12-15 Thread Dima Pasechnik
On Tue, Dec 15, 2020 at 1:01 PM Pierre Vanhove wrote: > > Hi > > Do you by any chance try to use Brew's gcc and g++? > > > no as I remember. > > What is the output of > > ls -l /usr/local/include/stdio.h > > > % ls -l /usr/local/include/stdio.h > lrwxr-xr-x 1 root admin 71 déc 14 17:11 /usr/local/

Re: [sage-devel] Sage 9.2 fails to build because of cysignals on macos 10.15.7

2020-12-15 Thread Pierre Vanhove
Hi > Do you by any chance try to use Brew's gcc and g++? no as I remember. > What is the output of > > ls -l /usr/local/include/stdio.h % ls -l /usr/local/include/stdio.h lrwxr-xr-x 1 root admin 71 déc 14 17:11 /usr/local/include/stdio.h -> /Library/Developer/CommandLineTools/SDKs/MacOSX.sd

Re: [sage-devel] sage-9.3.beta4 fails to compile

2020-12-15 Thread Dima Pasechnik
The quickest way to get a running Sage on macOS probably is to use Conda. https://doc.sagemath.org/html/en/installation/conda.html On Tue, Dec 15, 2020 at 12:40 PM Pierre Vanhove wrote: > > Hi > > since sage-9.2 fails to recompile from source, I have tried sage-9.3-beta4 > > sage does not find

Re: [sage-devel] Sage 9.2 fails to build because of cysignals on macos 10.15.7

2020-12-15 Thread Dima Pasechnik
On Tue, Dec 15, 2020 at 12:47 PM Pierre Vanhove wrote: > > no idea ? Should I remove this? I don’t know how this came in. This is only a symptom of something going on wrongly. Do you by any chance try to use Brew's gcc and g++? What is the output of ls -l /usr/local/include/stdio.h > > Le 15 d

Re: [sage-devel] Sage 9.2 fails to build because of cysignals on macos 10.15.7

2020-12-15 Thread Pierre Vanhove
no idea ? Should I remove this? I don’t know how this came in. > Le 15 déc. 2020 à 13:45, Dima Pasechnik a écrit : > > You have weird stuff in /usr/local, e.g. what's > > /usr/local/include/stdio.h > > I see in your log? No wonder it can break things. > > > > On Tue, Dec 15, 2020 at 12:40 P

Re: [sage-devel] Re: Sage 9.2 fails to build because of cysignals on macos 10.15.7

2020-12-15 Thread Dima Pasechnik
You have weird stuff in /usr/local, e.g. what's /usr/local/include/stdio.h I see in your log? No wonder it can break things. On Tue, Dec 15, 2020 at 12:40 PM Pierre Vanhove wrote: > > hi > > Since no compilation was succesfull I tried sage-9.3-beta4. > > My homebrew version is > > % brew --v

[sage-devel] sage-9.3.beta4 fails to compile

2020-12-15 Thread Pierre Vanhove
Hi since sage-9.2 fails to recompile from source, I have tried sage-9.3-beta4 sage does not find the homebrew packages $ brew install pandoc ffmpeg imagemagick texinfo arb flint ntl ppl despite having run source .homebrew-build-env which are already installed. My brew version is % brew

Re: [sage-devel] Re: Sage 9.2 fails to build because of cysignals on macos 10.15.7

2020-12-15 Thread Dima Pasechnik
the error is gcc -bundle -undefined dynamic_lookup -L/usr/local/lib -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/Users/pierre/local/sage-9.2/local/lib -Wl,-rpath,/Users/pierre/local/sage-9.2/local/lib -Wp,-U_FORTIFY_SOURCE build/temp.macosx-10.15-x86_64-3.9/build/src/cys