There is a minor C99 compatibility issue in this package. hunt/hunt/otto.c:181:9: error: implicit declaration of function 'sigpause' 181 | sigpause(old_mask); | ^~~~~~~~ I believe this is a glibc header file bug: there really should be a declaration for BSD-style sigpause by default. This bug is just a reminder that bsd-games needs to be inspected again once the glibc headers are fixed. And there does not seem to be an upstream bug tracker. I should be able to post a glibc patch shortly.
The sigpause function called here is the BSD version. I do not see a way to get BSD sigpause declared with the glibc headers today, and this is not going to change. Given the semantic variance, it does not sense to declare sigpause by default, and this package should be fixed with a patch.
Created attachment 1942366 [details] bsd-games-c99.patch
This bug appears to have been reported against 'rawhide' during the Fedora Linux 38 development cycle. Changing version to 38.