After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 304570 - libgtop-2.10.1 uses unportable SIGSTKFLT
libgtop-2.10.1 uses unportable SIGSTKFLT
Status: RESOLVED FIXED
Product: libgtop
Classification: Core
Component: linux
2.10.x
Other Linux
: Normal minor
: ---
Assigned To: libgtop maintainers
libgtop maintainers
Depends on:
Blocks:
 
 
Reported: 2005-05-17 19:48 UTC by Stephen P. Becker
Modified: 2005-10-25 02:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stephen P. Becker 2005-05-17 19:48:22 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.
Comment 1 Benoît Dejean 2005-05-17 20:23:47 UTC
do you think a 

#ifdef <SIGX>
bla ...
#endif

foreach signal would be fit ?
Comment 2 Benoît Dejean 2005-05-25 22:31:13 UTC
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 ...
Comment 3 Benoît Dejean 2005-10-25 02:24:05 UTC
I believe this has been fixed for a long time.