Bug#1023830: widelands: FTBFS on s390x

2022-12-27 Thread Tobias Frost
Control: severity -1 important


On Mon, 26 Dec 2022 17:07:55 +0100 Tobias Frost  wrote:
> Control: block -1 by 1027028
> 
> FWIIW, I've requested removal of widelands on s390x. Once this is done, this 
> bug can be downgraded in severity.
> 

This has happened now. Downgrading severity to "important" to let widelands 
migrate.

-- 
tobi



Bug#1023830: widelands: FTBFS on s390x

2022-12-26 Thread Tobias Frost
Control: block -1 by 1027028

FWIIW, I've requested removal of widelands on s390x. Once this is done, this 
bug can be downgraded in severity.

-- 
tobi



Bug#1023830: widelands: FTBFS on s390x

2022-11-10 Thread Sebastian Ramacher
Source: widelands
Version: 2:1.1-1
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: sramac...@debian.org

https://buildd.debian.org/status/fetch.php?pkg=widelands&arch=s390x&ver=2%3A1.1-1&stamp=1668005308&raw=0

Running testcase ./src/base/test/test_string.cc:174
[00:00:00.000 real] ERROR: format error: A string contains invalid printf 
placeholders
[00:00:00.000 real] ERROR: Error: [./src/base/format/tree.cc:244] unrecognized 
format type character 'q'
[00:00:00.000 real] ERROR: String: %q
Running testcase ./src/base/test/test_string.cc:175
[00:00:00.000 real] ERROR: format error: A string contains invalid printf 
placeholders
[00:00:00.000 real] ERROR: Error: [./src/base/format/tree.cc:222] invalid 
format type character 'f' after '%l'
[00:00:00.000 real] ERROR: String: %lf
Running testcase ./src/base/test/test_string.cc:176
[00:00:00.000 real] ERROR: format error: A string contains invalid printf 
placeholders
[00:00:00.000 real] ERROR: Error: [./src/base/format/tree.cc:244] unrecognized 
format type character '|'
[00:00:00.000 real] ERROR: String: %|1$d|
Running testcase ./src/base/test/test_string.cc:177
[00:00:00.000 real] ERROR: format error: A string contains invalid printf 
placeholders
[00:00:00.000 real] ERROR: Error: [./src/base/format/tree.cc:244] unrecognized 
format type character '
[00:00:00.000 real] ERROR: String: %02.7
Running testcase ./src/base/test/test_string.cc:178
[00:00:00.000 real] ERROR: format error: A string contains invalid printf 
placeholders
[00:00:00.000 real] ERROR: Error: [./src/base/format/tree.cc:314] index 1 is 
unused
[00:00:00.000 real] ERROR: String: %2% %3$i
Running testcase ./src/base/test/test_string.cc:179
[00:00:00.000 real] ERROR: format error: A string contains invalid printf 
placeholders
[00:00:00.000 real] ERROR: Error: [./src/base/format/tree.cc:94] duplicate use 
of index 1
[00:00:00.000 real] ERROR: String: %1% %1$d
Running testcase ./src/base/test/test_string.cc:180
[00:00:00.000 real] ERROR: format error: A string contains invalid printf 
placeholders
[00:00:00.000 real] ERROR: Error: [./src/base/format/tree.cc:102] Cannot mix 
positional and unpositional placeholders
[00:00:00.000 real] ERROR: String: %4d %2%
Running testcase ./src/base/test/test_string.cc:181
[00:00:00.000 real] ERROR: format error: A string contains invalid printf 
placeholders
[00:00:00.000 real] ERROR: Error: [./src/base/format/tree.h:134] Too many 
arguments provided (expected only 3)
[00:00:00.000 real] ERROR: String: %u %li %lld
Running testcase ./src/base/test/test_string.cc:182
[00:00:00.000 real] ERROR: format error: A string contains invalid printf 
placeholders
[00:00:00.000 real] ERROR: Error: [./src/base/format/tree.h:269] Too few 
arguments provided: 3 required but only 2 passed
[00:00:00.000 real] ERROR: String: %lu %llu %lli
Running testcase ./src/base/test/test_string.cc:183
[00:00:00.000 real] ERROR: format error: A string contains invalid printf 
placeholders
[00:00:00.000 real] ERROR: Error: [./src/base/format/string_node.h:40] Wrong 
argument type: expected string, found int
[00:00:00.000 real] ERROR: String: %s
Running testcase ./src/base/test/test_string.cc:184
[00:00:00.000 real] ERROR: format error: A string contains invalid printf 
placeholders
[00:00:00.000 real] ERROR: Error: [./src/base/format/number_node.h:64] Wrong 
argument type: expected int, found string
[00:00:00.000 real] ERROR: String: %i
Running testcase ./src/base/test/test_string.cc:185
[00:00:00.000 real] ERROR: format error: A string contains invalid printf 
placeholders
[00:00:00.000 real] ERROR: Error: [./src/base/format/float_node.h:82] Floating 
point value too large: 12345679395506094080.00
[00:00:00.000 real] ERROR: String: %f
Running testcase ./src/base/test/test_string.cc:186
[00:00:00.000 real] ERROR: format error: A string contains invalid printf 
placeholders
[00:00:00.000 real] ERROR: Error: [./src/base/format/number_node.h:51] Unsigned 
integral value too large: 9756277977048271785
[00:00:00.000 real] ERROR: String: %ld
Running testcase ./src/base/test/test_string.cc:187
[00:00:00.000 real] ERROR: format error: A string contains invalid printf 
placeholders
[00:00:00.000 real] ERROR: Error: [./src/base/format/number_node.h:35] '-' and 
'0' can not be combined
[00:00:00.000 real] ERROR: String: %-05d
Running testcase ./src/base/test/test_string.cc:188
[00:00:00.000 real] ERROR: format error: A string contains invalid printf 
placeholders
[00:00:00.000 real] ERROR: Error: [./src/base/format/tree.cc:75] Repeated flag 
'+'
[00:00:00.000 real] ERROR: String: %+0+5d
Running strings::trim_split_replace
Running testcase ./src/base/test/test_string.cc:86
Running testcase ./src/base/test/test_string.cc:88
Running testcase ./src/base/test/test_string.cc:90
Running testcase ./src/base/test/test_string.cc:92
Running testcase ./src/base/test/test_string.cc:96
Running testcase ./src/base/test/test_string.cc:97
Runn