The build took 00h 04m 33s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
21,072 |
cpp |
10,162 |
sh |
5,234 |
makefile |
34 |
ansic |
36,502 |
total |
The process tree of the build process is here.
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:
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: ilmbase 2.2.0-2 (Thu Apr 13 13:31:00 UTC 2017)
==> Checking runtime dependencies...
==> 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
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... clang
checking semaphore.h usability... yes
checking semaphore.h presence... yes
checking for semaphore.h... yes
checking for library containing sem_init... none required
checking whether to use POSIX unnamed semaphores... yes
configure: multithread true, LIBS = -pthread , CC = clang, CXXFLAGS = -pthread
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 ucontext.h usability... yes
checking ucontext.h presence... yes
checking for ucontext.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking for strerror... yes
checking for complete iomanip support in C++ standard library... yes
checking for fpe support handling... yes
checking for gcc optimization flags... -pipe
configure: creating ./config.status
config.status: creating Makefile
config.status: creating IlmBase.pc
config.status: creating config/Makefile
config.status: creating Half/Makefile
config.status: creating HalfTest/Makefile
config.status: creating Iex/Makefile
config.status: creating IexMath/Makefile
config.status: creating IexTest/Makefile
config.status: creating IlmThread/Makefile
config.status: creating Imath/Makefile
config.status: creating ImathTest/Makefile
config.status: creating config/IlmBaseConfig.h
config.status: config/IlmBaseConfig.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
---------------------------------------------
Summary for IlmBase features:
enable large stack optimizations yes
internal library namespaces Imath_2_2
Iex_2_2
IlmThread_2_2
public namespaces Imath Iex IlmThread
---------------------------------------------
Making all in Half
make[1]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0/Half'
clang++ -DHAVE_CONFIG_H -I. -I../config -I../config -pipe -pthread -MT eLut.o -MD -MP -MF .deps/eLut.Tpo -c -o eLut.o eLut.cpp
mv -f .deps/eLut.Tpo .deps/eLut.Po
/bin/sh ../libtool --tag=CXX --mode=link clang++ -pipe -pthread -o eLut eLut.o -pthread
libtool: link: clang++ -pipe -pthread -o eLut eLut.o -pthread -pthread
./eLut > eLut.h
clang++ -DHAVE_CONFIG_H -I. -I../config -I../config -pipe -pthread -MT toFloat.o -MD -MP -MF .deps/toFloat.Tpo -c -o toFloat.o toFloat.cpp
mv -f .deps/toFloat.Tpo .deps/toFloat.Po
/bin/sh ../libtool --tag=CXX --mode=link clang++ -pipe -pthread -o toFloat toFloat.o -pthread
libtool: link: clang++ -pipe -pthread -o toFloat toFloat.o -pthread -pthread
./toFloat > toFloat.h
make all-am
make[2]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0/Half'
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I../config -pipe -pthread -MT half.lo -MD -MP -MF .deps/half.Tpo -c -o half.lo half.cpp
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I../config -pipe -pthread -MT half.lo -MD -MP -MF .deps/half.Tpo -c half.cpp -fPIC -DPIC -o .libs/half.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I../config -pipe -pthread -MT half.lo -MD -MP -MF .deps/half.Tpo -c half.cpp -o half.o >/dev/null 2>&1
mv -f .deps/half.Tpo .deps/half.Plo
/bin/sh ../libtool --tag=CXX --mode=link clang++ -pipe -pthread -version-info 12:0:0 -no-undefined -o libHalf.la -rpath /usr/lib half.lo -pthread
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/half.o -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 -L/usr/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 -pthread -pthread -pthread -Wl,-soname -Wl,libHalf.so.12 -o .libs/libHalf.so.12.0.0
clang-3.8: warning: argument unused during compilation: '-pthread'
clang-3.8: warning: argument unused during compilation: '-pthread'
clang-3.8: warning: argument unused during compilation: '-pthread'
libtool: link: (cd ".libs" && rm -f "libHalf.so.12" && ln -s "libHalf.so.12.0.0" "libHalf.so.12")
libtool: link: (cd ".libs" && rm -f "libHalf.so" && ln -s "libHalf.so.12.0.0" "libHalf.so")
libtool: link: ar cru .libs/libHalf.a half.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libHalf.a
libtool: link: ( cd ".libs" && rm -f "libHalf.la" && ln -s "../libHalf.la" "libHalf.la" )
make[2]: Leaving directory '/tmp/ilmbase/src/ilmbase-2.2.0/Half'
make[1]: Leaving directory '/tmp/ilmbase/src/ilmbase-2.2.0/Half'
Making all in HalfTest
make[1]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0/HalfTest'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/ilmbase/src/ilmbase-2.2.0/HalfTest'
Making all in Iex
make[1]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0/Iex'
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I../config -pipe -pthread -MT IexThrowErrnoExc.lo -MD -MP -MF .deps/IexThrowErrnoExc.Tpo -c -o IexThrowErrnoExc.lo IexThrowErrnoExc.cpp
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I../config -pipe -pthread -MT IexThrowErrnoExc.lo -MD -MP -MF .deps/IexThrowErrnoExc.Tpo -c IexThrowErrnoExc.cpp -fPIC -DPIC -o .libs/IexThrowErrnoExc.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I../config -pipe -pthread -MT IexThrowErrnoExc.lo -MD -MP -MF .deps/IexThrowErrnoExc.Tpo -c IexThrowErrnoExc.cpp -o IexThrowErrnoExc.o >/dev/null 2>&1
mv -f .deps/IexThrowErrnoExc.Tpo .deps/IexThrowErrnoExc.Plo
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I../config -pipe -pthread -MT IexBaseExc.lo -MD -MP -MF .deps/IexBaseExc.Tpo -c -o IexBaseExc.lo IexBaseExc.cpp
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I../config -pipe -pthread -MT IexBaseExc.lo -MD -MP -MF .deps/IexBaseExc.Tpo -c IexBaseExc.cpp -fPIC -DPIC -o .libs/IexBaseExc.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I../config -pipe -pthread -MT IexBaseExc.lo -MD -MP -MF .deps/IexBaseExc.Tpo -c IexBaseExc.cpp -o IexBaseExc.o >/dev/null 2>&1
mv -f .deps/IexBaseExc.Tpo .deps/IexBaseExc.Plo
/bin/sh ../libtool --tag=CXX --mode=link clang++ -pipe -pthread -version-info 12:0:0 -no-undefined -release 2_2 -o libIex.la -rpath /usr/lib IexThrowErrnoExc.lo IexBaseExc.lo -pthread
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/IexThrowErrnoExc.o .libs/IexBaseExc.o -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 -L/usr/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 -pthread -pthread -pthread -Wl,-soname -Wl,libIex-2_2.so.12 -o .libs/libIex-2_2.so.12.0.0
clang-3.8: warning: argument unused during compilation: '-pthread'
clang-3.8: warning: argument unused during compilation: '-pthread'
clang-3.8: warning: argument unused during compilation: '-pthread'
libtool: link: (cd ".libs" && rm -f "libIex-2_2.so.12" && ln -s "libIex-2_2.so.12.0.0" "libIex-2_2.so.12")
libtool: link: (cd ".libs" && rm -f "libIex.so" && ln -s "libIex-2_2.so.12.0.0" "libIex.so")
libtool: link: ar cru .libs/libIex.a IexThrowErrnoExc.o IexBaseExc.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libIex.a
libtool: link: ( cd ".libs" && rm -f "libIex.la" && ln -s "../libIex.la" "libIex.la" )
make[1]: Leaving directory '/tmp/ilmbase/src/ilmbase-2.2.0/Iex'
Making all in IexMath
make[1]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0/IexMath'
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../config -pipe -pthread -MT IexMathFloatExc.lo -MD -MP -MF .deps/IexMathFloatExc.Tpo -c -o IexMathFloatExc.lo IexMathFloatExc.cpp
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../config -pipe -pthread -MT IexMathFloatExc.lo -MD -MP -MF .deps/IexMathFloatExc.Tpo -c IexMathFloatExc.cpp -fPIC -DPIC -o .libs/IexMathFloatExc.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../config -pipe -pthread -MT IexMathFloatExc.lo -MD -MP -MF .deps/IexMathFloatExc.Tpo -c IexMathFloatExc.cpp -o IexMathFloatExc.o >/dev/null 2>&1
mv -f .deps/IexMathFloatExc.Tpo .deps/IexMathFloatExc.Plo
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../config -pipe -pthread -MT IexMathFpu.lo -MD -MP -MF .deps/IexMathFpu.Tpo -c -o IexMathFpu.lo IexMathFpu.cpp
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../config -pipe -pthread -MT IexMathFpu.lo -MD -MP -MF .deps/IexMathFpu.Tpo -c IexMathFpu.cpp -fPIC -DPIC -o .libs/IexMathFpu.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../config -pipe -pthread -MT IexMathFpu.lo -MD -MP -MF .deps/IexMathFpu.Tpo -c IexMathFpu.cpp -o IexMathFpu.o >/dev/null 2>&1
mv -f .deps/IexMathFpu.Tpo .deps/IexMathFpu.Plo
/bin/sh ../libtool --tag=CXX --mode=link clang++ -pipe -pthread -version-info 12:0:0 -no-undefined -release 2_2 -o libIexMath.la -rpath /usr/lib IexMathFloatExc.lo IexMathFpu.lo ../Iex/libIex.la -pthread
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/IexMathFloatExc.o .libs/IexMathFpu.o -Wl,-rpath -Wl,/tmp/ilmbase/src/ilmbase-2.2.0/Iex/.libs ../Iex/.libs/libIex.so -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 -L/usr/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 -pthread -pthread -pthread -Wl,-soname -Wl,libIexMath-2_2.so.12 -o .libs/libIexMath-2_2.so.12.0.0
clang-3.8: warning: argument unused during compilation: '-pthread'
clang-3.8: warning: argument unused during compilation: '-pthread'
clang-3.8: warning: argument unused during compilation: '-pthread'
libtool: link: (cd ".libs" && rm -f "libIexMath-2_2.so.12" && ln -s "libIexMath-2_2.so.12.0.0" "libIexMath-2_2.so.12")
libtool: link: (cd ".libs" && rm -f "libIexMath.so" && ln -s "libIexMath-2_2.so.12.0.0" "libIexMath.so")
libtool: link: ar cru .libs/libIexMath.a IexMathFloatExc.o IexMathFpu.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libIexMath.a
libtool: link: ( cd ".libs" && rm -f "libIexMath.la" && ln -s "../libIexMath.la" "libIexMath.la" )
make[1]: Leaving directory '/tmp/ilmbase/src/ilmbase-2.2.0/IexMath'
Making all in IexTest
make[1]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0/IexTest'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/ilmbase/src/ilmbase-2.2.0/IexTest'
Making all in Imath
make[1]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0/Imath'
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../Half -I../config -pipe -pthread -MT ImathShear.lo -MD -MP -MF .deps/ImathShear.Tpo -c -o ImathShear.lo ImathShear.cpp
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../Half -I../config -pipe -pthread -MT ImathShear.lo -MD -MP -MF .deps/ImathShear.Tpo -c ImathShear.cpp -fPIC -DPIC -o .libs/ImathShear.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../Half -I../config -pipe -pthread -MT ImathShear.lo -MD -MP -MF .deps/ImathShear.Tpo -c ImathShear.cpp -o ImathShear.o >/dev/null 2>&1
mv -f .deps/ImathShear.Tpo .deps/ImathShear.Plo
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../Half -I../config -pipe -pthread -MT ImathMatrixAlgo.lo -MD -MP -MF .deps/ImathMatrixAlgo.Tpo -c -o ImathMatrixAlgo.lo ImathMatrixAlgo.cpp
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../Half -I../config -pipe -pthread -MT ImathMatrixAlgo.lo -MD -MP -MF .deps/ImathMatrixAlgo.Tpo -c ImathMatrixAlgo.cpp -fPIC -DPIC -o .libs/ImathMatrixAlgo.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../Half -I../config -pipe -pthread -MT ImathMatrixAlgo.lo -MD -MP -MF .deps/ImathMatrixAlgo.Tpo -c ImathMatrixAlgo.cpp -o ImathMatrixAlgo.o >/dev/null 2>&1
mv -f .deps/ImathMatrixAlgo.Tpo .deps/ImathMatrixAlgo.Plo
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../Half -I../config -pipe -pthread -MT ImathVec.lo -MD -MP -MF .deps/ImathVec.Tpo -c -o ImathVec.lo ImathVec.cpp
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../Half -I../config -pipe -pthread -MT ImathVec.lo -MD -MP -MF .deps/ImathVec.Tpo -c ImathVec.cpp -fPIC -DPIC -o .libs/ImathVec.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../Half -I../config -pipe -pthread -MT ImathVec.lo -MD -MP -MF .deps/ImathVec.Tpo -c ImathVec.cpp -o ImathVec.o >/dev/null 2>&1
mv -f .deps/ImathVec.Tpo .deps/ImathVec.Plo
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../Half -I../config -pipe -pthread -MT ImathColorAlgo.lo -MD -MP -MF .deps/ImathColorAlgo.Tpo -c -o ImathColorAlgo.lo ImathColorAlgo.cpp
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../Half -I../config -pipe -pthread -MT ImathColorAlgo.lo -MD -MP -MF .deps/ImathColorAlgo.Tpo -c ImathColorAlgo.cpp -fPIC -DPIC -o .libs/ImathColorAlgo.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../Half -I../config -pipe -pthread -MT ImathColorAlgo.lo -MD -MP -MF .deps/ImathColorAlgo.Tpo -c ImathColorAlgo.cpp -o ImathColorAlgo.o >/dev/null 2>&1
mv -f .deps/ImathColorAlgo.Tpo .deps/ImathColorAlgo.Plo
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../Half -I../config -pipe -pthread -MT ImathFun.lo -MD -MP -MF .deps/ImathFun.Tpo -c -o ImathFun.lo ImathFun.cpp
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../Half -I../config -pipe -pthread -MT ImathFun.lo -MD -MP -MF .deps/ImathFun.Tpo -c ImathFun.cpp -fPIC -DPIC -o .libs/ImathFun.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../Half -I../config -pipe -pthread -MT ImathFun.lo -MD -MP -MF .deps/ImathFun.Tpo -c ImathFun.cpp -o ImathFun.o >/dev/null 2>&1
mv -f .deps/ImathFun.Tpo .deps/ImathFun.Plo
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../Half -I../config -pipe -pthread -MT ImathBox.lo -MD -MP -MF .deps/ImathBox.Tpo -c -o ImathBox.lo ImathBox.cpp
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../Half -I../config -pipe -pthread -MT ImathBox.lo -MD -MP -MF .deps/ImathBox.Tpo -c ImathBox.cpp -fPIC -DPIC -o .libs/ImathBox.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../Half -I../config -pipe -pthread -MT ImathBox.lo -MD -MP -MF .deps/ImathBox.Tpo -c ImathBox.cpp -o ImathBox.o >/dev/null 2>&1
mv -f .deps/ImathBox.Tpo .deps/ImathBox.Plo
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../Half -I../config -pipe -pthread -MT ImathRandom.lo -MD -MP -MF .deps/ImathRandom.Tpo -c -o ImathRandom.lo ImathRandom.cpp
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../Half -I../config -pipe -pthread -MT ImathRandom.lo -MD -MP -MF .deps/ImathRandom.Tpo -c ImathRandom.cpp -fPIC -DPIC -o .libs/ImathRandom.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../Half -I../config -pipe -pthread -MT ImathRandom.lo -MD -MP -MF .deps/ImathRandom.Tpo -c ImathRandom.cpp -o ImathRandom.o >/dev/null 2>&1
mv -f .deps/ImathRandom.Tpo .deps/ImathRandom.Plo
/bin/sh ../libtool --tag=CXX --mode=link clang++ -pipe -pthread -version-info 12:0:0 -no-undefined -release 2_2 -o libImath.la -rpath /usr/lib ImathShear.lo ImathMatrixAlgo.lo ImathVec.lo ImathColorAlgo.lo ImathFun.lo ImathBox.lo ImathRandom.lo ../Iex/libIex.la -pthread
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/ImathShear.o .libs/ImathMatrixAlgo.o .libs/ImathVec.o .libs/ImathColorAlgo.o .libs/ImathFun.o .libs/ImathBox.o .libs/ImathRandom.o -Wl,-rpath -Wl,/tmp/ilmbase/src/ilmbase-2.2.0/Iex/.libs ../Iex/.libs/libIex.so -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 -L/usr/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 -pthread -pthread -pthread -Wl,-soname -Wl,libImath-2_2.so.12 -o .libs/libImath-2_2.so.12.0.0
clang-3.8: warning: argument unused during compilation: '-pthread'
clang-3.8: warning: argument unused during compilation: '-pthread'
clang-3.8: warning: argument unused during compilation: '-pthread'
libtool: link: (cd ".libs" && rm -f "libImath-2_2.so.12" && ln -s "libImath-2_2.so.12.0.0" "libImath-2_2.so.12")
libtool: link: (cd ".libs" && rm -f "libImath.so" && ln -s "libImath-2_2.so.12.0.0" "libImath.so")
libtool: link: ar cru .libs/libImath.a ImathShear.o ImathMatrixAlgo.o ImathVec.o ImathColorAlgo.o ImathFun.o ImathBox.o ImathRandom.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libImath.a
libtool: link: ( cd ".libs" && rm -f "libImath.la" && ln -s "../libImath.la" "libImath.la" )
make[1]: Leaving directory '/tmp/ilmbase/src/ilmbase-2.2.0/Imath'
Making all in ImathTest
make[1]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0/ImathTest'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/ilmbase/src/ilmbase-2.2.0/ImathTest'
Making all in IlmThread
make[1]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0/IlmThread'
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../config -pipe -pthread -MT IlmThreadPool.lo -MD -MP -MF .deps/IlmThreadPool.Tpo -c -o IlmThreadPool.lo IlmThreadPool.cpp
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../config -pipe -pthread -MT IlmThreadPool.lo -MD -MP -MF .deps/IlmThreadPool.Tpo -c IlmThreadPool.cpp -fPIC -DPIC -o .libs/IlmThreadPool.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../config -pipe -pthread -MT IlmThreadPool.lo -MD -MP -MF .deps/IlmThreadPool.Tpo -c IlmThreadPool.cpp -o IlmThreadPool.o >/dev/null 2>&1
mv -f .deps/IlmThreadPool.Tpo .deps/IlmThreadPool.Plo
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../config -pipe -pthread -MT IlmThread.lo -MD -MP -MF .deps/IlmThread.Tpo -c -o IlmThread.lo IlmThread.cpp
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../config -pipe -pthread -MT IlmThread.lo -MD -MP -MF .deps/IlmThread.Tpo -c IlmThread.cpp -fPIC -DPIC -o .libs/IlmThread.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../config -pipe -pthread -MT IlmThread.lo -MD -MP -MF .deps/IlmThread.Tpo -c IlmThread.cpp -o IlmThread.o >/dev/null 2>&1
mv -f .deps/IlmThread.Tpo .deps/IlmThread.Plo
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../config -pipe -pthread -MT IlmThreadSemaphore.lo -MD -MP -MF .deps/IlmThreadSemaphore.Tpo -c -o IlmThreadSemaphore.lo IlmThreadSemaphore.cpp
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../config -pipe -pthread -MT IlmThreadSemaphore.lo -MD -MP -MF .deps/IlmThreadSemaphore.Tpo -c IlmThreadSemaphore.cpp -fPIC -DPIC -o .libs/IlmThreadSemaphore.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../config -pipe -pthread -MT IlmThreadSemaphore.lo -MD -MP -MF .deps/IlmThreadSemaphore.Tpo -c IlmThreadSemaphore.cpp -o IlmThreadSemaphore.o >/dev/null 2>&1
mv -f .deps/IlmThreadSemaphore.Tpo .deps/IlmThreadSemaphore.Plo
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../config -pipe -pthread -MT IlmThreadMutex.lo -MD -MP -MF .deps/IlmThreadMutex.Tpo -c -o IlmThreadMutex.lo IlmThreadMutex.cpp
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../config -pipe -pthread -MT IlmThreadMutex.lo -MD -MP -MF .deps/IlmThreadMutex.Tpo -c IlmThreadMutex.cpp -fPIC -DPIC -o .libs/IlmThreadMutex.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../config -pipe -pthread -MT IlmThreadMutex.lo -MD -MP -MF .deps/IlmThreadMutex.Tpo -c IlmThreadMutex.cpp -o IlmThreadMutex.o >/dev/null 2>&1
mv -f .deps/IlmThreadMutex.Tpo .deps/IlmThreadMutex.Plo
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../config -pipe -pthread -MT IlmThreadPosix.lo -MD -MP -MF .deps/IlmThreadPosix.Tpo -c -o IlmThreadPosix.lo IlmThreadPosix.cpp
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../config -pipe -pthread -MT IlmThreadPosix.lo -MD -MP -MF .deps/IlmThreadPosix.Tpo -c IlmThreadPosix.cpp -fPIC -DPIC -o .libs/IlmThreadPosix.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../config -pipe -pthread -MT IlmThreadPosix.lo -MD -MP -MF .deps/IlmThreadPosix.Tpo -c IlmThreadPosix.cpp -o IlmThreadPosix.o >/dev/null 2>&1
mv -f .deps/IlmThreadPosix.Tpo .deps/IlmThreadPosix.Plo
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../config -pipe -pthread -MT IlmThreadSemaphorePosix.lo -MD -MP -MF .deps/IlmThreadSemaphorePosix.Tpo -c -o IlmThreadSemaphorePosix.lo IlmThreadSemaphorePosix.cpp
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../config -pipe -pthread -MT IlmThreadSemaphorePosix.lo -MD -MP -MF .deps/IlmThreadSemaphorePosix.Tpo -c IlmThreadSemaphorePosix.cpp -fPIC -DPIC -o .libs/IlmThreadSemaphorePosix.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../config -pipe -pthread -MT IlmThreadSemaphorePosix.lo -MD -MP -MF .deps/IlmThreadSemaphorePosix.Tpo -c IlmThreadSemaphorePosix.cpp -o IlmThreadSemaphorePosix.o >/dev/null 2>&1
mv -f .deps/IlmThreadSemaphorePosix.Tpo .deps/IlmThreadSemaphorePosix.Plo
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../config -pipe -pthread -MT IlmThreadSemaphorePosixCompat.lo -MD -MP -MF .deps/IlmThreadSemaphorePosixCompat.Tpo -c -o IlmThreadSemaphorePosixCompat.lo IlmThreadSemaphorePosixCompat.cpp
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../config -pipe -pthread -MT IlmThreadSemaphorePosixCompat.lo -MD -MP -MF .deps/IlmThreadSemaphorePosixCompat.Tpo -c IlmThreadSemaphorePosixCompat.cpp -fPIC -DPIC -o .libs/IlmThreadSemaphorePosixCompat.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../config -pipe -pthread -MT IlmThreadSemaphorePosixCompat.lo -MD -MP -MF .deps/IlmThreadSemaphorePosixCompat.Tpo -c IlmThreadSemaphorePosixCompat.cpp -o IlmThreadSemaphorePosixCompat.o >/dev/null 2>&1
mv -f .deps/IlmThreadSemaphorePosixCompat.Tpo .deps/IlmThreadSemaphorePosixCompat.Plo
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../config -pipe -pthread -MT IlmThreadMutexPosix.lo -MD -MP -MF .deps/IlmThreadMutexPosix.Tpo -c -o IlmThreadMutexPosix.lo IlmThreadMutexPosix.cpp
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../config -pipe -pthread -MT IlmThreadMutexPosix.lo -MD -MP -MF .deps/IlmThreadMutexPosix.Tpo -c IlmThreadMutexPosix.cpp -fPIC -DPIC -o .libs/IlmThreadMutexPosix.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../config -I.. -I../Iex -I../config -pipe -pthread -MT IlmThreadMutexPosix.lo -MD -MP -MF .deps/IlmThreadMutexPosix.Tpo -c IlmThreadMutexPosix.cpp -o IlmThreadMutexPosix.o >/dev/null 2>&1
mv -f .deps/IlmThreadMutexPosix.Tpo .deps/IlmThreadMutexPosix.Plo
/bin/sh ../libtool --tag=CXX --mode=link clang++ -pipe -pthread -version-info 12:0:0 -no-undefined -release 2_2 -o libIlmThread.la -rpath /usr/lib IlmThreadPool.lo IlmThread.lo IlmThreadSemaphore.lo IlmThreadMutex.lo IlmThreadPosix.lo IlmThreadSemaphorePosix.lo IlmThreadSemaphorePosixCompat.lo IlmThreadMutexPosix.lo ../Iex/libIex.la -pthread
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/IlmThreadPool.o .libs/IlmThread.o .libs/IlmThreadSemaphore.o .libs/IlmThreadMutex.o .libs/IlmThreadPosix.o .libs/IlmThreadSemaphorePosix.o .libs/IlmThreadSemaphorePosixCompat.o .libs/IlmThreadMutexPosix.o -Wl,-rpath -Wl,/tmp/ilmbase/src/ilmbase-2.2.0/Iex/.libs ../Iex/.libs/libIex.so -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 -L/usr/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 -pthread -pthread -pthread -Wl,-soname -Wl,libIlmThread-2_2.so.12 -o .libs/libIlmThread-2_2.so.12.0.0
clang-3.8: warning: argument unused during compilation: '-pthread'
clang-3.8: warning: argument unused during compilation: '-pthread'
clang-3.8: warning: argument unused during compilation: '-pthread'
libtool: link: (cd ".libs" && rm -f "libIlmThread-2_2.so.12" && ln -s "libIlmThread-2_2.so.12.0.0" "libIlmThread-2_2.so.12")
libtool: link: (cd ".libs" && rm -f "libIlmThread.so" && ln -s "libIlmThread-2_2.so.12.0.0" "libIlmThread.so")
libtool: link: ar cru .libs/libIlmThread.a IlmThreadPool.o IlmThread.o IlmThreadSemaphore.o IlmThreadMutex.o IlmThreadPosix.o IlmThreadSemaphorePosix.o IlmThreadSemaphorePosixCompat.o IlmThreadMutexPosix.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libIlmThread.a
libtool: link: ( cd ".libs" && rm -f "libIlmThread.la" && ln -s "../libIlmThread.la" "libIlmThread.la" )
make[1]: Leaving directory '/tmp/ilmbase/src/ilmbase-2.2.0/IlmThread'
Making all in config
make[1]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0/config'
make all-am
make[2]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0/config'
make[2]: Leaving directory '/tmp/ilmbase/src/ilmbase-2.2.0/config'
make[1]: Leaving directory '/tmp/ilmbase/src/ilmbase-2.2.0/config'
make[1]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/tmp/ilmbase/src/ilmbase-2.2.0'
==> Entering fakeroot environment...
==> Starting package()...
Making install in Half
make[1]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0/Half'
make install-am
make[2]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0/Half'
make[3]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0/Half'
test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/ilmbase/pkg/ilmbase/usr/lib"
/bin/sh ../libtool --mode=install /usr/bin/install -c libHalf.la '/tmp/ilmbase/pkg/ilmbase/usr/lib'
libtool: install: /usr/bin/install -c .libs/libHalf.so.12.0.0 /tmp/ilmbase/pkg/ilmbase/usr/lib/libHalf.so.12.0.0
libtool: install: (cd /tmp/ilmbase/pkg/ilmbase/usr/lib && { ln -s -f libHalf.so.12.0.0 libHalf.so.12 || { rm -f libHalf.so.12 && ln -s libHalf.so.12.0.0 libHalf.so.12; }; })
libtool: install: (cd /tmp/ilmbase/pkg/ilmbase/usr/lib && { ln -s -f libHalf.so.12.0.0 libHalf.so || { rm -f libHalf.so && ln -s libHalf.so.12.0.0 libHalf.so; }; })
libtool: install: /usr/bin/install -c .libs/libHalf.lai /tmp/ilmbase/pkg/ilmbase/usr/lib/libHalf.la
libtool: install: /usr/bin/install -c .libs/libHalf.a /tmp/ilmbase/pkg/ilmbase/usr/lib/libHalf.a
libtool: install: chmod 644 /tmp/ilmbase/pkg/ilmbase/usr/lib/libHalf.a
libtool: install: ranlib /tmp/ilmbase/pkg/ilmbase/usr/lib/libHalf.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
test -z "/usr/include/OpenEXR" || /usr/bin/mkdir -p "/tmp/ilmbase/pkg/ilmbase/usr/include/OpenEXR"
/usr/bin/install -c -m 644 half.h halfFunction.h halfLimits.h halfExport.h '/tmp/ilmbase/pkg/ilmbase/usr/include/OpenEXR'
make[3]: Leaving directory '/tmp/ilmbase/src/ilmbase-2.2.0/Half'
make[2]: Leaving directory '/tmp/ilmbase/src/ilmbase-2.2.0/Half'
make[1]: Leaving directory '/tmp/ilmbase/src/ilmbase-2.2.0/Half'
Making install in HalfTest
make[1]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0/HalfTest'
make[2]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0/HalfTest'
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/ilmbase/src/ilmbase-2.2.0/HalfTest'
make[1]: Leaving directory '/tmp/ilmbase/src/ilmbase-2.2.0/HalfTest'
Making install in Iex
make[1]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0/Iex'
make[2]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0/Iex'
test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/ilmbase/pkg/ilmbase/usr/lib"
/bin/sh ../libtool --mode=install /usr/bin/install -c libIex.la '/tmp/ilmbase/pkg/ilmbase/usr/lib'
libtool: install: /usr/bin/install -c .libs/libIex-2_2.so.12.0.0 /tmp/ilmbase/pkg/ilmbase/usr/lib/libIex-2_2.so.12.0.0
libtool: install: (cd /tmp/ilmbase/pkg/ilmbase/usr/lib && { ln -s -f libIex-2_2.so.12.0.0 libIex-2_2.so.12 || { rm -f libIex-2_2.so.12 && ln -s libIex-2_2.so.12.0.0 libIex-2_2.so.12; }; })
libtool: install: (cd /tmp/ilmbase/pkg/ilmbase/usr/lib && { ln -s -f libIex-2_2.so.12.0.0 libIex.so || { rm -f libIex.so && ln -s libIex-2_2.so.12.0.0 libIex.so; }; })
libtool: install: /usr/bin/install -c .libs/libIex.lai /tmp/ilmbase/pkg/ilmbase/usr/lib/libIex.la
libtool: install: /usr/bin/install -c .libs/libIex.a /tmp/ilmbase/pkg/ilmbase/usr/lib/libIex.a
libtool: install: chmod 644 /tmp/ilmbase/pkg/ilmbase/usr/lib/libIex.a
libtool: install: ranlib /tmp/ilmbase/pkg/ilmbase/usr/lib/libIex.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
test -z "/usr/include/OpenEXR" || /usr/bin/mkdir -p "/tmp/ilmbase/pkg/ilmbase/usr/include/OpenEXR"
/usr/bin/install -c -m 644 IexBaseExc.h IexMathExc.h IexThrowErrnoExc.h IexErrnoExc.h IexMacros.h Iex.h IexForward.h IexNamespace.h IexExport.h '/tmp/ilmbase/pkg/ilmbase/usr/include/OpenEXR'
make[2]: Leaving directory '/tmp/ilmbase/src/ilmbase-2.2.0/Iex'
make[1]: Leaving directory '/tmp/ilmbase/src/ilmbase-2.2.0/Iex'
Making install in IexMath
make[1]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0/IexMath'
make[2]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0/IexMath'
test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/ilmbase/pkg/ilmbase/usr/lib"
/bin/sh ../libtool --mode=install /usr/bin/install -c libIexMath.la '/tmp/ilmbase/pkg/ilmbase/usr/lib'
libtool: install: warning: relinking `libIexMath.la'
libtool: install: (cd /tmp/ilmbase/src/ilmbase-2.2.0/IexMath; /bin/sh /tmp/ilmbase/src/ilmbase-2.2.0/libtool --tag CXX --mode=relink clang++ -pipe -pthread -version-info 12:0:0 -no-undefined -release 2_2 -o libIexMath.la -rpath /usr/lib IexMathFloatExc.lo IexMathFpu.lo ../Iex/libIex.la -pthread -inst-prefix-dir /tmp/ilmbase/pkg/ilmbase)
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/IexMathFloatExc.o .libs/IexMathFpu.o -L/tmp/ilmbase/pkg/ilmbase/usr/lib -L/usr/lib -lIex -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 -pthread -pthread -pthread -Wl,-soname -Wl,libIexMath-2_2.so.12 -o .libs/libIexMath-2_2.so.12.0.0
clang-3.8: warning: argument unused during compilation: '-pthread'
clang-3.8: warning: argument unused during compilation: '-pthread'
clang-3.8: warning: argument unused during compilation: '-pthread'
libtool: install: /usr/bin/install -c .libs/libIexMath-2_2.so.12.0.0T /tmp/ilmbase/pkg/ilmbase/usr/lib/libIexMath-2_2.so.12.0.0
libtool: install: (cd /tmp/ilmbase/pkg/ilmbase/usr/lib && { ln -s -f libIexMath-2_2.so.12.0.0 libIexMath-2_2.so.12 || { rm -f libIexMath-2_2.so.12 && ln -s libIexMath-2_2.so.12.0.0 libIexMath-2_2.so.12; }; })
libtool: install: (cd /tmp/ilmbase/pkg/ilmbase/usr/lib && { ln -s -f libIexMath-2_2.so.12.0.0 libIexMath.so || { rm -f libIexMath.so && ln -s libIexMath-2_2.so.12.0.0 libIexMath.so; }; })
libtool: install: /usr/bin/install -c .libs/libIexMath.lai /tmp/ilmbase/pkg/ilmbase/usr/lib/libIexMath.la
libtool: install: /usr/bin/install -c .libs/libIexMath.a /tmp/ilmbase/pkg/ilmbase/usr/lib/libIexMath.a
libtool: install: chmod 644 /tmp/ilmbase/pkg/ilmbase/usr/lib/libIexMath.a
libtool: install: ranlib /tmp/ilmbase/pkg/ilmbase/usr/lib/libIexMath.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
test -z "/usr/include/OpenEXR" || /usr/bin/mkdir -p "/tmp/ilmbase/pkg/ilmbase/usr/include/OpenEXR"
/usr/bin/install -c -m 644 IexMathFloatExc.h IexMathFpu.h IexMathIeeeExc.h '/tmp/ilmbase/pkg/ilmbase/usr/include/OpenEXR'
make[2]: Leaving directory '/tmp/ilmbase/src/ilmbase-2.2.0/IexMath'
make[1]: Leaving directory '/tmp/ilmbase/src/ilmbase-2.2.0/IexMath'
Making install in IexTest
make[1]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0/IexTest'
make[2]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0/IexTest'
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/ilmbase/src/ilmbase-2.2.0/IexTest'
make[1]: Leaving directory '/tmp/ilmbase/src/ilmbase-2.2.0/IexTest'
Making install in Imath
make[1]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0/Imath'
make[2]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0/Imath'
test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/ilmbase/pkg/ilmbase/usr/lib"
/bin/sh ../libtool --mode=install /usr/bin/install -c libImath.la '/tmp/ilmbase/pkg/ilmbase/usr/lib'
libtool: install: warning: relinking `libImath.la'
libtool: install: (cd /tmp/ilmbase/src/ilmbase-2.2.0/Imath; /bin/sh /tmp/ilmbase/src/ilmbase-2.2.0/libtool --tag CXX --mode=relink clang++ -pipe -pthread -version-info 12:0:0 -no-undefined -release 2_2 -o libImath.la -rpath /usr/lib ImathShear.lo ImathMatrixAlgo.lo ImathVec.lo ImathColorAlgo.lo ImathFun.lo ImathBox.lo ImathRandom.lo ../Iex/libIex.la -pthread -inst-prefix-dir /tmp/ilmbase/pkg/ilmbase)
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/ImathShear.o .libs/ImathMatrixAlgo.o .libs/ImathVec.o .libs/ImathColorAlgo.o .libs/ImathFun.o .libs/ImathBox.o .libs/ImathRandom.o -L/tmp/ilmbase/pkg/ilmbase/usr/lib -L/usr/lib -lIex -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 -pthread -pthread -pthread -Wl,-soname -Wl,libImath-2_2.so.12 -o .libs/libImath-2_2.so.12.0.0
clang-3.8: warning: argument unused during compilation: '-pthread'
clang-3.8: warning: argument unused during compilation: '-pthread'
clang-3.8: warning: argument unused during compilation: '-pthread'
libtool: install: /usr/bin/install -c .libs/libImath-2_2.so.12.0.0T /tmp/ilmbase/pkg/ilmbase/usr/lib/libImath-2_2.so.12.0.0
libtool: install: (cd /tmp/ilmbase/pkg/ilmbase/usr/lib && { ln -s -f libImath-2_2.so.12.0.0 libImath-2_2.so.12 || { rm -f libImath-2_2.so.12 && ln -s libImath-2_2.so.12.0.0 libImath-2_2.so.12; }; })
libtool: install: (cd /tmp/ilmbase/pkg/ilmbase/usr/lib && { ln -s -f libImath-2_2.so.12.0.0 libImath.so || { rm -f libImath.so && ln -s libImath-2_2.so.12.0.0 libImath.so; }; })
libtool: install: /usr/bin/install -c .libs/libImath.lai /tmp/ilmbase/pkg/ilmbase/usr/lib/libImath.la
libtool: install: /usr/bin/install -c .libs/libImath.a /tmp/ilmbase/pkg/ilmbase/usr/lib/libImath.a
libtool: install: chmod 644 /tmp/ilmbase/pkg/ilmbase/usr/lib/libImath.a
libtool: install: ranlib /tmp/ilmbase/pkg/ilmbase/usr/lib/libImath.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
test -z "/usr/include/OpenEXR" || /usr/bin/mkdir -p "/tmp/ilmbase/pkg/ilmbase/usr/include/OpenEXR"
/usr/bin/install -c -m 644 ImathColorAlgo.h ImathMatrixAlgo.h ImathVec.h ImathShear.h ImathFun.h ImathBox.h ImathBoxAlgo.h ImathEuler.h ImathExc.h ImathLimits.h ImathLine.h ImathLineAlgo.h ImathMatrix.h ImathPlane.h ImathSphere.h ImathVecAlgo.h ImathQuat.h ImathFrustum.h ImathMath.h ImathGL.h ImathColor.h ImathRandom.h ImathRoots.h ImathHalfLimits.h ImathInterval.h ImathGLU.h ImathFrame.h ImathPlatform.h ImathInt64.h ImathNamespace.h ImathForward.h ImathExport.h ImathFrustumTest.h '/tmp/ilmbase/pkg/ilmbase/usr/include/OpenEXR'
make[2]: Leaving directory '/tmp/ilmbase/src/ilmbase-2.2.0/Imath'
make[1]: Leaving directory '/tmp/ilmbase/src/ilmbase-2.2.0/Imath'
Making install in ImathTest
make[1]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0/ImathTest'
make[2]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0/ImathTest'
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/ilmbase/src/ilmbase-2.2.0/ImathTest'
make[1]: Leaving directory '/tmp/ilmbase/src/ilmbase-2.2.0/ImathTest'
Making install in IlmThread
make[1]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0/IlmThread'
make[2]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0/IlmThread'
test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/ilmbase/pkg/ilmbase/usr/lib"
/bin/sh ../libtool --mode=install /usr/bin/install -c libIlmThread.la '/tmp/ilmbase/pkg/ilmbase/usr/lib'
libtool: install: warning: relinking `libIlmThread.la'
libtool: install: (cd /tmp/ilmbase/src/ilmbase-2.2.0/IlmThread; /bin/sh /tmp/ilmbase/src/ilmbase-2.2.0/libtool --tag CXX --mode=relink clang++ -pipe -pthread -version-info 12:0:0 -no-undefined -release 2_2 -o libIlmThread.la -rpath /usr/lib IlmThreadPool.lo IlmThread.lo IlmThreadSemaphore.lo IlmThreadMutex.lo IlmThreadPosix.lo IlmThreadSemaphorePosix.lo IlmThreadSemaphorePosixCompat.lo IlmThreadMutexPosix.lo ../Iex/libIex.la -pthread -inst-prefix-dir /tmp/ilmbase/pkg/ilmbase)
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/IlmThreadPool.o .libs/IlmThread.o .libs/IlmThreadSemaphore.o .libs/IlmThreadMutex.o .libs/IlmThreadPosix.o .libs/IlmThreadSemaphorePosix.o .libs/IlmThreadSemaphorePosixCompat.o .libs/IlmThreadMutexPosix.o -L/tmp/ilmbase/pkg/ilmbase/usr/lib -L/usr/lib -lIex -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 -pthread -pthread -pthread -Wl,-soname -Wl,libIlmThread-2_2.so.12 -o .libs/libIlmThread-2_2.so.12.0.0
clang-3.8: warning: argument unused during compilation: '-pthread'
clang-3.8: warning: argument unused during compilation: '-pthread'
clang-3.8: warning: argument unused during compilation: '-pthread'
libtool: install: /usr/bin/install -c .libs/libIlmThread-2_2.so.12.0.0T /tmp/ilmbase/pkg/ilmbase/usr/lib/libIlmThread-2_2.so.12.0.0
libtool: install: (cd /tmp/ilmbase/pkg/ilmbase/usr/lib && { ln -s -f libIlmThread-2_2.so.12.0.0 libIlmThread-2_2.so.12 || { rm -f libIlmThread-2_2.so.12 && ln -s libIlmThread-2_2.so.12.0.0 libIlmThread-2_2.so.12; }; })
libtool: install: (cd /tmp/ilmbase/pkg/ilmbase/usr/lib && { ln -s -f libIlmThread-2_2.so.12.0.0 libIlmThread.so || { rm -f libIlmThread.so && ln -s libIlmThread-2_2.so.12.0.0 libIlmThread.so; }; })
libtool: install: /usr/bin/install -c .libs/libIlmThread.lai /tmp/ilmbase/pkg/ilmbase/usr/lib/libIlmThread.la
libtool: install: /usr/bin/install -c .libs/libIlmThread.a /tmp/ilmbase/pkg/ilmbase/usr/lib/libIlmThread.a
libtool: install: chmod 644 /tmp/ilmbase/pkg/ilmbase/usr/lib/libIlmThread.a
libtool: install: ranlib /tmp/ilmbase/pkg/ilmbase/usr/lib/libIlmThread.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
test -z "/usr/include/OpenEXR" || /usr/bin/mkdir -p "/tmp/ilmbase/pkg/ilmbase/usr/include/OpenEXR"
/usr/bin/install -c -m 644 IlmThreadPool.h IlmThread.h IlmThreadSemaphore.h IlmThreadMutex.h IlmThreadNamespace.h IlmThreadForward.h IlmThreadExport.h '/tmp/ilmbase/pkg/ilmbase/usr/include/OpenEXR'
make[2]: Leaving directory '/tmp/ilmbase/src/ilmbase-2.2.0/IlmThread'
make[1]: Leaving directory '/tmp/ilmbase/src/ilmbase-2.2.0/IlmThread'
Making install in config
make[1]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0/config'
make[2]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0/config'
make[2]: Nothing to be done for 'install-exec-am'.
test -z "/usr/include/OpenEXR" || /usr/bin/mkdir -p "/tmp/ilmbase/pkg/ilmbase/usr/include/OpenEXR"
/usr/bin/install -c -m 644 IlmBaseConfig.h '/tmp/ilmbase/pkg/ilmbase/usr/include/OpenEXR'
make[2]: Leaving directory '/tmp/ilmbase/src/ilmbase-2.2.0/config'
make[1]: Leaving directory '/tmp/ilmbase/src/ilmbase-2.2.0/config'
make[1]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0'
make[2]: Entering directory '/tmp/ilmbase/src/ilmbase-2.2.0'
make[2]: Nothing to be done for 'install-exec-am'.
test -z "/usr/lib/pkgconfig" || /usr/bin/mkdir -p "/tmp/ilmbase/pkg/ilmbase/usr/lib/pkgconfig"
/usr/bin/install -c -m 644 IlmBase.pc '/tmp/ilmbase/pkg/ilmbase/usr/lib/pkgconfig'
make[2]: Leaving directory '/tmp/ilmbase/src/ilmbase-2.2.0'
make[1]: Leaving directory '/tmp/ilmbase/src/ilmbase-2.2.0'
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "ilmbase"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: ilmbase 2.2.0-2 (Thu Apr 13 13:32:13 UTC 2017)
CMD: pacman --query --file ilmbase-2.2.0-2-x86_64.pkg.tar.xz
Creating hybrid package for 'ilmbase'
Trying to find vanilla package 'ilmbase'...
CMD: pacman --query --file /mirror/ilmbase-2.2.0-2.pkg.tar.xz
Package file has the following structure:
/.PKGINFO
/.MTREE
/usr/include/OpenEXR/half.h
/usr/include/OpenEXR/halfFunction.h
/usr/include/OpenEXR/halfLimits.h
/usr/include/OpenEXR/halfExport.h
/usr/include/OpenEXR/IexBaseExc.h
/usr/include/OpenEXR/IexMathExc.h
/usr/include/OpenEXR/IexThrowErrnoExc.h
/usr/include/OpenEXR/IexErrnoExc.h
/usr/include/OpenEXR/IexMacros.h
/usr/include/OpenEXR/Iex.h
/usr/include/OpenEXR/IexForward.h
/usr/include/OpenEXR/IexNamespace.h
/usr/include/OpenEXR/IexExport.h
/usr/include/OpenEXR/IexMathFloatExc.h
/usr/include/OpenEXR/IexMathFpu.h
/usr/include/OpenEXR/IexMathIeeeExc.h
/usr/include/OpenEXR/ImathColorAlgo.h
/usr/include/OpenEXR/ImathMatrixAlgo.h
/usr/include/OpenEXR/ImathVec.h
/usr/include/OpenEXR/ImathShear.h
/usr/include/OpenEXR/ImathFun.h
/usr/include/OpenEXR/ImathBox.h
/usr/include/OpenEXR/ImathBoxAlgo.h
/usr/include/OpenEXR/ImathEuler.h
/usr/include/OpenEXR/ImathExc.h
/usr/include/OpenEXR/ImathLimits.h
/usr/include/OpenEXR/ImathLine.h
/usr/include/OpenEXR/ImathLineAlgo.h
/usr/include/OpenEXR/ImathMatrix.h
/usr/include/OpenEXR/ImathPlane.h
/usr/include/OpenEXR/ImathSphere.h
/usr/include/OpenEXR/ImathVecAlgo.h
/usr/include/OpenEXR/ImathQuat.h
/usr/include/OpenEXR/ImathFrustum.h
/usr/include/OpenEXR/ImathMath.h
/usr/include/OpenEXR/ImathGL.h
/usr/include/OpenEXR/ImathColor.h
/usr/include/OpenEXR/ImathRandom.h
/usr/include/OpenEXR/ImathRoots.h
/usr/include/OpenEXR/ImathHalfLimits.h
/usr/include/OpenEXR/ImathInterval.h
/usr/include/OpenEXR/ImathGLU.h
/usr/include/OpenEXR/ImathFrame.h
/usr/include/OpenEXR/ImathPlatform.h
/usr/include/OpenEXR/ImathInt64.h
/usr/include/OpenEXR/ImathNamespace.h
/usr/include/OpenEXR/ImathForward.h
/usr/include/OpenEXR/ImathExport.h
/usr/include/OpenEXR/ImathFrustumTest.h
/usr/include/OpenEXR/IlmThreadPool.h
/usr/include/OpenEXR/IlmThread.h
/usr/include/OpenEXR/IlmThreadSemaphore.h
/usr/include/OpenEXR/IlmThreadMutex.h
/usr/include/OpenEXR/IlmThreadNamespace.h
/usr/include/OpenEXR/IlmThreadForward.h
/usr/include/OpenEXR/IlmThreadExport.h
/usr/include/OpenEXR/IlmBaseConfig.h
/usr/lib/libHalf.so.12
/usr/lib/libHalf.so
/usr/lib/libIex-2_2.so.12
/usr/lib/libIex.so
/usr/lib/libIexMath-2_2.so.12
/usr/lib/libIexMath.so
/usr/lib/libImath-2_2.so.12
/usr/lib/libImath.so
/usr/lib/libIlmThread-2_2.so.12
/usr/lib/libIlmThread.so
/usr/lib/libHalf.so.12.0.0
/usr/lib/libIex-2_2.so.12.0.0
/usr/lib/libIexMath-2_2.so.12.0.0
/usr/lib/libImath-2_2.so.12.0.0
/usr/lib/libIlmThread-2_2.so.12.0.0
/usr/lib/pkgconfig/IlmBase.pc
/usr/share/licenses/ilmbase/COPYING
/sysroot/usr/lib/libHalf.so.12.0.0
/sysroot/usr/lib/libHalf.so.12
/sysroot/usr/lib/libHalf.so
/sysroot/usr/lib/libHalf.la
/sysroot/usr/lib/libHalf.a
/sysroot/usr/lib/libIex-2_2.so.12.0.0
/sysroot/usr/lib/libIex-2_2.so.12
/sysroot/usr/lib/libIex.so
/sysroot/usr/lib/libIex.la
/sysroot/usr/lib/libIex.a
/sysroot/usr/lib/libIexMath-2_2.so.12.0.0
/sysroot/usr/lib/libIexMath-2_2.so.12
/sysroot/usr/lib/libIexMath.so
/sysroot/usr/lib/libIexMath.la
/sysroot/usr/lib/libIexMath.a
/sysroot/usr/lib/libImath-2_2.so.12.0.0
/sysroot/usr/lib/libImath-2_2.so.12
/sysroot/usr/lib/libImath.so
/sysroot/usr/lib/libImath.la
/sysroot/usr/lib/libImath.a
/sysroot/usr/lib/libIlmThread-2_2.so.12.0.0
/sysroot/usr/lib/libIlmThread-2_2.so.12
/sysroot/usr/lib/libIlmThread.so
/sysroot/usr/lib/libIlmThread.la
/sysroot/usr/lib/libIlmThread.a
/sysroot/usr/lib/pkgconfig/IlmBase.pc
/sysroot/usr/include/OpenEXR/half.h
/sysroot/usr/include/OpenEXR/halfFunction.h
/sysroot/usr/include/OpenEXR/halfLimits.h
/sysroot/usr/include/OpenEXR/halfExport.h
/sysroot/usr/include/OpenEXR/IexBaseExc.h
/sysroot/usr/include/OpenEXR/IexMathExc.h
/sysroot/usr/include/OpenEXR/IexThrowErrnoExc.h
/sysroot/usr/include/OpenEXR/IexErrnoExc.h
/sysroot/usr/include/OpenEXR/IexMacros.h
/sysroot/usr/include/OpenEXR/Iex.h
/sysroot/usr/include/OpenEXR/IexForward.h
/sysroot/usr/include/OpenEXR/IexNamespace.h
/sysroot/usr/include/OpenEXR/IexExport.h
/sysroot/usr/include/OpenEXR/IexMathFloatExc.h
/sysroot/usr/include/OpenEXR/IexMathFpu.h
/sysroot/usr/include/OpenEXR/IexMathIeeeExc.h
/sysroot/usr/include/OpenEXR/ImathColorAlgo.h
/sysroot/usr/include/OpenEXR/ImathMatrixAlgo.h
/sysroot/usr/include/OpenEXR/ImathVec.h
/sysroot/usr/include/OpenEXR/ImathShear.h
/sysroot/usr/include/OpenEXR/ImathFun.h
/sysroot/usr/include/OpenEXR/ImathBox.h
/sysroot/usr/include/OpenEXR/ImathBoxAlgo.h
/sysroot/usr/include/OpenEXR/ImathEuler.h
/sysroot/usr/include/OpenEXR/ImathExc.h
/sysroot/usr/include/OpenEXR/ImathLimits.h
/sysroot/usr/include/OpenEXR/ImathLine.h
/sysroot/usr/include/OpenEXR/ImathLineAlgo.h
/sysroot/usr/include/OpenEXR/ImathMatrix.h
/sysroot/usr/include/OpenEXR/ImathPlane.h
/sysroot/usr/include/OpenEXR/ImathSphere.h
/sysroot/usr/include/OpenEXR/ImathVecAlgo.h
/sysroot/usr/include/OpenEXR/ImathQuat.h
/sysroot/usr/include/OpenEXR/ImathFrustum.h
/sysroot/usr/include/OpenEXR/ImathMath.h
/sysroot/usr/include/OpenEXR/ImathGL.h
/sysroot/usr/include/OpenEXR/ImathColor.h
/sysroot/usr/include/OpenEXR/ImathRandom.h
/sysroot/usr/include/OpenEXR/ImathRoots.h
/sysroot/usr/include/OpenEXR/ImathHalfLimits.h
/sysroot/usr/include/OpenEXR/ImathInterval.h
/sysroot/usr/include/OpenEXR/ImathGLU.h
/sysroot/usr/include/OpenEXR/ImathFrame.h
/sysroot/usr/include/OpenEXR/ImathPlatform.h
/sysroot/usr/include/OpenEXR/ImathInt64.h
/sysroot/usr/include/OpenEXR/ImathNamespace.h
/sysroot/usr/include/OpenEXR/ImathForward.h
/sysroot/usr/include/OpenEXR/ImathExport.h
/sysroot/usr/include/OpenEXR/ImathFrustumTest.h
/sysroot/usr/include/OpenEXR/IlmThreadPool.h
/sysroot/usr/include/OpenEXR/IlmThread.h
/sysroot/usr/include/OpenEXR/IlmThreadSemaphore.h
/sysroot/usr/include/OpenEXR/IlmThreadMutex.h
/sysroot/usr/include/OpenEXR/IlmThreadNamespace.h
/sysroot/usr/include/OpenEXR/IlmThreadForward.h
/sysroot/usr/include/OpenEXR/IlmThreadExport.h
/sysroot/usr/include/OpenEXR/IlmBaseConfig.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 ilmbase.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/ilmbase.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/ilmbase.pkg.tar.xz
Attempting to access local repository, attempt 2
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/ilmbase.pkg.tar.xz
Attempting to access local repository, attempt 3
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/ilmbase.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/ilmbase.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/ilmbase/src/ilmbase-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 IlmBase 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 = 1d73df87ea4c
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/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2134: checking build system type
configure:2152: result: x86_64-unknown-linux-gnu
configure:2174: checking host system type
configure:2189: result: x86_64-unknown-linux-gnu
configure:2230: checking for a BSD-compatible install
configure:2298: result: /usr/bin/install -c
configure:2309: checking whether build environment is sane
configure:2369: result: yes
configure:2418: checking for x86_64-unknown-linux-strip
configure:2448: result: no
configure:2458: checking for strip
configure:2474: found /usr/bin/strip
configure:2485: result: strip
configure:2510: checking for a thread-safe mkdir -p
configure:2549: result: /usr/bin/mkdir -p
configure:2562: checking for gawk
configure:2578: found /usr/bin/gawk
configure:2589: result: gawk
configure:2600: checking whether make sets $(MAKE)
configure:2622: result: yes
configure:2704: checking whether to enable maintainer-specific portions of Makefiles
configure:2713: result: no
configure:2846: checking for C++ compiler version
configure:2854: 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:2858: $? = 0
configure:2865: 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:2869: $? = 0
configure:2876: clang++ -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:2880: $? = 1
configure:2903: checking for C++ compiler default output file name
configure:2925: clang++ conftest.cpp >&5
configure:2929: $? = 0
configure:2967: result: a.out
configure:2986: checking whether the C++ compiler works
configure:2996: ./a.out
configure:3000: $? = 0
configure:3019: result: yes
configure:3026: checking whether we are cross compiling
configure:3028: result: no
configure:3031: checking for suffix of executables
configure:3038: clang++ -o conftest conftest.cpp >&5
configure:3042: $? = 0
configure:3068: result:
configure:3074: checking for suffix of object files
configure:3100: clang++ -c conftest.cpp >&5
configure:3104: $? = 0
configure:3129: result: o
configure:3133: checking whether we are using the GNU C++ compiler
configure:3162: clang++ -c conftest.cpp >&5
configure:3169: $? = 0
configure:3186: result: yes
configure:3195: checking whether clang++ accepts -g
configure:3225: clang++ -c -g conftest.cpp >&5
configure:3232: $? = 0
configure:3333: result: yes
configure:3367: checking for style of include used by make
configure:3395: result: GNU
configure:3420: checking dependency style of clang++
configure:3530: result: gcc3
configure:3559: checking for a BSD-compatible install
configure:3627: result: /usr/bin/install -c
configure:3646: checking for x86_64-unknown-linux-gcc
configure:3673: result: clang
configure:3945: checking for C compiler version
configure:3953: 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:3957: $? = 0
configure:3964: 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:3968: $? = 0
configure:3975: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:3979: $? = 1
configure:3982: checking whether we are using the GNU C compiler
configure:4011: clang -c conftest.c >&5
configure:4018: $? = 0
configure:4035: result: yes
configure:4044: checking whether clang accepts -g
configure:4074: clang -c -g conftest.c >&5
configure:4081: $? = 0
configure:4182: result: yes
configure:4199: checking for clang option to accept ISO C89
configure:4273: clang -c conftest.c >&5
configure:4280: $? = 0
configure:4303: result: none needed
configure:4323: checking dependency style of clang
configure:4433: result: gcc3
configure:4448: checking whether ln -s works
configure:4452: result: yes
configure:4484: checking for a sed that does not truncate output
configure:4550: result: /usr/bin/sed
configure:4568: checking for grep that handles long lines and -e
configure:4628: result: /usr/bin/grep
configure:4633: checking for egrep
configure:4697: result: /usr/bin/grep -E
configure:4702: checking for fgrep
configure:4766: result: /usr/bin/grep -F
configure:4801: checking for ld used by clang
configure:4868: result: /usr/bin/ld
configure:4877: checking if the linker (/usr/bin/ld) is GNU ld
configure:4892: result: yes
configure:4904: checking for BSD- or MS-compatible name lister (nm)
configure:4953: result: /usr/bin/nm -B
configure:5071: checking the name lister (/usr/bin/nm -B) interface
configure:5078: clang -c conftest.c >&5
configure:5081: /usr/bin/nm -B "conftest.o"
configure:5084: output
0000000000000000 B some_variable
configure:5091: result: BSD nm
configure:5095: checking the maximum length of command line arguments
configure:5215: result: 1572864
configure:5232: checking whether the shell understands some XSI constructs
configure:5242: result: yes
configure:5246: checking whether the shell understands "+="
configure:5252: result: yes
configure:5287: checking for /usr/bin/ld option to reload object files
configure:5294: result: -r
configure:5323: checking for x86_64-unknown-linux-objdump
configure:5353: result: no
configure:5363: checking for objdump
configure:5379: found /usr/bin/objdump
configure:5390: result: objdump
configure:5422: checking how to recognize dependent libraries
configure:5618: result: pass_all
configure:5638: checking for x86_64-unknown-linux-ar
configure:5668: result: no
configure:5678: checking for ar
configure:5694: found /usr/bin/ar
configure:5705: result: ar
configure:5743: checking for x86_64-unknown-linux-strip
configure:5770: result: strip
configure:5842: checking for x86_64-unknown-linux-ranlib
configure:5872: result: no
configure:5882: checking for ranlib
configure:5898: found /usr/bin/ranlib
configure:5909: result: ranlib
configure:5999: checking command to parse /usr/bin/nm -B output from clang object
configure:6117: clang -c conftest.c >&5
configure:6120: $? = 0
configure:6124: /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:6127: $? = 0
configure:6181: clang -o conftest conftest.c conftstm.o >&5
configure:6184: $? = 0
configure:6222: result: ok
configure:6318: clang -c conftest.c >&5
configure:6321: $? = 0
configure:7089: checking how to run the C preprocessor
configure:7129: clang -E conftest.c
configure:7136: $? = 0
configure:7167: clang -E conftest.c
conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:7174: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "IlmBase"
| #define PACKAGE_TARNAME "ilmbase"
| #define PACKAGE_VERSION "2.2.0"
| #define PACKAGE_STRING "IlmBase 2.2.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ilmbase"
| #define VERSION "2.2.0"
| /* end confdefs.h. */
| #include
configure:7207: result: clang -E
configure:7236: clang -E conftest.c
configure:7243: $? = 0
configure:7274: clang -E conftest.c
conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:7281: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "IlmBase"
| #define PACKAGE_TARNAME "ilmbase"
| #define PACKAGE_VERSION "2.2.0"
| #define PACKAGE_STRING "IlmBase 2.2.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ilmbase"
| #define VERSION "2.2.0"
| /* end confdefs.h. */
| #include
configure:7321: checking for ANSI C header files
configure:7351: clang -c conftest.c >&5
configure:7358: $? = 0
configure:7457: clang -o conftest conftest.c >&5
configure:7461: $? = 0
configure:7467: ./conftest
configure:7471: $? = 0
configure:7489: result: yes
configure:7513: checking for sys/types.h
configure:7534: clang -c conftest.c >&5
configure:7541: $? = 0
configure:7558: result: yes
configure:7513: checking for sys/stat.h
configure:7534: clang -c conftest.c >&5
configure:7541: $? = 0
configure:7558: result: yes
configure:7513: checking for stdlib.h
configure:7534: clang -c conftest.c >&5
configure:7541: $? = 0
configure:7558: result: yes
configure:7513: checking for string.h
configure:7534: clang -c conftest.c >&5
configure:7541: $? = 0
configure:7558: result: yes
configure:7513: checking for memory.h
configure:7534: clang -c conftest.c >&5
configure:7541: $? = 0
configure:7558: result: yes
configure:7513: checking for strings.h
configure:7534: clang -c conftest.c >&5
configure:7541: $? = 0
configure:7558: result: yes
configure:7513: checking for inttypes.h
configure:7534: clang -c conftest.c >&5
configure:7541: $? = 0
configure:7558: result: yes
configure:7513: checking for stdint.h
configure:7534: clang -c conftest.c >&5
configure:7541: $? = 0
configure:7558: result: yes
configure:7513: checking for unistd.h
configure:7534: clang -c conftest.c >&5
configure:7541: $? = 0
configure:7558: result: yes
configure:7576: checking for dlfcn.h
configure:7597: clang -c conftest.c >&5
configure:7604: $? = 0
configure:7621: result: yes
configure:7748: checking for C++ compiler version
configure:7756: 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:7760: $? = 0
configure:7767: 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:7771: $? = 0
configure:7778: clang++ -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:7782: $? = 1
configure:7785: checking whether we are using the GNU C++ compiler
configure:7838: result: yes
configure:7847: checking whether clang++ accepts -g
configure:7985: result: yes
configure:8010: checking dependency style of clang++
configure:8120: result: gcc3
configure:8143: checking how to run the C++ preprocessor
configure:8179: clang++ -E conftest.cpp
configure:8186: $? = 0
configure:8217: clang++ -E conftest.cpp
conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:8224: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "IlmBase"
| #define PACKAGE_TARNAME "ilmbase"
| #define PACKAGE_VERSION "2.2.0"
| #define PACKAGE_STRING "IlmBase 2.2.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ilmbase"
| #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:8257: result: clang++ -E
configure:8286: clang++ -E conftest.cpp
configure:8293: $? = 0
configure:8324: clang++ -E conftest.cpp
conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:8331: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "IlmBase"
| #define PACKAGE_TARNAME "ilmbase"
| #define PACKAGE_VERSION "2.2.0"
| #define PACKAGE_STRING "IlmBase 2.2.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ilmbase"
| #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:8545: checking for objdir
configure:8560: result: .libs
configure:8852: checking if clang supports -fno-rtti -fno-exceptions
configure:8870: clang -c -fno-rtti -fno-exceptions conftest.c >&5
configure:8874: $? = 0
configure:8887: result: yes
configure:8907: checking for clang option to produce PIC
configure:9179: result: -fPIC -DPIC
configure:9191: checking if clang PIC flag -fPIC -DPIC works
configure:9209: clang -c -fPIC -DPIC -DPIC conftest.c >&5
configure:9213: $? = 0
configure:9226: result: yes
configure:9250: checking if clang static flag -static works
configure:9278: result: yes
configure:9293: checking if clang supports -c -o file.o
configure:9314: clang -c -o out/conftest2.o conftest.c >&5
configure:9318: $? = 0
configure:9340: result: yes
configure:9348: checking if clang supports -c -o file.o
configure:9395: result: yes
configure:9428: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:10502: result: yes
configure:10539: checking whether -lc should be explicitly linked in
configure:10544: clang -c conftest.c >&5
configure:10547: $? = 0
configure:10562: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
configure:10565: $? = 0
configure:10577: result: no
configure:10741: checking dynamic linker characteristics
configure:11184: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
configure:11191: $? = 0
configure:11427: result: GNU/Linux ld.so
configure:11529: checking how to hardcode library paths into programs
configure:11554: result: immediate
configure:12387: checking whether stripping libraries is possible
configure:12392: result: yes
configure:12427: checking if libtool supports shared libraries
configure:12429: result: yes
configure:12432: checking whether to build shared libraries
configure:12453: result: yes
configure:12456: checking whether to build static libraries
configure:12460: result: yes
configure:12610: checking for ld used by clang++
configure:12677: result: /usr/bin/ld -m elf_x86_64
configure:12686: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:12701: result: yes
configure:12756: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:13731: result: yes
configure:13759: clang++ -c conftest.cpp >&5
configure:13762: $? = 0
configure:13944: checking for clang++ option to produce PIC
configure:14261: result: -fPIC -DPIC
configure:14270: checking if clang++ PIC flag -fPIC -DPIC works
configure:14288: clang++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
configure:14292: $? = 0
configure:14305: result: yes
configure:14326: checking if clang++ static flag -static works
configure:14354: result: yes
configure:14366: checking if clang++ supports -c -o file.o
configure:14387: clang++ -c -o out/conftest2.o conftest.cpp >&5
configure:14391: $? = 0
configure:14413: result: yes
configure:14418: checking if clang++ supports -c -o file.o
configure:14465: result: yes
configure:14495: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:14521: result: yes
configure:14658: checking dynamic linker characteristics
configure:15049: clang++ -o conftest -Wl,-rpath -Wl,/foo conftest.cpp >&5
configure:15056: $? = 0
configure:15292: result: GNU/Linux ld.so
configure:15343: checking how to hardcode library paths into programs
configure:15368: result: immediate
configure:15426: checking whether make sets $(MAKE)
configure:15448: result: yes
configure:15671: checking for the pthreads library -lpthreads
configure:15714: clang -o conftest conftest.c -lpthreads >&5
conftest.c:27:41: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pthread_attr_init(0); pthread_cleanup_push(0, 0);
~^
conftest.c:28:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pthread_create(0,0,0,0); pthread_cleanup_pop(0);
~ ^
conftest.c:28:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pthread_create(0,0,0,0); pthread_cleanup_pop(0);
~ ^
3 warnings generated.
/usr/bin/ld: cannot find -lpthreads
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:15721: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "IlmBase"
| #define PACKAGE_TARNAME "ilmbase"
| #define PACKAGE_VERSION "2.2.0"
| #define PACKAGE_STRING "IlmBase 2.2.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ilmbase"
| #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/"
| /* end confdefs.h. */
| #include
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:15744: result: no
configure:15615: checking whether pthreads work without any flags
configure:15714: clang -o conftest conftest.c >&5
conftest.c:27:41: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pthread_attr_init(0); pthread_cleanup_push(0, 0);
~^
conftest.c:28:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pthread_create(0,0,0,0); pthread_cleanup_pop(0);
~ ^
conftest.c:28:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pthread_create(0,0,0,0); pthread_cleanup_pop(0);
~ ^
3 warnings generated.
/tmp/conftest-64a2c0.o: In function `main':
conftest.c:(.text+0x1b): undefined reference to `pthread_join'
conftest.c:(.text+0x8d): undefined reference to `__pthread_register_cancel'
conftest.c:(.text+0x9f): undefined reference to `pthread_create'
conftest.c:(.text+0xb8): undefined reference to `__pthread_unregister_cancel'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:15721: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "IlmBase"
| #define PACKAGE_TARNAME "ilmbase"
| #define PACKAGE_VERSION "2.2.0"
| #define PACKAGE_STRING "IlmBase 2.2.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ilmbase"
| #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/"
| /* end confdefs.h. */
| #include
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:15744: result: no
configure:15620: checking whether pthreads work with -Kthread
configure:15714: clang -o conftest -Kthread conftest.c -Kthread >&5
clang-3.8: error: unknown argument: '-Kthread'
clang-3.8: error: unknown argument: '-Kthread'
configure:15721: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "IlmBase"
| #define PACKAGE_TARNAME "ilmbase"
| #define PACKAGE_VERSION "2.2.0"
| #define PACKAGE_STRING "IlmBase 2.2.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ilmbase"
| #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/"
| /* end confdefs.h. */
| #include
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:15744: result: no
configure:15620: checking whether pthreads work with -kthread
configure:15714: clang -o conftest -kthread conftest.c -kthread >&5
clang-3.8: error: unknown argument: '-kthread'
clang-3.8: error: unknown argument: '-kthread'
configure:15721: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "IlmBase"
| #define PACKAGE_TARNAME "ilmbase"
| #define PACKAGE_VERSION "2.2.0"
| #define PACKAGE_STRING "IlmBase 2.2.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ilmbase"
| #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/"
| /* end confdefs.h. */
| #include
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:15744: result: no
configure:15671: checking for the pthreads library -llthread
configure:15714: clang -o conftest conftest.c -llthread >&5
conftest.c:27:41: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pthread_attr_init(0); pthread_cleanup_push(0, 0);
~^
conftest.c:28:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pthread_create(0,0,0,0); pthread_cleanup_pop(0);
~ ^
conftest.c:28:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pthread_create(0,0,0,0); pthread_cleanup_pop(0);
~ ^
3 warnings generated.
/usr/bin/ld: cannot find -llthread
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:15721: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "IlmBase"
| #define PACKAGE_TARNAME "ilmbase"
| #define PACKAGE_VERSION "2.2.0"
| #define PACKAGE_STRING "IlmBase 2.2.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ilmbase"
| #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/"
| /* end confdefs.h. */
| #include
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:15744: result: no
configure:15620: checking whether pthreads work with -pthread
configure:15714: clang -o conftest -pthread conftest.c -pthread >&5
conftest.c:27:41: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pthread_attr_init(0); pthread_cleanup_push(0, 0);
~^
conftest.c:28:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pthread_create(0,0,0,0); pthread_cleanup_pop(0);
~ ^
conftest.c:28:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pthread_create(0,0,0,0); pthread_cleanup_pop(0);
~ ^
3 warnings generated.
configure:15721: $? = 0
configure:15744: result: yes
configure:15763: checking for joinable pthread attribute
configure:15788: clang -o conftest -pthread conftest.c -pthread >&5
configure:15795: $? = 0
configure:15815: result: PTHREAD_CREATE_JOINABLE
configure:15825: checking if more special flags are required for pthreads
configure:15832: result: no
configure:15844: checking for cc_r
configure:15872: result: clang
configure:15925: checking semaphore.h usability
configure:15942: clang -c -pthread conftest.c >&5
configure:15949: $? = 0
configure:15963: result: yes
configure:15967: checking semaphore.h presence
configure:15982: clang -E conftest.c
configure:15989: $? = 0
configure:16003: result: yes
configure:16031: checking for semaphore.h
configure:16040: result: yes
configure:16051: checking for library containing sem_init
configure:16092: clang -o conftest -pthread conftest.c -pthread >&5
configure:16099: $? = 0
configure:16130: result: none required
configure:16136: checking whether to use POSIX unnamed semaphores
configure:16178: clang -o conftest -pthread conftest.c -pthread >&5
configure:16182: $? = 0
configure:16188: ./conftest
configure:16192: $? = 0
configure:16195: result: yes
configure:16251: multithread true, LIBS = -pthread , CC = clang, CXXFLAGS = -pthread
configure:16255: checking for ANSI C header files
configure:16423: result: yes
configure:16451: checking limits.h usability
configure:16468: clang -c -pthread conftest.c >&5
configure:16475: $? = 0
configure:16489: result: yes
configure:16493: checking limits.h presence
configure:16508: clang -E conftest.c
configure:16515: $? = 0
configure:16529: result: yes
configure:16557: checking for limits.h
configure:16566: result: yes
configure:16440: checking for unistd.h
configure:16447: result: yes
configure:16451: checking ucontext.h usability
configure:16468: clang -c -pthread conftest.c >&5
configure:16475: $? = 0
configure:16489: result: yes
configure:16493: checking ucontext.h presence
configure:16508: clang -E conftest.c
configure:16515: $? = 0
configure:16529: result: yes
configure:16557: checking for ucontext.h
configure:16566: result: yes
configure:16582: checking for an ANSI C-conforming const
configure:16657: clang -c -pthread conftest.c >&5
configure:16664: $? = 0
configure:16679: result: yes
configure:16689: checking for inline
configure:16715: clang -c -pthread conftest.c >&5
configure:16722: $? = 0
configure:16740: result: inline
configure:16759: checking for size_t
configure:16787: clang -c -pthread conftest.c >&5
configure:16794: $? = 0
configure:16821: clang -c -pthread conftest.c >&5
conftest.c:65:21: error: expected expression
if (sizeof ((size_t)))
^
1 error generated.
configure:16828: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "IlmBase"
| #define PACKAGE_TARNAME "ilmbase"
| #define PACKAGE_VERSION "2.2.0"
| #define PACKAGE_STRING "IlmBase 2.2.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ilmbase"
| #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 HAVE_PTHREAD 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_POSIX_SEMAPHORES 1
| #define STDC_HEADERS 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UCONTEXT_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:16851: result: yes
configure:16868: checking for strerror
configure:16924: clang -o conftest -pthread conftest.c -pthread >&5
conftest.c:52:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
char strerror ();
^
conftest.c:52:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
configure:16931: $? = 0
configure:16953: result: yes
configure:16967: checking for complete iomanip support in C++ standard library
configure:17001: clang++ -c -pthread conftest.cpp >&5
conftest.cpp:36:2: warning: expression result unused [-Wunused-value]
std::right;
^~~~~~~~~~
1 warning generated.
configure:17008: $? = 0
configure:17025: result: yes
configure:17029: checking for fpe support handling
configure:17061: clang++ -c -pthread conftest.cpp >&5
configure:17068: $? = 0
configure:17085: result: yes
configure:17146: checking for gcc optimization flags
configure:17171: clang -c -pthread -pipe conftest.c >&5
configure:17178: $? = 0
configure:17193: result: -pipe
configure:17598: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by IlmBase 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 1d73df87ea4c
config.status:1098: creating Makefile
config.status:1098: creating IlmBase.pc
config.status:1098: creating config/Makefile
config.status:1098: creating Half/Makefile
config.status:1098: creating HalfTest/Makefile
config.status:1098: creating Iex/Makefile
config.status:1098: creating IexMath/Makefile
config.status:1098: creating IexTest/Makefile
config.status:1098: creating IlmThread/Makefile
config.status:1098: creating Imath/Makefile
config.status:1098: creating ImathTest/Makefile
config.status:1098: creating config/IlmBaseConfig.h
config.status:1320: config/IlmBaseConfig.h is unchanged
config.status:1372: executing depfiles commands
config.status:1372: executing libtool commands
configure:20103: result:
---------------------------------------------
Summary for IlmBase features:
enable large stack optimizations yes
configure:20113: result:
internal library namespaces Imath_2_2
Iex_2_2
IlmThread_2_2
configure:20136: result:
public namespaces Imath Iex IlmThread
configure:20155: 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_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_func_strerror=yes
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_semaphore_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_ucontext_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
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_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_PTHREAD_CC=clang
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_search_sem_init='none required'
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/ilmbase/src/ilmbase-2.2.0/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /tmp/ilmbase/src/ilmbase-2.2.0/missing --run tar'
AM_CFLAGS='-pipe'
AM_CXXFLAGS='-pipe'
AR='ar'
AUTOCONF='${SHELL} /tmp/ilmbase/src/ilmbase-2.2.0/missing --run autoconf'
AUTOHEADER='${SHELL} /tmp/ilmbase/src/ilmbase-2.2.0/missing --run autoheader'
AUTOMAKE='${SHELL} /tmp/ilmbase/src/ilmbase-2.2.0/missing --run automake-1.11'
AWK='gawk'
CC='clang'
CCDEPMODE='depmode=gcc3'
CFLAGS=' -pthread'
CPP='clang -E'
CPPFLAGS=''
CXX='clang++'
CXXCPP='clang++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS=' -pthread'
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'
HAVE_UCONTEXT_H=''
ILMBASE_VERSION='2.2.0'
ILMBASE_VERSION_API='2_2'
ILMBASE_VERSION_MAJOR='2'
ILMBASE_VERSION_MINOR='2'
ILMBASE_VERSION_PATCH='0'
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='-pthread '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_VERSION='12: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/ilmbase/src/ilmbase-2.2.0/missing --run makeinfo'
MKDIR_P='/usr/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='ilmbase'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='IlmBase'
PACKAGE_STRING='IlmBase 2.2.0'
PACKAGE_TARNAME='ilmbase'
PACKAGE_VERSION='2.2.0'
PATH_SEPARATOR=':'
PTHREAD_CC='clang'
PTHREAD_CFLAGS='-pthread'
PTHREAD_LIBS='-pthread'
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/ilmbase/src/ilmbase-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 "IlmBase"
#define PACKAGE_TARNAME "ilmbase"
#define PACKAGE_VERSION "2.2.0"
#define PACKAGE_STRING "IlmBase 2.2.0"
#define PACKAGE_BUGREPORT ""
#define PACKAGE "ilmbase"
#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 HAVE_PTHREAD 1
#define HAVE_SEMAPHORE_H 1
#define HAVE_POSIX_SEMAPHORES 1
#define STDC_HEADERS 1
#define HAVE_LIMITS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UCONTEXT_H 1
#define HAVE_STRERROR 1
#define HAVE_COMPLETE_IOMANIP 1
#define ILMBASE_HAVE_CONTROL_REGISTER_SUPPORT 1
#define ILMBASE_HAVE_LARGE_STACK 1
#define ILMBASE_VERSION_STRING "2.2.0"
#define ILMBASE_PACKAGE_STRING "IlmBase 2.2.0"
#define ILMBASE_VERSION_MAJOR 2
#define ILMBASE_VERSION_MINOR 2
#define ILMBASE_VERSION_PATCH 0
#define IMATH_INTERNAL_NAMESPACE Imath_2_2
#define IEX_INTERNAL_NAMESPACE Iex_2_2
#define ILMTHREAD_INTERNAL_NAMESPACE IlmThread_2_2
#define ILMBASE_INTERNAL_NAMESPACE_CUSTOM 1
#define IMATH_NAMESPACE Imath
#define IEX_NAMESPACE Iex
#define ILMTHREAD_NAMESPACE IlmThread
configure: exit 0