Your message dated Sun, 14 Sep 2025 13:11:40 +0300
with message-id <[email protected]>
and subject line Re: Bug#981893: libcacard FTCBFS: fails running building tests
despite DEB_BUILD_OPTIONS=nocheck
has caused the Debian Bug report #981893,
regarding libcacard FTCBFS: fails running building tests despite
DEB_BUILD_OPTIONS=nocheck
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
981893: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981893
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libcacard
Version: 1:2.8.0-1
Tags: patch
User: [email protected]
Usertags: ftcbfs
libcacard fails to cross build from source, because it fails building
unit tests despite DEB_BUILD_OPTIONS=nocheck. Please consider applying
the attached patch to fully disable tests for the nocheck option. Doing
so makes libcacard cross buildable again.
Helmut
diff --minimal -Nru libcacard-2.8.0/debian/changelog
libcacard-2.8.0/debian/changelog
--- libcacard-2.8.0/debian/changelog 2021-01-06 17:39:33.000000000 +0100
+++ libcacard-2.8.0/debian/changelog 2021-02-04 13:55:36.000000000 +0100
@@ -1,3 +1,10 @@
+libcacard (1:2.8.0-3.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: Disable tests for DEB_BUILD_OPTIONS=nocheck. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]> Thu, 04 Feb 2021 13:55:36 +0100
+
libcacard (1:2.8.0-3) unstable; urgency=medium
* libcacard-dev also build-depends on libpcsclite-dev.
diff --minimal -Nru libcacard-2.8.0/debian/rules libcacard-2.8.0/debian/rules
--- libcacard-2.8.0/debian/rules 2020-12-30 12:21:13.000000000 +0100
+++ libcacard-2.8.0/debian/rules 2021-02-04 13:55:36.000000000 +0100
@@ -2,3 +2,6 @@
build-arch build-indep build clean install-indep install-arch install
binary-arch binary-indep binary: %:
dh $@
+
+override_dh_auto_configure:
+ dh_auto_configure -- -Ddisable_tests=$(if $(filter
nocheck,$(DEB_BUILD_OPTIONS)),true,false)
--- End Message ---
--- Begin Message ---
Version: 2.8.1-1
I think this issue has been resolved in upstream 2.8.1 version.
Thanks,
/mjt
--- End Message ---