Source: sexpp
Version: 0.8.7-3
Severity: serious
Justification: since trixie, nocheck FTBFS is serious
Tags: ftbfs patch

Hi,

trying to build sexpp with the nocheck build profile fails, because the
variable for disabling tests is subtly misspelled and therefore tests
are not deactivated. I'm attaching a patch for your convenience.

Helmut
diff --minimal -Nru sexpp-0.8.7/debian/changelog sexpp-0.8.7/debian/changelog
--- sexpp-0.8.7/debian/changelog        2023-08-15 02:17:57.000000000 +0200
+++ sexpp-0.8.7/debian/changelog        2023-08-23 10:34:18.000000000 +0200
@@ -1,3 +1,10 @@
+sexpp (0.8.7-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix nocheck FTBFS. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Wed, 23 Aug 2023 10:34:18 +0200
+
 sexpp (0.8.7-3) unstable; urgency=medium
 
   * drop .symbols file, since the C++ name mangling makes it too fragile
diff --minimal -Nru sexpp-0.8.7/debian/rules sexpp-0.8.7/debian/rules
--- sexpp-0.8.7/debian/rules    2023-06-27 23:56:59.000000000 +0200
+++ sexpp-0.8.7/debian/rules    2023-08-23 10:34:15.000000000 +0200
@@ -8,7 +8,7 @@
 CONFIGURE_OPTIONS = -DBUILD_SHARED_LIBS=on
 
 ifneq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-CONFIGURE_OPTIONS += -DWITH_SEXPP_TESTS=off
+CONFIGURE_OPTIONS += -DWITH_SEXP_TESTS=off
 endif
 
 override_dh_auto_configure:

Reply via email to