Source: sdl2-compat Version: 2.32.50+ds-1 Severity: normal Tags: patch Dear Maintainer,
Build fails here: The following tests FAILED: 1 - testatomic (Timeout) Errors while running CTest Full log: https://buildd.debian.org/status/fetch.php?pkg=sdl2-compat&arch=hppa&ver=2.32.50%2Bds-1&stamp=1739222347&raw=0 Atomic operations are very slow on hppa. The testatomic runtime is about 80 seconds on 4-way 800 MHz rp3440. Timeout could be bumped up a lot as proposed in the attached patch or maybe testatomic could be skipped on hppa. Regards, Dave Anglin -- System Information: Debian Release: trixie/sid APT prefers unreleased APT policy: (500, 'unreleased'), (500, 'unstable') Architecture: hppa (parisc64) Kernel: Linux 6.12.13-dirty (SMP w/4 CPU threads) Kernel taint flags: TAINT_WARN Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8), LANGUAGE=en_CA:en Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system)
--- ./test/CMakeLists.txt.save 2025-02-11 15:38:50.000000000 -0500 +++ ./test/CMakeLists.txt 2025-02-11 16:03:33.692378710 -0500 @@ -47,7 +47,7 @@ COMMAND ${NAME} WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}" ) - set(timeout 10) + set(timeout 600) if(args_TIMEOUT) set(timeout ${args_TIMEOUT}) endif()