GNOME Bugzilla – Bug 304570
libgtop-2.10.1 uses unportable SIGSTKFLT
Last modified: 2005-10-25 02:24:05 UTC
Distribution/Version: Gentoo The latest version of libgtop uses SIGSTKFLT in siglist.c, which is undefined on arches such as mips and sparc, and therefore doesn't compile. See http://beerandrocks.net:8080/~spbecker/libgtop.txt for an error log. In the future it might be a good idea to check if sysdeps are portable to all arches.
do you think a #ifdef <SIGX> bla ... #endif foreach signal would be fit ?
ok, i've fixed it by wrapping any SIG* with #ifdef ... #endif. Setting severity to minor since the siglist should now compile on every linux arch, though the siglist may be incomplete ...
I believe this has been fixed for a long time.