Bug#504087: netmaze: FTBFS on ia64 (using -O2 for allmove.c, works)

2008-11-19 Thread Adeodato Simó
* peter green [Wed, 19 Nov 2008 02:47:07 +]: Thanks, peter. John uploaded a fixed package with your patch. The good news is it built sucessfully on ia64 The bad news is it failed on alpha arm mips s390 and sparc due to a failure to install the build-depends. libfontconfig1: Depends:

Bug#504087: netmaze: FTBFS on ia64 (using -O2 for allmove.c, works)

2008-11-18 Thread peter green
Thanks, peter. John uploaded a fixed package with your patch. The good news is it built sucessfully on ia64 The bad news is it failed on alpha arm mips s390 and sparc due to a failure to install the build-depends. I have reproduced this failure on my qemu arm system and the culprit seems

Bug#504087: netmaze: FTBFS on ia64 (using -O2 for allmove.c, works)

2008-11-17 Thread peter green
I have attatched a patch which reduces the optimisation level of the build to O2 on ia64. I have checked the patch sets the optimisation level correctly by using a different architecture in the test but I do not have access to an ia64 box so I can't test to confirm the subitters statement

Bug#504087: netmaze: FTBFS on ia64 (using -O2 for allmove.c works)

2008-10-31 Thread Adeodato Simó
Package: netmaze Version: 0.81+jpg0.82-12.1 Severity: serious netmaze can't migrate to testing (including a RC bug fix) because it FTBFSes on ia64 (gcc ICE). netmaze is compiled with -O3. Using -O2 for allmove.c (or, for that matter, for the whole build) works (the ICE does not happen). Cheers,

Bug#504087: netmaze: FTBFS on ia64 (using -O2 for allmove.c works)

2008-10-31 Thread John Goerzen
Adeodato Simó wrote: Package: netmaze Version: 0.81+jpg0.82-12.1 Severity: serious netmaze can't migrate to testing (including a RC bug fix) because it FTBFSes on ia64 (gcc ICE). I take it that means Internal Compiler Error? Isn't this a gcc, rather than a netmaze, bug then? netmaze

Bug#504087: netmaze: FTBFS on ia64 (using -O2 for allmove.c works)

2008-10-31 Thread Adeodato Simó
* John Goerzen [Fri, 31 Oct 2008 09:07:59 -0500]: Adeodato Simó wrote: Package: netmaze Version: 0.81+jpg0.82-12.1 Severity: serious netmaze can't migrate to testing (including a RC bug fix) because it FTBFSes on ia64 (gcc ICE). I take it that means Internal Compiler Error? Isn't