Re: [sage-support] Re: Sage 9.8 build error

2023-01-05 Thread Alex
Thank you, Matthias. I was indeed able to build sage after passing "--without-system-singular" to "./configure". Still working on figuring out how to merge the branch of the ticket you suggested. Best, Alex On Thursday, January 5, 2023 at 10:54:13 AM UTC-8 Matthias Koeppe wrote: > I see the

Re: [sage-support] Re: Sage 9.8 build error

2023-01-05 Thread Matthias Koeppe
I see the following error in sagelib-*.log: #define LOCAL_HIREMAINDER register ulong hiremainder ^ sage/rings/polynomial/multi_polynomial_libsingular.cpp:35068:120: error: use of undeclared identifier 'pTakeOutComp1'; did you mean 'pTakeOutComp'?

Re: [sage-support] Re: Sage 9.8 build error

2023-01-04 Thread Alex
I tried running 'make' again but am getting stuck at the same spot. I did not pass any arguments to configure. I don't have a good idea of how this process works so i did not deviate from the instructions in README.md (as far as I know). I did indeed run source .homebrew-build-env before

[sage-support] Re: Sage 9.8 build error

2023-01-04 Thread John H Palmieri
Some observations: - It's showing a different error now. - I find it unusual that more packages haven't been built before it tries to build sagelib. You could try "make" again and see how far it gets. - config.log says Invocation command line was $ ./configure

Re: [sage-support] Re: Sage 9.8 build error

2023-01-04 Thread Alex
Hi John, Sorry, just after I sent my previous message I realized I should have typed 'make typing_extensions' and not 'make typing_extension' so I am no longer getting the error I indicated above. I am currently building with no errors so far, so I will send another update soon. Best, Alex On

[sage-support] Re: Sage 9.8 build error

2023-01-04 Thread John H Palmieri
Maybe you also need to do "make flit_core" before "make typing_extension". On Wednesday, January 4, 2023 at 11:35:39 AM UTC-8 John H Palmieri wrote: > Many of the errors are discussed at https://trac.sagemath.org/ticket/34838. > You can probably avoid those by running "make typing_extensions"

[sage-support] Re: Sage 9.8 build error

2023-01-04 Thread John H Palmieri
Many of the errors are discussed at https://trac.sagemath.org/ticket/34838. You can probably avoid those by running "make typing_extensions" before running "make". The most recent error seems to be for sagelib: ld: library not found for -lopenblas I assume that you followed the directions