I have have found a fix elsewhere and copy/pasted it in https://github.com/sagemath/cysignals/pull/151, this might already solve the issue.
Fixes this and possibly upgrading cysignals is now https://trac.sagemath.org/ticket/32576. Manuel González schrieb am Samstag, 25. September 2021 um 23:52:48 UTC+2: > Unfortunatelly it doesn't compile, exact same error > > Being this an error caused by a change in glibc 2.34 I don't think there > is much > to do whilst we wait for the cysignals fix, but I may be wrong,. > so any other idea is welcome > > Thanks > Manuel > > On Saturday, September 25, 2021 at 3:04:21 AM UTC-5 > jonatha...@googlemail.com wrote: > >> >> https://github.com/openbsd/src/commit/ea0d1f1fdbdc98dc215aafd8869e67812566a636#diff-abef93fb3c734d17f027b68052e70aac7e9949432392fb4910c1578ca087534a >> >> MINSIGSTKSZ is no longer a constant, which causes this problem. >> >> Does it compile, when you add `--std=c11` to your `CFLAGS`. >> >> E.g. do `sage -sh` and then `echo $CFLAGS` and then >> >> run >> >> make cysignals CFLAGS="<whatever you saw> --std=c11" >> >> Jonathan >> Manuel González schrieb am Samstag, 25. September 2021 um 03:52:15 UTC+2: >> >>> -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/007a87c3-4011-44c2-bcb6-2e012577d02bn%40googlegroups.com.