Build of openexr with clang_glibc toolchain

The build took 00h 05m 45s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
164,410 cpp
10,162 sh
8,299 makefile
29 ansic
182,900 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: openexr 2.2.0-3 (Thu Apr 13 18:10:40 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) ilmbase-2.2.0-2
#
# Total Installed Size: 1.02 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing ilmbase...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking for C++ compiler default output file name... a.out
# checking whether the C++ compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking for style of include used by make... GNU
# checking dependency style of clang++... gcc3
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for x86_64-unknown-linux-gcc... clang
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking dependency style of clang... gcc3
# checking whether ln -s works... yes
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking how to run the C preprocessor... clang -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking whether we are using the GNU C++ compiler... (cached) yes
# checking whether clang++ accepts -g... (cached) yes
# checking dependency style of clang++... (cached) gcc3
# checking how to run the C++ preprocessor... clang++ -E
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking for ld used by clang++... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC... -fPIC -DPIC
# checking if clang++ PIC flag -fPIC -DPIC works... yes
# checking if clang++ static flag -static works... yes
# checking if clang++ supports -c -o file.o... yes
# checking if clang++ supports -c -o file.o... (cached) yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether make sets $(MAKE)... (cached) yes
# test_prefix = NONE
# checking for pkg-config... /usr/bin/pkg-config
# using pkg-config to set ILMBASE_CXXFLAGS and ILMBASE_LDFLAGS:
# Package glu was not found in the pkg-config search path.
# Perhaps you should add the directory containing `glu.pc'
# to the PKG_CONFIG_PATH environment variable
# Package 'glu', required by 'IlmBase', not found
# using prefix to set ILMBASE_CXXFLAGS and ILMBASE_LDFLAGS:
# ILMBASE_CXXFLAGS = -I/usr/include/OpenEXR
# ILMBASE_LDFLAGS = -L/usr/lib
# ILMBASE_LIBS = -lImath -lHalf -lIex -lIlmThread -lpthread
# checking for IlmBase... yes
# Compiled and ran IlmBase test program.
# checking for ANSI C header files... (cached) yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking for unistd.h... (cached) yes
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking for size_t... yes
# checking for compress in -lz... yes
# checking for complete iomanip support in C++ standard library... yes
# checking for gcc optimization flags... -pipe
# checking for AVX instructions in GCC style inline asm... yes
# checking for sysconf(_SC_NPROCESSORS_ONLN)... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating OpenEXR.pc
# config.status: creating config/Makefile
# config.status: creating IlmImf/Makefile
# config.status: creating IlmImfTest/Makefile
# config.status: creating IlmImfUtil/Makefile
# config.status: creating IlmImfUtilTest/Makefile
# config.status: creating IlmImfFuzzTest/Makefile
# config.status: creating exrheader/Makefile
# config.status: creating exrmaketiled/Makefile
# config.status: creating IlmImfExamples/Makefile
# config.status: creating doc/Makefile
# config.status: creating exrstdattr/Makefile
# config.status: creating exrmakepreview/Makefile
# config.status: creating exrenvmap/Makefile
# config.status: creating exrmultiview/Makefile
# config.status: creating exrmultipart/Makefile
# config.status: creating config/OpenEXRConfig.h
# config.status: config/OpenEXRConfig.h is unchanged
# config.status: executing depfiles commands
# config.status: executing libtool commands
#
# ---------------------------------------------
# Summary for OpenEXR features:
#
# build IlmImf example program no
# build IlmImf damaged input resilience test no
# build IlmImf huge input test no
# enable large stack optimizations yes
# internal library namespace Imf_2_2
# user-client namespace Imf
#
# ---------------------------------------------
#
# Making all in config
# make[1]: Entering directory '/tmp/openexr/src/openexr-2.2.0/config'
# make all-am
# make[2]: Entering directory '/tmp/openexr/src/openexr-2.2.0/config'
# make[2]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/config'
# make[1]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/config'
# Making all in IlmImf
# make[1]: Entering directory '/tmp/openexr/src/openexr-2.2.0/IlmImf'
# clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT b44ExpLogTable.o -MD -MP -MF .deps/b44ExpLogTable.Tpo -c -o b44ExpLogTable.o b44ExpLogTable.cpp
# mv -f .deps/b44ExpLogTable.Tpo .deps/b44ExpLogTable.Po
# /bin/sh ../libtool --tag=CXX --mode=link clang++ -pipe -o b44ExpLogTable b44ExpLogTable.o -L/usr/lib -lImath -lHalf -lIex -lIlmThread -lpthread
# libtool: link: clang++ -pipe -o b44ExpLogTable b44ExpLogTable.o -L/usr/lib -lImath -lHalf -lIex -lIlmThread -lpthread
# ./b44ExpLogTable > b44ExpLogTable.h
# clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT dwaLookups.o -MD -MP -MF .deps/dwaLookups.Tpo -c -o dwaLookups.o dwaLookups.cpp
# mv -f .deps/dwaLookups.Tpo .deps/dwaLookups.Po
# /bin/sh ../libtool --tag=CXX --mode=link clang++ -pipe -o dwaLookups dwaLookups.o -L/usr/lib -lImath -lHalf -lIex -lIlmThread -lpthread
# libtool: link: clang++ -pipe -o dwaLookups dwaLookups.o -L/usr/lib -lImath -lHalf -lIex -lIlmThread -lpthread
# ./dwaLookups > dwaLookups.h
# Building acceleration for DwaCompressor, 0.00 %
# Building acceleration for DwaCompressor, 2.44 %
# Building acceleration for DwaCompressor, 4.88 %
# Building acceleration for DwaCompressor, 7.32 %
# Building acceleration for DwaCompressor, 9.77 %
# Building acceleration for DwaCompressor, 12.21 %
# Building acceleration for DwaCompressor, 14.65 %
# Building acceleration for DwaCompressor, 17.09 %
# Building acceleration for DwaCompressor, 19.53 %
# Building acceleration for DwaCompressor, 21.97 %
# Building acceleration for DwaCompressor, 24.41 %
# Building acceleration for DwaCompressor, 26.86 %
# Building acceleration for DwaCompressor, 29.30 %
# Building acceleration for DwaCompressor, 31.74 %
# Building acceleration for DwaCompressor, 34.18 %
# Building acceleration for DwaCompressor, 36.62 %
# Building acceleration for DwaCompressor, 39.06 %
# Building acceleration for DwaCompressor, 41.50 %
# Building acceleration for DwaCompressor, 43.95 %
# Building acceleration for DwaCompressor, 46.39 %
# Building acceleration for DwaCompressor, 48.83 %
# Building acceleration for DwaCompressor, 51.27 %
# Building acceleration for DwaCompressor, 53.71 %
# Building acceleration for DwaCompressor, 56.15 %
# Building acceleration for DwaCompressor, 58.59 %
# Building acceleration for DwaCompressor, 61.04 %
# Building acceleration for DwaCompressor, 63.48 %
# Building acceleration for DwaCompressor, 65.92 %
# Building acceleration for DwaCompressor, 68.36 %
# Building acceleration for DwaCompressor, 70.80 %
# Building acceleration for DwaCompressor, 73.24 %
# Building acceleration for DwaCompressor, 75.68 %
# Building acceleration for DwaCompressor, 78.12 %
# Building acceleration for DwaCompressor, 80.57 %
# Building acceleration for DwaCompressor, 83.01 %
# Building acceleration for DwaCompressor, 85.45 %
# Building acceleration for DwaCompressor, 87.89 %
# Building acceleration for DwaCompressor, 90.33 %
# Building acceleration for DwaCompressor, 92.77 %
# Building acceleration for DwaCompressor, 95.21 %
# Building acceleration for DwaCompressor, 97.66 %
# make all-am
# make[2]: Entering directory '/tmp/openexr/src/openexr-2.2.0/IlmImf'
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfAttribute.lo -MD -MP -MF .deps/ImfAttribute.Tpo -c -o ImfAttribute.lo ImfAttribute.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfAttribute.lo -MD -MP -MF .deps/ImfAttribute.Tpo -c ImfAttribute.cpp -fPIC -DPIC -o .libs/ImfAttribute.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfAttribute.lo -MD -MP -MF .deps/ImfAttribute.Tpo -c ImfAttribute.cpp -o ImfAttribute.o >/dev/null 2>&1
# mv -f .deps/ImfAttribute.Tpo .deps/ImfAttribute.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfBoxAttribute.lo -MD -MP -MF .deps/ImfBoxAttribute.Tpo -c -o ImfBoxAttribute.lo ImfBoxAttribute.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfBoxAttribute.lo -MD -MP -MF .deps/ImfBoxAttribute.Tpo -c ImfBoxAttribute.cpp -fPIC -DPIC -o .libs/ImfBoxAttribute.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfBoxAttribute.lo -MD -MP -MF .deps/ImfBoxAttribute.Tpo -c ImfBoxAttribute.cpp -o ImfBoxAttribute.o >/dev/null 2>&1
# mv -f .deps/ImfBoxAttribute.Tpo .deps/ImfBoxAttribute.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfCRgbaFile.lo -MD -MP -MF .deps/ImfCRgbaFile.Tpo -c -o ImfCRgbaFile.lo ImfCRgbaFile.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfCRgbaFile.lo -MD -MP -MF .deps/ImfCRgbaFile.Tpo -c ImfCRgbaFile.cpp -fPIC -DPIC -o .libs/ImfCRgbaFile.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfCRgbaFile.lo -MD -MP -MF .deps/ImfCRgbaFile.Tpo -c ImfCRgbaFile.cpp -o ImfCRgbaFile.o >/dev/null 2>&1
# mv -f .deps/ImfCRgbaFile.Tpo .deps/ImfCRgbaFile.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfChannelList.lo -MD -MP -MF .deps/ImfChannelList.Tpo -c -o ImfChannelList.lo ImfChannelList.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfChannelList.lo -MD -MP -MF .deps/ImfChannelList.Tpo -c ImfChannelList.cpp -fPIC -DPIC -o .libs/ImfChannelList.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfChannelList.lo -MD -MP -MF .deps/ImfChannelList.Tpo -c ImfChannelList.cpp -o ImfChannelList.o >/dev/null 2>&1
# mv -f .deps/ImfChannelList.Tpo .deps/ImfChannelList.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfChannelListAttribute.lo -MD -MP -MF .deps/ImfChannelListAttribute.Tpo -c -o ImfChannelListAttribute.lo ImfChannelListAttribute.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfChannelListAttribute.lo -MD -MP -MF .deps/ImfChannelListAttribute.Tpo -c ImfChannelListAttribute.cpp -fPIC -DPIC -o .libs/ImfChannelListAttribute.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfChannelListAttribute.lo -MD -MP -MF .deps/ImfChannelListAttribute.Tpo -c ImfChannelListAttribute.cpp -o ImfChannelListAttribute.o >/dev/null 2>&1
# mv -f .deps/ImfChannelListAttribute.Tpo .deps/ImfChannelListAttribute.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfFloatAttribute.lo -MD -MP -MF .deps/ImfFloatAttribute.Tpo -c -o ImfFloatAttribute.lo ImfFloatAttribute.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfFloatAttribute.lo -MD -MP -MF .deps/ImfFloatAttribute.Tpo -c ImfFloatAttribute.cpp -fPIC -DPIC -o .libs/ImfFloatAttribute.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfFloatAttribute.lo -MD -MP -MF .deps/ImfFloatAttribute.Tpo -c ImfFloatAttribute.cpp -o ImfFloatAttribute.o >/dev/null 2>&1
# mv -f .deps/ImfFloatAttribute.Tpo .deps/ImfFloatAttribute.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfFrameBuffer.lo -MD -MP -MF .deps/ImfFrameBuffer.Tpo -c -o ImfFrameBuffer.lo ImfFrameBuffer.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfFrameBuffer.lo -MD -MP -MF .deps/ImfFrameBuffer.Tpo -c ImfFrameBuffer.cpp -fPIC -DPIC -o .libs/ImfFrameBuffer.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfFrameBuffer.lo -MD -MP -MF .deps/ImfFrameBuffer.Tpo -c ImfFrameBuffer.cpp -o ImfFrameBuffer.o >/dev/null 2>&1
# mv -f .deps/ImfFrameBuffer.Tpo .deps/ImfFrameBuffer.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfHeader.lo -MD -MP -MF .deps/ImfHeader.Tpo -c -o ImfHeader.lo ImfHeader.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfHeader.lo -MD -MP -MF .deps/ImfHeader.Tpo -c ImfHeader.cpp -fPIC -DPIC -o .libs/ImfHeader.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfHeader.lo -MD -MP -MF .deps/ImfHeader.Tpo -c ImfHeader.cpp -o ImfHeader.o >/dev/null 2>&1
# mv -f .deps/ImfHeader.Tpo .deps/ImfHeader.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfIO.lo -MD -MP -MF .deps/ImfIO.Tpo -c -o ImfIO.lo ImfIO.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfIO.lo -MD -MP -MF .deps/ImfIO.Tpo -c ImfIO.cpp -fPIC -DPIC -o .libs/ImfIO.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfIO.lo -MD -MP -MF .deps/ImfIO.Tpo -c ImfIO.cpp -o ImfIO.o >/dev/null 2>&1
# mv -f .deps/ImfIO.Tpo .deps/ImfIO.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfInputFile.lo -MD -MP -MF .deps/ImfInputFile.Tpo -c -o ImfInputFile.lo ImfInputFile.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfInputFile.lo -MD -MP -MF .deps/ImfInputFile.Tpo -c ImfInputFile.cpp -fPIC -DPIC -o .libs/ImfInputFile.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfInputFile.lo -MD -MP -MF .deps/ImfInputFile.Tpo -c ImfInputFile.cpp -o ImfInputFile.o >/dev/null 2>&1
# mv -f .deps/ImfInputFile.Tpo .deps/ImfInputFile.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfIntAttribute.lo -MD -MP -MF .deps/ImfIntAttribute.Tpo -c -o ImfIntAttribute.lo ImfIntAttribute.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfIntAttribute.lo -MD -MP -MF .deps/ImfIntAttribute.Tpo -c ImfIntAttribute.cpp -fPIC -DPIC -o .libs/ImfIntAttribute.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfIntAttribute.lo -MD -MP -MF .deps/ImfIntAttribute.Tpo -c ImfIntAttribute.cpp -o ImfIntAttribute.o >/dev/null 2>&1
# mv -f .deps/ImfIntAttribute.Tpo .deps/ImfIntAttribute.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfLineOrderAttribute.lo -MD -MP -MF .deps/ImfLineOrderAttribute.Tpo -c -o ImfLineOrderAttribute.lo ImfLineOrderAttribute.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfLineOrderAttribute.lo -MD -MP -MF .deps/ImfLineOrderAttribute.Tpo -c ImfLineOrderAttribute.cpp -fPIC -DPIC -o .libs/ImfLineOrderAttribute.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfLineOrderAttribute.lo -MD -MP -MF .deps/ImfLineOrderAttribute.Tpo -c ImfLineOrderAttribute.cpp -o ImfLineOrderAttribute.o >/dev/null 2>&1
# mv -f .deps/ImfLineOrderAttribute.Tpo .deps/ImfLineOrderAttribute.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfMatrixAttribute.lo -MD -MP -MF .deps/ImfMatrixAttribute.Tpo -c -o ImfMatrixAttribute.lo ImfMatrixAttribute.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfMatrixAttribute.lo -MD -MP -MF .deps/ImfMatrixAttribute.Tpo -c ImfMatrixAttribute.cpp -fPIC -DPIC -o .libs/ImfMatrixAttribute.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfMatrixAttribute.lo -MD -MP -MF .deps/ImfMatrixAttribute.Tpo -c ImfMatrixAttribute.cpp -o ImfMatrixAttribute.o >/dev/null 2>&1
# mv -f .deps/ImfMatrixAttribute.Tpo .deps/ImfMatrixAttribute.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfOpaqueAttribute.lo -MD -MP -MF .deps/ImfOpaqueAttribute.Tpo -c -o ImfOpaqueAttribute.lo ImfOpaqueAttribute.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfOpaqueAttribute.lo -MD -MP -MF .deps/ImfOpaqueAttribute.Tpo -c ImfOpaqueAttribute.cpp -fPIC -DPIC -o .libs/ImfOpaqueAttribute.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfOpaqueAttribute.lo -MD -MP -MF .deps/ImfOpaqueAttribute.Tpo -c ImfOpaqueAttribute.cpp -o ImfOpaqueAttribute.o >/dev/null 2>&1
# mv -f .deps/ImfOpaqueAttribute.Tpo .deps/ImfOpaqueAttribute.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfOutputFile.lo -MD -MP -MF .deps/ImfOutputFile.Tpo -c -o ImfOutputFile.lo ImfOutputFile.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfOutputFile.lo -MD -MP -MF .deps/ImfOutputFile.Tpo -c ImfOutputFile.cpp -fPIC -DPIC -o .libs/ImfOutputFile.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfOutputFile.lo -MD -MP -MF .deps/ImfOutputFile.Tpo -c ImfOutputFile.cpp -o ImfOutputFile.o >/dev/null 2>&1
# mv -f .deps/ImfOutputFile.Tpo .deps/ImfOutputFile.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfRgbaFile.lo -MD -MP -MF .deps/ImfRgbaFile.Tpo -c -o ImfRgbaFile.lo ImfRgbaFile.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfRgbaFile.lo -MD -MP -MF .deps/ImfRgbaFile.Tpo -c ImfRgbaFile.cpp -fPIC -DPIC -o .libs/ImfRgbaFile.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfRgbaFile.lo -MD -MP -MF .deps/ImfRgbaFile.Tpo -c ImfRgbaFile.cpp -o ImfRgbaFile.o >/dev/null 2>&1
# mv -f .deps/ImfRgbaFile.Tpo .deps/ImfRgbaFile.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfStringAttribute.lo -MD -MP -MF .deps/ImfStringAttribute.Tpo -c -o ImfStringAttribute.lo ImfStringAttribute.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfStringAttribute.lo -MD -MP -MF .deps/ImfStringAttribute.Tpo -c ImfStringAttribute.cpp -fPIC -DPIC -o .libs/ImfStringAttribute.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfStringAttribute.lo -MD -MP -MF .deps/ImfStringAttribute.Tpo -c ImfStringAttribute.cpp -o ImfStringAttribute.o >/dev/null 2>&1
# mv -f .deps/ImfStringAttribute.Tpo .deps/ImfStringAttribute.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfVecAttribute.lo -MD -MP -MF .deps/ImfVecAttribute.Tpo -c -o ImfVecAttribute.lo ImfVecAttribute.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfVecAttribute.lo -MD -MP -MF .deps/ImfVecAttribute.Tpo -c ImfVecAttribute.cpp -fPIC -DPIC -o .libs/ImfVecAttribute.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfVecAttribute.lo -MD -MP -MF .deps/ImfVecAttribute.Tpo -c ImfVecAttribute.cpp -o ImfVecAttribute.o >/dev/null 2>&1
# mv -f .deps/ImfVecAttribute.Tpo .deps/ImfVecAttribute.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfHuf.lo -MD -MP -MF .deps/ImfHuf.Tpo -c -o ImfHuf.lo ImfHuf.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfHuf.lo -MD -MP -MF .deps/ImfHuf.Tpo -c ImfHuf.cpp -fPIC -DPIC -o .libs/ImfHuf.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfHuf.lo -MD -MP -MF .deps/ImfHuf.Tpo -c ImfHuf.cpp -o ImfHuf.o >/dev/null 2>&1
# mv -f .deps/ImfHuf.Tpo .deps/ImfHuf.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfThreading.lo -MD -MP -MF .deps/ImfThreading.Tpo -c -o ImfThreading.lo ImfThreading.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfThreading.lo -MD -MP -MF .deps/ImfThreading.Tpo -c ImfThreading.cpp -fPIC -DPIC -o .libs/ImfThreading.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfThreading.lo -MD -MP -MF .deps/ImfThreading.Tpo -c ImfThreading.cpp -o ImfThreading.o >/dev/null 2>&1
# mv -f .deps/ImfThreading.Tpo .deps/ImfThreading.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfWav.lo -MD -MP -MF .deps/ImfWav.Tpo -c -o ImfWav.lo ImfWav.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfWav.lo -MD -MP -MF .deps/ImfWav.Tpo -c ImfWav.cpp -fPIC -DPIC -o .libs/ImfWav.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfWav.lo -MD -MP -MF .deps/ImfWav.Tpo -c ImfWav.cpp -o ImfWav.o >/dev/null 2>&1
# mv -f .deps/ImfWav.Tpo .deps/ImfWav.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfLut.lo -MD -MP -MF .deps/ImfLut.Tpo -c -o ImfLut.lo ImfLut.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfLut.lo -MD -MP -MF .deps/ImfLut.Tpo -c ImfLut.cpp -fPIC -DPIC -o .libs/ImfLut.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfLut.lo -MD -MP -MF .deps/ImfLut.Tpo -c ImfLut.cpp -o ImfLut.o >/dev/null 2>&1
# mv -f .deps/ImfLut.Tpo .deps/ImfLut.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfCompressor.lo -MD -MP -MF .deps/ImfCompressor.Tpo -c -o ImfCompressor.lo ImfCompressor.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfCompressor.lo -MD -MP -MF .deps/ImfCompressor.Tpo -c ImfCompressor.cpp -fPIC -DPIC -o .libs/ImfCompressor.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfCompressor.lo -MD -MP -MF .deps/ImfCompressor.Tpo -c ImfCompressor.cpp -o ImfCompressor.o >/dev/null 2>&1
# mv -f .deps/ImfCompressor.Tpo .deps/ImfCompressor.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfRleCompressor.lo -MD -MP -MF .deps/ImfRleCompressor.Tpo -c -o ImfRleCompressor.lo ImfRleCompressor.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfRleCompressor.lo -MD -MP -MF .deps/ImfRleCompressor.Tpo -c ImfRleCompressor.cpp -fPIC -DPIC -o .libs/ImfRleCompressor.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfRleCompressor.lo -MD -MP -MF .deps/ImfRleCompressor.Tpo -c ImfRleCompressor.cpp -o ImfRleCompressor.o >/dev/null 2>&1
# mv -f .deps/ImfRleCompressor.Tpo .deps/ImfRleCompressor.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfZipCompressor.lo -MD -MP -MF .deps/ImfZipCompressor.Tpo -c -o ImfZipCompressor.lo ImfZipCompressor.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfZipCompressor.lo -MD -MP -MF .deps/ImfZipCompressor.Tpo -c ImfZipCompressor.cpp -fPIC -DPIC -o .libs/ImfZipCompressor.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfZipCompressor.lo -MD -MP -MF .deps/ImfZipCompressor.Tpo -c ImfZipCompressor.cpp -o ImfZipCompressor.o >/dev/null 2>&1
# mv -f .deps/ImfZipCompressor.Tpo .deps/ImfZipCompressor.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfPizCompressor.lo -MD -MP -MF .deps/ImfPizCompressor.Tpo -c -o ImfPizCompressor.lo ImfPizCompressor.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfPizCompressor.lo -MD -MP -MF .deps/ImfPizCompressor.Tpo -c ImfPizCompressor.cpp -fPIC -DPIC -o .libs/ImfPizCompressor.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfPizCompressor.lo -MD -MP -MF .deps/ImfPizCompressor.Tpo -c ImfPizCompressor.cpp -o ImfPizCompressor.o >/dev/null 2>&1
# mv -f .deps/ImfPizCompressor.Tpo .deps/ImfPizCompressor.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfB44Compressor.lo -MD -MP -MF .deps/ImfB44Compressor.Tpo -c -o ImfB44Compressor.lo ImfB44Compressor.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfB44Compressor.lo -MD -MP -MF .deps/ImfB44Compressor.Tpo -c ImfB44Compressor.cpp -fPIC -DPIC -o .libs/ImfB44Compressor.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfB44Compressor.lo -MD -MP -MF .deps/ImfB44Compressor.Tpo -c ImfB44Compressor.cpp -o ImfB44Compressor.o >/dev/null 2>&1
# mv -f .deps/ImfB44Compressor.Tpo .deps/ImfB44Compressor.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDwaCompressor.lo -MD -MP -MF .deps/ImfDwaCompressor.Tpo -c -o ImfDwaCompressor.lo ImfDwaCompressor.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDwaCompressor.lo -MD -MP -MF .deps/ImfDwaCompressor.Tpo -c ImfDwaCompressor.cpp -fPIC -DPIC -o .libs/ImfDwaCompressor.o
# ImfDwaCompressor.cpp:2386:33: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
# if (unknownUncompressedSize < 0 ||
# ~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
# ImfDwaCompressor.cpp:2387:31: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
# unknownCompressedSize < 0 ||
# ~~~~~~~~~~~~~~~~~~~~~ ^ ~
# ImfDwaCompressor.cpp:2388:26: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
# acCompressedSize < 0 ||
# ~~~~~~~~~~~~~~~~ ^ ~
# ImfDwaCompressor.cpp:2389:26: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
# dcCompressedSize < 0 ||
# ~~~~~~~~~~~~~~~~ ^ ~
# ImfDwaCompressor.cpp:2390:27: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
# rleCompressedSize < 0 ||
# ~~~~~~~~~~~~~~~~~ ^ ~
# ImfDwaCompressor.cpp:2391:29: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
# rleUncompressedSize < 0 ||
# ~~~~~~~~~~~~~~~~~~~ ^ ~
# ImfDwaCompressor.cpp:2392:20: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
# rleRawSize < 0 ||
# ~~~~~~~~~~ ^ ~
# ImfDwaCompressor.cpp:2393:34: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
# totalAcUncompressedCount < 0 ||
# ~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
# ImfDwaCompressor.cpp:2394:34: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
# totalDcUncompressedCount < 0)
# ~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
# ImfDwaCompressor.cpp:2485:18: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
# if ((version < 0) || (version > 2))
# ~~~~~~~ ^ ~
# ImfDwaCompressor.cpp:2499:37: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
# if (unknownUncompressedSize < 0 ||
# ~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
# 11 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDwaCompressor.lo -MD -MP -MF .deps/ImfDwaCompressor.Tpo -c ImfDwaCompressor.cpp -o ImfDwaCompressor.o >/dev/null 2>&1
# mv -f .deps/ImfDwaCompressor.Tpo .deps/ImfDwaCompressor.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfMisc.lo -MD -MP -MF .deps/ImfMisc.Tpo -c -o ImfMisc.lo ImfMisc.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfMisc.lo -MD -MP -MF .deps/ImfMisc.Tpo -c ImfMisc.cpp -fPIC -DPIC -o .libs/ImfMisc.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfMisc.lo -MD -MP -MF .deps/ImfMisc.Tpo -c ImfMisc.cpp -o ImfMisc.o >/dev/null 2>&1
# mv -f .deps/ImfMisc.Tpo .deps/ImfMisc.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfCompressionAttribute.lo -MD -MP -MF .deps/ImfCompressionAttribute.Tpo -c -o ImfCompressionAttribute.lo ImfCompressionAttribute.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfCompressionAttribute.lo -MD -MP -MF .deps/ImfCompressionAttribute.Tpo -c ImfCompressionAttribute.cpp -fPIC -DPIC -o .libs/ImfCompressionAttribute.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfCompressionAttribute.lo -MD -MP -MF .deps/ImfCompressionAttribute.Tpo -c ImfCompressionAttribute.cpp -o ImfCompressionAttribute.o >/dev/null 2>&1
# mv -f .deps/ImfCompressionAttribute.Tpo .deps/ImfCompressionAttribute.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDoubleAttribute.lo -MD -MP -MF .deps/ImfDoubleAttribute.Tpo -c -o ImfDoubleAttribute.lo ImfDoubleAttribute.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDoubleAttribute.lo -MD -MP -MF .deps/ImfDoubleAttribute.Tpo -c ImfDoubleAttribute.cpp -fPIC -DPIC -o .libs/ImfDoubleAttribute.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDoubleAttribute.lo -MD -MP -MF .deps/ImfDoubleAttribute.Tpo -c ImfDoubleAttribute.cpp -o ImfDoubleAttribute.o >/dev/null 2>&1
# mv -f .deps/ImfDoubleAttribute.Tpo .deps/ImfDoubleAttribute.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfConvert.lo -MD -MP -MF .deps/ImfConvert.Tpo -c -o ImfConvert.lo ImfConvert.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfConvert.lo -MD -MP -MF .deps/ImfConvert.Tpo -c ImfConvert.cpp -fPIC -DPIC -o .libs/ImfConvert.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfConvert.lo -MD -MP -MF .deps/ImfConvert.Tpo -c ImfConvert.cpp -o ImfConvert.o >/dev/null 2>&1
# mv -f .deps/ImfConvert.Tpo .deps/ImfConvert.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfPreviewImage.lo -MD -MP -MF .deps/ImfPreviewImage.Tpo -c -o ImfPreviewImage.lo ImfPreviewImage.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfPreviewImage.lo -MD -MP -MF .deps/ImfPreviewImage.Tpo -c ImfPreviewImage.cpp -fPIC -DPIC -o .libs/ImfPreviewImage.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfPreviewImage.lo -MD -MP -MF .deps/ImfPreviewImage.Tpo -c ImfPreviewImage.cpp -o ImfPreviewImage.o >/dev/null 2>&1
# mv -f .deps/ImfPreviewImage.Tpo .deps/ImfPreviewImage.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfPreviewImageAttribute.lo -MD -MP -MF .deps/ImfPreviewImageAttribute.Tpo -c -o ImfPreviewImageAttribute.lo ImfPreviewImageAttribute.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfPreviewImageAttribute.lo -MD -MP -MF .deps/ImfPreviewImageAttribute.Tpo -c ImfPreviewImageAttribute.cpp -fPIC -DPIC -o .libs/ImfPreviewImageAttribute.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfPreviewImageAttribute.lo -MD -MP -MF .deps/ImfPreviewImageAttribute.Tpo -c ImfPreviewImageAttribute.cpp -o ImfPreviewImageAttribute.o >/dev/null 2>&1
# mv -f .deps/ImfPreviewImageAttribute.Tpo .deps/ImfPreviewImageAttribute.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfVersion.lo -MD -MP -MF .deps/ImfVersion.Tpo -c -o ImfVersion.lo ImfVersion.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfVersion.lo -MD -MP -MF .deps/ImfVersion.Tpo -c ImfVersion.cpp -fPIC -DPIC -o .libs/ImfVersion.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfVersion.lo -MD -MP -MF .deps/ImfVersion.Tpo -c ImfVersion.cpp -o ImfVersion.o >/dev/null 2>&1
# mv -f .deps/ImfVersion.Tpo .deps/ImfVersion.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfChromaticities.lo -MD -MP -MF .deps/ImfChromaticities.Tpo -c -o ImfChromaticities.lo ImfChromaticities.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfChromaticities.lo -MD -MP -MF .deps/ImfChromaticities.Tpo -c ImfChromaticities.cpp -fPIC -DPIC -o .libs/ImfChromaticities.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfChromaticities.lo -MD -MP -MF .deps/ImfChromaticities.Tpo -c ImfChromaticities.cpp -o ImfChromaticities.o >/dev/null 2>&1
# mv -f .deps/ImfChromaticities.Tpo .deps/ImfChromaticities.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfChromaticitiesAttribute.lo -MD -MP -MF .deps/ImfChromaticitiesAttribute.Tpo -c -o ImfChromaticitiesAttribute.lo ImfChromaticitiesAttribute.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfChromaticitiesAttribute.lo -MD -MP -MF .deps/ImfChromaticitiesAttribute.Tpo -c ImfChromaticitiesAttribute.cpp -fPIC -DPIC -o .libs/ImfChromaticitiesAttribute.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfChromaticitiesAttribute.lo -MD -MP -MF .deps/ImfChromaticitiesAttribute.Tpo -c ImfChromaticitiesAttribute.cpp -o ImfChromaticitiesAttribute.o >/dev/null 2>&1
# mv -f .deps/ImfChromaticitiesAttribute.Tpo .deps/ImfChromaticitiesAttribute.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfKeyCode.lo -MD -MP -MF .deps/ImfKeyCode.Tpo -c -o ImfKeyCode.lo ImfKeyCode.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfKeyCode.lo -MD -MP -MF .deps/ImfKeyCode.Tpo -c ImfKeyCode.cpp -fPIC -DPIC -o .libs/ImfKeyCode.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfKeyCode.lo -MD -MP -MF .deps/ImfKeyCode.Tpo -c ImfKeyCode.cpp -o ImfKeyCode.o >/dev/null 2>&1
# mv -f .deps/ImfKeyCode.Tpo .deps/ImfKeyCode.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfKeyCodeAttribute.lo -MD -MP -MF .deps/ImfKeyCodeAttribute.Tpo -c -o ImfKeyCodeAttribute.lo ImfKeyCodeAttribute.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfKeyCodeAttribute.lo -MD -MP -MF .deps/ImfKeyCodeAttribute.Tpo -c ImfKeyCodeAttribute.cpp -fPIC -DPIC -o .libs/ImfKeyCodeAttribute.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfKeyCodeAttribute.lo -MD -MP -MF .deps/ImfKeyCodeAttribute.Tpo -c ImfKeyCodeAttribute.cpp -o ImfKeyCodeAttribute.o >/dev/null 2>&1
# mv -f .deps/ImfKeyCodeAttribute.Tpo .deps/ImfKeyCodeAttribute.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTimeCode.lo -MD -MP -MF .deps/ImfTimeCode.Tpo -c -o ImfTimeCode.lo ImfTimeCode.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTimeCode.lo -MD -MP -MF .deps/ImfTimeCode.Tpo -c ImfTimeCode.cpp -fPIC -DPIC -o .libs/ImfTimeCode.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTimeCode.lo -MD -MP -MF .deps/ImfTimeCode.Tpo -c ImfTimeCode.cpp -o ImfTimeCode.o >/dev/null 2>&1
# mv -f .deps/ImfTimeCode.Tpo .deps/ImfTimeCode.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTimeCodeAttribute.lo -MD -MP -MF .deps/ImfTimeCodeAttribute.Tpo -c -o ImfTimeCodeAttribute.lo ImfTimeCodeAttribute.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTimeCodeAttribute.lo -MD -MP -MF .deps/ImfTimeCodeAttribute.Tpo -c ImfTimeCodeAttribute.cpp -fPIC -DPIC -o .libs/ImfTimeCodeAttribute.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTimeCodeAttribute.lo -MD -MP -MF .deps/ImfTimeCodeAttribute.Tpo -c ImfTimeCodeAttribute.cpp -o ImfTimeCodeAttribute.o >/dev/null 2>&1
# mv -f .deps/ImfTimeCodeAttribute.Tpo .deps/ImfTimeCodeAttribute.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfRational.lo -MD -MP -MF .deps/ImfRational.Tpo -c -o ImfRational.lo ImfRational.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfRational.lo -MD -MP -MF .deps/ImfRational.Tpo -c ImfRational.cpp -fPIC -DPIC -o .libs/ImfRational.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfRational.lo -MD -MP -MF .deps/ImfRational.Tpo -c ImfRational.cpp -o ImfRational.o >/dev/null 2>&1
# mv -f .deps/ImfRational.Tpo .deps/ImfRational.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfRationalAttribute.lo -MD -MP -MF .deps/ImfRationalAttribute.Tpo -c -o ImfRationalAttribute.lo ImfRationalAttribute.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfRationalAttribute.lo -MD -MP -MF .deps/ImfRationalAttribute.Tpo -c ImfRationalAttribute.cpp -fPIC -DPIC -o .libs/ImfRationalAttribute.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfRationalAttribute.lo -MD -MP -MF .deps/ImfRationalAttribute.Tpo -c ImfRationalAttribute.cpp -o ImfRationalAttribute.o >/dev/null 2>&1
# mv -f .deps/ImfRationalAttribute.Tpo .deps/ImfRationalAttribute.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfFramesPerSecond.lo -MD -MP -MF .deps/ImfFramesPerSecond.Tpo -c -o ImfFramesPerSecond.lo ImfFramesPerSecond.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfFramesPerSecond.lo -MD -MP -MF .deps/ImfFramesPerSecond.Tpo -c ImfFramesPerSecond.cpp -fPIC -DPIC -o .libs/ImfFramesPerSecond.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfFramesPerSecond.lo -MD -MP -MF .deps/ImfFramesPerSecond.Tpo -c ImfFramesPerSecond.cpp -o ImfFramesPerSecond.o >/dev/null 2>&1
# mv -f .deps/ImfFramesPerSecond.Tpo .deps/ImfFramesPerSecond.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfStandardAttributes.lo -MD -MP -MF .deps/ImfStandardAttributes.Tpo -c -o ImfStandardAttributes.lo ImfStandardAttributes.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfStandardAttributes.lo -MD -MP -MF .deps/ImfStandardAttributes.Tpo -c ImfStandardAttributes.cpp -fPIC -DPIC -o .libs/ImfStandardAttributes.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfStandardAttributes.lo -MD -MP -MF .deps/ImfStandardAttributes.Tpo -c ImfStandardAttributes.cpp -o ImfStandardAttributes.o >/dev/null 2>&1
# mv -f .deps/ImfStandardAttributes.Tpo .deps/ImfStandardAttributes.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfStdIO.lo -MD -MP -MF .deps/ImfStdIO.Tpo -c -o ImfStdIO.lo ImfStdIO.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfStdIO.lo -MD -MP -MF .deps/ImfStdIO.Tpo -c ImfStdIO.cpp -fPIC -DPIC -o .libs/ImfStdIO.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfStdIO.lo -MD -MP -MF .deps/ImfStdIO.Tpo -c ImfStdIO.cpp -o ImfStdIO.o >/dev/null 2>&1
# mv -f .deps/ImfStdIO.Tpo .deps/ImfStdIO.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfEnvmap.lo -MD -MP -MF .deps/ImfEnvmap.Tpo -c -o ImfEnvmap.lo ImfEnvmap.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfEnvmap.lo -MD -MP -MF .deps/ImfEnvmap.Tpo -c ImfEnvmap.cpp -fPIC -DPIC -o .libs/ImfEnvmap.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfEnvmap.lo -MD -MP -MF .deps/ImfEnvmap.Tpo -c ImfEnvmap.cpp -o ImfEnvmap.o >/dev/null 2>&1
# mv -f .deps/ImfEnvmap.Tpo .deps/ImfEnvmap.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfEnvmapAttribute.lo -MD -MP -MF .deps/ImfEnvmapAttribute.Tpo -c -o ImfEnvmapAttribute.lo ImfEnvmapAttribute.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfEnvmapAttribute.lo -MD -MP -MF .deps/ImfEnvmapAttribute.Tpo -c ImfEnvmapAttribute.cpp -fPIC -DPIC -o .libs/ImfEnvmapAttribute.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfEnvmapAttribute.lo -MD -MP -MF .deps/ImfEnvmapAttribute.Tpo -c ImfEnvmapAttribute.cpp -o ImfEnvmapAttribute.o >/dev/null 2>&1
# mv -f .deps/ImfEnvmapAttribute.Tpo .deps/ImfEnvmapAttribute.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfScanLineInputFile.lo -MD -MP -MF .deps/ImfScanLineInputFile.Tpo -c -o ImfScanLineInputFile.lo ImfScanLineInputFile.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfScanLineInputFile.lo -MD -MP -MF .deps/ImfScanLineInputFile.Tpo -c ImfScanLineInputFile.cpp -fPIC -DPIC -o .libs/ImfScanLineInputFile.o
# ImfScanLineInputFile.cpp:1408:22: warning: enumeration value 'NUM_PIXELTYPES' not handled in switch [-Wswitch]
# switch(i.channel().type)
# ^
# ImfScanLineInputFile.cpp:1478:22: warning: enumeration value 'NUM_PIXELTYPES' not handled in switch [-Wswitch]
# switch(i.channel().type)
# ^
# 2 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfScanLineInputFile.lo -MD -MP -MF .deps/ImfScanLineInputFile.Tpo -c ImfScanLineInputFile.cpp -o ImfScanLineInputFile.o >/dev/null 2>&1
# mv -f .deps/ImfScanLineInputFile.Tpo .deps/ImfScanLineInputFile.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTiledInputFile.lo -MD -MP -MF .deps/ImfTiledInputFile.Tpo -c -o ImfTiledInputFile.lo ImfTiledInputFile.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTiledInputFile.lo -MD -MP -MF .deps/ImfTiledInputFile.Tpo -c ImfTiledInputFile.cpp -fPIC -DPIC -o .libs/ImfTiledInputFile.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTiledInputFile.lo -MD -MP -MF .deps/ImfTiledInputFile.Tpo -c ImfTiledInputFile.cpp -o ImfTiledInputFile.o >/dev/null 2>&1
# mv -f .deps/ImfTiledInputFile.Tpo .deps/ImfTiledInputFile.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTiledMisc.lo -MD -MP -MF .deps/ImfTiledMisc.Tpo -c -o ImfTiledMisc.lo ImfTiledMisc.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTiledMisc.lo -MD -MP -MF .deps/ImfTiledMisc.Tpo -c ImfTiledMisc.cpp -fPIC -DPIC -o .libs/ImfTiledMisc.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTiledMisc.lo -MD -MP -MF .deps/ImfTiledMisc.Tpo -c ImfTiledMisc.cpp -o ImfTiledMisc.o >/dev/null 2>&1
# mv -f .deps/ImfTiledMisc.Tpo .deps/ImfTiledMisc.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTiledOutputFile.lo -MD -MP -MF .deps/ImfTiledOutputFile.Tpo -c -o ImfTiledOutputFile.lo ImfTiledOutputFile.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTiledOutputFile.lo -MD -MP -MF .deps/ImfTiledOutputFile.Tpo -c ImfTiledOutputFile.cpp -fPIC -DPIC -o .libs/ImfTiledOutputFile.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTiledOutputFile.lo -MD -MP -MF .deps/ImfTiledOutputFile.Tpo -c ImfTiledOutputFile.cpp -o ImfTiledOutputFile.o >/dev/null 2>&1
# mv -f .deps/ImfTiledOutputFile.Tpo .deps/ImfTiledOutputFile.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTiledRgbaFile.lo -MD -MP -MF .deps/ImfTiledRgbaFile.Tpo -c -o ImfTiledRgbaFile.lo ImfTiledRgbaFile.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTiledRgbaFile.lo -MD -MP -MF .deps/ImfTiledRgbaFile.Tpo -c ImfTiledRgbaFile.cpp -fPIC -DPIC -o .libs/ImfTiledRgbaFile.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTiledRgbaFile.lo -MD -MP -MF .deps/ImfTiledRgbaFile.Tpo -c ImfTiledRgbaFile.cpp -o ImfTiledRgbaFile.o >/dev/null 2>&1
# mv -f .deps/ImfTiledRgbaFile.Tpo .deps/ImfTiledRgbaFile.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTileDescriptionAttribute.lo -MD -MP -MF .deps/ImfTileDescriptionAttribute.Tpo -c -o ImfTileDescriptionAttribute.lo ImfTileDescriptionAttribute.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTileDescriptionAttribute.lo -MD -MP -MF .deps/ImfTileDescriptionAttribute.Tpo -c ImfTileDescriptionAttribute.cpp -fPIC -DPIC -o .libs/ImfTileDescriptionAttribute.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTileDescriptionAttribute.lo -MD -MP -MF .deps/ImfTileDescriptionAttribute.Tpo -c ImfTileDescriptionAttribute.cpp -o ImfTileDescriptionAttribute.o >/dev/null 2>&1
# mv -f .deps/ImfTileDescriptionAttribute.Tpo .deps/ImfTileDescriptionAttribute.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTileOffsets.lo -MD -MP -MF .deps/ImfTileOffsets.Tpo -c -o ImfTileOffsets.lo ImfTileOffsets.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTileOffsets.lo -MD -MP -MF .deps/ImfTileOffsets.Tpo -c ImfTileOffsets.cpp -fPIC -DPIC -o .libs/ImfTileOffsets.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTileOffsets.lo -MD -MP -MF .deps/ImfTileOffsets.Tpo -c ImfTileOffsets.cpp -o ImfTileOffsets.o >/dev/null 2>&1
# mv -f .deps/ImfTileOffsets.Tpo .deps/ImfTileOffsets.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfRgbaYca.lo -MD -MP -MF .deps/ImfRgbaYca.Tpo -c -o ImfRgbaYca.lo ImfRgbaYca.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfRgbaYca.lo -MD -MP -MF .deps/ImfRgbaYca.Tpo -c ImfRgbaYca.cpp -fPIC -DPIC -o .libs/ImfRgbaYca.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfRgbaYca.lo -MD -MP -MF .deps/ImfRgbaYca.Tpo -c ImfRgbaYca.cpp -o ImfRgbaYca.o >/dev/null 2>&1
# mv -f .deps/ImfRgbaYca.Tpo .deps/ImfRgbaYca.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfPxr24Compressor.lo -MD -MP -MF .deps/ImfPxr24Compressor.Tpo -c -o ImfPxr24Compressor.lo ImfPxr24Compressor.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfPxr24Compressor.lo -MD -MP -MF .deps/ImfPxr24Compressor.Tpo -c ImfPxr24Compressor.cpp -fPIC -DPIC -o .libs/ImfPxr24Compressor.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfPxr24Compressor.lo -MD -MP -MF .deps/ImfPxr24Compressor.Tpo -c ImfPxr24Compressor.cpp -o ImfPxr24Compressor.o >/dev/null 2>&1
# mv -f .deps/ImfPxr24Compressor.Tpo .deps/ImfPxr24Compressor.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTestFile.lo -MD -MP -MF .deps/ImfTestFile.Tpo -c -o ImfTestFile.lo ImfTestFile.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTestFile.lo -MD -MP -MF .deps/ImfTestFile.Tpo -c ImfTestFile.cpp -fPIC -DPIC -o .libs/ImfTestFile.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTestFile.lo -MD -MP -MF .deps/ImfTestFile.Tpo -c ImfTestFile.cpp -o ImfTestFile.o >/dev/null 2>&1
# mv -f .deps/ImfTestFile.Tpo .deps/ImfTestFile.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfStringVectorAttribute.lo -MD -MP -MF .deps/ImfStringVectorAttribute.Tpo -c -o ImfStringVectorAttribute.lo ImfStringVectorAttribute.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfStringVectorAttribute.lo -MD -MP -MF .deps/ImfStringVectorAttribute.Tpo -c ImfStringVectorAttribute.cpp -fPIC -DPIC -o .libs/ImfStringVectorAttribute.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfStringVectorAttribute.lo -MD -MP -MF .deps/ImfStringVectorAttribute.Tpo -c ImfStringVectorAttribute.cpp -o ImfStringVectorAttribute.o >/dev/null 2>&1
# mv -f .deps/ImfStringVectorAttribute.Tpo .deps/ImfStringVectorAttribute.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfMultiView.lo -MD -MP -MF .deps/ImfMultiView.Tpo -c -o ImfMultiView.lo ImfMultiView.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfMultiView.lo -MD -MP -MF .deps/ImfMultiView.Tpo -c ImfMultiView.cpp -fPIC -DPIC -o .libs/ImfMultiView.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfMultiView.lo -MD -MP -MF .deps/ImfMultiView.Tpo -c ImfMultiView.cpp -o ImfMultiView.o >/dev/null 2>&1
# mv -f .deps/ImfMultiView.Tpo .deps/ImfMultiView.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfAcesFile.lo -MD -MP -MF .deps/ImfAcesFile.Tpo -c -o ImfAcesFile.lo ImfAcesFile.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfAcesFile.lo -MD -MP -MF .deps/ImfAcesFile.Tpo -c ImfAcesFile.cpp -fPIC -DPIC -o .libs/ImfAcesFile.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfAcesFile.lo -MD -MP -MF .deps/ImfAcesFile.Tpo -c ImfAcesFile.cpp -o ImfAcesFile.o >/dev/null 2>&1
# mv -f .deps/ImfAcesFile.Tpo .deps/ImfAcesFile.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfMultiPartOutputFile.lo -MD -MP -MF .deps/ImfMultiPartOutputFile.Tpo -c -o ImfMultiPartOutputFile.lo ImfMultiPartOutputFile.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfMultiPartOutputFile.lo -MD -MP -MF .deps/ImfMultiPartOutputFile.Tpo -c ImfMultiPartOutputFile.cpp -fPIC -DPIC -o .libs/ImfMultiPartOutputFile.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfMultiPartOutputFile.lo -MD -MP -MF .deps/ImfMultiPartOutputFile.Tpo -c ImfMultiPartOutputFile.cpp -o ImfMultiPartOutputFile.o >/dev/null 2>&1
# mv -f .deps/ImfMultiPartOutputFile.Tpo .deps/ImfMultiPartOutputFile.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfGenericOutputFile.lo -MD -MP -MF .deps/ImfGenericOutputFile.Tpo -c -o ImfGenericOutputFile.lo ImfGenericOutputFile.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfGenericOutputFile.lo -MD -MP -MF .deps/ImfGenericOutputFile.Tpo -c ImfGenericOutputFile.cpp -fPIC -DPIC -o .libs/ImfGenericOutputFile.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfGenericOutputFile.lo -MD -MP -MF .deps/ImfGenericOutputFile.Tpo -c ImfGenericOutputFile.cpp -o ImfGenericOutputFile.o >/dev/null 2>&1
# mv -f .deps/ImfGenericOutputFile.Tpo .deps/ImfGenericOutputFile.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfOutputPartData.lo -MD -MP -MF .deps/ImfOutputPartData.Tpo -c -o ImfOutputPartData.lo ImfOutputPartData.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfOutputPartData.lo -MD -MP -MF .deps/ImfOutputPartData.Tpo -c ImfOutputPartData.cpp -fPIC -DPIC -o .libs/ImfOutputPartData.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfOutputPartData.lo -MD -MP -MF .deps/ImfOutputPartData.Tpo -c ImfOutputPartData.cpp -o ImfOutputPartData.o >/dev/null 2>&1
# mv -f .deps/ImfOutputPartData.Tpo .deps/ImfOutputPartData.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfMultiPartInputFile.lo -MD -MP -MF .deps/ImfMultiPartInputFile.Tpo -c -o ImfMultiPartInputFile.lo ImfMultiPartInputFile.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfMultiPartInputFile.lo -MD -MP -MF .deps/ImfMultiPartInputFile.Tpo -c ImfMultiPartInputFile.cpp -fPIC -DPIC -o .libs/ImfMultiPartInputFile.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfMultiPartInputFile.lo -MD -MP -MF .deps/ImfMultiPartInputFile.Tpo -c ImfMultiPartInputFile.cpp -o ImfMultiPartInputFile.o >/dev/null 2>&1
# mv -f .deps/ImfMultiPartInputFile.Tpo .deps/ImfMultiPartInputFile.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfGenericInputFile.lo -MD -MP -MF .deps/ImfGenericInputFile.Tpo -c -o ImfGenericInputFile.lo ImfGenericInputFile.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfGenericInputFile.lo -MD -MP -MF .deps/ImfGenericInputFile.Tpo -c ImfGenericInputFile.cpp -fPIC -DPIC -o .libs/ImfGenericInputFile.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfGenericInputFile.lo -MD -MP -MF .deps/ImfGenericInputFile.Tpo -c ImfGenericInputFile.cpp -o ImfGenericInputFile.o >/dev/null 2>&1
# mv -f .deps/ImfGenericInputFile.Tpo .deps/ImfGenericInputFile.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfPartType.lo -MD -MP -MF .deps/ImfPartType.Tpo -c -o ImfPartType.lo ImfPartType.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfPartType.lo -MD -MP -MF .deps/ImfPartType.Tpo -c ImfPartType.cpp -fPIC -DPIC -o .libs/ImfPartType.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfPartType.lo -MD -MP -MF .deps/ImfPartType.Tpo -c ImfPartType.cpp -o ImfPartType.o >/dev/null 2>&1
# mv -f .deps/ImfPartType.Tpo .deps/ImfPartType.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfInputPartData.lo -MD -MP -MF .deps/ImfInputPartData.Tpo -c -o ImfInputPartData.lo ImfInputPartData.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfInputPartData.lo -MD -MP -MF .deps/ImfInputPartData.Tpo -c ImfInputPartData.cpp -fPIC -DPIC -o .libs/ImfInputPartData.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfInputPartData.lo -MD -MP -MF .deps/ImfInputPartData.Tpo -c ImfInputPartData.cpp -o ImfInputPartData.o >/dev/null 2>&1
# mv -f .deps/ImfInputPartData.Tpo .deps/ImfInputPartData.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfOutputPart.lo -MD -MP -MF .deps/ImfOutputPart.Tpo -c -o ImfOutputPart.lo ImfOutputPart.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfOutputPart.lo -MD -MP -MF .deps/ImfOutputPart.Tpo -c ImfOutputPart.cpp -fPIC -DPIC -o .libs/ImfOutputPart.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfOutputPart.lo -MD -MP -MF .deps/ImfOutputPart.Tpo -c ImfOutputPart.cpp -o ImfOutputPart.o >/dev/null 2>&1
# mv -f .deps/ImfOutputPart.Tpo .deps/ImfOutputPart.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTiledOutputPart.lo -MD -MP -MF .deps/ImfTiledOutputPart.Tpo -c -o ImfTiledOutputPart.lo ImfTiledOutputPart.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTiledOutputPart.lo -MD -MP -MF .deps/ImfTiledOutputPart.Tpo -c ImfTiledOutputPart.cpp -fPIC -DPIC -o .libs/ImfTiledOutputPart.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTiledOutputPart.lo -MD -MP -MF .deps/ImfTiledOutputPart.Tpo -c ImfTiledOutputPart.cpp -o ImfTiledOutputPart.o >/dev/null 2>&1
# mv -f .deps/ImfTiledOutputPart.Tpo .deps/ImfTiledOutputPart.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfInputPart.lo -MD -MP -MF .deps/ImfInputPart.Tpo -c -o ImfInputPart.lo ImfInputPart.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfInputPart.lo -MD -MP -MF .deps/ImfInputPart.Tpo -c ImfInputPart.cpp -fPIC -DPIC -o .libs/ImfInputPart.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfInputPart.lo -MD -MP -MF .deps/ImfInputPart.Tpo -c ImfInputPart.cpp -o ImfInputPart.o >/dev/null 2>&1
# mv -f .deps/ImfInputPart.Tpo .deps/ImfInputPart.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTiledInputPart.lo -MD -MP -MF .deps/ImfTiledInputPart.Tpo -c -o ImfTiledInputPart.lo ImfTiledInputPart.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTiledInputPart.lo -MD -MP -MF .deps/ImfTiledInputPart.Tpo -c ImfTiledInputPart.cpp -fPIC -DPIC -o .libs/ImfTiledInputPart.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfTiledInputPart.lo -MD -MP -MF .deps/ImfTiledInputPart.Tpo -c ImfTiledInputPart.cpp -o ImfTiledInputPart.o >/dev/null 2>&1
# mv -f .deps/ImfTiledInputPart.Tpo .deps/ImfTiledInputPart.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepScanLineInputPart.lo -MD -MP -MF .deps/ImfDeepScanLineInputPart.Tpo -c -o ImfDeepScanLineInputPart.lo ImfDeepScanLineInputPart.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepScanLineInputPart.lo -MD -MP -MF .deps/ImfDeepScanLineInputPart.Tpo -c ImfDeepScanLineInputPart.cpp -fPIC -DPIC -o .libs/ImfDeepScanLineInputPart.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepScanLineInputPart.lo -MD -MP -MF .deps/ImfDeepScanLineInputPart.Tpo -c ImfDeepScanLineInputPart.cpp -o ImfDeepScanLineInputPart.o >/dev/null 2>&1
# mv -f .deps/ImfDeepScanLineInputPart.Tpo .deps/ImfDeepScanLineInputPart.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepScanLineOutputPart.lo -MD -MP -MF .deps/ImfDeepScanLineOutputPart.Tpo -c -o ImfDeepScanLineOutputPart.lo ImfDeepScanLineOutputPart.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepScanLineOutputPart.lo -MD -MP -MF .deps/ImfDeepScanLineOutputPart.Tpo -c ImfDeepScanLineOutputPart.cpp -fPIC -DPIC -o .libs/ImfDeepScanLineOutputPart.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepScanLineOutputPart.lo -MD -MP -MF .deps/ImfDeepScanLineOutputPart.Tpo -c ImfDeepScanLineOutputPart.cpp -o ImfDeepScanLineOutputPart.o >/dev/null 2>&1
# mv -f .deps/ImfDeepScanLineOutputPart.Tpo .deps/ImfDeepScanLineOutputPart.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepScanLineInputFile.lo -MD -MP -MF .deps/ImfDeepScanLineInputFile.Tpo -c -o ImfDeepScanLineInputFile.lo ImfDeepScanLineInputFile.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepScanLineInputFile.lo -MD -MP -MF .deps/ImfDeepScanLineInputFile.Tpo -c ImfDeepScanLineInputFile.cpp -fPIC -DPIC -o .libs/ImfDeepScanLineInputFile.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepScanLineInputFile.lo -MD -MP -MF .deps/ImfDeepScanLineInputFile.Tpo -c ImfDeepScanLineInputFile.cpp -o ImfDeepScanLineInputFile.o >/dev/null 2>&1
# mv -f .deps/ImfDeepScanLineInputFile.Tpo .deps/ImfDeepScanLineInputFile.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepScanLineOutputFile.lo -MD -MP -MF .deps/ImfDeepScanLineOutputFile.Tpo -c -o ImfDeepScanLineOutputFile.lo ImfDeepScanLineOutputFile.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepScanLineOutputFile.lo -MD -MP -MF .deps/ImfDeepScanLineOutputFile.Tpo -c ImfDeepScanLineOutputFile.cpp -fPIC -DPIC -o .libs/ImfDeepScanLineOutputFile.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepScanLineOutputFile.lo -MD -MP -MF .deps/ImfDeepScanLineOutputFile.Tpo -c ImfDeepScanLineOutputFile.cpp -o ImfDeepScanLineOutputFile.o >/dev/null 2>&1
# mv -f .deps/ImfDeepScanLineOutputFile.Tpo .deps/ImfDeepScanLineOutputFile.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepTiledInputPart.lo -MD -MP -MF .deps/ImfDeepTiledInputPart.Tpo -c -o ImfDeepTiledInputPart.lo ImfDeepTiledInputPart.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepTiledInputPart.lo -MD -MP -MF .deps/ImfDeepTiledInputPart.Tpo -c ImfDeepTiledInputPart.cpp -fPIC -DPIC -o .libs/ImfDeepTiledInputPart.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepTiledInputPart.lo -MD -MP -MF .deps/ImfDeepTiledInputPart.Tpo -c ImfDeepTiledInputPart.cpp -o ImfDeepTiledInputPart.o >/dev/null 2>&1
# mv -f .deps/ImfDeepTiledInputPart.Tpo .deps/ImfDeepTiledInputPart.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepTiledOutputPart.lo -MD -MP -MF .deps/ImfDeepTiledOutputPart.Tpo -c -o ImfDeepTiledOutputPart.lo ImfDeepTiledOutputPart.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepTiledOutputPart.lo -MD -MP -MF .deps/ImfDeepTiledOutputPart.Tpo -c ImfDeepTiledOutputPart.cpp -fPIC -DPIC -o .libs/ImfDeepTiledOutputPart.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepTiledOutputPart.lo -MD -MP -MF .deps/ImfDeepTiledOutputPart.Tpo -c ImfDeepTiledOutputPart.cpp -o ImfDeepTiledOutputPart.o >/dev/null 2>&1
# mv -f .deps/ImfDeepTiledOutputPart.Tpo .deps/ImfDeepTiledOutputPart.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepTiledInputFile.lo -MD -MP -MF .deps/ImfDeepTiledInputFile.Tpo -c -o ImfDeepTiledInputFile.lo ImfDeepTiledInputFile.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepTiledInputFile.lo -MD -MP -MF .deps/ImfDeepTiledInputFile.Tpo -c ImfDeepTiledInputFile.cpp -fPIC -DPIC -o .libs/ImfDeepTiledInputFile.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepTiledInputFile.lo -MD -MP -MF .deps/ImfDeepTiledInputFile.Tpo -c ImfDeepTiledInputFile.cpp -o ImfDeepTiledInputFile.o >/dev/null 2>&1
# mv -f .deps/ImfDeepTiledInputFile.Tpo .deps/ImfDeepTiledInputFile.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepTiledOutputFile.lo -MD -MP -MF .deps/ImfDeepTiledOutputFile.Tpo -c -o ImfDeepTiledOutputFile.lo ImfDeepTiledOutputFile.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepTiledOutputFile.lo -MD -MP -MF .deps/ImfDeepTiledOutputFile.Tpo -c ImfDeepTiledOutputFile.cpp -fPIC -DPIC -o .libs/ImfDeepTiledOutputFile.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepTiledOutputFile.lo -MD -MP -MF .deps/ImfDeepTiledOutputFile.Tpo -c ImfDeepTiledOutputFile.cpp -o ImfDeepTiledOutputFile.o >/dev/null 2>&1
# mv -f .deps/ImfDeepTiledOutputFile.Tpo .deps/ImfDeepTiledOutputFile.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepFrameBuffer.lo -MD -MP -MF .deps/ImfDeepFrameBuffer.Tpo -c -o ImfDeepFrameBuffer.lo ImfDeepFrameBuffer.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepFrameBuffer.lo -MD -MP -MF .deps/ImfDeepFrameBuffer.Tpo -c ImfDeepFrameBuffer.cpp -fPIC -DPIC -o .libs/ImfDeepFrameBuffer.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepFrameBuffer.lo -MD -MP -MF .deps/ImfDeepFrameBuffer.Tpo -c ImfDeepFrameBuffer.cpp -o ImfDeepFrameBuffer.o >/dev/null 2>&1
# mv -f .deps/ImfDeepFrameBuffer.Tpo .deps/ImfDeepFrameBuffer.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepCompositing.lo -MD -MP -MF .deps/ImfDeepCompositing.Tpo -c -o ImfDeepCompositing.lo ImfDeepCompositing.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepCompositing.lo -MD -MP -MF .deps/ImfDeepCompositing.Tpo -c ImfDeepCompositing.cpp -fPIC -DPIC -o .libs/ImfDeepCompositing.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepCompositing.lo -MD -MP -MF .deps/ImfDeepCompositing.Tpo -c ImfDeepCompositing.cpp -o ImfDeepCompositing.o >/dev/null 2>&1
# mv -f .deps/ImfDeepCompositing.Tpo .deps/ImfDeepCompositing.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfCompositeDeepScanLine.lo -MD -MP -MF .deps/ImfCompositeDeepScanLine.Tpo -c -o ImfCompositeDeepScanLine.lo ImfCompositeDeepScanLine.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfCompositeDeepScanLine.lo -MD -MP -MF .deps/ImfCompositeDeepScanLine.Tpo -c ImfCompositeDeepScanLine.cpp -fPIC -DPIC -o .libs/ImfCompositeDeepScanLine.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfCompositeDeepScanLine.lo -MD -MP -MF .deps/ImfCompositeDeepScanLine.Tpo -c ImfCompositeDeepScanLine.cpp -o ImfCompositeDeepScanLine.o >/dev/null 2>&1
# mv -f .deps/ImfCompositeDeepScanLine.Tpo .deps/ImfCompositeDeepScanLine.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepImageStateAttribute.lo -MD -MP -MF .deps/ImfDeepImageStateAttribute.Tpo -c -o ImfDeepImageStateAttribute.lo ImfDeepImageStateAttribute.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepImageStateAttribute.lo -MD -MP -MF .deps/ImfDeepImageStateAttribute.Tpo -c ImfDeepImageStateAttribute.cpp -fPIC -DPIC -o .libs/ImfDeepImageStateAttribute.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfDeepImageStateAttribute.lo -MD -MP -MF .deps/ImfDeepImageStateAttribute.Tpo -c ImfDeepImageStateAttribute.cpp -o ImfDeepImageStateAttribute.o >/dev/null 2>&1
# mv -f .deps/ImfDeepImageStateAttribute.Tpo .deps/ImfDeepImageStateAttribute.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfFastHuf.lo -MD -MP -MF .deps/ImfFastHuf.Tpo -c -o ImfFastHuf.lo ImfFastHuf.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfFastHuf.lo -MD -MP -MF .deps/ImfFastHuf.Tpo -c ImfFastHuf.cpp -fPIC -DPIC -o .libs/ImfFastHuf.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfFastHuf.lo -MD -MP -MF .deps/ImfFastHuf.Tpo -c ImfFastHuf.cpp -o ImfFastHuf.o >/dev/null 2>&1
# mv -f .deps/ImfFastHuf.Tpo .deps/ImfFastHuf.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfFloatVectorAttribute.lo -MD -MP -MF .deps/ImfFloatVectorAttribute.Tpo -c -o ImfFloatVectorAttribute.lo ImfFloatVectorAttribute.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfFloatVectorAttribute.lo -MD -MP -MF .deps/ImfFloatVectorAttribute.Tpo -c ImfFloatVectorAttribute.cpp -fPIC -DPIC -o .libs/ImfFloatVectorAttribute.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfFloatVectorAttribute.lo -MD -MP -MF .deps/ImfFloatVectorAttribute.Tpo -c ImfFloatVectorAttribute.cpp -o ImfFloatVectorAttribute.o >/dev/null 2>&1
# mv -f .deps/ImfFloatVectorAttribute.Tpo .deps/ImfFloatVectorAttribute.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfRle.lo -MD -MP -MF .deps/ImfRle.Tpo -c -o ImfRle.lo ImfRle.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfRle.lo -MD -MP -MF .deps/ImfRle.Tpo -c ImfRle.cpp -fPIC -DPIC -o .libs/ImfRle.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfRle.lo -MD -MP -MF .deps/ImfRle.Tpo -c ImfRle.cpp -o ImfRle.o >/dev/null 2>&1
# mv -f .deps/ImfRle.Tpo .deps/ImfRle.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfSystemSpecific.lo -MD -MP -MF .deps/ImfSystemSpecific.Tpo -c -o ImfSystemSpecific.lo ImfSystemSpecific.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfSystemSpecific.lo -MD -MP -MF .deps/ImfSystemSpecific.Tpo -c ImfSystemSpecific.cpp -fPIC -DPIC -o .libs/ImfSystemSpecific.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfSystemSpecific.lo -MD -MP -MF .deps/ImfSystemSpecific.Tpo -c ImfSystemSpecific.cpp -o ImfSystemSpecific.o >/dev/null 2>&1
# mv -f .deps/ImfSystemSpecific.Tpo .deps/ImfSystemSpecific.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfZip.lo -MD -MP -MF .deps/ImfZip.Tpo -c -o ImfZip.lo ImfZip.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfZip.lo -MD -MP -MF .deps/ImfZip.Tpo -c ImfZip.cpp -fPIC -DPIC -o .libs/ImfZip.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../config -pipe -MT ImfZip.lo -MD -MP -MF .deps/ImfZip.Tpo -c ImfZip.cpp -o ImfZip.o >/dev/null 2>&1
# mv -f .deps/ImfZip.Tpo .deps/ImfZip.Plo
# /bin/sh ../libtool --tag=CXX --mode=link clang++ -pipe -L/usr/lib -version-info 22:0:0 -no-undefined -release 2_2 -o libIlmImf.la -rpath /usr/lib ImfAttribute.lo ImfBoxAttribute.lo ImfCRgbaFile.lo ImfChannelList.lo ImfChannelListAttribute.lo ImfFloatAttribute.lo ImfFrameBuffer.lo ImfHeader.lo ImfIO.lo ImfInputFile.lo ImfIntAttribute.lo ImfLineOrderAttribute.lo ImfMatrixAttribute.lo ImfOpaqueAttribute.lo ImfOutputFile.lo ImfRgbaFile.lo ImfStringAttribute.lo ImfVecAttribute.lo ImfHuf.lo ImfThreading.lo ImfWav.lo ImfLut.lo ImfCompressor.lo ImfRleCompressor.lo ImfZipCompressor.lo ImfPizCompressor.lo ImfB44Compressor.lo ImfDwaCompressor.lo ImfMisc.lo ImfCompressionAttribute.lo ImfDoubleAttribute.lo ImfConvert.lo ImfPreviewImage.lo ImfPreviewImageAttribute.lo ImfVersion.lo ImfChromaticities.lo ImfChromaticitiesAttribute.lo ImfKeyCode.lo ImfKeyCodeAttribute.lo ImfTimeCode.lo ImfTimeCodeAttribute.lo ImfRational.lo ImfRationalAttribute.lo ImfFramesPerSecond.lo ImfStandardAttributes.lo ImfStdIO.lo ImfEnvmap.lo ImfEnvmapAttribute.lo ImfScanLineInputFile.lo ImfTiledInputFile.lo ImfTiledMisc.lo ImfTiledOutputFile.lo ImfTiledRgbaFile.lo ImfTileDescriptionAttribute.lo ImfTileOffsets.lo ImfRgbaYca.lo ImfPxr24Compressor.lo ImfTestFile.lo ImfStringVectorAttribute.lo ImfMultiView.lo ImfAcesFile.lo ImfMultiPartOutputFile.lo ImfGenericOutputFile.lo ImfOutputPartData.lo ImfMultiPartInputFile.lo ImfGenericInputFile.lo ImfPartType.lo ImfInputPartData.lo ImfOutputPart.lo ImfTiledOutputPart.lo ImfInputPart.lo ImfTiledInputPart.lo ImfDeepScanLineInputPart.lo ImfDeepScanLineOutputPart.lo ImfDeepScanLineInputFile.lo ImfDeepScanLineOutputFile.lo ImfDeepTiledInputPart.lo ImfDeepTiledOutputPart.lo ImfDeepTiledInputFile.lo ImfDeepTiledOutputFile.lo ImfDeepFrameBuffer.lo ImfDeepCompositing.lo ImfCompositeDeepScanLine.lo ImfDeepImageStateAttribute.lo ImfFastHuf.lo ImfFloatVectorAttribute.lo ImfRle.lo ImfSystemSpecific.lo ImfZip.lo -lz -lImath -lHalf -lIex -lIlmThread -lpthread
# libtool: link: clang++ -shared -nostdlib /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o .libs/ImfAttribute.o .libs/ImfBoxAttribute.o .libs/ImfCRgbaFile.o .libs/ImfChannelList.o .libs/ImfChannelListAttribute.o .libs/ImfFloatAttribute.o .libs/ImfFrameBuffer.o .libs/ImfHeader.o .libs/ImfIO.o .libs/ImfInputFile.o .libs/ImfIntAttribute.o .libs/ImfLineOrderAttribute.o .libs/ImfMatrixAttribute.o .libs/ImfOpaqueAttribute.o .libs/ImfOutputFile.o .libs/ImfRgbaFile.o .libs/ImfStringAttribute.o .libs/ImfVecAttribute.o .libs/ImfHuf.o .libs/ImfThreading.o .libs/ImfWav.o .libs/ImfLut.o .libs/ImfCompressor.o .libs/ImfRleCompressor.o .libs/ImfZipCompressor.o .libs/ImfPizCompressor.o .libs/ImfB44Compressor.o .libs/ImfDwaCompressor.o .libs/ImfMisc.o .libs/ImfCompressionAttribute.o .libs/ImfDoubleAttribute.o .libs/ImfConvert.o .libs/ImfPreviewImage.o .libs/ImfPreviewImageAttribute.o .libs/ImfVersion.o .libs/ImfChromaticities.o .libs/ImfChromaticitiesAttribute.o .libs/ImfKeyCode.o .libs/ImfKeyCodeAttribute.o .libs/ImfTimeCode.o .libs/ImfTimeCodeAttribute.o .libs/ImfRational.o .libs/ImfRationalAttribute.o .libs/ImfFramesPerSecond.o .libs/ImfStandardAttributes.o .libs/ImfStdIO.o .libs/ImfEnvmap.o .libs/ImfEnvmapAttribute.o .libs/ImfScanLineInputFile.o .libs/ImfTiledInputFile.o .libs/ImfTiledMisc.o .libs/ImfTiledOutputFile.o .libs/ImfTiledRgbaFile.o .libs/ImfTileDescriptionAttribute.o .libs/ImfTileOffsets.o .libs/ImfRgbaYca.o .libs/ImfPxr24Compressor.o .libs/ImfTestFile.o .libs/ImfStringVectorAttribute.o .libs/ImfMultiView.o .libs/ImfAcesFile.o .libs/ImfMultiPartOutputFile.o .libs/ImfGenericOutputFile.o .libs/ImfOutputPartData.o .libs/ImfMultiPartInputFile.o .libs/ImfGenericInputFile.o .libs/ImfPartType.o .libs/ImfInputPartData.o .libs/ImfOutputPart.o .libs/ImfTiledOutputPart.o .libs/ImfInputPart.o .libs/ImfTiledInputPart.o .libs/ImfDeepScanLineInputPart.o .libs/ImfDeepScanLineOutputPart.o .libs/ImfDeepScanLineInputFile.o .libs/ImfDeepScanLineOutputFile.o .libs/ImfDeepTiledInputPart.o .libs/ImfDeepTiledOutputPart.o .libs/ImfDeepTiledInputFile.o .libs/ImfDeepTiledOutputFile.o .libs/ImfDeepFrameBuffer.o .libs/ImfDeepCompositing.o .libs/ImfCompositeDeepScanLine.o .libs/ImfDeepImageStateAttribute.o .libs/ImfFastHuf.o .libs/ImfFloatVectorAttribute.o .libs/ImfRle.o .libs/ImfSystemSpecific.o .libs/ImfZip.o -L/usr/lib -lz -lImath -lHalf -lIex -lIlmThread -lpthread -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o -Wl,-soname -Wl,libIlmImf-2_2.so.22 -o .libs/libIlmImf-2_2.so.22.0.0
# libtool: link: (cd ".libs" && rm -f "libIlmImf-2_2.so.22" && ln -s "libIlmImf-2_2.so.22.0.0" "libIlmImf-2_2.so.22")
# libtool: link: (cd ".libs" && rm -f "libIlmImf.so" && ln -s "libIlmImf-2_2.so.22.0.0" "libIlmImf.so")
# libtool: link: ar cru .libs/libIlmImf.a ImfAttribute.o ImfBoxAttribute.o ImfCRgbaFile.o ImfChannelList.o ImfChannelListAttribute.o ImfFloatAttribute.o ImfFrameBuffer.o ImfHeader.o ImfIO.o ImfInputFile.o ImfIntAttribute.o ImfLineOrderAttribute.o ImfMatrixAttribute.o ImfOpaqueAttribute.o ImfOutputFile.o ImfRgbaFile.o ImfStringAttribute.o ImfVecAttribute.o ImfHuf.o ImfThreading.o ImfWav.o ImfLut.o ImfCompressor.o ImfRleCompressor.o ImfZipCompressor.o ImfPizCompressor.o ImfB44Compressor.o ImfDwaCompressor.o ImfMisc.o ImfCompressionAttribute.o ImfDoubleAttribute.o ImfConvert.o ImfPreviewImage.o ImfPreviewImageAttribute.o ImfVersion.o ImfChromaticities.o ImfChromaticitiesAttribute.o ImfKeyCode.o ImfKeyCodeAttribute.o ImfTimeCode.o ImfTimeCodeAttribute.o ImfRational.o ImfRationalAttribute.o ImfFramesPerSecond.o ImfStandardAttributes.o ImfStdIO.o ImfEnvmap.o ImfEnvmapAttribute.o ImfScanLineInputFile.o ImfTiledInputFile.o ImfTiledMisc.o ImfTiledOutputFile.o ImfTiledRgbaFile.o ImfTileDescriptionAttribute.o ImfTileOffsets.o ImfRgbaYca.o ImfPxr24Compressor.o ImfTestFile.o ImfStringVectorAttribute.o ImfMultiView.o ImfAcesFile.o ImfMultiPartOutputFile.o ImfGenericOutputFile.o ImfOutputPartData.o ImfMultiPartInputFile.o ImfGenericInputFile.o ImfPartType.o ImfInputPartData.o ImfOutputPart.o ImfTiledOutputPart.o ImfInputPart.o ImfTiledInputPart.o ImfDeepScanLineInputPart.o ImfDeepScanLineOutputPart.o ImfDeepScanLineInputFile.o ImfDeepScanLineOutputFile.o ImfDeepTiledInputPart.o ImfDeepTiledOutputPart.o ImfDeepTiledInputFile.o ImfDeepTiledOutputFile.o ImfDeepFrameBuffer.o ImfDeepCompositing.o ImfCompositeDeepScanLine.o ImfDeepImageStateAttribute.o ImfFastHuf.o ImfFloatVectorAttribute.o ImfRle.o ImfSystemSpecific.o ImfZip.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libIlmImf.a
# libtool: link: ( cd ".libs" && rm -f "libIlmImf.la" && ln -s "../libIlmImf.la" "libIlmImf.la" )
# make[2]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/IlmImf'
# make[1]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/IlmImf'
# Making all in IlmImfUtil
# make[1]: Entering directory '/tmp/openexr/src/openexr-2.2.0/IlmImfUtil'
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfImageChannel.lo -MD -MP -MF .deps/ImfImageChannel.Tpo -c -o ImfImageChannel.lo ImfImageChannel.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfImageChannel.lo -MD -MP -MF .deps/ImfImageChannel.Tpo -c ImfImageChannel.cpp -fPIC -DPIC -o .libs/ImfImageChannel.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfImageChannel.lo -MD -MP -MF .deps/ImfImageChannel.Tpo -c ImfImageChannel.cpp -o ImfImageChannel.o >/dev/null 2>&1
# mv -f .deps/ImfImageChannel.Tpo .deps/ImfImageChannel.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfFlatImageChannel.lo -MD -MP -MF .deps/ImfFlatImageChannel.Tpo -c -o ImfFlatImageChannel.lo ImfFlatImageChannel.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfFlatImageChannel.lo -MD -MP -MF .deps/ImfFlatImageChannel.Tpo -c ImfFlatImageChannel.cpp -fPIC -DPIC -o .libs/ImfFlatImageChannel.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfFlatImageChannel.lo -MD -MP -MF .deps/ImfFlatImageChannel.Tpo -c ImfFlatImageChannel.cpp -o ImfFlatImageChannel.o >/dev/null 2>&1
# mv -f .deps/ImfFlatImageChannel.Tpo .deps/ImfFlatImageChannel.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfDeepImageChannel.lo -MD -MP -MF .deps/ImfDeepImageChannel.Tpo -c -o ImfDeepImageChannel.lo ImfDeepImageChannel.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfDeepImageChannel.lo -MD -MP -MF .deps/ImfDeepImageChannel.Tpo -c ImfDeepImageChannel.cpp -fPIC -DPIC -o .libs/ImfDeepImageChannel.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfDeepImageChannel.lo -MD -MP -MF .deps/ImfDeepImageChannel.Tpo -c ImfDeepImageChannel.cpp -o ImfDeepImageChannel.o >/dev/null 2>&1
# mv -f .deps/ImfDeepImageChannel.Tpo .deps/ImfDeepImageChannel.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfSampleCountChannel.lo -MD -MP -MF .deps/ImfSampleCountChannel.Tpo -c -o ImfSampleCountChannel.lo ImfSampleCountChannel.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfSampleCountChannel.lo -MD -MP -MF .deps/ImfSampleCountChannel.Tpo -c ImfSampleCountChannel.cpp -fPIC -DPIC -o .libs/ImfSampleCountChannel.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfSampleCountChannel.lo -MD -MP -MF .deps/ImfSampleCountChannel.Tpo -c ImfSampleCountChannel.cpp -o ImfSampleCountChannel.o >/dev/null 2>&1
# mv -f .deps/ImfSampleCountChannel.Tpo .deps/ImfSampleCountChannel.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfImageLevel.lo -MD -MP -MF .deps/ImfImageLevel.Tpo -c -o ImfImageLevel.lo ImfImageLevel.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfImageLevel.lo -MD -MP -MF .deps/ImfImageLevel.Tpo -c ImfImageLevel.cpp -fPIC -DPIC -o .libs/ImfImageLevel.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfImageLevel.lo -MD -MP -MF .deps/ImfImageLevel.Tpo -c ImfImageLevel.cpp -o ImfImageLevel.o >/dev/null 2>&1
# mv -f .deps/ImfImageLevel.Tpo .deps/ImfImageLevel.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfFlatImageLevel.lo -MD -MP -MF .deps/ImfFlatImageLevel.Tpo -c -o ImfFlatImageLevel.lo ImfFlatImageLevel.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfFlatImageLevel.lo -MD -MP -MF .deps/ImfFlatImageLevel.Tpo -c ImfFlatImageLevel.cpp -fPIC -DPIC -o .libs/ImfFlatImageLevel.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfFlatImageLevel.lo -MD -MP -MF .deps/ImfFlatImageLevel.Tpo -c ImfFlatImageLevel.cpp -o ImfFlatImageLevel.o >/dev/null 2>&1
# mv -f .deps/ImfFlatImageLevel.Tpo .deps/ImfFlatImageLevel.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfDeepImageLevel.lo -MD -MP -MF .deps/ImfDeepImageLevel.Tpo -c -o ImfDeepImageLevel.lo ImfDeepImageLevel.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfDeepImageLevel.lo -MD -MP -MF .deps/ImfDeepImageLevel.Tpo -c ImfDeepImageLevel.cpp -fPIC -DPIC -o .libs/ImfDeepImageLevel.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfDeepImageLevel.lo -MD -MP -MF .deps/ImfDeepImageLevel.Tpo -c ImfDeepImageLevel.cpp -o ImfDeepImageLevel.o >/dev/null 2>&1
# mv -f .deps/ImfDeepImageLevel.Tpo .deps/ImfDeepImageLevel.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfImage.lo -MD -MP -MF .deps/ImfImage.Tpo -c -o ImfImage.lo ImfImage.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfImage.lo -MD -MP -MF .deps/ImfImage.Tpo -c ImfImage.cpp -fPIC -DPIC -o .libs/ImfImage.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfImage.lo -MD -MP -MF .deps/ImfImage.Tpo -c ImfImage.cpp -o ImfImage.o >/dev/null 2>&1
# mv -f .deps/ImfImage.Tpo .deps/ImfImage.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfFlatImage.lo -MD -MP -MF .deps/ImfFlatImage.Tpo -c -o ImfFlatImage.lo ImfFlatImage.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfFlatImage.lo -MD -MP -MF .deps/ImfFlatImage.Tpo -c ImfFlatImage.cpp -fPIC -DPIC -o .libs/ImfFlatImage.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfFlatImage.lo -MD -MP -MF .deps/ImfFlatImage.Tpo -c ImfFlatImage.cpp -o ImfFlatImage.o >/dev/null 2>&1
# mv -f .deps/ImfFlatImage.Tpo .deps/ImfFlatImage.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfDeepImage.lo -MD -MP -MF .deps/ImfDeepImage.Tpo -c -o ImfDeepImage.lo ImfDeepImage.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfDeepImage.lo -MD -MP -MF .deps/ImfDeepImage.Tpo -c ImfDeepImage.cpp -fPIC -DPIC -o .libs/ImfDeepImage.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfDeepImage.lo -MD -MP -MF .deps/ImfDeepImage.Tpo -c ImfDeepImage.cpp -o ImfDeepImage.o >/dev/null 2>&1
# mv -f .deps/ImfDeepImage.Tpo .deps/ImfDeepImage.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfImageIO.lo -MD -MP -MF .deps/ImfImageIO.Tpo -c -o ImfImageIO.lo ImfImageIO.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfImageIO.lo -MD -MP -MF .deps/ImfImageIO.Tpo -c ImfImageIO.cpp -fPIC -DPIC -o .libs/ImfImageIO.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfImageIO.lo -MD -MP -MF .deps/ImfImageIO.Tpo -c ImfImageIO.cpp -o ImfImageIO.o >/dev/null 2>&1
# mv -f .deps/ImfImageIO.Tpo .deps/ImfImageIO.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfFlatImageIO.lo -MD -MP -MF .deps/ImfFlatImageIO.Tpo -c -o ImfFlatImageIO.lo ImfFlatImageIO.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfFlatImageIO.lo -MD -MP -MF .deps/ImfFlatImageIO.Tpo -c ImfFlatImageIO.cpp -fPIC -DPIC -o .libs/ImfFlatImageIO.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfFlatImageIO.lo -MD -MP -MF .deps/ImfFlatImageIO.Tpo -c ImfFlatImageIO.cpp -o ImfFlatImageIO.o >/dev/null 2>&1
# mv -f .deps/ImfFlatImageIO.Tpo .deps/ImfFlatImageIO.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfDeepImageIO.lo -MD -MP -MF .deps/ImfDeepImageIO.Tpo -c -o ImfDeepImageIO.lo ImfDeepImageIO.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfDeepImageIO.lo -MD -MP -MF .deps/ImfDeepImageIO.Tpo -c ImfDeepImageIO.cpp -fPIC -DPIC -o .libs/ImfDeepImageIO.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfDeepImageIO.lo -MD -MP -MF .deps/ImfDeepImageIO.Tpo -c ImfDeepImageIO.cpp -o ImfDeepImageIO.o >/dev/null 2>&1
# mv -f .deps/ImfDeepImageIO.Tpo .deps/ImfDeepImageIO.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfImageDataWindow.lo -MD -MP -MF .deps/ImfImageDataWindow.Tpo -c -o ImfImageDataWindow.lo ImfImageDataWindow.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfImageDataWindow.lo -MD -MP -MF .deps/ImfImageDataWindow.Tpo -c ImfImageDataWindow.cpp -fPIC -DPIC -o .libs/ImfImageDataWindow.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I/usr/include/OpenEXR -I.. -I../IlmImf -I../config -pipe -MT ImfImageDataWindow.lo -MD -MP -MF .deps/ImfImageDataWindow.Tpo -c ImfImageDataWindow.cpp -o ImfImageDataWindow.o >/dev/null 2>&1
# mv -f .deps/ImfImageDataWindow.Tpo .deps/ImfImageDataWindow.Plo
# /bin/sh ../libtool --tag=CXX --mode=link clang++ -pipe -L/usr/lib -version-info 22:0:0 -no-undefined -release 2_2 -o libIlmImfUtil.la -rpath /usr/lib ImfImageChannel.lo ImfFlatImageChannel.lo ImfDeepImageChannel.lo ImfSampleCountChannel.lo ImfImageLevel.lo ImfFlatImageLevel.lo ImfDeepImageLevel.lo ImfImage.lo ImfFlatImage.lo ImfDeepImage.lo ImfImageIO.lo ImfFlatImageIO.lo ImfDeepImageIO.lo ImfImageDataWindow.lo -L../IlmImf -lImath -lHalf -lIex -lIlmThread -lpthread -lIlmImf
# libtool: link: clang++ -shared -nostdlib /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o .libs/ImfImageChannel.o .libs/ImfFlatImageChannel.o .libs/ImfDeepImageChannel.o .libs/ImfSampleCountChannel.o .libs/ImfImageLevel.o .libs/ImfFlatImageLevel.o .libs/ImfDeepImageLevel.o .libs/ImfImage.o .libs/ImfFlatImage.o .libs/ImfDeepImage.o .libs/ImfImageIO.o .libs/ImfFlatImageIO.o .libs/ImfDeepImageIO.o .libs/ImfImageDataWindow.o -Wl,-rpath -Wl,/tmp/openexr/src/openexr-2.2.0/IlmImf/.libs -L/usr/lib -L/tmp/openexr/src/openexr-2.2.0/IlmImf /tmp/openexr/src/openexr-2.2.0/IlmImf/.libs/libIlmImf.so -lz -lImath -lHalf -lIex -lIlmThread -lpthread -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o -Wl,-soname -Wl,libIlmImfUtil-2_2.so.22 -o .libs/libIlmImfUtil-2_2.so.22.0.0
# libtool: link: (cd ".libs" && rm -f "libIlmImfUtil-2_2.so.22" && ln -s "libIlmImfUtil-2_2.so.22.0.0" "libIlmImfUtil-2_2.so.22")
# libtool: link: (cd ".libs" && rm -f "libIlmImfUtil.so" && ln -s "libIlmImfUtil-2_2.so.22.0.0" "libIlmImfUtil.so")
# libtool: link: ar cru .libs/libIlmImfUtil.a ImfImageChannel.o ImfFlatImageChannel.o ImfDeepImageChannel.o ImfSampleCountChannel.o ImfImageLevel.o ImfFlatImageLevel.o ImfDeepImageLevel.o ImfImage.o ImfFlatImage.o ImfDeepImage.o ImfImageIO.o ImfFlatImageIO.o ImfDeepImageIO.o ImfImageDataWindow.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libIlmImfUtil.a
# libtool: link: ( cd ".libs" && rm -f "libIlmImfUtil.la" && ln -s "../libIlmImfUtil.la" "libIlmImfUtil.la" )
# make[1]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/IlmImfUtil'
# Making all in IlmImfTest
# make[1]: Entering directory '/tmp/openexr/src/openexr-2.2.0/IlmImfTest'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/IlmImfTest'
# Making all in IlmImfUtilTest
# make[1]: Entering directory '/tmp/openexr/src/openexr-2.2.0/IlmImfUtilTest'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/IlmImfUtilTest'
# Making all in IlmImfFuzzTest
# make[1]: Entering directory '/tmp/openexr/src/openexr-2.2.0/IlmImfFuzzTest'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/IlmImfFuzzTest'
# Making all in exrheader
# make[1]: Entering directory '/tmp/openexr/src/openexr-2.2.0/exrheader'
# clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../IlmImf -I../config -I/usr/include/OpenEXR -pipe -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cpp
# mv -f .deps/main.Tpo .deps/main.Po
# /bin/sh ../libtool --tag=CXX --mode=link clang++ -pipe -o exrheader main.o -L/usr/lib -lImath -lHalf -lIex -lIlmThread -lpthread ../IlmImf/libIlmImf.la -lz
# libtool: link: clang++ -pipe -o .libs/exrheader main.o -L/usr/lib ../IlmImf/.libs/libIlmImf.so -lImath -lHalf -lIex -lIlmThread -lpthread -lz
# make[1]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/exrheader'
# Making all in exrmaketiled
# make[1]: Entering directory '/tmp/openexr/src/openexr-2.2.0/exrmaketiled'
# clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../IlmImf -I../config -I/usr/include/OpenEXR -pipe -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cpp
# mv -f .deps/main.Tpo .deps/main.Po
# clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../IlmImf -I../config -I/usr/include/OpenEXR -pipe -MT Image.o -MD -MP -MF .deps/Image.Tpo -c -o Image.o Image.cpp
# mv -f .deps/Image.Tpo .deps/Image.Po
# clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../IlmImf -I../config -I/usr/include/OpenEXR -pipe -MT makeTiled.o -MD -MP -MF .deps/makeTiled.Tpo -c -o makeTiled.o makeTiled.cpp
# mv -f .deps/makeTiled.Tpo .deps/makeTiled.Po
# /bin/sh ../libtool --tag=CXX --mode=link clang++ -pipe -o exrmaketiled main.o Image.o makeTiled.o -L/usr/lib -lImath -lHalf -lIex -lIlmThread -lpthread ../IlmImf/libIlmImf.la -lz
# libtool: link: clang++ -pipe -o .libs/exrmaketiled main.o Image.o makeTiled.o -L/usr/lib ../IlmImf/.libs/libIlmImf.so -lImath -lHalf -lIex -lIlmThread -lpthread -lz
# make[1]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/exrmaketiled'
# Making all in IlmImfExamples
# make[1]: Entering directory '/tmp/openexr/src/openexr-2.2.0/IlmImfExamples'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/IlmImfExamples'
# Making all in doc
# make[1]: Entering directory '/tmp/openexr/src/openexr-2.2.0/doc'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/doc'
# Making all in exrstdattr
# make[1]: Entering directory '/tmp/openexr/src/openexr-2.2.0/exrstdattr'
# clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../IlmImf -I../config -I/usr/include/OpenEXR -pipe -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cpp
# mv -f .deps/main.Tpo .deps/main.Po
# /bin/sh ../libtool --tag=CXX --mode=link clang++ -pipe -o exrstdattr main.o -L/usr/lib -lImath -lHalf -lIex -lIlmThread -lpthread ../IlmImf/libIlmImf.la -lz
# libtool: link: clang++ -pipe -o .libs/exrstdattr main.o -L/usr/lib ../IlmImf/.libs/libIlmImf.so -lImath -lHalf -lIex -lIlmThread -lpthread -lz
# make[1]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/exrstdattr'
# Making all in exrmakepreview
# make[1]: Entering directory '/tmp/openexr/src/openexr-2.2.0/exrmakepreview'
# clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../IlmImf -I../config -I/usr/include/OpenEXR -pipe -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cpp
# mv -f .deps/main.Tpo .deps/main.Po
# clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../IlmImf -I../config -I/usr/include/OpenEXR -pipe -MT makePreview.o -MD -MP -MF .deps/makePreview.Tpo -c -o makePreview.o makePreview.cpp
# mv -f .deps/makePreview.Tpo .deps/makePreview.Po
# /bin/sh ../libtool --tag=CXX --mode=link clang++ -pipe -o exrmakepreview main.o makePreview.o -L/usr/lib -lImath -lHalf -lIex -lIlmThread -lpthread ../IlmImf/libIlmImf.la -lz
# libtool: link: clang++ -pipe -o .libs/exrmakepreview main.o makePreview.o -L/usr/lib ../IlmImf/.libs/libIlmImf.so -lImath -lHalf -lIex -lIlmThread -lpthread -lz
# make[1]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/exrmakepreview'
# Making all in exrenvmap
# make[1]: Entering directory '/tmp/openexr/src/openexr-2.2.0/exrenvmap'
# clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../IlmImf -I../config -I/usr/include/OpenEXR -pipe -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cpp
# mv -f .deps/main.Tpo .deps/main.Po
# clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../IlmImf -I../config -I/usr/include/OpenEXR -pipe -MT EnvmapImage.o -MD -MP -MF .deps/EnvmapImage.Tpo -c -o EnvmapImage.o EnvmapImage.cpp
# mv -f .deps/EnvmapImage.Tpo .deps/EnvmapImage.Po
# clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../IlmImf -I../config -I/usr/include/OpenEXR -pipe -MT readInputImage.o -MD -MP -MF .deps/readInputImage.Tpo -c -o readInputImage.o readInputImage.cpp
# mv -f .deps/readInputImage.Tpo .deps/readInputImage.Po
# clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../IlmImf -I../config -I/usr/include/OpenEXR -pipe -MT resizeImage.o -MD -MP -MF .deps/resizeImage.Tpo -c -o resizeImage.o resizeImage.cpp
# mv -f .deps/resizeImage.Tpo .deps/resizeImage.Po
# clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../IlmImf -I../config -I/usr/include/OpenEXR -pipe -MT blurImage.o -MD -MP -MF .deps/blurImage.Tpo -c -o blurImage.o blurImage.cpp
# mv -f .deps/blurImage.Tpo .deps/blurImage.Po
# clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../IlmImf -I../config -I/usr/include/OpenEXR -pipe -MT makeCubeMap.o -MD -MP -MF .deps/makeCubeMap.Tpo -c -o makeCubeMap.o makeCubeMap.cpp
# mv -f .deps/makeCubeMap.Tpo .deps/makeCubeMap.Po
# clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../IlmImf -I../config -I/usr/include/OpenEXR -pipe -MT makeLatLongMap.o -MD -MP -MF .deps/makeLatLongMap.Tpo -c -o makeLatLongMap.o makeLatLongMap.cpp
# mv -f .deps/makeLatLongMap.Tpo .deps/makeLatLongMap.Po
# /bin/sh ../libtool --tag=CXX --mode=link clang++ -pipe -o exrenvmap main.o EnvmapImage.o readInputImage.o resizeImage.o blurImage.o makeCubeMap.o makeLatLongMap.o -L/usr/lib -lImath -lHalf -lIex -lIlmThread -lpthread ../IlmImf/libIlmImf.la -lz
# libtool: link: clang++ -pipe -o .libs/exrenvmap main.o EnvmapImage.o readInputImage.o resizeImage.o blurImage.o makeCubeMap.o makeLatLongMap.o -L/usr/lib ../IlmImf/.libs/libIlmImf.so -lImath -lHalf -lIex -lIlmThread -lpthread -lz
# make[1]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/exrenvmap'
# Making all in exrmultiview
# make[1]: Entering directory '/tmp/openexr/src/openexr-2.2.0/exrmultiview'
# clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../IlmImf -I../config -I/usr/include/OpenEXR -pipe -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cpp
# mv -f .deps/main.Tpo .deps/main.Po
# clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../IlmImf -I../config -I/usr/include/OpenEXR -pipe -MT Image.o -MD -MP -MF .deps/Image.Tpo -c -o Image.o Image.cpp
# mv -f .deps/Image.Tpo .deps/Image.Po
# clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../IlmImf -I../config -I/usr/include/OpenEXR -pipe -MT makeMultiView.o -MD -MP -MF .deps/makeMultiView.Tpo -c -o makeMultiView.o makeMultiView.cpp
# mv -f .deps/makeMultiView.Tpo .deps/makeMultiView.Po
# /bin/sh ../libtool --tag=CXX --mode=link clang++ -pipe -o exrmultiview main.o Image.o makeMultiView.o -L/usr/lib -lImath -lHalf -lIex -lIlmThread -lpthread ../IlmImf/libIlmImf.la -lz
# libtool: link: clang++ -pipe -o .libs/exrmultiview main.o Image.o makeMultiView.o -L/usr/lib ../IlmImf/.libs/libIlmImf.so -lImath -lHalf -lIex -lIlmThread -lpthread -lz
# make[1]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/exrmultiview'
# Making all in exrmultipart
# make[1]: Entering directory '/tmp/openexr/src/openexr-2.2.0/exrmultipart'
# clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../IlmImf -I../config -I/usr/include/OpenEXR -pipe -MT exrmultipart.o -MD -MP -MF .deps/exrmultipart.Tpo -c -o exrmultipart.o exrmultipart.cpp
# mv -f .deps/exrmultipart.Tpo .deps/exrmultipart.Po
# /bin/sh ../libtool --tag=CXX --mode=link clang++ -pipe -o exrmultipart exrmultipart.o -L/usr/lib -lImath -lHalf -lIex -lIlmThread -lpthread ../IlmImf/libIlmImf.la -lz
# libtool: link: clang++ -pipe -o .libs/exrmultipart exrmultipart.o -L/usr/lib ../IlmImf/.libs/libIlmImf.so -lImath -lHalf -lIex -lIlmThread -lpthread -lz
# make[1]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/exrmultipart'
# make[1]: Entering directory '/tmp/openexr/src/openexr-2.2.0'
# make[1]: Nothing to be done for 'all-am'.
# make[1]: Leaving directory '/tmp/openexr/src/openexr-2.2.0'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in config
# make[1]: Entering directory '/tmp/openexr/src/openexr-2.2.0/config'
# make[2]: Entering directory '/tmp/openexr/src/openexr-2.2.0/config'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/include/OpenEXR" || /usr/bin/mkdir -p "/tmp/openexr/pkg/openexr/usr/include/OpenEXR"
# /usr/bin/install -c -m 644 OpenEXRConfig.h '/tmp/openexr/pkg/openexr/usr/include/OpenEXR'
# make[2]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/config'
# make[1]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/config'
# Making install in IlmImf
# make[1]: Entering directory '/tmp/openexr/src/openexr-2.2.0/IlmImf'
# make install-am
# make[2]: Entering directory '/tmp/openexr/src/openexr-2.2.0/IlmImf'
# make[3]: Entering directory '/tmp/openexr/src/openexr-2.2.0/IlmImf'
# test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/openexr/pkg/openexr/usr/lib"
# /bin/sh ../libtool --mode=install /usr/bin/install -c libIlmImf.la '/tmp/openexr/pkg/openexr/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libIlmImf-2_2.so.22.0.0 /tmp/openexr/pkg/openexr/usr/lib/libIlmImf-2_2.so.22.0.0
# libtool: install: (cd /tmp/openexr/pkg/openexr/usr/lib && { ln -s -f libIlmImf-2_2.so.22.0.0 libIlmImf-2_2.so.22 || { rm -f libIlmImf-2_2.so.22 && ln -s libIlmImf-2_2.so.22.0.0 libIlmImf-2_2.so.22; }; })
# libtool: install: (cd /tmp/openexr/pkg/openexr/usr/lib && { ln -s -f libIlmImf-2_2.so.22.0.0 libIlmImf.so || { rm -f libIlmImf.so && ln -s libIlmImf-2_2.so.22.0.0 libIlmImf.so; }; })
# libtool: install: /usr/bin/install -c .libs/libIlmImf.lai /tmp/openexr/pkg/openexr/usr/lib/libIlmImf.la
# libtool: install: /usr/bin/install -c .libs/libIlmImf.a /tmp/openexr/pkg/openexr/usr/lib/libIlmImf.a
# libtool: install: chmod 644 /tmp/openexr/pkg/openexr/usr/lib/libIlmImf.a
# libtool: install: ranlib /tmp/openexr/pkg/openexr/usr/lib/libIlmImf.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# test -z "/usr/include/OpenEXR" || /usr/bin/mkdir -p "/tmp/openexr/pkg/openexr/usr/include/OpenEXR"
# /usr/bin/install -c -m 644 ImfForward.h ImfAttribute.h ImfBoxAttribute.h ImfCRgbaFile.h ImfChannelList.h ImfChannelListAttribute.h ImfCompressionAttribute.h ImfDoubleAttribute.h ImfFloatAttribute.h ImfFrameBuffer.h ImfHeader.h ImfIO.h ImfInputFile.h ImfIntAttribute.h ImfLineOrderAttribute.h ImfMatrixAttribute.h ImfOpaqueAttribute.h ImfOutputFile.h ImfRgbaFile.h ImfStringAttribute.h ImfVecAttribute.h ImfHuf.h ImfWav.h ImfLut.h ImfArray.h ImfCompression.h ImfLineOrder.h ImfName.h ImfPixelType.h ImfVersion.h ImfXdr.h ImfConvert.h ImfPreviewImage.h ImfPreviewImageAttribute.h ImfChromaticities.h ImfChromaticitiesAttribute.h ImfKeyCode.h ImfKeyCodeAttribute.h ImfTimeCode.h ImfTimeCodeAttribute.h '/tmp/openexr/pkg/openexr/usr/include/OpenEXR'
# /usr/bin/install -c -m 644 ImfRational.h ImfRationalAttribute.h ImfFramesPerSecond.h ImfStandardAttributes.h ImfEnvmap.h ImfEnvmapAttribute.h ImfInt64.h ImfRgba.h ImfTileDescription.h ImfTileDescriptionAttribute.h ImfTiledInputFile.h ImfTiledOutputFile.h ImfTiledRgbaFile.h ImfRgbaYca.h ImfTestFile.h ImfThreading.h ImfB44Compressor.h ImfStringVectorAttribute.h ImfMultiView.h ImfAcesFile.h ImfMultiPartOutputFile.h ImfGenericOutputFile.h ImfMultiPartInputFile.h ImfGenericInputFile.h ImfPartType.h ImfOutputPart.h ImfTiledOutputPart.h ImfInputPart.h ImfTiledInputPart.h ImfDeepScanLineOutputFile.h ImfDeepScanLineOutputPart.h ImfDeepScanLineInputFile.h ImfDeepScanLineInputPart.h ImfDeepTiledInputFile.h ImfDeepTiledInputPart.h ImfDeepTiledOutputFile.h ImfDeepTiledOutputPart.h ImfDeepFrameBuffer.h ImfDeepCompositing.h ImfCompositeDeepScanLine.h '/tmp/openexr/pkg/openexr/usr/include/OpenEXR'
# /usr/bin/install -c -m 644 ImfNamespace.h ImfForward.h ImfExport.h ImfMisc.h ImfPartHelper.h ImfDeepImageState.h ImfDeepImageStateAttribute.h '/tmp/openexr/pkg/openexr/usr/include/OpenEXR'
# make[3]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/IlmImf'
# make[2]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/IlmImf'
# make[1]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/IlmImf'
# Making install in IlmImfUtil
# make[1]: Entering directory '/tmp/openexr/src/openexr-2.2.0/IlmImfUtil'
# make[2]: Entering directory '/tmp/openexr/src/openexr-2.2.0/IlmImfUtil'
# test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/openexr/pkg/openexr/usr/lib"
# /bin/sh ../libtool --mode=install /usr/bin/install -c libIlmImfUtil.la '/tmp/openexr/pkg/openexr/usr/lib'
# libtool: install: warning: relinking `libIlmImfUtil.la'
# libtool: install: (cd /tmp/openexr/src/openexr-2.2.0/IlmImfUtil; /bin/sh /tmp/openexr/src/openexr-2.2.0/libtool --tag CXX --mode=relink clang++ -pipe -L/usr/lib -version-info 22:0:0 -no-undefined -release 2_2 -o libIlmImfUtil.la -rpath /usr/lib ImfImageChannel.lo ImfFlatImageChannel.lo ImfDeepImageChannel.lo ImfSampleCountChannel.lo ImfImageLevel.lo ImfFlatImageLevel.lo ImfDeepImageLevel.lo ImfImage.lo ImfFlatImage.lo ImfDeepImage.lo ImfImageIO.lo ImfFlatImageIO.lo ImfDeepImageIO.lo ImfImageDataWindow.lo -L../IlmImf -lImath -lHalf -lIex -lIlmThread -lpthread -lIlmImf -inst-prefix-dir /tmp/openexr/pkg/openexr)
# libtool: relink: clang++ -shared -nostdlib /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o .libs/ImfImageChannel.o .libs/ImfFlatImageChannel.o .libs/ImfDeepImageChannel.o .libs/ImfSampleCountChannel.o .libs/ImfImageLevel.o .libs/ImfFlatImageLevel.o .libs/ImfDeepImageLevel.o .libs/ImfImage.o .libs/ImfFlatImage.o .libs/ImfDeepImage.o .libs/ImfImageIO.o .libs/ImfFlatImageIO.o .libs/ImfDeepImageIO.o .libs/ImfImageDataWindow.o -L/usr/lib -L/tmp/openexr/src/openexr-2.2.0/IlmImf -L/tmp/openexr/pkg/openexr/usr/lib -lIlmImf -lz -lImath -lHalf -lIex -lIlmThread -lpthread -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o -Wl,-soname -Wl,libIlmImfUtil-2_2.so.22 -o .libs/libIlmImfUtil-2_2.so.22.0.0
# libtool: install: /usr/bin/install -c .libs/libIlmImfUtil-2_2.so.22.0.0T /tmp/openexr/pkg/openexr/usr/lib/libIlmImfUtil-2_2.so.22.0.0
# libtool: install: (cd /tmp/openexr/pkg/openexr/usr/lib && { ln -s -f libIlmImfUtil-2_2.so.22.0.0 libIlmImfUtil-2_2.so.22 || { rm -f libIlmImfUtil-2_2.so.22 && ln -s libIlmImfUtil-2_2.so.22.0.0 libIlmImfUtil-2_2.so.22; }; })
# libtool: install: (cd /tmp/openexr/pkg/openexr/usr/lib && { ln -s -f libIlmImfUtil-2_2.so.22.0.0 libIlmImfUtil.so || { rm -f libIlmImfUtil.so && ln -s libIlmImfUtil-2_2.so.22.0.0 libIlmImfUtil.so; }; })
# libtool: install: /usr/bin/install -c .libs/libIlmImfUtil.lai /tmp/openexr/pkg/openexr/usr/lib/libIlmImfUtil.la
# libtool: install: /usr/bin/install -c .libs/libIlmImfUtil.a /tmp/openexr/pkg/openexr/usr/lib/libIlmImfUtil.a
# libtool: install: chmod 644 /tmp/openexr/pkg/openexr/usr/lib/libIlmImfUtil.a
# libtool: install: ranlib /tmp/openexr/pkg/openexr/usr/lib/libIlmImfUtil.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/IlmImfUtil'
# make[1]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/IlmImfUtil'
# Making install in IlmImfTest
# make[1]: Entering directory '/tmp/openexr/src/openexr-2.2.0/IlmImfTest'
# make[2]: Entering directory '/tmp/openexr/src/openexr-2.2.0/IlmImfTest'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/IlmImfTest'
# make[1]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/IlmImfTest'
# Making install in IlmImfUtilTest
# make[1]: Entering directory '/tmp/openexr/src/openexr-2.2.0/IlmImfUtilTest'
# make[2]: Entering directory '/tmp/openexr/src/openexr-2.2.0/IlmImfUtilTest'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/IlmImfUtilTest'
# make[1]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/IlmImfUtilTest'
# Making install in IlmImfFuzzTest
# make[1]: Entering directory '/tmp/openexr/src/openexr-2.2.0/IlmImfFuzzTest'
# make[2]: Entering directory '/tmp/openexr/src/openexr-2.2.0/IlmImfFuzzTest'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/IlmImfFuzzTest'
# make[1]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/IlmImfFuzzTest'
# Making install in exrheader
# make[1]: Entering directory '/tmp/openexr/src/openexr-2.2.0/exrheader'
# make[2]: Entering directory '/tmp/openexr/src/openexr-2.2.0/exrheader'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/openexr/pkg/openexr/usr/bin"
# /bin/sh ../libtool --mode=install /usr/bin/install -c exrheader '/tmp/openexr/pkg/openexr/usr/bin'
# libtool: install: warning: `../IlmImf/libIlmImf.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/exrheader /tmp/openexr/pkg/openexr/usr/bin/exrheader
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/exrheader'
# make[1]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/exrheader'
# Making install in exrmaketiled
# make[1]: Entering directory '/tmp/openexr/src/openexr-2.2.0/exrmaketiled'
# make[2]: Entering directory '/tmp/openexr/src/openexr-2.2.0/exrmaketiled'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/openexr/pkg/openexr/usr/bin"
# /bin/sh ../libtool --mode=install /usr/bin/install -c exrmaketiled '/tmp/openexr/pkg/openexr/usr/bin'
# libtool: install: warning: `../IlmImf/libIlmImf.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/exrmaketiled /tmp/openexr/pkg/openexr/usr/bin/exrmaketiled
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/exrmaketiled'
# make[1]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/exrmaketiled'
# Making install in IlmImfExamples
# make[1]: Entering directory '/tmp/openexr/src/openexr-2.2.0/IlmImfExamples'
# make[2]: Entering directory '/tmp/openexr/src/openexr-2.2.0/IlmImfExamples'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/share/doc/OpenEXR-2.2.0/examples" || /usr/bin/mkdir -p "/tmp/openexr/pkg/openexr/usr/share/doc/OpenEXR-2.2.0/examples"
# /usr/bin/install -c -m 644 main.cpp drawImage.cpp rgbaInterfaceExamples.cpp rgbaInterfaceTiledExamples.cpp generalInterfaceExamples.cpp lowLevelIoExamples.cpp previewImageExamples.cpp generalInterfaceTiledExamples.cpp generalInterfaceTiledExamples.h drawImage.h rgbaInterfaceExamples.h generalInterfaceExamples.h rgbaInterfaceTiledExamples.h lowLevelIoExamples.h previewImageExamples.h namespaceAlias.h '/tmp/openexr/pkg/openexr/usr/share/doc/OpenEXR-2.2.0/examples'
# make[2]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/IlmImfExamples'
# make[1]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/IlmImfExamples'
# Making install in doc
# make[1]: Entering directory '/tmp/openexr/src/openexr-2.2.0/doc'
# make[2]: Entering directory '/tmp/openexr/src/openexr-2.2.0/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/share/doc/OpenEXR-2.2.0" || /usr/bin/mkdir -p "/tmp/openexr/pkg/openexr/usr/share/doc/OpenEXR-2.2.0"
# /usr/bin/install -c -m 644 ReadingAndWritingImageFiles.pdf TechnicalIntroduction.pdf OpenEXRFileLayout.pdf MultiViewOpenEXR.pdf InterpretingDeepPixels.pdf TheoryDeepPixels.pdf '/tmp/openexr/pkg/openexr/usr/share/doc/OpenEXR-2.2.0'
# make[2]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/doc'
# make[1]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/doc'
# Making install in exrstdattr
# make[1]: Entering directory '/tmp/openexr/src/openexr-2.2.0/exrstdattr'
# make[2]: Entering directory '/tmp/openexr/src/openexr-2.2.0/exrstdattr'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/openexr/pkg/openexr/usr/bin"
# /bin/sh ../libtool --mode=install /usr/bin/install -c exrstdattr '/tmp/openexr/pkg/openexr/usr/bin'
# libtool: install: warning: `../IlmImf/libIlmImf.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/exrstdattr /tmp/openexr/pkg/openexr/usr/bin/exrstdattr
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/exrstdattr'
# make[1]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/exrstdattr'
# Making install in exrmakepreview
# make[1]: Entering directory '/tmp/openexr/src/openexr-2.2.0/exrmakepreview'
# make[2]: Entering directory '/tmp/openexr/src/openexr-2.2.0/exrmakepreview'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/openexr/pkg/openexr/usr/bin"
# /bin/sh ../libtool --mode=install /usr/bin/install -c exrmakepreview '/tmp/openexr/pkg/openexr/usr/bin'
# libtool: install: warning: `../IlmImf/libIlmImf.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/exrmakepreview /tmp/openexr/pkg/openexr/usr/bin/exrmakepreview
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/exrmakepreview'
# make[1]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/exrmakepreview'
# Making install in exrenvmap
# make[1]: Entering directory '/tmp/openexr/src/openexr-2.2.0/exrenvmap'
# make[2]: Entering directory '/tmp/openexr/src/openexr-2.2.0/exrenvmap'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/openexr/pkg/openexr/usr/bin"
# /bin/sh ../libtool --mode=install /usr/bin/install -c exrenvmap '/tmp/openexr/pkg/openexr/usr/bin'
# libtool: install: warning: `../IlmImf/libIlmImf.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/exrenvmap /tmp/openexr/pkg/openexr/usr/bin/exrenvmap
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/exrenvmap'
# make[1]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/exrenvmap'
# Making install in exrmultiview
# make[1]: Entering directory '/tmp/openexr/src/openexr-2.2.0/exrmultiview'
# make[2]: Entering directory '/tmp/openexr/src/openexr-2.2.0/exrmultiview'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/openexr/pkg/openexr/usr/bin"
# /bin/sh ../libtool --mode=install /usr/bin/install -c exrmultiview '/tmp/openexr/pkg/openexr/usr/bin'
# libtool: install: warning: `../IlmImf/libIlmImf.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/exrmultiview /tmp/openexr/pkg/openexr/usr/bin/exrmultiview
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/exrmultiview'
# make[1]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/exrmultiview'
# Making install in exrmultipart
# make[1]: Entering directory '/tmp/openexr/src/openexr-2.2.0/exrmultipart'
# make[2]: Entering directory '/tmp/openexr/src/openexr-2.2.0/exrmultipart'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/openexr/pkg/openexr/usr/bin"
# /bin/sh ../libtool --mode=install /usr/bin/install -c exrmultipart '/tmp/openexr/pkg/openexr/usr/bin'
# libtool: install: warning: `../IlmImf/libIlmImf.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/exrmultipart /tmp/openexr/pkg/openexr/usr/bin/exrmultipart
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/exrmultipart'
# make[1]: Leaving directory '/tmp/openexr/src/openexr-2.2.0/exrmultipart'
# make[1]: Entering directory '/tmp/openexr/src/openexr-2.2.0'
# make[2]: Entering directory '/tmp/openexr/src/openexr-2.2.0'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/share/aclocal" || /usr/bin/mkdir -p "/tmp/openexr/pkg/openexr/usr/share/aclocal"
# /usr/bin/install -c -m 644 openexr.m4 '/tmp/openexr/pkg/openexr/usr/share/aclocal'
# test -z "/usr/lib/pkgconfig" || /usr/bin/mkdir -p "/tmp/openexr/pkg/openexr/usr/lib/pkgconfig"
# /usr/bin/install -c -m 644 OpenEXR.pc '/tmp/openexr/pkg/openexr/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/openexr/src/openexr-2.2.0'
# make[1]: Leaving directory '/tmp/openexr/src/openexr-2.2.0'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> WARNING: Package contains reference to $srcdir
# ==> Creating package "openexr"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: openexr 2.2.0-3 (Thu Apr 13 18:14:52 UTC 2017)

CMD: pacman --query --file openexr-2.2.0-3-x86_64.pkg.tar.xz
# openexr 2.2.0-3

Creating hybrid package for 'openexr'

Trying to find vanilla package 'openexr'...

CMD: pacman --query --file /mirror/openexr-2.2.0-3.pkg.tar.xz
# openexr 2.2.0-3

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/share/aclocal/openexr.m4
# /usr/share/licenses/openexr/LICENSE
# /usr/share/doc/OpenEXR-2.2.0/OpenEXRFileLayout.pdf
# /usr/share/doc/OpenEXR-2.2.0/TheoryDeepPixels.pdf
# /usr/share/doc/OpenEXR-2.2.0/MultiViewOpenEXR.pdf
# /usr/share/doc/OpenEXR-2.2.0/ReadingAndWritingImageFiles.pdf
# /usr/share/doc/OpenEXR-2.2.0/InterpretingDeepPixels.pdf
# /usr/share/doc/OpenEXR-2.2.0/TechnicalIntroduction.pdf
# /usr/share/doc/OpenEXR-2.2.0/examples/generalInterfaceExamples.cpp
# /usr/share/doc/OpenEXR-2.2.0/examples/generalInterfaceExamples.h
# /usr/share/doc/OpenEXR-2.2.0/examples/lowLevelIoExamples.cpp
# /usr/share/doc/OpenEXR-2.2.0/examples/rgbaInterfaceExamples.h
# /usr/share/doc/OpenEXR-2.2.0/examples/generalInterfaceTiledExamples.cpp
# /usr/share/doc/OpenEXR-2.2.0/examples/rgbaInterfaceExamples.cpp
# /usr/share/doc/OpenEXR-2.2.0/examples/drawImage.cpp
# /usr/share/doc/OpenEXR-2.2.0/examples/previewImageExamples.h
# /usr/share/doc/OpenEXR-2.2.0/examples/rgbaInterfaceTiledExamples.cpp
# /usr/share/doc/OpenEXR-2.2.0/examples/rgbaInterfaceTiledExamples.h
# /usr/share/doc/OpenEXR-2.2.0/examples/generalInterfaceTiledExamples.h
# /usr/share/doc/OpenEXR-2.2.0/examples/main.cpp
# /usr/share/doc/OpenEXR-2.2.0/examples/previewImageExamples.cpp
# /usr/share/doc/OpenEXR-2.2.0/examples/namespaceAlias.h
# /usr/share/doc/OpenEXR-2.2.0/examples/drawImage.h
# /usr/share/doc/OpenEXR-2.2.0/examples/lowLevelIoExamples.h
# /usr/lib/libIlmImfUtil.so
# /usr/lib/libIlmImfUtil-2_2.so.22
# /usr/lib/libIlmImf-2_2.so.22.0.0
# /usr/lib/libIlmImf.so
# /usr/lib/libIlmImfUtil-2_2.so.22.0.0
# /usr/lib/libIlmImf-2_2.so.22
# /usr/lib/pkgconfig/OpenEXR.pc
# /usr/include/OpenEXR/ImfDeepImageStateAttribute.h
# /usr/include/OpenEXR/ImfMultiPartInputFile.h
# /usr/include/OpenEXR/ImfCRgbaFile.h
# /usr/include/OpenEXR/ImfDeepTiledInputFile.h
# /usr/include/OpenEXR/ImfChannelList.h
# /usr/include/OpenEXR/ImfThreading.h
# /usr/include/OpenEXR/ImfStandardAttributes.h
# /usr/include/OpenEXR/ImfDeepTiledOutputPart.h
# /usr/include/OpenEXR/ImfOutputFile.h
# /usr/include/OpenEXR/ImfOutputPart.h
# /usr/include/OpenEXR/ImfStringAttribute.h
# /usr/include/OpenEXR/ImfMultiView.h
# /usr/include/OpenEXR/ImfFramesPerSecond.h
# /usr/include/OpenEXR/ImfDeepTiledInputPart.h
# /usr/include/OpenEXR/ImfChromaticities.h
# /usr/include/OpenEXR/ImfTileDescription.h
# /usr/include/OpenEXR/ImfPartHelper.h
# /usr/include/OpenEXR/ImfStringVectorAttribute.h
# /usr/include/OpenEXR/ImfCompression.h
# /usr/include/OpenEXR/ImfDeepImageState.h
# /usr/include/OpenEXR/ImfCompressionAttribute.h
# /usr/include/OpenEXR/ImfFloatAttribute.h
# /usr/include/OpenEXR/ImfRationalAttribute.h
# /usr/include/OpenEXR/ImfVersion.h
# /usr/include/OpenEXR/ImfRgba.h
# /usr/include/OpenEXR/ImfWav.h
# /usr/include/OpenEXR/ImfTimeCode.h
# /usr/include/OpenEXR/ImfMultiPartOutputFile.h
# /usr/include/OpenEXR/ImfInt64.h
# /usr/include/OpenEXR/ImfChannelListAttribute.h
# /usr/include/OpenEXR/ImfHeader.h
# /usr/include/OpenEXR/ImfNamespace.h
# /usr/include/OpenEXR/ImfLineOrder.h
# /usr/include/OpenEXR/ImfDeepTiledOutputFile.h
# /usr/include/OpenEXR/ImfTileDescriptionAttribute.h
# /usr/include/OpenEXR/ImfFrameBuffer.h
# /usr/include/OpenEXR/ImfB44Compressor.h
# /usr/include/OpenEXR/ImfTestFile.h
# /usr/include/OpenEXR/ImfTimeCodeAttribute.h
# /usr/include/OpenEXR/ImfTiledInputPart.h
# /usr/include/OpenEXR/ImfChromaticitiesAttribute.h
# /usr/include/OpenEXR/ImfDeepCompositing.h
# /usr/include/OpenEXR/OpenEXRConfig.h
# /usr/include/OpenEXR/ImfVecAttribute.h
# /usr/include/OpenEXR/ImfExport.h
# /usr/include/OpenEXR/ImfInputFile.h
# /usr/include/OpenEXR/ImfForward.h
# /usr/include/OpenEXR/ImfEnvmapAttribute.h
# /usr/include/OpenEXR/ImfRgbaFile.h
# /usr/include/OpenEXR/ImfDeepScanLineInputFile.h
# /usr/include/OpenEXR/ImfTiledOutputFile.h
# /usr/include/OpenEXR/ImfRational.h
# /usr/include/OpenEXR/ImfBoxAttribute.h
# /usr/include/OpenEXR/ImfIO.h
# /usr/include/OpenEXR/ImfDeepScanLineOutputFile.h
# /usr/include/OpenEXR/ImfInputPart.h
# /usr/include/OpenEXR/ImfAcesFile.h
# /usr/include/OpenEXR/ImfAttribute.h
# /usr/include/OpenEXR/ImfEnvmap.h
# /usr/include/OpenEXR/ImfDeepFrameBuffer.h
# /usr/include/OpenEXR/ImfTiledOutputPart.h
# /usr/include/OpenEXR/ImfTiledInputFile.h
# /usr/include/OpenEXR/ImfName.h
# /usr/include/OpenEXR/ImfGenericOutputFile.h
# /usr/include/OpenEXR/ImfArray.h
# /usr/include/OpenEXR/ImfMatrixAttribute.h
# /usr/include/OpenEXR/ImfKeyCode.h
# /usr/include/OpenEXR/ImfRgbaYca.h
# /usr/include/OpenEXR/ImfDoubleAttribute.h
# /usr/include/OpenEXR/ImfOpaqueAttribute.h
# /usr/include/OpenEXR/ImfPartType.h
# /usr/include/OpenEXR/ImfTiledRgbaFile.h
# /usr/include/OpenEXR/ImfPreviewImageAttribute.h
# /usr/include/OpenEXR/ImfPreviewImage.h
# /usr/include/OpenEXR/ImfXdr.h
# /usr/include/OpenEXR/ImfHuf.h
# /usr/include/OpenEXR/ImfCompositeDeepScanLine.h
# /usr/include/OpenEXR/ImfDeepScanLineInputPart.h
# /usr/include/OpenEXR/ImfLineOrderAttribute.h
# /usr/include/OpenEXR/ImfLut.h
# /usr/include/OpenEXR/ImfMisc.h
# /usr/include/OpenEXR/ImfConvert.h
# /usr/include/OpenEXR/ImfIntAttribute.h
# /usr/include/OpenEXR/ImfGenericInputFile.h
# /usr/include/OpenEXR/ImfDeepScanLineOutputPart.h
# /usr/include/OpenEXR/ImfKeyCodeAttribute.h
# /usr/include/OpenEXR/ImfPixelType.h
# /usr/bin/exrmultipart
# /usr/bin/exrmaketiled
# /usr/bin/exrmakepreview
# /usr/bin/exrmultiview
# /usr/bin/exrstdattr
# /usr/bin/exrenvmap
# /usr/bin/exrheader
# /sysroot/usr/lib/libIlmImf-2_2.so.22.0.0
# /sysroot/usr/lib/libIlmImf-2_2.so.22
# /sysroot/usr/lib/libIlmImf.so
# /sysroot/usr/lib/libIlmImf.la
# /sysroot/usr/lib/libIlmImf.a
# /sysroot/usr/lib/libIlmImfUtil-2_2.so.22.0.0
# /sysroot/usr/lib/libIlmImfUtil-2_2.so.22
# /sysroot/usr/lib/libIlmImfUtil.so
# /sysroot/usr/lib/libIlmImfUtil.la
# /sysroot/usr/lib/libIlmImfUtil.a
# /sysroot/usr/lib/pkgconfig/OpenEXR.pc
# /sysroot/usr/include/OpenEXR/OpenEXRConfig.h
# /sysroot/usr/include/OpenEXR/ImfAttribute.h
# /sysroot/usr/include/OpenEXR/ImfBoxAttribute.h
# /sysroot/usr/include/OpenEXR/ImfCRgbaFile.h
# /sysroot/usr/include/OpenEXR/ImfChannelList.h
# /sysroot/usr/include/OpenEXR/ImfChannelListAttribute.h
# /sysroot/usr/include/OpenEXR/ImfCompressionAttribute.h
# /sysroot/usr/include/OpenEXR/ImfDoubleAttribute.h
# /sysroot/usr/include/OpenEXR/ImfFloatAttribute.h
# /sysroot/usr/include/OpenEXR/ImfFrameBuffer.h
# /sysroot/usr/include/OpenEXR/ImfHeader.h
# /sysroot/usr/include/OpenEXR/ImfIO.h
# /sysroot/usr/include/OpenEXR/ImfInputFile.h
# /sysroot/usr/include/OpenEXR/ImfIntAttribute.h
# /sysroot/usr/include/OpenEXR/ImfLineOrderAttribute.h
# /sysroot/usr/include/OpenEXR/ImfMatrixAttribute.h
# /sysroot/usr/include/OpenEXR/ImfOpaqueAttribute.h
# /sysroot/usr/include/OpenEXR/ImfOutputFile.h
# /sysroot/usr/include/OpenEXR/ImfRgbaFile.h
# /sysroot/usr/include/OpenEXR/ImfStringAttribute.h
# /sysroot/usr/include/OpenEXR/ImfVecAttribute.h
# /sysroot/usr/include/OpenEXR/ImfHuf.h
# /sysroot/usr/include/OpenEXR/ImfWav.h
# /sysroot/usr/include/OpenEXR/ImfLut.h
# /sysroot/usr/include/OpenEXR/ImfArray.h
# /sysroot/usr/include/OpenEXR/ImfCompression.h
# /sysroot/usr/include/OpenEXR/ImfLineOrder.h
# /sysroot/usr/include/OpenEXR/ImfName.h
# /sysroot/usr/include/OpenEXR/ImfPixelType.h
# /sysroot/usr/include/OpenEXR/ImfVersion.h
# /sysroot/usr/include/OpenEXR/ImfXdr.h
# /sysroot/usr/include/OpenEXR/ImfConvert.h
# /sysroot/usr/include/OpenEXR/ImfPreviewImage.h
# /sysroot/usr/include/OpenEXR/ImfPreviewImageAttribute.h
# /sysroot/usr/include/OpenEXR/ImfChromaticities.h
# /sysroot/usr/include/OpenEXR/ImfChromaticitiesAttribute.h
# /sysroot/usr/include/OpenEXR/ImfKeyCode.h
# /sysroot/usr/include/OpenEXR/ImfKeyCodeAttribute.h
# /sysroot/usr/include/OpenEXR/ImfTimeCode.h
# /sysroot/usr/include/OpenEXR/ImfTimeCodeAttribute.h
# /sysroot/usr/include/OpenEXR/ImfRational.h
# /sysroot/usr/include/OpenEXR/ImfRationalAttribute.h
# /sysroot/usr/include/OpenEXR/ImfFramesPerSecond.h
# /sysroot/usr/include/OpenEXR/ImfStandardAttributes.h
# /sysroot/usr/include/OpenEXR/ImfEnvmap.h
# /sysroot/usr/include/OpenEXR/ImfEnvmapAttribute.h
# /sysroot/usr/include/OpenEXR/ImfInt64.h
# /sysroot/usr/include/OpenEXR/ImfRgba.h
# /sysroot/usr/include/OpenEXR/ImfTileDescription.h
# /sysroot/usr/include/OpenEXR/ImfTileDescriptionAttribute.h
# /sysroot/usr/include/OpenEXR/ImfTiledInputFile.h
# /sysroot/usr/include/OpenEXR/ImfTiledOutputFile.h
# /sysroot/usr/include/OpenEXR/ImfTiledRgbaFile.h
# /sysroot/usr/include/OpenEXR/ImfRgbaYca.h
# /sysroot/usr/include/OpenEXR/ImfTestFile.h
# /sysroot/usr/include/OpenEXR/ImfThreading.h
# /sysroot/usr/include/OpenEXR/ImfB44Compressor.h
# /sysroot/usr/include/OpenEXR/ImfStringVectorAttribute.h
# /sysroot/usr/include/OpenEXR/ImfMultiView.h
# /sysroot/usr/include/OpenEXR/ImfAcesFile.h
# /sysroot/usr/include/OpenEXR/ImfMultiPartOutputFile.h
# /sysroot/usr/include/OpenEXR/ImfGenericOutputFile.h
# /sysroot/usr/include/OpenEXR/ImfMultiPartInputFile.h
# /sysroot/usr/include/OpenEXR/ImfGenericInputFile.h
# /sysroot/usr/include/OpenEXR/ImfPartType.h
# /sysroot/usr/include/OpenEXR/ImfOutputPart.h
# /sysroot/usr/include/OpenEXR/ImfTiledOutputPart.h
# /sysroot/usr/include/OpenEXR/ImfInputPart.h
# /sysroot/usr/include/OpenEXR/ImfTiledInputPart.h
# /sysroot/usr/include/OpenEXR/ImfDeepScanLineOutputFile.h
# /sysroot/usr/include/OpenEXR/ImfDeepScanLineOutputPart.h
# /sysroot/usr/include/OpenEXR/ImfDeepScanLineInputFile.h
# /sysroot/usr/include/OpenEXR/ImfDeepScanLineInputPart.h
# /sysroot/usr/include/OpenEXR/ImfDeepTiledInputFile.h
# /sysroot/usr/include/OpenEXR/ImfDeepTiledInputPart.h
# /sysroot/usr/include/OpenEXR/ImfDeepTiledOutputFile.h
# /sysroot/usr/include/OpenEXR/ImfDeepTiledOutputPart.h
# /sysroot/usr/include/OpenEXR/ImfDeepFrameBuffer.h
# /sysroot/usr/include/OpenEXR/ImfDeepCompositing.h
# /sysroot/usr/include/OpenEXR/ImfCompositeDeepScanLine.h
# /sysroot/usr/include/OpenEXR/ImfNamespace.h
# /sysroot/usr/include/OpenEXR/ImfForward.h
# /sysroot/usr/include/OpenEXR/ImfExport.h
# /sysroot/usr/include/OpenEXR/ImfMisc.h
# /sysroot/usr/include/OpenEXR/ImfPartHelper.h
# /sysroot/usr/include/OpenEXR/ImfDeepImageState.h
# /sysroot/usr/include/OpenEXR/ImfDeepImageStateAttribute.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf openexr.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/openexr.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/openexr.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/openexr.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/openexr/src/openexr-2.2.0/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by OpenEXR configure 2.2.0, which was
# generated by GNU Autoconf 2.63. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = f3a4a6fb2837
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2151: checking build system type
# configure:2169: result: x86_64-unknown-linux-gnu
# configure:2191: checking host system type
# configure:2206: result: x86_64-unknown-linux-gnu
# configure:2247: checking for a BSD-compatible install
# configure:2315: result: /usr/bin/install -c
# configure:2326: checking whether build environment is sane
# configure:2386: result: yes
# configure:2435: checking for x86_64-unknown-linux-strip
# configure:2465: result: no
# configure:2475: checking for strip
# configure:2491: found /usr/bin/strip
# configure:2502: result: strip
# configure:2527: checking for a thread-safe mkdir -p
# configure:2566: result: /usr/bin/mkdir -p
# configure:2579: checking for gawk
# configure:2595: found /usr/bin/gawk
# configure:2606: result: gawk
# configure:2617: checking whether make sets $(MAKE)
# configure:2639: result: yes
# configure:2721: checking whether to enable maintainer-specific portions of Makefiles
# configure:2730: result: no
# configure:2863: checking for C++ compiler version
# configure:2871: clang++ --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:2875: $? = 0
# configure:2882: clang++ -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2886: $? = 0
# configure:2893: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2897: $? = 1
# configure:2920: checking for C++ compiler default output file name
# configure:2942: clang++ conftest.cpp >&5
# configure:2946: $? = 0
# configure:2984: result: a.out
# configure:3003: checking whether the C++ compiler works
# configure:3013: ./a.out
# configure:3017: $? = 0
# configure:3036: result: yes
# configure:3043: checking whether we are cross compiling
# configure:3045: result: no
# configure:3048: checking for suffix of executables
# configure:3055: clang++ -o conftest conftest.cpp >&5
# configure:3059: $? = 0
# configure:3085: result:
# configure:3091: checking for suffix of object files
# configure:3117: clang++ -c conftest.cpp >&5
# configure:3121: $? = 0
# configure:3146: result: o
# configure:3150: checking whether we are using the GNU C++ compiler
# configure:3179: clang++ -c conftest.cpp >&5
# configure:3186: $? = 0
# configure:3203: result: yes
# configure:3212: checking whether clang++ accepts -g
# configure:3242: clang++ -c -g conftest.cpp >&5
# configure:3249: $? = 0
# configure:3350: result: yes
# configure:3384: checking for style of include used by make
# configure:3412: result: GNU
# configure:3437: checking dependency style of clang++
# configure:3547: result: gcc3
# configure:3576: checking for a BSD-compatible install
# configure:3644: result: /usr/bin/install -c
# configure:3663: checking for x86_64-unknown-linux-gcc
# configure:3690: result: clang
# configure:3962: checking for C compiler version
# configure:3970: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3974: $? = 0
# configure:3981: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:3985: $? = 0
# configure:3992: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3996: $? = 1
# configure:3999: checking whether we are using the GNU C compiler
# configure:4028: clang -c conftest.c >&5
# configure:4035: $? = 0
# configure:4052: result: yes
# configure:4061: checking whether clang accepts -g
# configure:4091: clang -c -g conftest.c >&5
# configure:4098: $? = 0
# configure:4199: result: yes
# configure:4216: checking for clang option to accept ISO C89
# configure:4290: clang -c conftest.c >&5
# configure:4297: $? = 0
# configure:4320: result: none needed
# configure:4340: checking dependency style of clang
# configure:4450: result: gcc3
# configure:4465: checking whether ln -s works
# configure:4469: result: yes
# configure:4501: checking for a sed that does not truncate output
# configure:4567: result: /usr/bin/sed
# configure:4585: checking for grep that handles long lines and -e
# configure:4645: result: /usr/bin/grep
# configure:4650: checking for egrep
# configure:4714: result: /usr/bin/grep -E
# configure:4719: checking for fgrep
# configure:4783: result: /usr/bin/grep -F
# configure:4818: checking for ld used by clang
# configure:4885: result: /usr/bin/ld
# configure:4894: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4909: result: yes
# configure:4921: checking for BSD- or MS-compatible name lister (nm)
# configure:4970: result: /usr/bin/nm -B
# configure:5088: checking the name lister (/usr/bin/nm -B) interface
# configure:5095: clang -c conftest.c >&5
# configure:5098: /usr/bin/nm -B "conftest.o"
# configure:5101: output
# 0000000000000000 B some_variable
# configure:5108: result: BSD nm
# configure:5112: checking the maximum length of command line arguments
# configure:5232: result: 1572864
# configure:5249: checking whether the shell understands some XSI constructs
# configure:5259: result: yes
# configure:5263: checking whether the shell understands "+="
# configure:5269: result: yes
# configure:5304: checking for /usr/bin/ld option to reload object files
# configure:5311: result: -r
# configure:5340: checking for x86_64-unknown-linux-objdump
# configure:5370: result: no
# configure:5380: checking for objdump
# configure:5396: found /usr/bin/objdump
# configure:5407: result: objdump
# configure:5439: checking how to recognize dependent libraries
# configure:5635: result: pass_all
# configure:5655: checking for x86_64-unknown-linux-ar
# configure:5685: result: no
# configure:5695: checking for ar
# configure:5711: found /usr/bin/ar
# configure:5722: result: ar
# configure:5760: checking for x86_64-unknown-linux-strip
# configure:5787: result: strip
# configure:5859: checking for x86_64-unknown-linux-ranlib
# configure:5889: result: no
# configure:5899: checking for ranlib
# configure:5915: found /usr/bin/ranlib
# configure:5926: result: ranlib
# configure:6016: checking command to parse /usr/bin/nm -B output from clang object
# configure:6134: clang -c conftest.c >&5
# configure:6137: $? = 0
# configure:6141: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:6144: $? = 0
# configure:6198: clang -o conftest conftest.c conftstm.o >&5
# configure:6201: $? = 0
# configure:6239: result: ok
# configure:6335: clang -c conftest.c >&5
# configure:6338: $? = 0
# configure:7106: checking how to run the C preprocessor
# configure:7146: clang -E conftest.c
# configure:7153: $? = 0
# configure:7184: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7191: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "OpenEXR"
# | #define PACKAGE_TARNAME "openexr"
# | #define PACKAGE_VERSION "2.2.0"
# | #define PACKAGE_STRING "OpenEXR 2.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "openexr"
# | #define VERSION "2.2.0"
# | /* end confdefs.h. */
# | #include
# configure:7224: result: clang -E
# configure:7253: clang -E conftest.c
# configure:7260: $? = 0
# configure:7291: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7298: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "OpenEXR"
# | #define PACKAGE_TARNAME "openexr"
# | #define PACKAGE_VERSION "2.2.0"
# | #define PACKAGE_STRING "OpenEXR 2.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "openexr"
# | #define VERSION "2.2.0"
# | /* end confdefs.h. */
# | #include
# configure:7338: checking for ANSI C header files
# configure:7368: clang -c conftest.c >&5
# configure:7375: $? = 0
# configure:7474: clang -o conftest conftest.c >&5
# configure:7478: $? = 0
# configure:7484: ./conftest
# configure:7488: $? = 0
# configure:7506: result: yes
# configure:7530: checking for sys/types.h
# configure:7551: clang -c conftest.c >&5
# configure:7558: $? = 0
# configure:7575: result: yes
# configure:7530: checking for sys/stat.h
# configure:7551: clang -c conftest.c >&5
# configure:7558: $? = 0
# configure:7575: result: yes
# configure:7530: checking for stdlib.h
# configure:7551: clang -c conftest.c >&5
# configure:7558: $? = 0
# configure:7575: result: yes
# configure:7530: checking for string.h
# configure:7551: clang -c conftest.c >&5
# configure:7558: $? = 0
# configure:7575: result: yes
# configure:7530: checking for memory.h
# configure:7551: clang -c conftest.c >&5
# configure:7558: $? = 0
# configure:7575: result: yes
# configure:7530: checking for strings.h
# configure:7551: clang -c conftest.c >&5
# configure:7558: $? = 0
# configure:7575: result: yes
# configure:7530: checking for inttypes.h
# configure:7551: clang -c conftest.c >&5
# configure:7558: $? = 0
# configure:7575: result: yes
# configure:7530: checking for stdint.h
# configure:7551: clang -c conftest.c >&5
# configure:7558: $? = 0
# configure:7575: result: yes
# configure:7530: checking for unistd.h
# configure:7551: clang -c conftest.c >&5
# configure:7558: $? = 0
# configure:7575: result: yes
# configure:7593: checking for dlfcn.h
# configure:7614: clang -c conftest.c >&5
# configure:7621: $? = 0
# configure:7638: result: yes
# configure:7765: checking for C++ compiler version
# configure:7773: clang++ --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:7777: $? = 0
# configure:7784: clang++ -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:7788: $? = 0
# configure:7795: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:7799: $? = 1
# configure:7802: checking whether we are using the GNU C++ compiler
# configure:7855: result: yes
# configure:7864: checking whether clang++ accepts -g
# configure:8002: result: yes
# configure:8027: checking dependency style of clang++
# configure:8137: result: gcc3
# configure:8160: checking how to run the C++ preprocessor
# configure:8196: clang++ -E conftest.cpp
# configure:8203: $? = 0
# configure:8234: clang++ -E conftest.cpp
# conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:8241: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "OpenEXR"
# | #define PACKAGE_TARNAME "openexr"
# | #define PACKAGE_VERSION "2.2.0"
# | #define PACKAGE_STRING "OpenEXR 2.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "openexr"
# | #define VERSION "2.2.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# configure:8274: result: clang++ -E
# configure:8303: clang++ -E conftest.cpp
# configure:8310: $? = 0
# configure:8341: clang++ -E conftest.cpp
# conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:8348: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "OpenEXR"
# | #define PACKAGE_TARNAME "openexr"
# | #define PACKAGE_VERSION "2.2.0"
# | #define PACKAGE_STRING "OpenEXR 2.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "openexr"
# | #define VERSION "2.2.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# configure:8562: checking for objdir
# configure:8577: result: .libs
# configure:8869: checking if clang supports -fno-rtti -fno-exceptions
# configure:8887: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8891: $? = 0
# configure:8904: result: yes
# configure:8924: checking for clang option to produce PIC
# configure:9196: result: -fPIC -DPIC
# configure:9208: checking if clang PIC flag -fPIC -DPIC works
# configure:9226: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9230: $? = 0
# configure:9243: result: yes
# configure:9267: checking if clang static flag -static works
# configure:9295: result: yes
# configure:9310: checking if clang supports -c -o file.o
# configure:9331: clang -c -o out/conftest2.o conftest.c >&5
# configure:9335: $? = 0
# configure:9357: result: yes
# configure:9365: checking if clang supports -c -o file.o
# configure:9412: result: yes
# configure:9445: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10519: result: yes
# configure:10556: checking whether -lc should be explicitly linked in
# configure:10561: clang -c conftest.c >&5
# configure:10564: $? = 0
# configure:10579: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10582: $? = 0
# configure:10594: result: no
# configure:10758: checking dynamic linker characteristics
# configure:11201: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11208: $? = 0
# configure:11444: result: GNU/Linux ld.so
# configure:11546: checking how to hardcode library paths into programs
# configure:11571: result: immediate
# configure:12404: checking whether stripping libraries is possible
# configure:12409: result: yes
# configure:12444: checking if libtool supports shared libraries
# configure:12446: result: yes
# configure:12449: checking whether to build shared libraries
# configure:12470: result: yes
# configure:12473: checking whether to build static libraries
# configure:12477: result: yes
# configure:12627: checking for ld used by clang++
# configure:12694: result: /usr/bin/ld -m elf_x86_64
# configure:12703: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:12718: result: yes
# configure:12773: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:13748: result: yes
# configure:13776: clang++ -c conftest.cpp >&5
# configure:13779: $? = 0
# configure:13961: checking for clang++ option to produce PIC
# configure:14278: result: -fPIC -DPIC
# configure:14287: checking if clang++ PIC flag -fPIC -DPIC works
# configure:14305: clang++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:14309: $? = 0
# configure:14322: result: yes
# configure:14343: checking if clang++ static flag -static works
# configure:14371: result: yes
# configure:14383: checking if clang++ supports -c -o file.o
# configure:14404: clang++ -c -o out/conftest2.o conftest.cpp >&5
# configure:14408: $? = 0
# configure:14430: result: yes
# configure:14435: checking if clang++ supports -c -o file.o
# configure:14482: result: yes
# configure:14512: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:14538: result: yes
# configure:14675: checking dynamic linker characteristics
# configure:15066: clang++ -o conftest -Wl,-rpath -Wl,/foo conftest.cpp >&5
# configure:15073: $? = 0
# configure:15309: result: GNU/Linux ld.so
# configure:15360: checking how to hardcode library paths into programs
# configure:15385: result: immediate
# configure:15443: checking whether make sets $(MAKE)
# configure:15465: result: yes
# configure:15518: checking for pkg-config
# configure:15536: found /usr/bin/pkg-config
# configure:15549: result: /usr/bin/pkg-config
# configure:16495: checking for IlmBase
# configure:16541: clang++ -o conftest -I/usr/include/OpenEXR -L/usr/lib conftest.cpp -lImath -lHalf -lIex -lIlmThread -lpthread >&5
# configure:16545: $? = 0
# configure:16551: ./conftest
# configure:16555: $? = 0
# configure:16573: result: yes
# configure:16575: result: Compiled and ran IlmBase test program.
# configure:16749: checking for ANSI C header files
# configure:16917: result: yes
# configure:16944: checking limits.h usability
# configure:16961: clang -c conftest.c >&5
# configure:16968: $? = 0
# configure:16982: result: yes
# configure:16986: checking limits.h presence
# configure:17001: clang -E conftest.c
# configure:17008: $? = 0
# configure:17022: result: yes
# configure:17050: checking for limits.h
# configure:17059: result: yes
# configure:16933: checking for unistd.h
# configure:16940: result: yes
# configure:17075: checking for an ANSI C-conforming const
# configure:17150: clang -c conftest.c >&5
# configure:17157: $? = 0
# configure:17172: result: yes
# configure:17182: checking for inline
# configure:17208: clang -c conftest.c >&5
# configure:17215: $? = 0
# configure:17233: result: inline
# configure:17252: checking for size_t
# configure:17280: clang -c conftest.c >&5
# configure:17287: $? = 0
# configure:17314: clang -c conftest.c >&5
# conftest.c:67:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:17321: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "OpenEXR"
# | #define PACKAGE_TARNAME "openexr"
# | #define PACKAGE_VERSION "2.2.0"
# | #define PACKAGE_STRING "OpenEXR 2.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "openexr"
# | #define VERSION "2.2.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define OPENEXR_VERSION_STRING "2.2.0"
# | #define OPENEXR_PACKAGE_STRING "OpenEXR 2.2.0"
# | #define OPENEXR_VERSION_MAJOR 2
# | #define OPENEXR_VERSION_MINOR 2
# | #define OPENEXR_VERSION_PATCH 0
# | #define OPENEXR_IMF_HAVE_LARGE_STACK 1
# | #define STDC_HEADERS 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:17344: result: yes
# configure:17357: checking for compress in -lz
# configure:17392: clang -o conftest conftest.c -lz >&5
# configure:17399: $? = 0
# configure:17420: result: yes
# configure:17450: checking for complete iomanip support in C++ standard library
# configure:17484: clang++ -c conftest.cpp >&5
# conftest.cpp:37:2: warning: expression result unused [-Wunused-value]
# std::right;
# ^~~~~~~~~~
# 1 warning generated.
# configure:17491: $? = 0
# configure:17508: result: yes
# configure:17518: checking for gcc optimization flags
# configure:17543: clang -c -pipe conftest.c >&5
# configure:17550: $? = 0
# configure:17565: result: -pipe
# configure:17568: checking for AVX instructions in GCC style inline asm
# configure:17606: clang -c conftest.c >&5
# configure:17613: $? = 0
# configure:17632: result: yes
# configure:17641: checking for sysconf(_SC_NPROCESSORS_ONLN)
# configure:17668: clang -c conftest.c >&5
# configure:17675: $? = 0
# configure:17690: result: yes
# configure:18101: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by OpenEXR config.status 2.2.0, which was
# generated by GNU Autoconf 2.63. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on f3a4a6fb2837
#
# config.status:1106: creating Makefile
# config.status:1106: creating OpenEXR.pc
# config.status:1106: creating config/Makefile
# config.status:1106: creating IlmImf/Makefile
# config.status:1106: creating IlmImfTest/Makefile
# config.status:1106: creating IlmImfUtil/Makefile
# config.status:1106: creating IlmImfUtilTest/Makefile
# config.status:1106: creating IlmImfFuzzTest/Makefile
# config.status:1106: creating exrheader/Makefile
# config.status:1106: creating exrmaketiled/Makefile
# config.status:1106: creating IlmImfExamples/Makefile
# config.status:1106: creating doc/Makefile
# config.status:1106: creating exrstdattr/Makefile
# config.status:1106: creating exrmakepreview/Makefile
# config.status:1106: creating exrenvmap/Makefile
# config.status:1106: creating exrmultiview/Makefile
# config.status:1106: creating exrmultipart/Makefile
# config.status:1106: creating config/OpenEXRConfig.h
# config.status:1328: config/OpenEXRConfig.h is unchanged
# config.status:1380: executing depfiles commands
# config.status:1380: executing libtool commands
# configure:20617: result:
# ---------------------------------------------
# Summary for OpenEXR features:
#
# build IlmImf example program no
# build IlmImf damaged input resilience test no
# build IlmImf huge input test no
# enable large stack optimizations yes
# internal library namespace Imf_2_2
# user-client namespace Imf
# configure:20638: result:
# ---------------------------------------------
#
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_z_compress=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_type_size_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_pic_works_CXX=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_compiler_static_works_CXX=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/openexr/src/openexr-2.2.0/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/openexr/src/openexr-2.2.0/missing --run tar'
# AM_CFLAGS='-pipe'
# AM_CXXFLAGS='-pipe'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/openexr/src/openexr-2.2.0/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/openexr/src/openexr-2.2.0/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/openexr/src/openexr-2.2.0/missing --run automake-1.11'
# AWK='gawk'
# BUILD_IMFEXAMPLES_FALSE=''
# BUILD_IMFEXAMPLES_TRUE='#'
# BUILD_IMFFUZZTEST_FALSE=''
# BUILD_IMFFUZZTEST_TRUE='#'
# BUILD_IMFHUGETEST_FALSE=''
# BUILD_IMFHUGETEST_TRUE='#'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# ILMBASE_CXXFLAGS=' -I/usr/include/OpenEXR'
# ILMBASE_LDFLAGS='-L/usr/lib'
# ILMBASE_LIBS='-lImath -lHalf -lIex -lIlmThread -lpthread'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIBTOOL_VERSION='22:0:0'
# LIB_SUFFIX='2_2'
# LIB_SUFFIX_DASH='-2_2'
# LIB_SUFFIX_EXISTS_FALSE='#'
# LIB_SUFFIX_EXISTS_TRUE=''
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/openexr/src/openexr-2.2.0/missing --run makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OPENEXR_VERSION='2.2.0'
# OPENEXR_VERSION_API='2_2'
# OPENEXR_VERSION_MAJOR='2'
# OPENEXR_VERSION_MINOR='2'
# OPENEXR_VERSION_PATCH='0'
# OTOOL64=''
# OTOOL=''
# PACKAGE='openexr'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='OpenEXR'
# PACKAGE_STRING='OpenEXR 2.2.0'
# PACKAGE_TARNAME='openexr'
# PACKAGE_VERSION='2.2.0'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# PTHREAD_CC=''
# PTHREAD_CFLAGS=''
# PTHREAD_LIBS=''
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='2.2.0'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_DUMPBIN=''
# acx_pthread_config=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/openexr/src/openexr-2.2.0/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# lt_ECHO='echo'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME "OpenEXR"
# #define PACKAGE_TARNAME "openexr"
# #define PACKAGE_VERSION "2.2.0"
# #define PACKAGE_STRING "OpenEXR 2.2.0"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE "openexr"
# #define VERSION "2.2.0"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define OPENEXR_VERSION_STRING "2.2.0"
# #define OPENEXR_PACKAGE_STRING "OpenEXR 2.2.0"
# #define OPENEXR_VERSION_MAJOR 2
# #define OPENEXR_VERSION_MINOR 2
# #define OPENEXR_VERSION_PATCH 0
# #define OPENEXR_IMF_HAVE_LARGE_STACK 1
# #define STDC_HEADERS 1
# #define HAVE_LIMITS_H 1
# #define HAVE_UNISTD_H 1
# #define OPENEXR_IMF_HAVE_COMPLETE_IOMANIP 1
# #define OPENEXR_IMF_HAVE_GCC_INLINE_ASM_AVX 1
# #define OPENEXR_IMF_HAVE_SYSCONF_NPROCESSORS_ONLN 1
# #define OPENEXR_IMF_HAVE_LINUX_PROCFS 1
# #define OPENEXR_IMF_INTERNAL_NAMESPACE Imf_2_2
# #define OPENEXR_IMF_INTERNAL_NAMESPACE_CUSTOM 1
# #define OPENEXR_IMF_NAMESPACE Imf
#
# configure: exit 0