[Pkg-phototools-devel] Bug#666396: openexr: New upstream: 1.7.0
IRIE Shinsuke
irieshinsuke at yahoo.co.jp
Sat Jun 29 12:51:08 UTC 2013
Hi,
I experienced the same error in testBox.cpp with libilmbase 2.0.0.
It seems that the error was caused by bad optimization, because the
build succeeds when changing the optimization level as follows:
diff -ur debian/rules ilmbase-2.0.0/debian/rules
--- debian/rules 2012-12-08 19:46:56.000000000 +0900
+++ ilmbase-2.0.0/debian/rules 2013-06-29 21:14:26.698123494 +0900
@@ -10,8 +10,13 @@
NO_MAKE_CHECK_ARCHS := arm
ifeq (,$(filter $(DEB_BUILD_ARCH),alpha))
+ ifeq (,$(filter $(DEB_BUILD_ARCH),i386))
export DEB_CFLAGS_MAINT_APPEND=-Wall
export DEB_CXXFLAGS_MAINT_APPEND=-Wall
+ else
+ export DEB_CFLAGS_MAINT_APPEND=-Wall -O1
+ export DEB_CXXFLAGS_MAINT_APPEND=-Wall -O1
+ endif
else
export DEB_CFLAGS_MAINT_APPEND=-Wall -mieee
export DEB_CXXFLAGS_MAINT_APPEND=-Wall -mieee
Anyway, please update openexr/ilmbase to v2.0.0. Blender will move
to OpenEXR v2.0.0 in 2.68 release.
Thanks
--
IRIE Shinsuke
More information about the Pkg-phototools-devel
mailing list