Source: btas
Version: 1.0.0-5
Severity: serious
Tags: ftbfs patch
X-Debbugs-Cc: [email protected]
User: [email protected]
Usertags: riscv64

https://buildd.debian.org/status/fetch.php?pkg=btas&arch=riscv64&ver=1.0.0-5&stamp=1787489389&raw=0

...
1/2 Test #1: btas/unit/build ..................***Timeout 1500.04 sec
...
The following tests FAILED:
          1 - btas/unit/build (Timeout)
          2 - btas/unit/run (Not Run)
Errors while running CTest
make[1]: *** [Makefile:74: test] Error 8


The test takes a long time due to building the code during
the test (usually this is done before the test).

Fix:

diff -Nru btas-1.0.0/debian/control btas-1.0.0/debian/control
--- btas-1.0.0/debian/control   2026-08-22 12:40:55.000000000 +0000
+++ btas-1.0.0/debian/control   2026-08-22 13:58:48.000000000 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debichem Team <[email protected]>
 Uploaders: Michael Banck <[email protected]>
-Build-Depends: cmake,
+Build-Depends: cmake (>= 4.1.2-1~),
                debhelper (>= 11),
                libboost-container-dev,
                libboost-dev,
diff -Nru btas-1.0.0/debian/rules btas-1.0.0/debian/rules
--- btas-1.0.0/debian/rules     2026-08-22 12:02:40.000000000 +0000
+++ btas-1.0.0/debian/rules     2026-08-22 13:58:48.000000000 +0000
@@ -20,3 +20,6 @@
 
 %:
        dh $@  --buildsystem=cmake
+
+override_dh_auto_configure:
+       dh_auto_configure -- -DCMAKE_CTEST_ARGUMENTS=--timeout=3600

Reply via email to