Source: catch Version: 1.12.1-1.1 Severity: important Hi Maintainer
Catch will FTBFS once glibc is upgraded to 2.34 due to MINSIGSTKSZ and SIGSTKSZ no longer being defined. This was fixed Catch2's upstream [1]. I'm not sure if this can be adapted for Catch(1). Another approach is to simply replace SIGSTKSZ with a constant, as done in Fedora [2]. Regards Graham [1] https://github.com/catchorg/Catch2/issues/2178 [2] https://src.fedoraproject.org/rpms/catch1/c/059104ba87494c0b5ebe16844ec190f253e51cac

