[Debian-med-packaging] Bug#961110: racon FTBFS on i386: test failures

Adrian Bunk bunk at debian.org
Wed May 20 09:39:13 BST 2020


Source: racon
Version: 1.4.13-1
Severity: important
Tags: ftbfs

https://buildd.debian.org/status/fetch.php?pkg=racon&arch=i386&ver=1.4.13-1&stamp=1586871206&raw=0

...
[==========] 15 tests from 2 test suites ran. (1192254 ms total)
[  PASSED  ] 11 tests.
[  FAILED  ] 4 tests, listed below:
[  FAILED  ] RaconPolishingTest.ConsensusWithQualitiesLargerWindow
[  FAILED  ] RaconPolishingTest.FragmentCorrectionWithQualitiesFull
[  FAILED  ] RaconPolishingTest.FragmentCorrectionWithoutQualitiesFull
[  FAILED  ] RaconPolishingTest.FragmentCorrectionWithQualitiesFullMhap

 4 FAILED TESTS
make[1]: *** [debian/rules:18: override_dh_auto_test] Error 1


Fix/workaround:

--- debian/rules.old	2020-04-13 16:51:32.000000000 +0000
+++ debian/rules	2020-05-20 08:23:56.849314299 +0000
@@ -4,6 +4,10 @@
 
 DEB_CMAKE_EXTRA_FLAGS = -Dracon_build_tests=ON
 
+ifneq (,$(filter $(DEB_HOST_ARCH), i386))
+        export DEB_CXXFLAGS_MAINT_APPEND += -ffloat-store
+endif
+
 %:
 	dh $@ --buildsystem=cmake
 



More information about the Debian-med-packaging mailing list