Build of lensfun with musl toolchain

The build took 00h 01m 12s and was NOT successful.

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

SLOCLanguage
8,552 cpp
8,437 ansic
1,638 python
17 sh
16 ruby
18,660 total

The process tree of the build process is here.

List of Errors

Log

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

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

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

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/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: lensfun 0.3.2-2 (Wed Apr 5 01:32:57 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# -- The C compiler identification is Clang 3.8.1
# -- The CXX compiler identification is Clang 3.8.1
# -- Check for working C compiler: /sysroot/bin/clang
# -- Check for working C compiler: /sysroot/bin/clang -- works
# -- Detecting C compiler ABI info
# -- Detecting C compiler ABI info - done
# -- Detecting C compile features
# -- Detecting C compile features - done
# -- Check for working CXX compiler: /sysroot/bin/clang++
# -- Check for working CXX compiler: /sysroot/bin/clang++ -- works
# -- Detecting CXX compiler ABI info
# -- Detecting CXX compiler ABI info - done
# -- Detecting CXX compile features
# -- Detecting CXX compile features - done
# -- Looking for include file regex.h
# -- Looking for include file regex.h - found
# -- Looking for include file endian.h
# -- Looking for include file endian.h - found
# -- Found PkgConfig: /usr/sbin/pkg-config (found version "0.29.1")
# -- Checking for one of the modules 'glib-2.0'
# -- -------------------------------------------------------------------------------------
# -- Building Lensfun 0.3.2.0
# -- -------------------------------------------------------------------------------------
# -- Build as dynamic/shared library
# -- Build type: Debug
# -- Build doc: OFF
# -- Build test suite: OFF
# -- Build lenstool: OFF
# -- Build with support for SSE: ON
# -- Build with support for SSE2: ON
# -- Install helper scripts: ON
# --
# Install prefix: /usr
# --
# Using:
# -- GLIB2 include dir: /usr/include/glib-2.0;/usr/lib/glib-2.0/include
# -- GLIB2 library: glib-2.0
# -- Configuring done
# -- Generating done
# -- Build files have been written to: /tmp/lensfun/src/lensfun-0.3.2
# Scanning dependencies of target python-package
# [ 6%] Generating build/timestamp
# Scanning dependencies of target lensfun
# [ 13%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/camera.cpp.o
# [ 20%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/database.cpp.o
# [ 26%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/lens.cpp.o
# running build
# running build_py
# creating build
# creating build/lib
# creating build/lib/lensfun
# copying /tmp/lensfun/src/lensfun-0.3.2/apps/lensfun/__init__.py -> build/lib/lensfun
# [ 33%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/mount.cpp.o
# [ 33%] Built target python-package
# [ 40%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/cpuid.cpp.o
# /tmp/lensfun/src/lensfun-0.3.2/libs/lensfun/database.cpp:24:55: warning: missing sentinel in function call [-Wsentinel]
# CONF_PACKAGE, NULL);
# ^
# , NULL
# /usr/include/glib-2.0/glib/gfileutils.h:131:10: note: function has been explicitly marked sentinel here
# gchar *g_build_filename (const gchar *first_element,
# ^
# /tmp/lensfun/src/lensfun-0.3.2/libs/lensfun/database.cpp:25:85: warning: missing sentinel in function call [-Wsentinel]
# UserUpdatesDir = g_build_filename (HomeDataDir, "updates", DATABASE_SUBDIR, NULL);
# ^
# , NULL
# /usr/include/glib-2.0/glib/gfileutils.h:131:10: note: function has been explicitly marked sentinel here
# gchar *g_build_filename (const gchar *first_element,
# ^
# /tmp/lensfun/src/lensfun-0.3.2/libs/lensfun/database.cpp:79:69: warning: missing sentinel in function call [-Wsentinel]
# gchar *ffn = g_build_filename (dirname, fn, NULL);
# ^
# , NULL
# /usr/include/glib-2.0/glib/gfileutils.h:131:10: note: function has been explicitly marked sentinel here
# gchar *g_build_filename (const gchar *first_element,
# ^
# /tmp/lensfun/src/lensfun-0.3.2/libs/lensfun/database.cpp:99:80: warning: missing sentinel in function call [-Wsentinel]
# gchar *main_dirname = g_build_filename (CONF_DATADIR, DATABASE_SUBDIR, NULL);
# ^
# , NULL
# /usr/include/glib-2.0/glib/gfileutils.h:131:10: note: function has been explicitly marked sentinel here
# gchar *g_build_filename (const gchar *first_element,
# ^
# /tmp/lensfun/src/lensfun-0.3.2/libs/lensfun/database.cpp:100:110: warning: missing sentinel in function call [-Wsentinel]
# const gchar *system_updates_dirname = g_build_filename ("/var/lib/lensfun-updates", DATABASE_SUBDIR, NULL);
# ^
# , NULL
# /usr/include/glib-2.0/glib/gfileutils.h:131:10: note: function has been explicitly marked sentinel here
# gchar *g_build_filename (const gchar *first_element,
# ^
# [ 46%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/mod-color-sse.cpp.o
# [ 53%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/mod-color-sse2.cpp.o
# 5 warnings generated.
# [ 60%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/mod-color.cpp.o
# [ 66%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/mod-coord-sse.cpp.o
# [ 73%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/mod-coord.cpp.o
# [ 80%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/mod-subpix.cpp.o
# [ 86%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/modifier.cpp.o
# [ 93%] Building CXX object libs/lensfun/CMakeFiles/lensfun.dir/auxfun.cpp.o
# /tmp/lensfun/src/lensfun-0.3.2/libs/lensfun/auxfun.cpp:472:79: warning: missing sentinel in function call [-Wsentinel]
# gchar *filename = g_build_filename (dirname, "timestamp.txt", NULL);
# ^
# , NULL
# /usr/include/glib-2.0/glib/gfileutils.h:131:10: note: function has been explicitly marked sentinel here
# gchar *g_build_filename (const gchar *first_element,
# ^
# 1 warning generated.
# [100%] Linking CXX shared library liblensfun.so
# /sysroot/bin/ld: error: cannot find -lglib-2.0
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# make[2]: *** [libs/lensfun/CMakeFiles/lensfun.dir/build.make:407: libs/lensfun/liblensfun.so.0.3.2] Error 1
# make[1]: *** [CMakeFiles/Makefile2:104: libs/lensfun/CMakeFiles/lensfun.dir/all] Error 2
# make: *** [Makefile:150: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing Cmake output

CMD: Cmake output '/tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeOutput.log'
# The system is: Linux - 4.10.6-1-ARCH - x86_64
# Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
# Compiler: /sysroot/bin/clang
# Build flags:
# Id flags:
#
# The output was:
# 0
#
#
# Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
#
# The C compiler identification is Clang, found in "/tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/3.5.2/CompilerIdC/a.out"
#
# Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
# Compiler: /sysroot/bin/clang++
# Build flags:
# Id flags:
#
# The output was:
# 0
#
#
# Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
#
# The CXX compiler identification is Clang, found in "/tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/3.5.2/CompilerIdCXX/a.out"
#
# Determining if the C compiler works passed with the following output:
# Change Dir: /tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_ae1a0/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_ae1a0.dir/build.make CMakeFiles/cmTC_ae1a0.dir/build
# make[1]: Entering directory '/tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_ae1a0.dir/testCCompiler.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_ae1a0.dir/testCCompiler.c.o -c /tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp/testCCompiler.c
# Linking C executable cmTC_ae1a0
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ae1a0.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_ae1a0.dir/testCCompiler.c.o -o cmTC_ae1a0 -rdynamic
# make[1]: Leaving directory '/tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp'
#
#
# Detecting C compiler ABI info compiled with the following output:
# Change Dir: /tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_f7b71/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_f7b71.dir/build.make CMakeFiles/cmTC_f7b71.dir/build
# make[1]: Entering directory '/tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_f7b71.dir/CMakeCCompilerABI.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_f7b71.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c
# Linking C executable cmTC_f7b71
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f7b71.dir/link.txt --verbose=1
# /sysroot/bin/clang -v CMakeFiles/cmTC_f7b71.dir/CMakeCCompilerABI.c.o -o cmTC_f7b71 -rdynamic
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /sysroot/bin
# "/sysroot/bin/ld" --sysroot=/sysroot -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_f7b71 /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L/sysroot/bin/../lib -L/sysroot/lib CMakeFiles/cmTC_f7b71.dir/CMakeCCompilerABI.c.o /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o
# make[1]: Leaving directory '/tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp'
#
#
# Parsed C implicit link information from above output:
# link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
# ignore line: [Change Dir: /tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp]
# ignore line: []
# ignore line: [Run Build Command:"/usr/sbin/make" "cmTC_f7b71/fast"]
# ignore line: [/usr/sbin/make -f CMakeFiles/cmTC_f7b71.dir/build.make CMakeFiles/cmTC_f7b71.dir/build]
# ignore line: [make[1]: Entering directory '/tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp']
# ignore line: [Building C object CMakeFiles/cmTC_f7b71.dir/CMakeCCompilerABI.c.o]
# ignore line: [/sysroot/bin/clang -o CMakeFiles/cmTC_f7b71.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c]
# ignore line: [Linking C executable cmTC_f7b71]
# ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f7b71.dir/link.txt --verbose=1]
# ignore line: [/sysroot/bin/clang -v CMakeFiles/cmTC_f7b71.dir/CMakeCCompilerABI.c.o -o cmTC_f7b71 -rdynamic ]
# ignore line: [clang version 3.8.1 ]
# ignore line: [Target: x86_64-unknown-linux-gnu]
# ignore line: [Thread model: posix]
# ignore line: [InstalledDir: /sysroot/bin]
# link line: [ "/sysroot/bin/ld" --sysroot=/sysroot -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_f7b71 /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L/sysroot/bin/../lib -L/sysroot/lib CMakeFiles/cmTC_f7b71.dir/CMakeCCompilerABI.c.o /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o]
# arg [/sysroot/bin/ld] ==> ignore
# arg [--sysroot=/sysroot] ==> ignore
# arg [-export-dynamic] ==> ignore
# arg [--eh-frame-hdr] ==> ignore
# arg [-m] ==> ignore
# arg [elf_x86_64] ==> ignore
# arg [-dynamic-linker] ==> ignore
# arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
# arg [-o] ==> ignore
# arg [cmTC_f7b71] ==> ignore
# arg [/sysroot/bin/../lib/crt1.o] ==> ignore
# arg [/sysroot/bin/../lib/crti.o] ==> ignore
# arg [/sysroot/bin/../lib/clang/3.8.1/crtbegin.o] ==> ignore
# arg [-L/sysroot/bin/../lib] ==> dir [/sysroot/bin/../lib]
# arg [-L/sysroot/lib] ==> dir [/sysroot/lib]
# arg [CMakeFiles/cmTC_f7b71.dir/CMakeCCompilerABI.c.o] ==> ignore
# arg [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# arg [-lc] ==> lib [c]
# arg [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# arg [/sysroot/bin/../lib/clang/3.8.1/crtend.o] ==> ignore
# arg [/sysroot/bin/../lib/crtn.o] ==> ignore
# collapse lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> [/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# collapse lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> [/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# collapse library dir [/sysroot/bin/../lib] ==> [/sysroot/lib]
# collapse library dir [/sysroot/lib] ==> [/sysroot/lib]
# implicit libs: [/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a;c;/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# implicit dirs: [/sysroot/lib]
# implicit fwks: []
#
#
#
#
# Detecting C [-std=c11] compiler features compiled with the following output:
# Change Dir: /tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_6a593/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_6a593.dir/build.make CMakeFiles/cmTC_6a593.dir/build
# make[1]: Entering directory '/tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_6a593.dir/feature_tests.c.o
# /sysroot/bin/clang -std=c11 -o CMakeFiles/cmTC_6a593.dir/feature_tests.c.o -c /tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/feature_tests.c
# Linking C executable cmTC_6a593
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6a593.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_6a593.dir/feature_tests.c.o -o cmTC_6a593 -rdynamic
# make[1]: Leaving directory '/tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp'
#
#
# Feature record: C_FEATURE:1c_function_prototypes
# Feature record: C_FEATURE:1c_restrict
# Feature record: C_FEATURE:1c_static_assert
# Feature record: C_FEATURE:1c_variadic_macros
#
#
# Detecting C [-std=c99] compiler features compiled with the following output:
# Change Dir: /tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_abb30/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_abb30.dir/build.make CMakeFiles/cmTC_abb30.dir/build
# make[1]: Entering directory '/tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_abb30.dir/feature_tests.c.o
# /sysroot/bin/clang -std=c99 -o CMakeFiles/cmTC_abb30.dir/feature_tests.c.o -c /tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/feature_tests.c
# Linking C executable cmTC_abb30
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_abb30.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_abb30.dir/feature_tests.c.o -o cmTC_abb30 -rdynamic
# make[1]: Leaving directory '/tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp'
#
#
# Feature record: C_FEATURE:1c_function_prototypes
# Feature record: C_FEATURE:1c_restrict
# Feature record: C_FEATURE:0c_static_assert
# Feature record: C_FEATURE:1c_variadic_macros
#
#
# Detecting C [-std=c90] compiler features compiled with the following output:
# Change Dir: /tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_89a1a/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_89a1a.dir/build.make CMakeFiles/cmTC_89a1a.dir/build
# make[1]: Entering directory '/tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_89a1a.dir/feature_tests.c.o
# /sysroot/bin/clang -std=c90 -o CMakeFiles/cmTC_89a1a.dir/feature_tests.c.o -c /tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/feature_tests.c
# Linking C executable cmTC_89a1a
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_89a1a.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_89a1a.dir/feature_tests.c.o -o cmTC_89a1a -rdynamic
# make[1]: Leaving directory '/tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp'
#
#
# Feature record: C_FEATURE:1c_function_prototypes
# Feature record: C_FEATURE:0c_restrict
# Feature record: C_FEATURE:0c_static_assert
# Feature record: C_FEATURE:0c_variadic_macros
# Determining if the CXX compiler works passed with the following output:
# Change Dir: /tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_658ce/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_658ce.dir/build.make CMakeFiles/cmTC_658ce.dir/build
# make[1]: Entering directory '/tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_658ce.dir/testCXXCompiler.cxx.o
# /sysroot/bin/clang++ -o CMakeFiles/cmTC_658ce.dir/testCXXCompiler.cxx.o -c /tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
# Linking CXX executable cmTC_658ce
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_658ce.dir/link.txt --verbose=1
# /sysroot/bin/clang++ CMakeFiles/cmTC_658ce.dir/testCXXCompiler.cxx.o -o cmTC_658ce -rdynamic
# make[1]: Leaving directory '/tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp'
#
#
# Detecting CXX compiler ABI info compiled with the following output:
# Change Dir: /tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_e0ec1/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_e0ec1.dir/build.make CMakeFiles/cmTC_e0ec1.dir/build
# make[1]: Entering directory '/tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_e0ec1.dir/CMakeCXXCompilerABI.cpp.o
# /sysroot/bin/clang++ -o CMakeFiles/cmTC_e0ec1.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp
# Linking CXX executable cmTC_e0ec1
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e0ec1.dir/link.txt --verbose=1
# /sysroot/bin/clang++ -v CMakeFiles/cmTC_e0ec1.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_e0ec1 -rdynamic
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /sysroot/bin
# "/sysroot/bin/ld" --sysroot=/sysroot -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_e0ec1 /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L/sysroot/bin/../lib -L/sysroot/lib CMakeFiles/cmTC_e0ec1.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lc++abi -lunwind -lm /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o
# make[1]: Leaving directory '/tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp'
#
#
# Parsed CXX implicit link information from above output:
# link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
# ignore line: [Change Dir: /tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp]
# ignore line: []
# ignore line: [Run Build Command:"/usr/sbin/make" "cmTC_e0ec1/fast"]
# ignore line: [/usr/sbin/make -f CMakeFiles/cmTC_e0ec1.dir/build.make CMakeFiles/cmTC_e0ec1.dir/build]
# ignore line: [make[1]: Entering directory '/tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp']
# ignore line: [Building CXX object CMakeFiles/cmTC_e0ec1.dir/CMakeCXXCompilerABI.cpp.o]
# ignore line: [/sysroot/bin/clang++ -o CMakeFiles/cmTC_e0ec1.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp]
# ignore line: [Linking CXX executable cmTC_e0ec1]
# ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e0ec1.dir/link.txt --verbose=1]
# ignore line: [/sysroot/bin/clang++ -v CMakeFiles/cmTC_e0ec1.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_e0ec1 -rdynamic ]
# ignore line: [clang version 3.8.1 ]
# ignore line: [Target: x86_64-unknown-linux-gnu]
# ignore line: [Thread model: posix]
# ignore line: [InstalledDir: /sysroot/bin]
# link line: [ "/sysroot/bin/ld" --sysroot=/sysroot -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_e0ec1 /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L/sysroot/bin/../lib -L/sysroot/lib CMakeFiles/cmTC_e0ec1.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lc++abi -lunwind -lm /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o]
# arg [/sysroot/bin/ld] ==> ignore
# arg [--sysroot=/sysroot] ==> ignore
# arg [-export-dynamic] ==> ignore
# arg [--eh-frame-hdr] ==> ignore
# arg [-m] ==> ignore
# arg [elf_x86_64] ==> ignore
# arg [-dynamic-linker] ==> ignore
# arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
# arg [-o] ==> ignore
# arg [cmTC_e0ec1] ==> ignore
# arg [/sysroot/bin/../lib/crt1.o] ==> ignore
# arg [/sysroot/bin/../lib/crti.o] ==> ignore
# arg [/sysroot/bin/../lib/clang/3.8.1/crtbegin.o] ==> ignore
# arg [-L/sysroot/bin/../lib] ==> dir [/sysroot/bin/../lib]
# arg [-L/sysroot/lib] ==> dir [/sysroot/lib]
# arg [CMakeFiles/cmTC_e0ec1.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
# arg [-lc++] ==> lib [c++]
# arg [-lc++abi] ==> lib [c++abi]
# arg [-lunwind] ==> lib [unwind]
# arg [-lm] ==> lib [m]
# arg [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# arg [-lc] ==> lib [c]
# arg [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# arg [/sysroot/bin/../lib/clang/3.8.1/crtend.o] ==> ignore
# arg [/sysroot/bin/../lib/crtn.o] ==> ignore
# collapse lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> [/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# collapse lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> [/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# collapse library dir [/sysroot/bin/../lib] ==> [/sysroot/lib]
# collapse library dir [/sysroot/lib] ==> [/sysroot/lib]
# implicit libs: [c++;c++abi;unwind;m;/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a;c;/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# implicit dirs: [/sysroot/lib]
# implicit fwks: []
#
#
#
#
# Detecting CXX [-std=c++14] compiler features compiled with the following output:
# Change Dir: /tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_7b9bc/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_7b9bc.dir/build.make CMakeFiles/cmTC_7b9bc.dir/build
# make[1]: Entering directory '/tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_7b9bc.dir/feature_tests.cxx.o
# /sysroot/bin/clang++ -std=c++14 -o CMakeFiles/cmTC_7b9bc.dir/feature_tests.cxx.o -c /tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_7b9bc
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7b9bc.dir/link.txt --verbose=1
# /sysroot/bin/clang++ CMakeFiles/cmTC_7b9bc.dir/feature_tests.cxx.o -o cmTC_7b9bc -rdynamic
# make[1]: Leaving directory '/tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp'
#
#
# Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
# Feature record: CXX_FEATURE:1cxx_alias_templates
# Feature record: CXX_FEATURE:1cxx_alignas
# Feature record: CXX_FEATURE:1cxx_alignof
# Feature record: CXX_FEATURE:1cxx_attributes
# Feature record: CXX_FEATURE:1cxx_attribute_deprecated
# Feature record: CXX_FEATURE:1cxx_auto_type
# Feature record: CXX_FEATURE:1cxx_binary_literals
# Feature record: CXX_FEATURE:1cxx_constexpr
# Feature record: CXX_FEATURE:1cxx_contextual_conversions
# Feature record: CXX_FEATURE:1cxx_decltype
# Feature record: CXX_FEATURE:1cxx_decltype_auto
# Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
# Feature record: CXX_FEATURE:1cxx_default_function_template_args
# Feature record: CXX_FEATURE:1cxx_defaulted_functions
# Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
# Feature record: CXX_FEATURE:1cxx_delegating_constructors
# Feature record: CXX_FEATURE:1cxx_deleted_functions
# Feature record: CXX_FEATURE:1cxx_digit_separators
# Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
# Feature record: CXX_FEATURE:1cxx_explicit_conversions
# Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
# Feature record: CXX_FEATURE:1cxx_extern_templates
# Feature record: CXX_FEATURE:1cxx_final
# Feature record: CXX_FEATURE:1cxx_func_identifier
# Feature record: CXX_FEATURE:1cxx_generalized_initializers
# Feature record: CXX_FEATURE:1cxx_generic_lambdas
# Feature record: CXX_FEATURE:1cxx_inheriting_constructors
# Feature record: CXX_FEATURE:1cxx_inline_namespaces
# Feature record: CXX_FEATURE:1cxx_lambdas
# Feature record: CXX_FEATURE:1cxx_lambda_init_captures
# Feature record: CXX_FEATURE:1cxx_local_type_template_args
# Feature record: CXX_FEATURE:1cxx_long_long_type
# Feature record: CXX_FEATURE:1cxx_noexcept
# Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
# Feature record: CXX_FEATURE:1cxx_nullptr
# Feature record: CXX_FEATURE:1cxx_override
# Feature record: CXX_FEATURE:1cxx_range_for
# Feature record: CXX_FEATURE:1cxx_raw_string_literals
# Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
# Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
# Feature record: CXX_FEATURE:1cxx_return_type_deduction
# Feature record: CXX_FEATURE:1cxx_right_angle_brackets
# Feature record: CXX_FEATURE:1cxx_rvalue_references
# Feature record: CXX_FEATURE:1cxx_sizeof_member
# Feature record: CXX_FEATURE:1cxx_static_assert
# Feature record: CXX_FEATURE:1cxx_strong_enums
# Feature record: CXX_FEATURE:1cxx_template_template_parameters
# Feature record: CXX_FEATURE:1cxx_thread_local
# Feature record: CXX_FEATURE:1cxx_trailing_return_types
# Feature record: CXX_FEATURE:1cxx_unicode_literals
# Feature record: CXX_FEATURE:1cxx_uniform_initialization
# Feature record: CXX_FEATURE:1cxx_unrestricted_unions
# Feature record: CXX_FEATURE:1cxx_user_literals
# Feature record: CXX_FEATURE:1cxx_variable_templates
# Feature record: CXX_FEATURE:1cxx_variadic_macros
# Feature record: CXX_FEATURE:1cxx_variadic_templates
#
#
# Detecting CXX [-std=c++11] compiler features compiled with the following output:
# Change Dir: /tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_103e1/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_103e1.dir/build.make CMakeFiles/cmTC_103e1.dir/build
# make[1]: Entering directory '/tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_103e1.dir/feature_tests.cxx.o
# /sysroot/bin/clang++ -std=c++11 -o CMakeFiles/cmTC_103e1.dir/feature_tests.cxx.o -c /tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_103e1
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_103e1.dir/link.txt --verbose=1
# /sysroot/bin/clang++ CMakeFiles/cmTC_103e1.dir/feature_tests.cxx.o -o cmTC_103e1 -rdynamic
# make[1]: Leaving directory '/tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp'
#
#
# Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
# Feature record: CXX_FEATURE:1cxx_alias_templates
# Feature record: CXX_FEATURE:1cxx_alignas
# Feature record: CXX_FEATURE:1cxx_alignof
# Feature record: CXX_FEATURE:1cxx_attributes
# Feature record: CXX_FEATURE:0cxx_attribute_deprecated
# Feature record: CXX_FEATURE:1cxx_auto_type
# Feature record: CXX_FEATURE:0cxx_binary_literals
# Feature record: CXX_FEATURE:1cxx_constexpr
# Feature record: CXX_FEATURE:0cxx_contextual_conversions
# Feature record: CXX_FEATURE:1cxx_decltype
# Feature record: CXX_FEATURE:0cxx_decltype_auto
# Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
# Feature record: CXX_FEATURE:1cxx_default_function_template_args
# Feature record: CXX_FEATURE:1cxx_defaulted_functions
# Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
# Feature record: CXX_FEATURE:1cxx_delegating_constructors
# Feature record: CXX_FEATURE:1cxx_deleted_functions
# Feature record: CXX_FEATURE:0cxx_digit_separators
# Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
# Feature record: CXX_FEATURE:1cxx_explicit_conversions
# Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
# Feature record: CXX_FEATURE:1cxx_extern_templates
# Feature record: CXX_FEATURE:1cxx_final
# Feature record: CXX_FEATURE:1cxx_func_identifier
# Feature record: CXX_FEATURE:1cxx_generalized_initializers
# Feature record: CXX_FEATURE:0cxx_generic_lambdas
# Feature record: CXX_FEATURE:1cxx_inheriting_constructors
# Feature record: CXX_FEATURE:1cxx_inline_namespaces
# Feature record: CXX_FEATURE:1cxx_lambdas
# Feature record: CXX_FEATURE:0cxx_lambda_init_captures
# Feature record: CXX_FEATURE:1cxx_local_type_template_args
# Feature record: CXX_FEATURE:1cxx_long_long_type
# Feature record: CXX_FEATURE:1cxx_noexcept
# Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
# Feature record: CXX_FEATURE:1cxx_nullptr
# Feature record: CXX_FEATURE:1cxx_override
# Feature record: CXX_FEATURE:1cxx_range_for
# Feature record: CXX_FEATURE:1cxx_raw_string_literals
# Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
# Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
# Feature record: CXX_FEATURE:0cxx_return_type_deduction
# Feature record: CXX_FEATURE:1cxx_right_angle_brackets
# Feature record: CXX_FEATURE:1cxx_rvalue_references
# Feature record: CXX_FEATURE:1cxx_sizeof_member
# Feature record: CXX_FEATURE:1cxx_static_assert
# Feature record: CXX_FEATURE:1cxx_strong_enums
# Feature record: CXX_FEATURE:1cxx_template_template_parameters
# Feature record: CXX_FEATURE:1cxx_thread_local
# Feature record: CXX_FEATURE:1cxx_trailing_return_types
# Feature record: CXX_FEATURE:1cxx_unicode_literals
# Feature record: CXX_FEATURE:1cxx_uniform_initialization
# Feature record: CXX_FEATURE:1cxx_unrestricted_unions
# Feature record: CXX_FEATURE:1cxx_user_literals
# Feature record: CXX_FEATURE:0cxx_variable_templates
# Feature record: CXX_FEATURE:1cxx_variadic_macros
# Feature record: CXX_FEATURE:1cxx_variadic_templates
#
#
# Detecting CXX [-std=c++98] compiler features compiled with the following output:
# Change Dir: /tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_78af6/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_78af6.dir/build.make CMakeFiles/cmTC_78af6.dir/build
# make[1]: Entering directory '/tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_78af6.dir/feature_tests.cxx.o
# /sysroot/bin/clang++ -std=c++98 -o CMakeFiles/cmTC_78af6.dir/feature_tests.cxx.o -c /tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_78af6
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_78af6.dir/link.txt --verbose=1
# /sysroot/bin/clang++ CMakeFiles/cmTC_78af6.dir/feature_tests.cxx.o -o cmTC_78af6 -rdynamic
# make[1]: Leaving directory '/tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp'
#
#
# Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
# Feature record: CXX_FEATURE:0cxx_alias_templates
# Feature record: CXX_FEATURE:0cxx_alignas
# Feature record: CXX_FEATURE:0cxx_alignof
# Feature record: CXX_FEATURE:0cxx_attributes
# Feature record: CXX_FEATURE:0cxx_attribute_deprecated
# Feature record: CXX_FEATURE:0cxx_auto_type
# Feature record: CXX_FEATURE:0cxx_binary_literals
# Feature record: CXX_FEATURE:0cxx_constexpr
# Feature record: CXX_FEATURE:0cxx_contextual_conversions
# Feature record: CXX_FEATURE:0cxx_decltype
# Feature record: CXX_FEATURE:0cxx_decltype_auto
# Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
# Feature record: CXX_FEATURE:0cxx_default_function_template_args
# Feature record: CXX_FEATURE:0cxx_defaulted_functions
# Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
# Feature record: CXX_FEATURE:0cxx_delegating_constructors
# Feature record: CXX_FEATURE:0cxx_deleted_functions
# Feature record: CXX_FEATURE:0cxx_digit_separators
# Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
# Feature record: CXX_FEATURE:0cxx_explicit_conversions
# Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
# Feature record: CXX_FEATURE:0cxx_extern_templates
# Feature record: CXX_FEATURE:0cxx_final
# Feature record: CXX_FEATURE:0cxx_func_identifier
# Feature record: CXX_FEATURE:0cxx_generalized_initializers
# Feature record: CXX_FEATURE:0cxx_generic_lambdas
# Feature record: CXX_FEATURE:0cxx_inheriting_constructors
# Feature record: CXX_FEATURE:0cxx_inline_namespaces
# Feature record: CXX_FEATURE:0cxx_lambdas
# Feature record: CXX_FEATURE:0cxx_lambda_init_captures
# Feature record: CXX_FEATURE:0cxx_local_type_template_args
# Feature record: CXX_FEATURE:0cxx_long_long_type
# Feature record: CXX_FEATURE:0cxx_noexcept
# Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
# Feature record: CXX_FEATURE:0cxx_nullptr
# Feature record: CXX_FEATURE:0cxx_override
# Feature record: CXX_FEATURE:0cxx_range_for
# Feature record: CXX_FEATURE:0cxx_raw_string_literals
# Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
# Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
# Feature record: CXX_FEATURE:0cxx_return_type_deduction
# Feature record: CXX_FEATURE:0cxx_right_angle_brackets
# Feature record: CXX_FEATURE:0cxx_rvalue_references
# Feature record: CXX_FEATURE:0cxx_sizeof_member
# Feature record: CXX_FEATURE:0cxx_static_assert
# Feature record: CXX_FEATURE:0cxx_strong_enums
# Feature record: CXX_FEATURE:1cxx_template_template_parameters
# Feature record: CXX_FEATURE:0cxx_thread_local
# Feature record: CXX_FEATURE:0cxx_trailing_return_types
# Feature record: CXX_FEATURE:0cxx_unicode_literals
# Feature record: CXX_FEATURE:0cxx_uniform_initialization
# Feature record: CXX_FEATURE:0cxx_unrestricted_unions
# Feature record: CXX_FEATURE:0cxx_user_literals
# Feature record: CXX_FEATURE:0cxx_variable_templates
# Feature record: CXX_FEATURE:0cxx_variadic_macros
# Feature record: CXX_FEATURE:0cxx_variadic_templates
# Determining if files regex.h exist passed with the following output:
# Change Dir: /tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_75628/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_75628.dir/build.make CMakeFiles/cmTC_75628.dir/build
# make[1]: Entering directory '/tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_75628.dir/CheckIncludeFiles.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_75628.dir/CheckIncludeFiles.c.o -c /tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_75628
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_75628.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_75628.dir/CheckIncludeFiles.c.o -o cmTC_75628 -rdynamic
# make[1]: Leaving directory '/tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp'
#
#
# Determining if files endian.h exist passed with the following output:
# Change Dir: /tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_2edba/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_2edba.dir/build.make CMakeFiles/cmTC_2edba.dir/build
# make[1]: Entering directory '/tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_2edba.dir/CheckIncludeFiles.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_2edba.dir/CheckIncludeFiles.c.o -c /tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_2edba
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2edba.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_2edba.dir/CheckIncludeFiles.c.o -o cmTC_2edba -rdynamic
# make[1]: Leaving directory '/tmp/lensfun/src/lensfun-0.3.2/CMakeFiles/CMakeTmp'
#
#