Source: gxemul Version: 0.6.0-2 Severity: serious Justification: FTBFS
gxemul fails to build from source on mips[0] and mipsel[1] with the following error:
In file included from cpu.cc:37:
../include/cpu.h:441: error: expected unqualified-id before numeric constant
which referes to this fragment of code:
union {
struct arm_cpu arm;
struct m88k_cpu m88k;
struct mips_cpu mips;
struct ppc_cpu ppc;
struct sh_cpu sh;
} cd;
"mips" is a pre-defined macro on mips* architectures:
$ cpp -dM /dev/null | grep 'define mips'
#define mips 1
[0]
https://buildd.debian.org/fetch.cgi?pkg=gxemul&arch=mips&ver=0.6.0-2&stamp=1269031238
[1]
https://buildd.debian.org/fetch.cgi?pkg=gxemul&arch=mipsel&ver=0.6.0-2&stamp=1269020902
--
Jakub Wilk
signature.asc
Description: Digital signature

