[From nobody Tue Sep  1 10:53:06 2026
Received: (at submit) by bugs.debian.org; 30 Aug 2026 13:00:36 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
 (2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-111.2 required=4.0 tests=ALL_TRUSTED,BAYES_00,
 DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,
 FROMDEVELOPER,SPF_HELO_NONE,SPF_PASS,USER_IN_DKIM_WELCOMELIST,
 XMAILER_REPORTBUG autolearn=ham autolearn_force=no
 version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 16; hammy, 150; neutral, 77; spammy,
 0. spammytokens:
 hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin,
 0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311,
 0.000-+--H*RT:311, 0.000-+--H*RT:108
Return-path: &lt;bunk@debian.org&gt;
Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:36872)
 by buxtehude.debian.org with utf8esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;bunk@debian.org&gt;) id 1x0f9I-003xft-11
 for submit@bugs.debian.org; Sun, 30 Aug 2026 13:00:36 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; 
 s=smtpauto.stravinsky;
 h=X-Debian-User:Date:Message-ID:Subject:To:From:
 Content-Transfer-Encoding:MIME-Version:Content-Type:Reply-To:Cc:Content-ID:
 Content-Description:In-Reply-To:References;
 bh=VZVU7UH8Ky+AIL89Djv2Kd5MZ0s5qyRc/QnWSUoaTn4=; b=s8DSm7552ggZQR87oAWgh2L55B
 lufDqueXBWMiOecZZ+6lIA8EKFmo23DS19sexaqWcBFCUptrffPojz2GZAn/WutOfJAIpfL87Z5Gx
 kyj+Hsqzd6VfvbiKJCW4ezuKE/xDpYEY/c7ne28nyCJA6nz8+361tCfeB2lezAOfZC+WcWbKehL2L
 Wer6IPBQiUyVsNnZ43SkOY3R0Hk6SMwFasEtdSjLLJLxAxr+WRqNkxD+jS/BXYj8Fy4Q6Ec+xmvGI
 kaSHvTFMzKTHMd1iHfAknQQ5FS3bI12X4Urb/tTatLHKS3welaG8zGnjM5y59pvtJspoQWZvQ+r7e
 H2sWplPw==;
Received: from authenticated-user by stravinsky.debian.org with utf8esmtpsa
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;bunk@debian.org&gt;) id 1x0f9G-000l20-1s;
 Sun, 30 Aug 2026 13:00:34 +0000
Content-Type: text/plain; charset=&quot;us-ascii&quot;
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Adrian Bunk &lt;bunk@debian.org&gt;
To: Debian Bug Tracking System &lt;submit@bugs.debian.org&gt;
Subject: btas FTBFS on riscv64: test timeout
Message-ID: &lt;178809483350.4052277.4997418727594503771.reportbug@localhost&gt;
X-Mailer: reportbug 13.2.0
Date: Sun, 30 Aug 2026 16:00:33 +0300
X-Debian-User: bunk
Delivered-To: submit@bugs.debian.org

Source: btas
Version: 1.0.0-5
Severity: serious
Tags: ftbfs patch
X-Debbugs-Cc: debian-riscv@lists.debian.org
User: debian-riscv@lists.debian.org
Usertags: riscv64

https://buildd.debian.org/status/fetch.php?pkg=btas&amp;arch=riscv64&amp;ver=1.0.0-5&amp;stamp=1787489389&amp;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 &lt;debichem-devel@lists.alioth.debian.org&gt;
 Uploaders: Michael Banck &lt;mbanck@debian.org&gt;
-Build-Depends: cmake,
+Build-Depends: cmake (&gt;= 4.1.2-1~),
                debhelper (&gt;= 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
]