Source: icu
Version: 72.1-3
Severity: serious
Tags: ftbfs patch trixie sid experimental

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/i386/icu.html

...
-------------
| ***     FAILING TEST SUMMARY FOR:              intltest  
         TestFixedDecimal
      IntlTestDecimalFormatAPI
         TestCurrencyFormatForMixParsing
      NumberFormatTest
         Test4118594
      MessageFormatRegressionTest
         Test4243108
      NumberFormatRegressionTest
            roundingIncrementRegressionTest
         NumberFormatterApiTest
      NumberTest
   format
| *** END FAILING TEST SUMMARY FOR:              intltest
---------------
ALL TESTS SUMMARY:
ok:  testdata iotest cintltst
===== ERRS:  intltest
make[3]: *** [Makefile:91: check-recursive] Error 1
...


Fix:

--- debian/rules.old    2023-10-19 19:46:14.664980859 +0000
+++ debian/rules        2023-10-19 19:46:34.536970355 +0000
@@ -16,6 +16,8 @@
 export DEB_CPPFLAGS_MAINT_APPEND = 
-DU_TIMEZONE_FILES_DIR=/usr/share/zoneinfo-icu/44/be/
 endif
 
+export DEB_CXXFLAGS_MAINT_APPEND += -fexcess-precision=fast
+
 include /usr/share/dpkg/buildflags.mk
 
 l_SONAME=70

Reply via email to