Package: openexr
Version: 2.2.0-7
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu xenial ubuntu-patch

Dear maintainer,

The openexr 2.2.0-7 package has been synced from Debian experimental to
Ubuntu, where it fails to build on ppc64el.  This is because the Ubuntu
ppc64el port uses -O3 as the default optimization level when building,
whereas the Debian port uses -O2.  This results in a different set of
symbols being exported (vs. inlined) for templated methods that are not part
of the library's public ABI.

It's therefore appropriate to mark these symbols optional, in Debian as well
as Ubuntu.  The attached patch does this for 64-bit archs - something
similar may be appropriate for 32-bit archs, though I'm not aware of anyone
doing -O3 builds for any 32-bit architectures.

This would also be unnecessary if a fix for bug #802317 were to be
implemented.

Thanks for considering the patch.
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                    http://www.debian.org/
slanga...@ubuntu.com                                     vor...@debian.org
diff -Nru openexr-2.2.0/debian/libopenexr22.symbols.ab64 openexr-2.2.0/debian/libopenexr22.symbols.ab64
--- openexr-2.2.0/debian/libopenexr22.symbols.ab64	2015-10-07 00:51:05.000000000 -0700
+++ openexr-2.2.0/debian/libopenexr22.symbols.ab64	2015-12-04 17:00:48.000000000 -0800
@@ -562,8 +562,8 @@
  _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix33IdEEE13readValueFromERNS_7IStreamEii@Base 2.2
  _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix33IdEEE14staticTypeNameEv@Base 2.2
  _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix33IdEEE16makeNewAttributeEv@Base 2.2
- _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix33IdEEEC1Ev@Base 2.2.0
- _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix33IdEEEC2Ev@Base 2.2.0
+ (optional=templinst)_ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix33IdEEEC1Ev@Base 2.2.0
+ (optional=templinst)_ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix33IdEEEC2Ev@Base 2.2.0
  _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix33IdEEED0Ev@Base 2.2
  _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix33IdEEED1Ev@Base 2.2
  _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix33IdEEED2Ev@Base 2.2
@@ -571,8 +571,8 @@
  _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix33IfEEE13readValueFromERNS_7IStreamEii@Base 2.2
  _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix33IfEEE14staticTypeNameEv@Base 2.2
  _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix33IfEEE16makeNewAttributeEv@Base 2.2
- _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix33IfEEEC1Ev@Base 2.2
- _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix33IfEEEC2Ev@Base 2.2
+ (optional=templinst)_ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix33IfEEEC1Ev@Base 2.2
+ (optional=templinst)_ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix33IfEEEC2Ev@Base 2.2
  _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix33IfEEED0Ev@Base 2.2
  _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix33IfEEED1Ev@Base 2.2
  _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix33IfEEED2Ev@Base 2.2
@@ -580,8 +580,8 @@
  _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix44IdEEE13readValueFromERNS_7IStreamEii@Base 2.2
  _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix44IdEEE14staticTypeNameEv@Base 2.2
  _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix44IdEEE16makeNewAttributeEv@Base 2.2
- _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix44IdEEEC1Ev@Base 2.2.0
- _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix44IdEEEC2Ev@Base 2.2.0
+ (optional=templinst)_ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix44IdEEEC1Ev@Base 2.2.0
+ (optional=templinst)_ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix44IdEEEC2Ev@Base 2.2.0
  _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix44IdEEED0Ev@Base 2.2
  _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix44IdEEED1Ev@Base 2.2
  _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix44IdEEED2Ev@Base 2.2
@@ -589,10 +589,10 @@
  _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix44IfEEE13readValueFromERNS_7IStreamEii@Base 2.2
  _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix44IfEEE14staticTypeNameEv@Base 2.2
  _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix44IfEEE16makeNewAttributeEv@Base 2.2
- _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix44IfEEEC1ERKS3_@Base 2.2.0
- _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix44IfEEEC1Ev@Base 2.2
- _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix44IfEEEC2ERKS3_@Base 2.2.0
- _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix44IfEEEC2Ev@Base 2.2
+ (optional=templinst)_ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix44IfEEEC1ERKS3_@Base 2.2.0
+ (optional=templinst)_ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix44IfEEEC1Ev@Base 2.2
+ (optional=templinst)_ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix44IfEEEC2ERKS3_@Base 2.2.0
+ (optional=templinst)_ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix44IfEEEC2Ev@Base 2.2
  _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix44IfEEED0Ev@Base 2.2
  _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix44IfEEED1Ev@Base 2.2
  _ZN7Imf_2_214TypedAttributeIN9Imath_2_28Matrix44IfEEED2Ev@Base 2.2
@@ -616,8 +616,8 @@
  _ZN7Imf_2_214TypedAttributeINS_12PreviewImageEE13readValueFromERNS_7IStreamEii@Base 2.2
  _ZN7Imf_2_214TypedAttributeINS_12PreviewImageEE14staticTypeNameEv@Base 2.2
  _ZN7Imf_2_214TypedAttributeINS_12PreviewImageEE16makeNewAttributeEv@Base 2.2
- _ZN7Imf_2_214TypedAttributeINS_12PreviewImageEEC1Ev@Base 2.2
- _ZN7Imf_2_214TypedAttributeINS_12PreviewImageEEC2Ev@Base 2.2
+ (optional=templinst)_ZN7Imf_2_214TypedAttributeINS_12PreviewImageEEC1Ev@Base 2.2
+ (optional=templinst)_ZN7Imf_2_214TypedAttributeINS_12PreviewImageEEC2Ev@Base 2.2
  _ZN7Imf_2_214TypedAttributeINS_12PreviewImageEED0Ev@Base 2.2
  _ZN7Imf_2_214TypedAttributeINS_12PreviewImageEED1Ev@Base 2.2
  _ZN7Imf_2_214TypedAttributeINS_12PreviewImageEED2Ev@Base 2.2
@@ -625,8 +625,8 @@
  _ZN7Imf_2_214TypedAttributeINS_14ChromaticitiesEE13readValueFromERNS_7IStreamEii@Base 2.2
  _ZN7Imf_2_214TypedAttributeINS_14ChromaticitiesEE14staticTypeNameEv@Base 2.2
  _ZN7Imf_2_214TypedAttributeINS_14ChromaticitiesEE16makeNewAttributeEv@Base 2.2
- _ZN7Imf_2_214TypedAttributeINS_14ChromaticitiesEEC1Ev@Base 2.2
- _ZN7Imf_2_214TypedAttributeINS_14ChromaticitiesEEC2Ev@Base 2.2
+ (optional=templinst)_ZN7Imf_2_214TypedAttributeINS_14ChromaticitiesEEC1Ev@Base 2.2
+ (optional=templinst)_ZN7Imf_2_214TypedAttributeINS_14ChromaticitiesEEC2Ev@Base 2.2
  _ZN7Imf_2_214TypedAttributeINS_14ChromaticitiesEED0Ev@Base 2.2
  _ZN7Imf_2_214TypedAttributeINS_14ChromaticitiesEED1Ev@Base 2.2
  _ZN7Imf_2_214TypedAttributeINS_14ChromaticitiesEED2Ev@Base 2.2
@@ -655,8 +655,8 @@
  _ZN7Imf_2_214TypedAttributeINS_7KeyCodeEE13readValueFromERNS_7IStreamEii@Base 2.2
  _ZN7Imf_2_214TypedAttributeINS_7KeyCodeEE14staticTypeNameEv@Base 2.2
  _ZN7Imf_2_214TypedAttributeINS_7KeyCodeEE16makeNewAttributeEv@Base 2.2
- _ZN7Imf_2_214TypedAttributeINS_7KeyCodeEEC1Ev@Base 2.2
- _ZN7Imf_2_214TypedAttributeINS_7KeyCodeEEC2Ev@Base 2.2
+ (optional=templinst)_ZN7Imf_2_214TypedAttributeINS_7KeyCodeEEC1Ev@Base 2.2
+ (optional=templinst)_ZN7Imf_2_214TypedAttributeINS_7KeyCodeEEC2Ev@Base 2.2
  _ZN7Imf_2_214TypedAttributeINS_7KeyCodeEED0Ev@Base 2.2
  _ZN7Imf_2_214TypedAttributeINS_7KeyCodeEED1Ev@Base 2.2
  _ZN7Imf_2_214TypedAttributeINS_7KeyCodeEED2Ev@Base 2.2
@@ -671,8 +671,8 @@
  _ZN7Imf_2_214TypedAttributeINS_8TimeCodeEE13readValueFromERNS_7IStreamEii@Base 2.2
  _ZN7Imf_2_214TypedAttributeINS_8TimeCodeEE14staticTypeNameEv@Base 2.2
  _ZN7Imf_2_214TypedAttributeINS_8TimeCodeEE16makeNewAttributeEv@Base 2.2
- _ZN7Imf_2_214TypedAttributeINS_8TimeCodeEEC1Ev@Base 2.2
- _ZN7Imf_2_214TypedAttributeINS_8TimeCodeEEC2Ev@Base 2.2
+ (optional=templinst)_ZN7Imf_2_214TypedAttributeINS_8TimeCodeEEC1Ev@Base 2.2
+ (optional=templinst)_ZN7Imf_2_214TypedAttributeINS_8TimeCodeEEC2Ev@Base 2.2
  _ZN7Imf_2_214TypedAttributeINS_8TimeCodeEED0Ev@Base 2.2
  _ZN7Imf_2_214TypedAttributeINS_8TimeCodeEED1Ev@Base 2.2
  _ZN7Imf_2_214TypedAttributeINS_8TimeCodeEED2Ev@Base 2.2
@@ -687,8 +687,8 @@
  _ZN7Imf_2_214TypedAttributeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE13readValueFromERNS_7IStreamEii@Base 2.2.0
  _ZN7Imf_2_214TypedAttributeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE14staticTypeNameEv@Base 2.2.0
  _ZN7Imf_2_214TypedAttributeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE16makeNewAttributeEv@Base 2.2.0
- _ZN7Imf_2_214TypedAttributeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1ERKS6_@Base 2.2.0
- _ZN7Imf_2_214TypedAttributeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2ERKS6_@Base 2.2.0
+ (optional=templinst)_ZN7Imf_2_214TypedAttributeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1ERKS6_@Base 2.2.0
+ (optional=templinst)_ZN7Imf_2_214TypedAttributeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2ERKS6_@Base 2.2.0
  _ZN7Imf_2_214TypedAttributeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED0Ev@Base 2.2.0
  _ZN7Imf_2_214TypedAttributeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED1Ev@Base 2.2.0
  _ZN7Imf_2_214TypedAttributeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED2Ev@Base 2.2.0
@@ -696,8 +696,8 @@
  _ZN7Imf_2_214TypedAttributeISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EEE13readValueFromERNS_7IStreamEii@Base 2.2.0
  _ZN7Imf_2_214TypedAttributeISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EEE14staticTypeNameEv@Base 2.2.0
  _ZN7Imf_2_214TypedAttributeISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EEE16makeNewAttributeEv@Base 2.2.0
- _ZN7Imf_2_214TypedAttributeISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EEEC1ERKS9_@Base 2.2.0
- _ZN7Imf_2_214TypedAttributeISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EEEC2ERKS9_@Base 2.2.0
+ (optional=templinst)_ZN7Imf_2_214TypedAttributeISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EEEC1ERKS9_@Base 2.2.0
+ (optional=templinst)_ZN7Imf_2_214TypedAttributeISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EEEC2ERKS9_@Base 2.2.0
  _ZN7Imf_2_214TypedAttributeISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EEED0Ev@Base 2.2.0
  _ZN7Imf_2_214TypedAttributeISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EEED1Ev@Base 2.2.0
  _ZN7Imf_2_214TypedAttributeISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EEED2Ev@Base 2.2.0
@@ -1210,21 +1210,21 @@
  _ZN7Imf_2_228dwaCompressionLevelAttributeERNS_6HeaderE@Base 2.2
  _ZN7Imf_2_228getTiledChunkOffsetTableSizeERKNS_6HeaderE@Base 2.2
  _ZN7Imf_2_231getScanlineChunkOffsetTableSizeERKNS_6HeaderE@Base 2.2
- _ZN7Imf_2_23Xdr4readINS_8StreamIOENS_11StdIFStreamEEEvRT0_Ri@Base 2.2
- _ZN7Imf_2_23Xdr4readINS_8StreamIOENS_7IStreamEEEvRT0_Rd@Base 2.2
- _ZN7Imf_2_23Xdr4readINS_8StreamIOENS_7IStreamEEEvRT0_Rf@Base 2.2
- _ZN7Imf_2_23Xdr4readINS_8StreamIOENS_7IStreamEEEvRT0_Ri@Base 2.2
- _ZN7Imf_2_23Xdr4readINS_8StreamIOENS_7IStreamEEEvRT0_Rj@Base 2.2
- _ZN7Imf_2_23Xdr4readINS_8StreamIOENS_7IStreamEEEvRT0_Rm@Base 2.2.0
- _ZN7Imf_2_23Xdr4readINS_9CharPtrIOEPKcEEvRT0_Rf@Base 2.2
- _ZN7Imf_2_23Xdr4readINS_9CharPtrIOEPKcEEvRT0_Ri@Base 2.2
- _ZN7Imf_2_23Xdr4readINS_9CharPtrIOEPKcEEvRT0_Rj@Base 2.2
- _ZN7Imf_2_23Xdr4readINS_9CharPtrIOEPKcEEvRT0_Rm@Base 2.2.0
+ (optional=templinst)_ZN7Imf_2_23Xdr4readINS_8StreamIOENS_11StdIFStreamEEEvRT0_Ri@Base 2.2
+ (optional=templinst)_ZN7Imf_2_23Xdr4readINS_8StreamIOENS_7IStreamEEEvRT0_Rd@Base 2.2
+ (optional=templinst)_ZN7Imf_2_23Xdr4readINS_8StreamIOENS_7IStreamEEEvRT0_Rf@Base 2.2
+ (optional=templinst)_ZN7Imf_2_23Xdr4readINS_8StreamIOENS_7IStreamEEEvRT0_Ri@Base 2.2
+ (optional=templinst)_ZN7Imf_2_23Xdr4readINS_8StreamIOENS_7IStreamEEEvRT0_Rj@Base 2.2
+ (optional=templinst)_ZN7Imf_2_23Xdr4readINS_8StreamIOENS_7IStreamEEEvRT0_Rm@Base 2.2.0
+ (optional=templinst)_ZN7Imf_2_23Xdr4readINS_9CharPtrIOEPKcEEvRT0_Rf@Base 2.2
+ (optional=templinst)_ZN7Imf_2_23Xdr4readINS_9CharPtrIOEPKcEEvRT0_Ri@Base 2.2
+ (optional=templinst)_ZN7Imf_2_23Xdr4readINS_9CharPtrIOEPKcEEvRT0_Rj@Base 2.2
+ (optional=templinst)_ZN7Imf_2_23Xdr4readINS_9CharPtrIOEPKcEEvRT0_Rm@Base 2.2.0
  _ZN7Imf_2_23Xdr4skipINS_8StreamIOENS_7IStreamEEEvRT0_i@Base 2.2
  _ZN7Imf_2_23Xdr4skipINS_9CharPtrIOEPKcEEvRT0_i@Base 2.2
- _ZN7Imf_2_23Xdr5writeINS_8StreamIOENS_7OStreamEEEvRT0_PKc@Base 2.2
- _ZN7Imf_2_23Xdr5writeINS_8StreamIOENS_7OStreamEEEvRT0_d@Base 2.2
- _ZN7Imf_2_23Xdr5writeINS_8StreamIOENS_7OStreamEEEvRT0_m@Base 2.2.0
+ (optional=templinst)_ZN7Imf_2_23Xdr5writeINS_8StreamIOENS_7OStreamEEEvRT0_PKc@Base 2.2
+ (optional=templinst)_ZN7Imf_2_23Xdr5writeINS_8StreamIOENS_7OStreamEEEvRT0_d@Base 2.2
+ (optional=templinst)_ZN7Imf_2_23Xdr5writeINS_8StreamIOENS_7OStreamEEEvRT0_m@Base 2.2.0
  _ZN7Imf_2_23Zip10maxRawSizeEv@Base 2.2
  _ZN7Imf_2_23Zip10uncompressEPKciPc@Base 2.2
  _ZN7Imf_2_23Zip17maxCompressedSizeEv@Base 2.2
@@ -1254,10 +1254,10 @@
  _ZN7Imf_2_26Header13displayWindowEv@Base 2.2
  _ZN7Imf_2_26Header13setChunkCountEi@Base 2.2
  _ZN7Imf_2_26Header14setMaxTileSizeEii@Base 2.2
- _ZN7Imf_2_26Header14typedAttributeINS_14TypedAttributeIN9Imath_2_28Matrix44IfEEEEEERT_PKc@Base 2.2
- _ZN7Imf_2_26Header14typedAttributeINS_14TypedAttributeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEERT_PKc@Base 2.2.0
- _ZN7Imf_2_26Header14typedAttributeINS_14TypedAttributeIfEEEERT_PKc@Base 2.2
- _ZN7Imf_2_26Header14typedAttributeINS_14TypedAttributeIiEEEERT_PKc@Base 2.2
+ (optional=templinst)_ZN7Imf_2_26Header14typedAttributeINS_14TypedAttributeIN9Imath_2_28Matrix44IfEEEEEERT_PKc@Base 2.2
+ (optional=templinst)_ZN7Imf_2_26Header14typedAttributeINS_14TypedAttributeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEERT_PKc@Base 2.2.0
+ (optional=templinst)_ZN7Imf_2_26Header14typedAttributeINS_14TypedAttributeIfEEEERT_PKc@Base 2.2
+ (optional=templinst)_ZN7Imf_2_26Header14typedAttributeINS_14TypedAttributeIiEEEERT_PKc@Base 2.2
  _ZN7Imf_2_26Header15setMaxImageSizeEii@Base 2.2
  _ZN7Imf_2_26Header15setPreviewImageERKNS_12PreviewImageE@Base 2.2
  _ZN7Imf_2_26Header15tileDescriptionEv@Base 2.2
@@ -1923,21 +1923,21 @@
  _ZNK7Imf_2_26Header12previewImageEv@Base 2.2
  _ZNK7Imf_2_26Header13displayWindowEv@Base 2.2
  _ZNK7Imf_2_26Header13hasChunkCountEv@Base 2.2
- _ZNK7Imf_2_26Header14typedAttributeINS_14TypedAttributeIN9Imath_2_28Matrix44IfEEEEEERKT_PKc@Base 2.2
- _ZNK7Imf_2_26Header14typedAttributeINS_14TypedAttributeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEERKT_PKc@Base 2.2.0
- _ZNK7Imf_2_26Header14typedAttributeINS_14TypedAttributeIfEEEERKT_PKc@Base 2.2
- _ZNK7Imf_2_26Header14typedAttributeINS_14TypedAttributeIiEEEERKT_PKc@Base 2.2
+ (optional=templinst)_ZNK7Imf_2_26Header14typedAttributeINS_14TypedAttributeIN9Imath_2_28Matrix44IfEEEEEERKT_PKc@Base 2.2
+ (optional=templinst)_ZNK7Imf_2_26Header14typedAttributeINS_14TypedAttributeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEERKT_PKc@Base 2.2.0
+ (optional=templinst)_ZNK7Imf_2_26Header14typedAttributeINS_14TypedAttributeIfEEEERKT_PKc@Base 2.2
+ (optional=templinst)_ZNK7Imf_2_26Header14typedAttributeINS_14TypedAttributeIiEEEERKT_PKc@Base 2.2
  _ZNK7Imf_2_26Header15hasPreviewImageEv@Base 2.2
  _ZNK7Imf_2_26Header15tileDescriptionEv@Base 2.2
  _ZNK7Imf_2_26Header16pixelAspectRatioEv@Base 2.2
  _ZNK7Imf_2_26Header17screenWindowWidthEv@Base 2.2
- _ZNK7Imf_2_26Header18findTypedAttributeINS_14TypedAttributeIN9Imath_2_28Matrix44IfEEEEEEPKT_PKc@Base 2.2
- _ZNK7Imf_2_26Header18findTypedAttributeINS_14TypedAttributeINS_12PreviewImageEEEEEPKT_PKc@Base 2.2
- _ZNK7Imf_2_26Header18findTypedAttributeINS_14TypedAttributeINS_14ChromaticitiesEEEEEPKT_PKc@Base 2.2
- _ZNK7Imf_2_26Header18findTypedAttributeINS_14TypedAttributeINS_8TimeCodeEEEEEPKT_PKc@Base 2.2
- _ZNK7Imf_2_26Header18findTypedAttributeINS_14TypedAttributeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEPKT_PKc@Base 2.2.0
- _ZNK7Imf_2_26Header18findTypedAttributeINS_14TypedAttributeIfEEEEPKT_PKc@Base 2.2
- _ZNK7Imf_2_26Header18findTypedAttributeINS_14TypedAttributeIiEEEEPKT_PKc@Base 2.2
+ (optional=templinst)_ZNK7Imf_2_26Header18findTypedAttributeINS_14TypedAttributeIN9Imath_2_28Matrix44IfEEEEEEPKT_PKc@Base 2.2
+ (optional=templinst)_ZNK7Imf_2_26Header18findTypedAttributeINS_14TypedAttributeINS_12PreviewImageEEEEEPKT_PKc@Base 2.2
+ (optional=templinst)_ZNK7Imf_2_26Header18findTypedAttributeINS_14TypedAttributeINS_14ChromaticitiesEEEEEPKT_PKc@Base 2.2
+ (optional=templinst)_ZNK7Imf_2_26Header18findTypedAttributeINS_14TypedAttributeINS_8TimeCodeEEEEEPKT_PKc@Base 2.2
+ (optional=templinst)_ZNK7Imf_2_26Header18findTypedAttributeINS_14TypedAttributeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEPKT_PKc@Base 2.2.0
+ (optional=templinst)_ZNK7Imf_2_26Header18findTypedAttributeINS_14TypedAttributeIfEEEEPKT_PKc@Base 2.2
+ (optional=templinst)_ZNK7Imf_2_26Header18findTypedAttributeINS_14TypedAttributeIiEEEEPKT_PKc@Base 2.2
  _ZNK7Imf_2_26Header18hasTileDescriptionEv@Base 2.2
  _ZNK7Imf_2_26Header18screenWindowCenterEv@Base 2.2
  _ZNK7Imf_2_26Header3endEv@Base 2.2
@@ -1998,13 +1998,13 @@
  _ZNK7Imf_2_29InputPart6headerEv@Base 2.2
  _ZNK7Imf_2_29InputPart7versionEv@Base 2.2
  _ZNK7Imf_2_29InputPart8fileNameEv@Base 2.2
- _ZNK9Imath_2_24Vec3IfE10lengthTinyEv@Base 2.2.0
+ (optional=templinst)_ZNK9Imath_2_24Vec3IfE10lengthTinyEv@Base 2.2.0
  (optional=templinst)_ZNK9Imath_2_28Matrix44IfE7inverseEb@Base 2.2
  (optional=templinst)_ZNK9Imath_2_28Matrix44IfE9gjInverseEb@Base 2.2
- _ZNKSt8_Rb_treeIN7Imf_2_24NameESt4pairIKS1_NS0_5SliceEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE4findERS3_@Base 2.2
- _ZNKSt8_Rb_treeIN7Imf_2_24NameESt4pairIKS1_NS0_7ChannelEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE4findERS3_@Base 2.2
- _ZNKSt8_Rb_treeIN7Imf_2_24NameESt4pairIKS1_NS0_9DeepSliceEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE4findERS3_@Base 2.2
- _ZNKSt8_Rb_treeIN7Imf_2_24NameESt4pairIKS1_PNS0_9AttributeEESt10_Select1stIS6_ESt4lessIS1_ESaIS6_EE4findERS3_@Base 2.2
+ (optional=templinst)_ZNKSt8_Rb_treeIN7Imf_2_24NameESt4pairIKS1_NS0_5SliceEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE4findERS3_@Base 2.2
+ (optional=templinst)_ZNKSt8_Rb_treeIN7Imf_2_24NameESt4pairIKS1_NS0_7ChannelEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE4findERS3_@Base 2.2
+ (optional=templinst)_ZNKSt8_Rb_treeIN7Imf_2_24NameESt4pairIKS1_NS0_9DeepSliceEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE4findERS3_@Base 2.2
+ (optional=templinst)_ZNKSt8_Rb_treeIN7Imf_2_24NameESt4pairIKS1_PNS0_9AttributeEESt10_Select1stIS6_ESt4lessIS1_ESaIS6_EE4findERS3_@Base 2.2
  _ZNSt13_Bvector_baseISaIbEE13_M_deallocateEv@Base 2.2.0
  _ZNSt6vectorIN7Imf_2_213DwaCompressor10ClassifierESaIS2_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_@Base 2.2
  (optional=templinst)_ZNSt6vectorIN7Imf_2_213DwaCompressor10ClassifierESaIS2_EE9push_backERKS2_@Base 2.2.0
@@ -2051,7 +2051,7 @@
  _ZNSt6vectorIS_ImSaImEESaIS1_EEaSERKS3_@Base 1.6.1
  _ZNSt6vectorIcSaIcEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPcS1_EEmRKc@Base 2.2.0
  _ZNSt6vectorIfSaIfEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPfS1_EEmRKf@Base 2.2.0
- _ZNSt6vectorIfSaIfEEaSERKS1_@Base 2.2
+ (optional=templinst)_ZNSt6vectorIfSaIfEEaSERKS1_@Base 2.2
  _ZNSt6vectorIiSaIiEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPiS1_EERKi@Base 2.2
  _ZNSt6vectorIiSaIiEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPiS1_EEmRKi@Base 2.2.0
  _ZNSt6vectorIjSaIjEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPjS1_EEmRKj@Base 2.2.0
@@ -2061,7 +2061,7 @@
  _ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED0Ev@Base 2.2.0
  _ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED1Ev@Base 2.2.0
  _ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED2Ev@Base 2.2.0
- _ZNSt8_Rb_treeIN7Imf_2_24NameESt4pairIKS1_NS0_5SliceEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE24_M_get_insert_unique_posERS3_@Base 2.2
+ (optional=templinst)_ZNSt8_Rb_treeIN7Imf_2_24NameESt4pairIKS1_NS0_5SliceEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE24_M_get_insert_unique_posERS3_@Base 2.2
 (optional=templinst)_ZNSt8_Rb_treeIN7Imf_2_24NameESt4pairIKS1_NS0_5SliceEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS3_@Base 2.2.0
  _ZNSt8_Rb_treeIN7Imf_2_24NameESt4pairIKS1_NS0_5SliceEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE4findERS3_@Base 2.2
  _ZNSt8_Rb_treeIN7Imf_2_24NameESt4pairIKS1_NS0_5SliceEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE7_M_copyINSB_20_Reuse_or_alloc_nodeEEEPSt13_Rb_tree_nodeIS5_EPKSF_SG_RT_@Base 2.2.0
@@ -2630,28 +2630,28 @@
  _ZNK7Imf_2_29DeepImage5levelEii@Base 2.2
  _ZNK7Imf_2_29FlatImage5levelEi@Base 2.2
  _ZNK7Imf_2_29FlatImage5levelEii@Base 2.2
- _ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN7Imf_2_216DeepImageChannelEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE4findERS7_@Base 2.2.0
- _ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN7Imf_2_216FlatImageChannelEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE4findERS7_@Base 2.2.0
- _ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE4findERS7_@Base 2.2.0
+ (optional=templinst)_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN7Imf_2_216DeepImageChannelEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE4findERS7_@Base 2.2.0
+ (optional=templinst)_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN7Imf_2_216FlatImageChannelEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE4findERS7_@Base 2.2.0
+ (optional=templinst)_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE4findERS7_@Base 2.2.0
  _ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED0Ev@Base 2.2.0
  _ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED1Ev@Base 2.2.0
  _ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED2Ev@Base 2.2.0
  _ZNSt8_Rb_treeIN7Imf_2_24NameESt4pairIKS1_NS0_5SliceEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E@Base 2.2
  _ZNSt8_Rb_treeIN7Imf_2_24NameESt4pairIKS1_NS0_9DeepSliceEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E@Base 2.2
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E@Base 2.2.0
- _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N7Imf_2_25Image11ChannelInfoEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE12_M_erase_auxESt23_Rb_tree_const_iteratorISB_E@Base 2.2.0
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N7Imf_2_25Image11ChannelInfoEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE12_M_erase_auxESt23_Rb_tree_const_iteratorISB_E@Base 2.2.0
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N7Imf_2_25Image11ChannelInfoEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE24_M_get_insert_unique_posERS7_@Base 2.2.0
  (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N7Imf_2_25Image11ChannelInfoEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISB_ERS7_@Base 2.2.0
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N7Imf_2_25Image11ChannelInfoEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE4findERS7_@Base 2.2.0
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N7Imf_2_25Image11ChannelInfoEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE7_M_copyINSH_20_Reuse_or_alloc_nodeEEEPSt13_Rb_tree_nodeISB_EPKSL_SM_RT_@Base 2.2.0
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N7Imf_2_25Image11ChannelInfoEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE8_M_eraseEPSt13_Rb_tree_nodeISB_E@Base 2.2.0
- _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN7Imf_2_216DeepImageChannelEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE12_M_erase_auxESt23_Rb_tree_const_iteratorISB_E@Base 2.2.0
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN7Imf_2_216DeepImageChannelEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE12_M_erase_auxESt23_Rb_tree_const_iteratorISB_E@Base 2.2.0
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN7Imf_2_216DeepImageChannelEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE24_M_get_insert_unique_posERS7_@Base 2.2.0
  (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN7Imf_2_216DeepImageChannelEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISB_ERS7_@Base 2.2.0
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN7Imf_2_216DeepImageChannelEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE4findERS7_@Base 2.2.0
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN7Imf_2_216DeepImageChannelEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE7_M_copyINSH_20_Reuse_or_alloc_nodeEEEPSt13_Rb_tree_nodeISB_EPKSL_SM_RT_@Base 2.2.0
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN7Imf_2_216DeepImageChannelEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE8_M_eraseEPSt13_Rb_tree_nodeISB_E@Base 2.2.0
- _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN7Imf_2_216FlatImageChannelEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE12_M_erase_auxESt23_Rb_tree_const_iteratorISB_E@Base 2.2.0
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN7Imf_2_216FlatImageChannelEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE12_M_erase_auxESt23_Rb_tree_const_iteratorISB_E@Base 2.2.0
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN7Imf_2_216FlatImageChannelEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE24_M_get_insert_unique_posERS7_@Base 2.2.0
  (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN7Imf_2_216FlatImageChannelEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISB_ERS7_@Base 2.2.0
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN7Imf_2_216FlatImageChannelEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE4findERS7_@Base 2.2.0

Reply via email to