FWIW, I have just tried (on macOS 15.6) ./configure --enable-bliss --enable-coxeter3 --enable-meataxe --enable-sirocco --enable-tdlib and then make and make ptestlong both succeed.
Guillermo On Fri, 8 Aug 2025 at 22:43, Marc Culler <[email protected]> wrote: > In case it is relevant ... > > After restoring src/bin/sage-python, and without reconfiguring, I was > able to build and install sagemath_environment and sagemath_sirocco and > successfully complete my build of sage. With that build I am able to > import sage.libs.sirocco. > > - Marc > > On Friday, August 8, 2025 at 3:28:37 PM UTC-5 Antonio Rojas wrote: > >> >> El viernes, 8 de agosto de 2025 a las 21:45:42 UTC+2, Dima Pasechnik >> escribió >> >> >> ImportError: /home/dima/software/sage/src/sage/libs/ >> sirocco.cpython-313-x86_64-linux-gnu.so: >> undefined symbol: homotopyPath_mp_comps >> >> >> That symbol is not mangled, which means the sirocco extension was wrongly >> compiled as C instead of C++. This was fixed for meson in >> https://github.com/sagemath/sage/pull/40369 but apparently is also >> affecting the setuptools build now (which is strange in view of >> >> https://github.com/sagemath/sage/blob/10.7.rc1/src/sage/libs/sirocco.pyx#L3 >> ) >> > -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/sage-release/CANnG188uN7CzwO_crzbJbR1DFBWQbkeyyNSxtaSjx1bJk%2BOx8Q%40mail.gmail.com.
