Bug#1061655: wine: FTBFS with error: unknown conversion type character ‘I’ in format [-Werror=format=]

2024-01-29 Thread Petter Reinholdtsen
I got more input on #debian-arm: "iam_tj: i386 seem to work. :/" <- That's because the compiler options for the 32-bit architectures include `-Wformat` (equivalent to `-Wformat=1`) but the 64-bit architectures have `-Wno-format` (equivalent to `-Wformat=0`) pere: see with:

Bug#1061655: wine: FTBFS with error: unknown conversion type character ‘I’ in format [-Werror=format=]

2024-01-28 Thread Petter Reinholdtsen
I asked on #debian-arm for input, and got this suggestions: pere: 32-bit architectures failing., trying to format a 64-bit value? But from my reading of the format specifier `0x%0*I64x` it doesn't match the docs; I think it ought to be

Bug#1061655: wine: FTBFS with error: unknown conversion type character ‘I’ in format [-Werror=format=]

2024-01-27 Thread Petter Reinholdtsen
Package: wine Version: 9.0~repack-2 Severity: serious The source package fail to build on armel and armhf with the following error. programs/winedbg/info.c:356:27: error: unknown conversion type character ‘I’ in format [-Werror=format=] 356 | dbg_printf("'0x%0*I64lld' is not a valid