sagemath / cysignals

cysignals: interrupt and signal handling for Cython. Source repository for https://pypi.org/project/cysignals/
GNU Lesser General Public License v3.0
43 stars 23 forks source link

MINSIGSTKSZ is no longer a constant #150

Closed kliem closed 2 years ago

kliem commented 3 years ago

https://lists.gnu.org/archive/html/info-gnu/2021-08/msg00001.html

MINSIGSTKSZ is no longer a constant in some situations.

Apparently cysignals will not compile with GCC 11 then: https://groups.google.com/g/sage-devel/c/Wz5Rhjnn4sU/m/rUd1PQbwAwAJ

kliem commented 3 years ago

This looks like they had the same issue:

https://github.com/rr-debugger/rr/issues/2916

dotpredicate commented 3 years ago

Hello! Is #151 going to be merged? The package can't be installed on Ubuntu 21.