Build Error with glibc 2.32: sys_siglist deprecated
/tmp/user/spack-stage/spack-stage-gaudi-35.0-b2evjsi4dpl6dliiseqqazl6jzo3ulk6/spack-src/GaudiUtils/src/component/SignalMonitorSvc.cpp: In function 'const char* {anonymous}::sig_desc(int)':
/tmp/user/spack-stage/spack-stage-gaudi-35.0-b2evjsi4dpl6dliiseqqazl6jzo3ulk6/spack-src/GaudiUtils/src/component/SignalMonitorSvc.cpp:205:12: error: 'sys_siglist' was not declared in this scope
205 | return sys_siglist[signum];
| ^~~~~~~~~~~
from https://github.com/key4hep/key4hep-spack/issues/191
I think this is due to https://sourceware.org/glibc/wiki/Release/2.32#Deprectation_sys_siglist.2C__sys_siglist.2C_sys_sigabbrev but should be easy to fix with the suggested replacement
Edited by Valentin Volkl