Re: [sage-devel] Re: gcc problems on MacOS

2023-11-20 Thread David Roe
Thank you Matthias; clearing out /usr/local/include/flint* and /usr/local/flint* solved the problem. David On Mon, Nov 20, 2023 at 5:51 PM Matthias Koeppe wrote: > The real error from your log: > > sage/algebras/quatalg/quaternion_algebra_element.cpp:22735:3: error: > 'fmpz_poly_scalar_mul_m

[sage-devel] Re: gcc problems on MacOS

2023-11-20 Thread Matthias Koeppe
The real error from your log: sage/algebras/quatalg/quaternion_algebra_element.cpp:22735:3: error: 'fmpz_poly_scalar_mul_mpz' is deprecated. Use 'fmpz_poly_scalar_mul_fmpz' instead. fmpz_poly_scalar_mul_mpz(__pyx_v_self->x, __pyx_v_self->x, __pyx_v_4sage_8algebras_7quatalg_26quaternio

[sage-devel] Re: sage-10.2.rc4 does not build on opensuse tumbleweed

2023-11-20 Thread Matthias Koeppe
Our CI tests with the official opensuse/tumbleweed Docker image, see https://github.com/sagemath/sage/blob/develop/tox.ini#L381 I think it's updated daily. On Monday, November 20, 2023 at 2:39:54 PM UTC-8 Christian Bär wrote: > How recent is the tumbleweed install you are testing against? As >

[sage-devel] gcc problems on MacOS

2023-11-20 Thread David Roe
I'm trying to build Sage 10.2.rc4 on MacOS 13.3.1 and have been running into multiple errors, some possibly due to Apple upgrading my OS when my laptop went in for repair. I've managed to get past all of Sage's dependencies, and am currently stuck on an error in sagelib: g++ -std=gnu++11 -std=gnu

[sage-devel] Re: sage-10.2.rc4 does not build on opensuse tumbleweed

2023-11-20 Thread Christian Bär
How recent is the tumbleweed install you are testing against? As mentioned, sage-10.1 initially did compile until some tumbleweed update broke it, leading to the error message described above. This is why I am skeptical that installing more system packages will resolve the problem. Matthias Ko