Bug#885009: extrace: FTBFS on mips*, alpha, and sparc64: SIGSTKFLT undeclared
"Aaron M. Ucko" <[email protected]>
| Newsgroups | gmane.linux.debian.ports.mips |
|---|---|
| Message-ID | <151397621810.14928.1816080238433484986.reportbug__29523.2605691583$1513976322$gmane$org@ghostwheel.internal.ucko.debian.net> |
Source: extrace Version: 0.4-1 Severity: important Tags: upstream Justification: fails to build from source User: [email protected] Usertags: mips mips64el mipsel Builds of extrace for mips* and the non-release architectures alpha and sparc64 have been failing: extrace.c: In function 'sig2name': extrace.c:156:5: error: 'SIGSTKFLT' undeclared (first use in this function); did you mean 'SIGSTKSZ'? Could you please account for architecture-specific variation in the set of signal names? Since these are generally implemented as preprocessor macros, you should be able to check for their existence with corresponding #ifdef constructs. Thanks!