Build of gflags with clang_glibc toolchain

The build took 00h 03m 39s and was 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...

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: gflags 2.1.2-2 (Thu Apr 13 11:37:31 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# -- The CXX compiler identification is Clang 3.8.0
# -- Check for working CXX compiler: /usr/bin/clang++
# -- Check for working CXX compiler: /usr/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.0
# -- Check for working C compiler: /usr/bin/clang
# -- Check for working C compiler: /usr/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 - not found
# -- Looking for pthread_create in pthreads
# -- Looking for pthread_create in pthreads - not found
# -- Looking for pthread_create in pthread
# -- Looking for pthread_create in pthread - 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-shared
# [ 5%] Building CXX object CMakeFiles/gflags-shared.dir/src/gflags.cc.o
# [ 10%] Building CXX object CMakeFiles/gflags-shared.dir/src/gflags_reporting.cc.o
# [ 15%] Building CXX object CMakeFiles/gflags-shared.dir/src/gflags_completions.cc.o
# [ 21%] Linking CXX shared library lib/libgflags.so
# [ 21%] Built target gflags-shared
# Scanning dependencies of target gflags_nothreads-shared
# [ 26%] Building CXX object CMakeFiles/gflags_nothreads-shared.dir/src/gflags.cc.o
# [ 31%] Building CXX object CMakeFiles/gflags_nothreads-shared.dir/src/gflags_reporting.cc.o
# [ 36%] Building CXX object CMakeFiles/gflags_nothreads-shared.dir/src/gflags_completions.cc.o
# [ 42%] Linking CXX shared library lib/libgflags_nothreads.so
# [ 42%] Built target gflags_nothreads-shared
# Scanning dependencies of target gflags_unittest
# [ 47%] Building CXX object test/CMakeFiles/gflags_unittest.dir/gflags_unittest.cc.o
# [ 52%] Linking CXX executable ../bin/gflags_unittest
# [ 52%] Built target gflags_unittest
# Scanning dependencies of target gflags_unittest-main
# [ 57%] Building CXX object test/CMakeFiles/gflags_unittest-main.dir/gflags_unittest-main.cc.o
# [ 63%] Linking CXX executable ../bin/gflags_unittest-main
# [ 63%] Built target gflags_unittest-main
# Scanning dependencies of target gflags_unittest_main
# [ 68%] Building CXX object test/CMakeFiles/gflags_unittest_main.dir/gflags_unittest_main.cc.o
# [ 73%] Linking CXX executable ../bin/gflags_unittest_main
# [ 73%] Built target gflags_unittest_main
# Scanning dependencies of target gflags_strip_flags_test
# [ 78%] Building CXX object test/CMakeFiles/gflags_strip_flags_test.dir/gflags_strip_flags_test.cc.o
# [ 84%] Linking CXX executable ../bin/gflags_strip_flags_test
# [ 84%] Built target gflags_strip_flags_test
# Scanning dependencies of target gflags_declare_test
# [ 89%] Building CXX object test/CMakeFiles/gflags_declare_test.dir/gflags_declare_test.cc.o
# [ 94%] Building CXX object test/CMakeFiles/gflags_declare_test.dir/gflags_declare_flags.cc.o
# [100%] Linking CXX executable ../bin/gflags_declare_test
# [100%] Built target gflags_declare_test
# ==> Entering fakeroot environment...
# ==> Starting package()...
# [ 21%] Built target gflags-shared
# [ 42%] Built target gflags_nothreads-shared
# [ 52%] Built target gflags_unittest
# [ 63%] Built target gflags_unittest-main
# [ 73%] Built target gflags_unittest_main
# [ 84%] Built target gflags_strip_flags_test
# [100%] Built target gflags_declare_test
# Install the project...
# -- Install configuration: "Release"
# -- Installing: /tmp/gflags/pkg/gflags/usr/lib/libgflags.so.2.1.2
# -- Installing: /tmp/gflags/pkg/gflags/usr/lib/libgflags.so.2
# -- Installing: /tmp/gflags/pkg/gflags/usr/lib/libgflags.so
# -- Installing: /tmp/gflags/pkg/gflags/usr/lib/libgflags_nothreads.so.2.1.2
# -- Installing: /tmp/gflags/pkg/gflags/usr/lib/libgflags_nothreads.so.2
# -- Installing: /tmp/gflags/pkg/gflags/usr/lib/libgflags_nothreads.so
# -- Installing: /tmp/gflags/pkg/gflags/usr/include/gflags/gflags.h
# -- Installing: /tmp/gflags/pkg/gflags/usr/include/gflags/gflags_declare.h
# -- Installing: /tmp/gflags/pkg/gflags/usr/include/gflags/gflags_completions.h
# -- Installing: /tmp/gflags/pkg/gflags/usr/include/gflags/gflags_gflags.h
# -- Installing: /tmp/gflags/pkg/gflags/usr/lib/cmake/gflags/gflags-config.cmake
# -- Installing: /tmp/gflags/pkg/gflags/usr/lib/cmake/gflags/gflags-config-version.cmake
# -- Installing: /tmp/gflags/pkg/gflags/usr/lib/cmake/gflags/gflags-export.cmake
# -- Installing: /tmp/gflags/pkg/gflags/usr/lib/cmake/gflags/gflags-export-release.cmake
# -- Installing: /tmp/gflags/pkg/gflags/usr/bin/gflags_completions.sh
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "gflags"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: gflags 2.1.2-2 (Thu Apr 13 11:38:35 UTC 2017)

CMD: pacman --query --file gflags-2.1.2-2-x86_64.pkg.tar.xz
# gflags 2.1.2-2

Creating hybrid package for 'gflags'

Trying to find vanilla package 'gflags'...

CMD: pacman --query --file /mirror/python-gflags-3.0.5-1.pkg.tar.xz
# python-gflags 3.0.5-1

CMD: pacman --query --file /mirror/gflags-2.1.2-2.pkg.tar.xz
# gflags 2.1.2-2

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/libgflags.so.2
# /usr/lib/libgflags.so
# /usr/lib/libgflags_nothreads.so.2
# /usr/lib/libgflags_nothreads.so
# /usr/lib/libgflags.so.2.1.2
# /usr/lib/libgflags_nothreads.so.2.1.2
# /usr/lib/cmake/gflags/gflags-config.cmake
# /usr/lib/cmake/gflags/gflags-config-version.cmake
# /usr/lib/cmake/gflags/gflags-export.cmake
# /usr/lib/cmake/gflags/gflags-export-release.cmake
# /usr/include/gflags/gflags.h
# /usr/include/gflags/gflags_declare.h
# /usr/include/gflags/gflags_completions.h
# /usr/include/gflags/gflags_gflags.h
# /usr/bin/gflags_completions.sh
# /usr/share/licenses/gflags/COPYING.txt
# /sysroot/usr/lib/libgflags.so.2.1.2
# /sysroot/usr/lib/libgflags.so.2
# /sysroot/usr/lib/libgflags.so
# /sysroot/usr/lib/libgflags_nothreads.so.2.1.2
# /sysroot/usr/lib/libgflags_nothreads.so.2
# /sysroot/usr/lib/libgflags_nothreads.so
# /sysroot/usr/lib/cmake/gflags/gflags-config.cmake
# /sysroot/usr/lib/cmake/gflags/gflags-config-version.cmake
# /sysroot/usr/lib/cmake/gflags/gflags-export.cmake
# /sysroot/usr/lib/cmake/gflags/gflags-export-release.cmake
# /sysroot/usr/include/gflags/gflags.h
# /sysroot/usr/include/gflags/gflags_declare.h
# /sysroot/usr/include/gflags/gflags_completions.h
# /sysroot/usr/include/gflags/gflags_gflags.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 gflags.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/gflags.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/gflags.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 Cmake errors

CMD: Cmake errors '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeError.log'
# Determining if the pthread_create exist failed with the following output:
# Change Dir: /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_6a058/fast"
# /usr/bin/make -f CMakeFiles/cmTC_6a058.dir/build.make CMakeFiles/cmTC_6a058.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_6a058.dir/CheckSymbolExists.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_6a058.dir/CheckSymbolExists.c.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c
# Linking C executable cmTC_6a058
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6a058.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_6a058.dir/CheckSymbolExists.c.o -o cmTC_6a058 -rdynamic
# CMakeFiles/cmTC_6a058.dir/CheckSymbolExists.c.o: In function `main':
# /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:(.text+0x19): undefined reference to `pthread_create'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# make[1]: *** [CMakeFiles/cmTC_6a058.dir/build.make:98: cmTC_6a058] Error 1
# make[1]: Leaving directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# make: *** [Makefile:126: cmTC_6a058/fast] Error 2
#
# 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 if the function pthread_create exists in the pthreads failed with the following output:
# Change Dir: /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_add07/fast"
# /usr/bin/make -f CMakeFiles/cmTC_add07.dir/build.make CMakeFiles/cmTC_add07.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_add07.dir/CheckFunctionExists.c.o
# /usr/bin/clang -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_add07.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_add07
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_add07.dir/link.txt --verbose=1
# /usr/bin/clang -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_add07.dir/CheckFunctionExists.c.o -o cmTC_add07 -rdynamic -lpthreads
# /usr/bin/ld: cannot find -lpthreads
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# make[1]: *** [CMakeFiles/cmTC_add07.dir/build.make:98: cmTC_add07] Error 1
# make[1]: Leaving directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# make: *** [Makefile:126: cmTC_add07/fast] Error 2
#
#

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: /usr/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/bin/make" "cmTC_59f92/fast"
# /usr/bin/make -f CMakeFiles/cmTC_59f92.dir/build.make CMakeFiles/cmTC_59f92.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_59f92.dir/testCXXCompiler.cxx.o
# /usr/bin/clang++ -o CMakeFiles/cmTC_59f92.dir/testCXXCompiler.cxx.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
# Linking CXX executable cmTC_59f92
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_59f92.dir/link.txt --verbose=1
# /usr/bin/clang++ CMakeFiles/cmTC_59f92.dir/testCXXCompiler.cxx.o -o cmTC_59f92 -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/bin/make" "cmTC_e57bf/fast"
# /usr/bin/make -f CMakeFiles/cmTC_e57bf.dir/build.make CMakeFiles/cmTC_e57bf.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_e57bf.dir/CMakeCXXCompilerABI.cpp.o
# /usr/bin/clang++ -o CMakeFiles/cmTC_e57bf.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp
# Linking CXX executable cmTC_e57bf
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e57bf.dir/link.txt --verbose=1
# /usr/bin/clang++ -v CMakeFiles/cmTC_e57bf.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_e57bf -rdynamic
# 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
# "/usr/bin/ld" -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_e57bf /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /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/crtbegin.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 CMakeFiles/cmTC_e57bf.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/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/bin/make" "cmTC_e57bf/fast"]
# ignore line: [/usr/bin/make -f CMakeFiles/cmTC_e57bf.dir/build.make CMakeFiles/cmTC_e57bf.dir/build]
# ignore line: [make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp']
# ignore line: [Building CXX object CMakeFiles/cmTC_e57bf.dir/CMakeCXXCompilerABI.cpp.o]
# ignore line: [/usr/bin/clang++ -o CMakeFiles/cmTC_e57bf.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp]
# ignore line: [Linking CXX executable cmTC_e57bf]
# ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e57bf.dir/link.txt --verbose=1]
# ignore line: [/usr/bin/clang++ -v CMakeFiles/cmTC_e57bf.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_e57bf -rdynamic ]
# ignore line: [clang version 3.8.0 (tags/RELEASE_380/final)]
# ignore line: [Target: x86_64-unknown-linux-gnu]
# ignore line: [Thread model: posix]
# ignore line: [InstalledDir: /usr/bin]
# ignore line: [Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Candidate multilib: .]
# ignore line: [@m64]
# ignore line: [Selected multilib: .]
# ignore line: [@m64]
# link line: [ "/usr/bin/ld" -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_e57bf /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /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/crtbegin.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 CMakeFiles/cmTC_e57bf.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o]
# arg [/usr/bin/ld] ==> 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_e57bf] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o] ==> ignore
# arg [-L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1] ==> dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# arg [-L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64] ==> dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64]
# arg [-L/usr/bin/../lib64] ==> dir [/usr/bin/../lib64]
# arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
# arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
# arg [-L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../..] ==> dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../..]
# arg [-L/usr/bin/../lib] ==> dir [/usr/bin/../lib]
# arg [-L/lib] ==> dir [/lib]
# arg [-L/usr/lib] ==> dir [/usr/lib]
# arg [CMakeFiles/cmTC_e57bf.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
# arg [-lstdc++] ==> lib [stdc++]
# arg [-lm] ==> lib [m]
# arg [-lgcc_s] ==> lib [gcc_s]
# arg [-lgcc] ==> lib [gcc]
# arg [-lc] ==> lib [c]
# arg [-lgcc_s] ==> lib [gcc_s]
# arg [-lgcc] ==> lib [gcc]
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o] ==> ignore
# remove lib [gcc_s]
# remove lib [gcc]
# remove lib [gcc_s]
# remove lib [gcc]
# collapse library dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1] ==> [/usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# collapse library dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64] ==> [/usr/lib64]
# collapse library dir [/usr/bin/../lib64] ==> [/usr/lib64]
# collapse library dir [/lib/../lib64] ==> [/lib64]
# collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64]
# collapse library dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../..] ==> [/usr/lib64]
# collapse library dir [/usr/bin/../lib] ==> [/usr/lib]
# collapse library dir [/lib] ==> [/lib]
# collapse library dir [/usr/lib] ==> [/usr/lib]
# implicit libs: [stdc++;m;c]
# implicit dirs: [/usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1;/usr/lib64;/lib64;/usr/lib;/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/bin/make" "cmTC_1fe44/fast"
# /usr/bin/make -f CMakeFiles/cmTC_1fe44.dir/build.make CMakeFiles/cmTC_1fe44.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_1fe44.dir/feature_tests.cxx.o
# /usr/bin/clang++ -std=c++14 -o CMakeFiles/cmTC_1fe44.dir/feature_tests.cxx.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_1fe44
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1fe44.dir/link.txt --verbose=1
# /usr/bin/clang++ CMakeFiles/cmTC_1fe44.dir/feature_tests.cxx.o -o cmTC_1fe44 -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/bin/make" "cmTC_cbbde/fast"
# /usr/bin/make -f CMakeFiles/cmTC_cbbde.dir/build.make CMakeFiles/cmTC_cbbde.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_cbbde.dir/feature_tests.cxx.o
# /usr/bin/clang++ -std=c++11 -o CMakeFiles/cmTC_cbbde.dir/feature_tests.cxx.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_cbbde
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cbbde.dir/link.txt --verbose=1
# /usr/bin/clang++ CMakeFiles/cmTC_cbbde.dir/feature_tests.cxx.o -o cmTC_cbbde -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/bin/make" "cmTC_9b7bb/fast"
# /usr/bin/make -f CMakeFiles/cmTC_9b7bb.dir/build.make CMakeFiles/cmTC_9b7bb.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_9b7bb.dir/feature_tests.cxx.o
# /usr/bin/clang++ -std=c++98 -o CMakeFiles/cmTC_9b7bb.dir/feature_tests.cxx.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_9b7bb
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9b7bb.dir/link.txt --verbose=1
# /usr/bin/clang++ CMakeFiles/cmTC_9b7bb.dir/feature_tests.cxx.o -o cmTC_9b7bb -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: /usr/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/bin/make" "cmTC_5d8c0/fast"
# /usr/bin/make -f CMakeFiles/cmTC_5d8c0.dir/build.make CMakeFiles/cmTC_5d8c0.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_5d8c0.dir/testCCompiler.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_5d8c0.dir/testCCompiler.c.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp/testCCompiler.c
# Linking C executable cmTC_5d8c0
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5d8c0.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_5d8c0.dir/testCCompiler.c.o -o cmTC_5d8c0 -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/bin/make" "cmTC_c91f1/fast"
# /usr/bin/make -f CMakeFiles/cmTC_c91f1.dir/build.make CMakeFiles/cmTC_c91f1.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_c91f1.dir/CMakeCCompilerABI.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_c91f1.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c
# Linking C executable cmTC_c91f1
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c91f1.dir/link.txt --verbose=1
# /usr/bin/clang -v CMakeFiles/cmTC_c91f1.dir/CMakeCCompilerABI.c.o -o cmTC_c91f1 -rdynamic
# 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
# "/usr/bin/ld" -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_c91f1 /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /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/crtbegin.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 CMakeFiles/cmTC_c91f1.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/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/bin/make" "cmTC_c91f1/fast"]
# ignore line: [/usr/bin/make -f CMakeFiles/cmTC_c91f1.dir/build.make CMakeFiles/cmTC_c91f1.dir/build]
# ignore line: [make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp']
# ignore line: [Building C object CMakeFiles/cmTC_c91f1.dir/CMakeCCompilerABI.c.o]
# ignore line: [/usr/bin/clang -o CMakeFiles/cmTC_c91f1.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c]
# ignore line: [Linking C executable cmTC_c91f1]
# ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c91f1.dir/link.txt --verbose=1]
# ignore line: [/usr/bin/clang -v CMakeFiles/cmTC_c91f1.dir/CMakeCCompilerABI.c.o -o cmTC_c91f1 -rdynamic ]
# ignore line: [clang version 3.8.0 (tags/RELEASE_380/final)]
# ignore line: [Target: x86_64-unknown-linux-gnu]
# ignore line: [Thread model: posix]
# ignore line: [InstalledDir: /usr/bin]
# ignore line: [Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Candidate multilib: .]
# ignore line: [@m64]
# ignore line: [Selected multilib: .]
# ignore line: [@m64]
# link line: [ "/usr/bin/ld" -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_c91f1 /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /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/crtbegin.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 CMakeFiles/cmTC_c91f1.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o]
# arg [/usr/bin/ld] ==> 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_c91f1] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o] ==> ignore
# arg [-L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1] ==> dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# arg [-L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64] ==> dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64]
# arg [-L/usr/bin/../lib64] ==> dir [/usr/bin/../lib64]
# arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
# arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
# arg [-L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../..] ==> dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../..]
# arg [-L/usr/bin/../lib] ==> dir [/usr/bin/../lib]
# arg [-L/lib] ==> dir [/lib]
# arg [-L/usr/lib] ==> dir [/usr/lib]
# arg [CMakeFiles/cmTC_c91f1.dir/CMakeCCompilerABI.c.o] ==> ignore
# arg [-lgcc] ==> lib [gcc]
# arg [--as-needed] ==> ignore
# arg [-lgcc_s] ==> lib [gcc_s]
# arg [--no-as-needed] ==> ignore
# arg [-lc] ==> lib [c]
# arg [-lgcc] ==> lib [gcc]
# arg [--as-needed] ==> ignore
# arg [-lgcc_s] ==> lib [gcc_s]
# arg [--no-as-needed] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o] ==> ignore
# remove lib [gcc]
# remove lib [gcc_s]
# remove lib [gcc]
# remove lib [gcc_s]
# collapse library dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1] ==> [/usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# collapse library dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64] ==> [/usr/lib64]
# collapse library dir [/usr/bin/../lib64] ==> [/usr/lib64]
# collapse library dir [/lib/../lib64] ==> [/lib64]
# collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64]
# collapse library dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../..] ==> [/usr/lib64]
# collapse library dir [/usr/bin/../lib] ==> [/usr/lib]
# collapse library dir [/lib] ==> [/lib]
# collapse library dir [/usr/lib] ==> [/usr/lib]
# implicit libs: [c]
# implicit dirs: [/usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1;/usr/lib64;/lib64;/usr/lib;/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/bin/make" "cmTC_7f240/fast"
# /usr/bin/make -f CMakeFiles/cmTC_7f240.dir/build.make CMakeFiles/cmTC_7f240.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_7f240.dir/feature_tests.c.o
# /usr/bin/clang -std=c11 -o CMakeFiles/cmTC_7f240.dir/feature_tests.c.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/feature_tests.c
# Linking C executable cmTC_7f240
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7f240.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_7f240.dir/feature_tests.c.o -o cmTC_7f240 -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/bin/make" "cmTC_8f0c1/fast"
# /usr/bin/make -f CMakeFiles/cmTC_8f0c1.dir/build.make CMakeFiles/cmTC_8f0c1.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_8f0c1.dir/feature_tests.c.o
# /usr/bin/clang -std=c99 -o CMakeFiles/cmTC_8f0c1.dir/feature_tests.c.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/feature_tests.c
# Linking C executable cmTC_8f0c1
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8f0c1.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_8f0c1.dir/feature_tests.c.o -o cmTC_8f0c1 -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/bin/make" "cmTC_1ca7f/fast"
# /usr/bin/make -f CMakeFiles/cmTC_1ca7f.dir/build.make CMakeFiles/cmTC_1ca7f.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_1ca7f.dir/feature_tests.c.o
# /usr/bin/clang -std=c90 -o CMakeFiles/cmTC_1ca7f.dir/feature_tests.c.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/feature_tests.c
# Linking C executable cmTC_1ca7f
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1ca7f.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_1ca7f.dir/feature_tests.c.o -o cmTC_1ca7f -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/bin/make" "cmTC_e5fac/fast"
# /usr/bin/make -f CMakeFiles/cmTC_e5fac.dir/build.make CMakeFiles/cmTC_e5fac.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_e5fac.dir/CheckIncludeFile.cxx.o
# /usr/bin/clang++ -o CMakeFiles/cmTC_e5fac.dir/CheckIncludeFile.cxx.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
# Linking CXX executable cmTC_e5fac
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e5fac.dir/link.txt --verbose=1
# /usr/bin/clang++ CMakeFiles/cmTC_e5fac.dir/CheckIncludeFile.cxx.o -o cmTC_e5fac -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/bin/make" "cmTC_a7e47/fast"
# /usr/bin/make -f CMakeFiles/cmTC_a7e47.dir/build.make CMakeFiles/cmTC_a7e47.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_a7e47.dir/CheckIncludeFile.cxx.o
# /usr/bin/clang++ -o CMakeFiles/cmTC_a7e47.dir/CheckIncludeFile.cxx.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
# Linking CXX executable cmTC_a7e47
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a7e47.dir/link.txt --verbose=1
# /usr/bin/clang++ CMakeFiles/cmTC_a7e47.dir/CheckIncludeFile.cxx.o -o cmTC_a7e47 -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/bin/make" "cmTC_c76e4/fast"
# /usr/bin/make -f CMakeFiles/cmTC_c76e4.dir/build.make CMakeFiles/cmTC_c76e4.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_c76e4.dir/CheckIncludeFile.cxx.o
# /usr/bin/clang++ -o CMakeFiles/cmTC_c76e4.dir/CheckIncludeFile.cxx.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
# Linking CXX executable cmTC_c76e4
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c76e4.dir/link.txt --verbose=1
# /usr/bin/clang++ CMakeFiles/cmTC_c76e4.dir/CheckIncludeFile.cxx.o -o cmTC_c76e4 -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/bin/make" "cmTC_6568a/fast"
# /usr/bin/make -f CMakeFiles/cmTC_6568a.dir/build.make CMakeFiles/cmTC_6568a.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_6568a.dir/CheckIncludeFile.cxx.o
# /usr/bin/clang++ -o CMakeFiles/cmTC_6568a.dir/CheckIncludeFile.cxx.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
# Linking CXX executable cmTC_6568a
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6568a.dir/link.txt --verbose=1
# /usr/bin/clang++ CMakeFiles/cmTC_6568a.dir/CheckIncludeFile.cxx.o -o cmTC_6568a -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/bin/make" "cmTC_ffc73/fast"
# /usr/bin/make -f CMakeFiles/cmTC_ffc73.dir/build.make CMakeFiles/cmTC_ffc73.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_ffc73.dir/CheckIncludeFile.cxx.o
# /usr/bin/clang++ -o CMakeFiles/cmTC_ffc73.dir/CheckIncludeFile.cxx.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
# Linking CXX executable cmTC_ffc73
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ffc73.dir/link.txt --verbose=1
# /usr/bin/clang++ CMakeFiles/cmTC_ffc73.dir/CheckIncludeFile.cxx.o -o cmTC_ffc73 -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/bin/make" "cmTC_50b61/fast"
# /usr/bin/make -f CMakeFiles/cmTC_50b61.dir/build.make CMakeFiles/cmTC_50b61.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_50b61.dir/CheckIncludeFile.cxx.o
# /usr/bin/clang++ -o CMakeFiles/cmTC_50b61.dir/CheckIncludeFile.cxx.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
# Linking CXX executable cmTC_50b61
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_50b61.dir/link.txt --verbose=1
# /usr/bin/clang++ CMakeFiles/cmTC_50b61.dir/CheckIncludeFile.cxx.o -o cmTC_50b61 -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/bin/make" "cmTC_f3ed2/fast"
# /usr/bin/make -f CMakeFiles/cmTC_f3ed2.dir/build.make CMakeFiles/cmTC_f3ed2.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_f3ed2.dir/CheckIncludeFile.cxx.o
# /usr/bin/clang++ -o CMakeFiles/cmTC_f3ed2.dir/CheckIncludeFile.cxx.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
# Linking CXX executable cmTC_f3ed2
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f3ed2.dir/link.txt --verbose=1
# /usr/bin/clang++ CMakeFiles/cmTC_f3ed2.dir/CheckIncludeFile.cxx.o -o cmTC_f3ed2 -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/bin/make" "cmTC_5b510/fast"
# /usr/bin/make -f CMakeFiles/cmTC_5b510.dir/build.make CMakeFiles/cmTC_5b510.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_5b510.dir/uint32_t.cpp.o
# /usr/bin/clang++ -o CMakeFiles/cmTC_5b510.dir/uint32_t.cpp.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CheckTypeSize/uint32_t.cpp
# Linking CXX executable cmTC_5b510
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5b510.dir/link.txt --verbose=1
# /usr/bin/clang++ CMakeFiles/cmTC_5b510.dir/uint32_t.cpp.o -o cmTC_5b510 -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/bin/make" "cmTC_5ad62/fast"
# /usr/bin/make -f CMakeFiles/cmTC_5ad62.dir/build.make CMakeFiles/cmTC_5ad62.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_5ad62.dir/CheckSymbolExists.cxx.o
# /usr/bin/clang++ -o CMakeFiles/cmTC_5ad62.dir/CheckSymbolExists.cxx.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
# Linking CXX executable cmTC_5ad62
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5ad62.dir/link.txt --verbose=1
# /usr/bin/clang++ CMakeFiles/cmTC_5ad62.dir/CheckSymbolExists.cxx.o -o cmTC_5ad62 -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/bin/make" "cmTC_f926f/fast"
# /usr/bin/make -f CMakeFiles/cmTC_f926f.dir/build.make CMakeFiles/cmTC_f926f.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_f926f.dir/CheckIncludeFile.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_f926f.dir/CheckIncludeFile.c.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_f926f
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f926f.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_f926f.dir/CheckIncludeFile.c.o -o cmTC_f926f -rdynamic
# make[1]: Leaving directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
#
#
# Determining if the function pthread_create exists in the pthread passed with the following output:
# Change Dir: /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_004a5/fast"
# /usr/bin/make -f CMakeFiles/cmTC_004a5.dir/build.make CMakeFiles/cmTC_004a5.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_004a5.dir/CheckFunctionExists.c.o
# /usr/bin/clang -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_004a5.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_004a5
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_004a5.dir/link.txt --verbose=1
# /usr/bin/clang -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_004a5.dir/CheckFunctionExists.c.o -o cmTC_004a5 -rdynamic -lpthread
# make[1]: Leaving directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
#
#
# 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/bin/make" "cmTC_62ebc/fast"
# /usr/bin/make -f CMakeFiles/cmTC_62ebc.dir/build.make CMakeFiles/cmTC_62ebc.dir/build
# make[1]: Entering directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_62ebc.dir/RWLOCK.cpp.o
# /usr/bin/clang++ -o CMakeFiles/cmTC_62ebc.dir/RWLOCK.cpp.o -c /tmp/gflags/src/gflags-2.1.2/CMakeFiles/CheckTypeSize/RWLOCK.cpp
# Linking CXX executable cmTC_62ebc
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_62ebc.dir/link.txt --verbose=1
# /usr/bin/clang++ CMakeFiles/cmTC_62ebc.dir/RWLOCK.cpp.o -o cmTC_62ebc -rdynamic
# make[1]: Leaving directory '/tmp/gflags/src/gflags-2.1.2/CMakeFiles/CMakeTmp'
#
#