[sage-devel] Re: failing to build scipy

2023-10-27 Thread Matthias Koeppe
https://github.com/sagemath/sage/wiki/Sage-10.2-Release-Tour#known-problems-and-workarounds On Friday, October 27, 2023 at 10:59:47 AM UTC-7 Amara Katabarwa wrote: > I just need to install sage in order to use a python package that uses > sage. I can't make heads and tails of logs I am getting b

Re: [sage-devel] Error installing scipy when building Sage 10.1 from source under WSL2:

2023-10-27 Thread Jeremy Martin
Thanks, Dima!  Increasing WSL's memory allocation to 6GB from 4GB fixed the problem and the rest of the compilation went off without a hitch. -Jeremy On 10/20/23 2:36 PM, Dima Pasechnik wrote: On Thu, Oct 19, 2023 at 9:40 PM Jeremy Martin wrote: I am trying to build Sage 10.1 from source und

Re: [sage-devel] trying to build sage10.1

2023-10-27 Thread Dima Pasechnik
On Fri, Oct 27, 2023 at 11:15 AM François Bissey wrote: > > From the log sent to me in a private email: > [sagelib-10.1] gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 > -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall > -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTI

Re: [sage-devel] trying to build sage10.1

2023-10-27 Thread François Bissey
From the log sent to me in a private email: [sagelib-10.1] gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -

Re: [sage-devel] trying to build sage10.1

2023-10-27 Thread François Bissey
Hi, We need the build log. The last output is not always where the error occurred. On most modern system there are several compilations done at the same time. The last one printed is just the last one to finish. François On 27/10/23 20:15, Ayan Mahalanobis wrote: Hi All, I am trying to bui

[sage-devel] trying to build sage10.1

2023-10-27 Thread Ayan Mahalanobis
Hi All, I am trying to build sage 10.1 from source with no luck. I am using fedora 38. It uses gcc 13. The error occurs when it tries to build sagelib is below. This is the command it ran just before exit code 1 from g++. It is nasty looking and I am sorry for that. Any help much appreciated.