sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.43k stars 478 forks source link

`p_group_cohomology` build failure #36821

Open beew opened 11 months ago

beew commented 11 months ago

Steps To Reproduce

I tried to compile sage 10.2 and failed at several packages involving cython errors

Compilation failed at packages cylp and p_group_cohomology (maybe more, but I am not continuing for now)

Both failures involve error in compiling cython files.

I attach the error logs cylp-0.91.5.log p_group_cohomology-3.3.3.p1.log

Expected Behavior

compilation suceeds

Actual Behavior

Build failed.

Additional Information

Download the release tarball from github, run bootstrap and then configure (--enable packages) then make -j8

Environment

- **OS**: Ubuntu 22.04
- **Sage Version**:10.2

Checklist

dimpase commented 10 months ago

p_group_cohomology is broken, it returns wrong results :-( - that's why noone updated it I suppose

dimpase commented 10 months ago

cylp's version needs to be updated to 0.92.2 (it builds with Cython 3)

mkoeppe commented 10 months ago

Yes, these are known problems in 10.2; see https://github.com/sagemath/sage/wiki/Sage-10.2-Release-Tour#known-problems-and-workarounds

mkoeppe commented 10 months ago

cylp's version needs to be updated to 0.92.2 (it builds with Cython 3)

That's #36439, which has been waiting for review for quite a while now.

dimpase commented 10 months ago

cylp's version needs to be updated to 0.92.2 (it builds with Cython 3)

That's #36439, which has been waiting for review for quite a while now.

the latter works on Linux, testing on macOS atm