[sage-support] Error while building

2023-03-26 Thread Atharva Deore
Hi, I am getting the attached error while running the command "make build". Please help me with this. I am using WSL. error: Command "gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fPIC

[sage-support] Re: Error while building

2023-03-26 Thread Atharva Deore
This issue is resolved. I have referred one of the previous answers in this group. On Sunday, March 26, 2023 at 5:45:36 PM UTC+5:30 Atharva Deore wrote: > Hi, > I am getting the attached error while running the command "make build". > Please help me with this. I am using WSL. > > error:

[sage-support] Segmentation fault when building sage 9.8

2023-03-26 Thread Mike
Running $ ./configure $ MAKE='make -j16' make results in an error building sagemath_doc_html-none The error was sage-9.8/local/var/lib/sage/venv-python3.11.1/bin/sage-python: line 2: 29470 Segmentation fault (core dumped) sage -python "$@" = Starting anew and instead running $

Re: [sage-support] Segmentation fault when building sage 9.8

2023-03-26 Thread Dima Pasechnik
run Sage's python: ./sage --python and once you get the prompt, do from sage.all import * I expect it to die with the same segfault, but at least you will see a bit more detailed output. Post it here. On Sun, 26 Mar 2023, 20:55 Mike, wrote: > Running > $ ./configure > $ MAKE='make -j16'