Closed simonvik closed 2 years ago
This might be due to glibc, possible broken from 2.34?
Seems to be fixed in newer catch : https://github.com/catchorg/Catch2/blob/7cf2f88e50f0d1de324489c31db0314188423b6d/docs/release-notes.md#improvements-1
Thanks for the report. I believe we are not actually using catch anyway, we should probably just remove for now.
As I just got burned by this as well (though on Ubuntu 22.04 LTS), here's the link to Catch2 issue where it was reported:
Host: Arch linux with gcc 11.2.0 trying to compile commit 5056602eb10316f4f1791ec5a7918e1ff40fe7fe
MINSIGSTKSZ
doesnt seem to be defined and the build fails with:Just defining
MINSIGSTKSZ
makes the build succeed.(Missing include somewhere?)