Build of gflags with musl toolchain

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

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

SLOCLanguage
4,840 cpp
612 ansic
57 tcl
26 python
22 sh
5,557 total

The process tree of the build process is here.

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: gflags 2.1.2-2 (Tue Apr 4 23:02:00 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# -- The CXX compiler identification is Clang 3.8.1
# -- 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
# -- The C 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
# -- Looking for C++ include unistd.h
# -- Looking for C++ include unistd.h - found
# -- Looking for C++ include stdint.h
# -- Looking for C++ include stdint.h - found
# -- Looking for C++ include inttypes.h
# -- Looking for C++ include inttypes.h - found
# -- Looking for C++ include sys/types.h
# -- Looking for C++ include sys/types.h - found
# -- Looking for C++ include sys/stat.h
# -- Looking for C++ include sys/stat.h - found
# -- Looking for C++ include fnmatch.h
# -- Looking for C++ include fnmatch.h - found
# -- Looking for C++ include stddef.h
# -- Looking for C++ include stddef.h - found
# -- Check size of uint32_t
# -- Check size of uint32_t - done
# -- Looking for strtoll
# -- Looking for strtoll - found
# -- Looking for pthread.h
# -- Looking for pthread.h - found
# -- Looking for pthread_create
# -- Looking for pthread_create - found
# -- Found Threads: TRUE
# -- Check size of pthread_rwlock_t
# -- Check size of pthread_rwlock_t - done
# -- Configuring done
# -- Generating done
# -- Build files have been written to: /tmp/gflags/src/gflags-2.1.2
# Scanning dependencies of target gflags_nothreads-shared
# Scanning dependencies of target gflags-shared
# [ 5%] Building CXX object CMakeFiles/gflags_nothreads-shared.dir/src/gflags.cc.o
# [ 10%] Building CXX object CMakeFiles/gflags_nothreads-shared.dir/src/gflags_reporting.cc.o
# [ 15%] Building CXX object CMakeFiles/gflags-shared.dir/src/gflags.cc.o
# [ 21%] Building CXX object CMakeFiles/gflags_nothreads-shared.dir/src/gflags_completions.cc.o
# [ 26%] Building CXX object CMakeFiles/gflags-shared.dir/src/gflags_reporting.cc.o
# [ 31%] Building CXX object CMakeFiles/gflags-shared.dir/src/gflags_completions.cc.o
# [ 36%] Linking CXX shared library lib/libgflags_nothreads.so
# [ 36%] Built target gflags_nothreads-shared
# [ 42%] Linking CXX shared library lib/libgflags.so
# [ 42%] Built target gflags-shared
# Scanning dependencies of target gflags_unittest-main
# Scanning dependencies of target gflags_unittest
# [ 47%] Building CXX object test/CMakeFiles/gflags_unittest.dir/gflags_unittest.cc.o
# [ 52%] Building CXX object test/CMakeFiles/gflags_unittest-main.dir/gflags_unittest-main.cc.o
# Scanning dependencies of target gflags_strip_flags_test
# Scanning dependencies of target gflags_unittest_main
# [ 63%] Building CXX object test/CMakeFiles/gflags_strip_flags_test.dir/gflags_strip_flags_test.cc.o
# [ 63%] Building CXX object test/CMakeFiles/gflags_unittest_main.dir/gflags_unittest_main.cc.o
# [ 68%] Linking CXX executable ../bin/gflags_strip_flags_test
# ../lib/libgflags.so.2.1.2: error: undefined reference to '__dso_handle'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# make[2]: *** [test/CMakeFiles/gflags_strip_flags_test.dir/build.make:96: bin/gflags_strip_flags_test] Error 1
# make[1]: *** [CMakeFiles/Makefile2:1239: test/CMakeFiles/gflags_strip_flags_test.dir/all] Error 2
# make[1]: *** Waiting for unfinished jobs....
# [ 73%] Linking CXX executable ../bin/gflags_unittest-main
# CMakeFiles/gflags_unittest-main.dir/gflags_unittest-main.cc.o:/tmp/gflags/src/gflags-2.1.2/test/gflags_unittest-main.cc:function google::(anonymous namespace)::GetFlagFileFlag(): error: undefined reference to '__dso_handle'
# CMakeFiles/gflags_unittest-main.dir/gflags_unittest-main.cc.o:/tmp/gflags/src/gflags-2.1.2/test/gflags_unittest-main.cc:function google::(anonymous namespace)::GetFlagFileFlag(): error: undefined reference to '__dso_handle'
# CMakeFiles/gflags_unittest-main.dir/gflags_unittest-main.cc.o:/tmp/gflags/src/gflags-2.1.2/test/gflags_unittest-main.cc:function _GLOBAL__sub_I_gflags_unittest_main.cc: error: undefined reference to '__dso_handle'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# make[2]: *** [test/CMakeFiles/gflags_unittest-main.dir/build.make:96: bin/gflags_unittest-main] Error 1
# make[1]: *** [CMakeFiles/Makefile2:1165: test/CMakeFiles/gflags_unittest-main.dir/all] Error 2
# [ 78%] Linking CXX executable ../bin/gflags_unittest
# CMakeFiles/gflags_unittest.dir/gflags_unittest.cc.o:/tmp/gflags/src/gflags-2.1.2/test/gflags_unittest.cc:function google::(anonymous namespace)::GetFlagFileFlag(): error: undefined reference to '__dso_handle'
# CMakeFiles/gflags_unittest.dir/gflags_unittest.cc.o:/tmp/gflags/src/gflags-2.1.2/test/gflags_unittest.cc:function google::(anonymous namespace)::GetFlagFileFlag(): error: undefined reference to '__dso_handle'
# CMakeFiles/gflags_unittest.dir/gflags_unittest.cc.o:/tmp/gflags/src/gflags-2.1.2/test/gflags_unittest.cc:function _GLOBAL__sub_I_gflags_unittest.cc: error: undefined reference to '__dso_handle'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# make[2]: *** [test/CMakeFiles/gflags_unittest.dir/build.make:96: bin/gflags_unittest] Error 1
# make[1]: *** [CMakeFiles/Makefile2:1128: test/CMakeFiles/gflags_unittest.dir/all] Error 2
# [ 84%] Linking CXX executable ../bin/gflags_unittest_main
# CMakeFiles/gflags_unittest_main.dir/gflags_unittest_main.cc.o:/tmp/gflags/src/gflags-2.1.2/test/gflags_unittest_main.cc:function google::(anonymous namespace)::GetFlagFileFlag(): error: undefined reference to '__dso_handle'
# CMakeFiles/gflags_unittest_main.dir/gflags_unittest_main.cc.o:/tmp/gflags/src/gflags-2.1.2/test/gflags_unittest_main.cc:function google::(anonymous namespace)::GetFlagFileFlag(): error: undefined reference to '__dso_handle'
# CMakeFiles/gflags_unittest_main.dir/gflags_unittest_main.cc.o:/tmp/gflags/src/gflags-2.1.2/test/gflags_unittest_main.cc:function _GLOBAL__sub_I_gflags_unittest_main.cc: error: undefined reference to '__dso_handle'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# make[2]: *** [test/CMakeFiles/gflags_unittest_main.dir/build.make:96: bin/gflags_unittest_main] Error 1
# make[1]: *** [CMakeFiles/Makefile2:1202: test/CMakeFiles/gflags_unittest_main.dir/all] Error 2
# make: *** [Makefile:139: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing Cmake output

CMD: Cmake output '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeOutput.log'
# The system is: Linux - 4.10.6-1-ARCH - x86_64
# 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/gflags/src/gflags-2.1.2/CMakeFiles/3.5.2/CompilerIdCXX/a.out"
#
# Determining if the CXX compiler works passed with the following output:
# Change Dir: /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_38cab/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_38cab.dir/build.make CMakeFiles/cmTC_38cab.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_38cab.dir/testCXXCompiler.cxx.o
# /sysroot/bin/clang++ -o CMakeFiles/cmTC_38cab.dir/testCXXCompiler.cxx.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
# Linking CXX executable cmTC_38cab
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_38cab.dir/link.txt --verbose=1
# /sysroot/bin/clang++ CMakeFiles/cmTC_38cab.dir/testCXXCompiler.cxx.o -o cmTC_38cab -rdynamic
# make[1]: Leaving directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
#
#
# Detecting CXX compiler ABI info compiled with the following output:
# Change Dir: /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_1b34d/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_1b34d.dir/build.make CMakeFiles/cmTC_1b34d.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_1b34d.dir/CMakeCXXCompilerABI.cpp.o
# /sysroot/bin/clang++ -o CMakeFiles/cmTC_1b34d.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp
# Linking CXX executable cmTC_1b34d
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1b34d.dir/link.txt --verbose=1
# /sysroot/bin/clang++ -v CMakeFiles/cmTC_1b34d.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_1b34d -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_1b34d /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_1b34d.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/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
#
#
# Parsed CXX implicit link information from above output:
# link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
# ignore line: [Change Dir: /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp]
# ignore line: []
# ignore line: [Run Build Command:"/usr/sbin/make" "cmTC_1b34d/fast"]
# ignore line: [/usr/sbin/make -f CMakeFiles/cmTC_1b34d.dir/build.make CMakeFiles/cmTC_1b34d.dir/build]
# ignore line: [make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp']
# ignore line: [Building CXX object CMakeFiles/cmTC_1b34d.dir/CMakeCXXCompilerABI.cpp.o]
# ignore line: [/sysroot/bin/clang++ -o CMakeFiles/cmTC_1b34d.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp]
# ignore line: [Linking CXX executable cmTC_1b34d]
# ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1b34d.dir/link.txt --verbose=1]
# ignore line: [/sysroot/bin/clang++ -v CMakeFiles/cmTC_1b34d.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_1b34d -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_1b34d /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_1b34d.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_1b34d] ==> 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_1b34d.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/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_5778a/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_5778a.dir/build.make CMakeFiles/cmTC_5778a.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_5778a.dir/feature_tests.cxx.o
# /sysroot/bin/clang++ -std=c++14 -o CMakeFiles/cmTC_5778a.dir/feature_tests.cxx.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_5778a
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5778a.dir/link.txt --verbose=1
# /sysroot/bin/clang++ CMakeFiles/cmTC_5778a.dir/feature_tests.cxx.o -o cmTC_5778a -rdynamic
# make[1]: Leaving directory '/tmp/gflags/src/gflags-2.1.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/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_01a8a/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_01a8a.dir/build.make CMakeFiles/cmTC_01a8a.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_01a8a.dir/feature_tests.cxx.o
# /sysroot/bin/clang++ -std=c++11 -o CMakeFiles/cmTC_01a8a.dir/feature_tests.cxx.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_01a8a
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_01a8a.dir/link.txt --verbose=1
# /sysroot/bin/clang++ CMakeFiles/cmTC_01a8a.dir/feature_tests.cxx.o -o cmTC_01a8a -rdynamic
# make[1]: Leaving directory '/tmp/gflags/src/gflags-2.1.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/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_e3300/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_e3300.dir/build.make CMakeFiles/cmTC_e3300.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_e3300.dir/feature_tests.cxx.o
# /sysroot/bin/clang++ -std=c++98 -o CMakeFiles/cmTC_e3300.dir/feature_tests.cxx.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_e3300
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e3300.dir/link.txt --verbose=1
# /sysroot/bin/clang++ CMakeFiles/cmTC_e3300.dir/feature_tests.cxx.o -o cmTC_e3300 -rdynamic
# make[1]: Leaving directory '/tmp/gflags/src/gflags-2.1.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
# 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/gflags/src/gflags-2.1.2/CMakeFiles/3.5.2/CompilerIdC/a.out"
#
# Determining if the C compiler works passed with the following output:
# Change Dir: /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_f5994/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_f5994.dir/build.make CMakeFiles/cmTC_f5994.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_f5994.dir/testCCompiler.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_f5994.dir/testCCompiler.c.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp/testCCompiler.c
# Linking C executable cmTC_f5994
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f5994.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_f5994.dir/testCCompiler.c.o -o cmTC_f5994 -rdynamic
# make[1]: Leaving directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
#
#
# Detecting C compiler ABI info compiled with the following output:
# Change Dir: /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_60156/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_60156.dir/build.make CMakeFiles/cmTC_60156.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_60156.dir/CMakeCCompilerABI.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_60156.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c
# Linking C executable cmTC_60156
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_60156.dir/link.txt --verbose=1
# /sysroot/bin/clang -v CMakeFiles/cmTC_60156.dir/CMakeCCompilerABI.c.o -o cmTC_60156 -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_60156 /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_60156.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/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
#
#
# Parsed C implicit link information from above output:
# link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
# ignore line: [Change Dir: /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp]
# ignore line: []
# ignore line: [Run Build Command:"/usr/sbin/make" "cmTC_60156/fast"]
# ignore line: [/usr/sbin/make -f CMakeFiles/cmTC_60156.dir/build.make CMakeFiles/cmTC_60156.dir/build]
# ignore line: [make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp']
# ignore line: [Building C object CMakeFiles/cmTC_60156.dir/CMakeCCompilerABI.c.o]
# ignore line: [/sysroot/bin/clang -o CMakeFiles/cmTC_60156.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c]
# ignore line: [Linking C executable cmTC_60156]
# ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_60156.dir/link.txt --verbose=1]
# ignore line: [/sysroot/bin/clang -v CMakeFiles/cmTC_60156.dir/CMakeCCompilerABI.c.o -o cmTC_60156 -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_60156 /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_60156.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_60156] ==> 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_60156.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/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_a9517/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_a9517.dir/build.make CMakeFiles/cmTC_a9517.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_a9517.dir/feature_tests.c.o
# /sysroot/bin/clang -std=c11 -o CMakeFiles/cmTC_a9517.dir/feature_tests.c.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/feature_tests.c
# Linking C executable cmTC_a9517
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a9517.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_a9517.dir/feature_tests.c.o -o cmTC_a9517 -rdynamic
# make[1]: Leaving directory '/tmp/gflags/src/gflags-2.1.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/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_936f4/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_936f4.dir/build.make CMakeFiles/cmTC_936f4.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_936f4.dir/feature_tests.c.o
# /sysroot/bin/clang -std=c99 -o CMakeFiles/cmTC_936f4.dir/feature_tests.c.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/feature_tests.c
# Linking C executable cmTC_936f4
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_936f4.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_936f4.dir/feature_tests.c.o -o cmTC_936f4 -rdynamic
# make[1]: Leaving directory '/tmp/gflags/src/gflags-2.1.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/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_5c693/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_5c693.dir/build.make CMakeFiles/cmTC_5c693.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_5c693.dir/feature_tests.c.o
# /sysroot/bin/clang -std=c90 -o CMakeFiles/cmTC_5c693.dir/feature_tests.c.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/feature_tests.c
# Linking C executable cmTC_5c693
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5c693.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_5c693.dir/feature_tests.c.o -o cmTC_5c693 -rdynamic
# make[1]: Leaving directory '/tmp/gflags/src/gflags-2.1.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 include file unistd.h exists passed with the following output:
# Change Dir: /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_6dd17/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_6dd17.dir/build.make CMakeFiles/cmTC_6dd17.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_6dd17.dir/CheckIncludeFile.cxx.o
# /sysroot/bin/clang++ -o CMakeFiles/cmTC_6dd17.dir/CheckIncludeFile.cxx.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
# Linking CXX executable cmTC_6dd17
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6dd17.dir/link.txt --verbose=1
# /sysroot/bin/clang++ CMakeFiles/cmTC_6dd17.dir/CheckIncludeFile.cxx.o -o cmTC_6dd17 -rdynamic
# make[1]: Leaving directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file stdint.h exists passed with the following output:
# Change Dir: /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_8d443/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_8d443.dir/build.make CMakeFiles/cmTC_8d443.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_8d443.dir/CheckIncludeFile.cxx.o
# /sysroot/bin/clang++ -o CMakeFiles/cmTC_8d443.dir/CheckIncludeFile.cxx.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
# Linking CXX executable cmTC_8d443
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8d443.dir/link.txt --verbose=1
# /sysroot/bin/clang++ CMakeFiles/cmTC_8d443.dir/CheckIncludeFile.cxx.o -o cmTC_8d443 -rdynamic
# make[1]: Leaving directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file inttypes.h exists passed with the following output:
# Change Dir: /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_6f2ae/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_6f2ae.dir/build.make CMakeFiles/cmTC_6f2ae.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_6f2ae.dir/CheckIncludeFile.cxx.o
# /sysroot/bin/clang++ -o CMakeFiles/cmTC_6f2ae.dir/CheckIncludeFile.cxx.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
# Linking CXX executable cmTC_6f2ae
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6f2ae.dir/link.txt --verbose=1
# /sysroot/bin/clang++ CMakeFiles/cmTC_6f2ae.dir/CheckIncludeFile.cxx.o -o cmTC_6f2ae -rdynamic
# make[1]: Leaving directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file sys/types.h exists passed with the following output:
# Change Dir: /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_74541/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_74541.dir/build.make CMakeFiles/cmTC_74541.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_74541.dir/CheckIncludeFile.cxx.o
# /sysroot/bin/clang++ -o CMakeFiles/cmTC_74541.dir/CheckIncludeFile.cxx.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
# Linking CXX executable cmTC_74541
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_74541.dir/link.txt --verbose=1
# /sysroot/bin/clang++ CMakeFiles/cmTC_74541.dir/CheckIncludeFile.cxx.o -o cmTC_74541 -rdynamic
# make[1]: Leaving directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file sys/stat.h exists passed with the following output:
# Change Dir: /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_ac85d/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_ac85d.dir/build.make CMakeFiles/cmTC_ac85d.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_ac85d.dir/CheckIncludeFile.cxx.o
# /sysroot/bin/clang++ -o CMakeFiles/cmTC_ac85d.dir/CheckIncludeFile.cxx.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
# Linking CXX executable cmTC_ac85d
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ac85d.dir/link.txt --verbose=1
# /sysroot/bin/clang++ CMakeFiles/cmTC_ac85d.dir/CheckIncludeFile.cxx.o -o cmTC_ac85d -rdynamic
# make[1]: Leaving directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file fnmatch.h exists passed with the following output:
# Change Dir: /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_1adb4/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_1adb4.dir/build.make CMakeFiles/cmTC_1adb4.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_1adb4.dir/CheckIncludeFile.cxx.o
# /sysroot/bin/clang++ -o CMakeFiles/cmTC_1adb4.dir/CheckIncludeFile.cxx.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
# Linking CXX executable cmTC_1adb4
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1adb4.dir/link.txt --verbose=1
# /sysroot/bin/clang++ CMakeFiles/cmTC_1adb4.dir/CheckIncludeFile.cxx.o -o cmTC_1adb4 -rdynamic
# make[1]: Leaving directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file stddef.h exists passed with the following output:
# Change Dir: /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_6e5ac/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_6e5ac.dir/build.make CMakeFiles/cmTC_6e5ac.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_6e5ac.dir/CheckIncludeFile.cxx.o
# /sysroot/bin/clang++ -o CMakeFiles/cmTC_6e5ac.dir/CheckIncludeFile.cxx.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
# Linking CXX executable cmTC_6e5ac
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6e5ac.dir/link.txt --verbose=1
# /sysroot/bin/clang++ CMakeFiles/cmTC_6e5ac.dir/CheckIncludeFile.cxx.o -o cmTC_6e5ac -rdynamic
# make[1]: Leaving directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
#
#
# Determining size of uint32_t passed with the following output:
# Change Dir: /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_7b49e/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_7b49e.dir/build.make CMakeFiles/cmTC_7b49e.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_7b49e.dir/uint32_t.cpp.o
# /sysroot/bin/clang++ -o CMakeFiles/cmTC_7b49e.dir/uint32_t.cpp.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CheckTypeSize/uint32_t.cpp
# Linking CXX executable cmTC_7b49e
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7b49e.dir/link.txt --verbose=1
# /sysroot/bin/clang++ CMakeFiles/cmTC_7b49e.dir/uint32_t.cpp.o -o cmTC_7b49e -rdynamic
# make[1]: Leaving directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
#
#
# Determining if the strtoll exist passed with the following output:
# Change Dir: /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_a5b0c/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_a5b0c.dir/build.make CMakeFiles/cmTC_a5b0c.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_a5b0c.dir/CheckSymbolExists.cxx.o
# /sysroot/bin/clang++ -o CMakeFiles/cmTC_a5b0c.dir/CheckSymbolExists.cxx.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
# Linking CXX executable cmTC_a5b0c
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a5b0c.dir/link.txt --verbose=1
# /sysroot/bin/clang++ CMakeFiles/cmTC_a5b0c.dir/CheckSymbolExists.cxx.o -o cmTC_a5b0c -rdynamic
# make[1]: Leaving directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
#
# File /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
# /* */
# #include
#
# int main(int argc, char** argv)
# {
# (void)argv;
# #ifndef strtoll
# return ((int*)(&strtoll))[argc];
# #else
# (void)argc;
# return 0;
# #endif
# }
#
# Determining if the include file pthread.h exists passed with the following output:
# Change Dir: /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_059b2/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_059b2.dir/build.make CMakeFiles/cmTC_059b2.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_059b2.dir/CheckIncludeFile.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_059b2.dir/CheckIncludeFile.c.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_059b2
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_059b2.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_059b2.dir/CheckIncludeFile.c.o -o cmTC_059b2 -rdynamic
# make[1]: Leaving directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
#
#
# Determining if the pthread_create exist passed with the following output:
# Change Dir: /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_988df/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_988df.dir/build.make CMakeFiles/cmTC_988df.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_988df.dir/CheckSymbolExists.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_988df.dir/CheckSymbolExists.c.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c
# Linking C executable cmTC_988df
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_988df.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_988df.dir/CheckSymbolExists.c.o -o cmTC_988df -rdynamic
# make[1]: Leaving directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
#
# File /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
# /* */
# #include
#
# int main(int argc, char** argv)
# {
# (void)argv;
# #ifndef pthread_create
# return ((int*)(&pthread_create))[argc];
# #else
# (void)argc;
# return 0;
# #endif
# }
#
# Determining size of pthread_rwlock_t passed with the following output:
# Change Dir: /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_b1aae/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_b1aae.dir/build.make CMakeFiles/cmTC_b1aae.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_b1aae.dir/RWLOCK.cpp.o
# /sysroot/bin/clang++ -o CMakeFiles/cmTC_b1aae.dir/RWLOCK.cpp.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CheckTypeSize/RWLOCK.cpp
# Linking CXX executable cmTC_b1aae
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b1aae.dir/link.txt --verbose=1
# /sysroot/bin/clang++ CMakeFiles/cmTC_b1aae.dir/RWLOCK.cpp.o -o cmTC_b1aae -rdynamic
# make[1]: Leaving directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
#
#