Hi, I've uploaded an NMU for this bug in DELAYED/7-day. Please see the attached diff.
/* Steinar */ -- Homepage: https://www.sesse.net/
diff -Nru openexr-2.2.1/debian/changelog openexr-2.2.1/debian/changelog --- openexr-2.2.1/debian/changelog 2018-03-11 14:10:23.000000000 +0100 +++ openexr-2.2.1/debian/changelog 2019-03-20 22:40:43.000000000 +0100 @@ -1,3 +1,11 @@ +openexr (2.2.1-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * bug909865.patch: Add -ffloat-store when compiling tests, to fix test + failures on i386. Patch backported from experimental. (Closes: #909865) + + -- Steinar H. Gunderson <[email protected]> Wed, 20 Mar 2019 22:40:43 +0100 + openexr (2.2.1-4) unstable; urgency=medium * Upload to unstable diff -Nru openexr-2.2.1/debian/patches/bug909865.patch openexr-2.2.1/debian/patches/bug909865.patch --- openexr-2.2.1/debian/patches/bug909865.patch 1970-01-01 01:00:00.000000000 +0100 +++ openexr-2.2.1/debian/patches/bug909865.patch 2019-03-20 22:40:02.000000000 +0100 @@ -0,0 +1,17 @@ +Description: Usual double rounding issue with x87 +Author: Mathieu Malaterre <[email protected]> +Bug-Debian: https://bugs.debian.org/909865 +Forwarded: https://github.com/openexr/openexr/issues/346 +Last-Update: 2018-12-19 + +--- openexr-2.3.0.orig/IlmImfTest/Makefile.am ++++ openexr-2.3.0/IlmImfTest/Makefile.am +@@ -54,6 +54,8 @@ IlmImfTest_SOURCES = main.cpp tmpDir.h t + + AM_CPPFLAGS = -DILM_IMF_TEST_IMAGEDIR=\"$(srcdir)/\" + ++AM_CPPFLAGS += -ffloat-store ++ + if BUILD_IMFHUGETEST + IlmImfTest_SOURCES += testDeepScanLineHuge.cpp testDeepScanLineHuge.h + AM_CPPFLAGS += -DENABLE_IMFHUGETEST diff -Nru openexr-2.2.1/debian/patches/series openexr-2.2.1/debian/patches/series --- openexr-2.2.1/debian/patches/series 2018-02-19 23:18:13.000000000 +0100 +++ openexr-2.2.1/debian/patches/series 2019-03-20 22:40:02.000000000 +0100 @@ -9,3 +9,4 @@ bigendian_step2.patch bug815594.patch #CVE-2017-911x.patch +bug909865.patch
_______________________________________________ Pkg-phototools-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-phototools-devel
