Build of unshield with clang_glibc toolchain

The build took 00h 01m 13s and was SUCCESSFUL.

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

SLOCLanguage
3,510 ansic
792 cpp
4 sh
4,306 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: unshield 1.3-1 (Thu Apr 13 16:54:29 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# -- The C compiler identification is Clang 3.8.0
# -- The CXX 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
# -- 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
# -- Looking for include file byteswap.h
# -- Looking for include file byteswap.h - found
# -- Looking for include file dlfcn.h
# -- Looking for include file dlfcn.h - found
# -- Looking for include file inttypes.h
# -- Looking for include file inttypes.h - found
# -- Looking for include file memory.h
# -- Looking for include file memory.h - found
# -- Looking for include file stdbool.h
# -- Looking for include file stdbool.h - found
# -- Looking for include file stdint.h
# -- Looking for include file stdint.h - found
# -- Looking for include file stdlib.h
# -- Looking for include file stdlib.h - found
# -- Looking for include file strings.h
# -- Looking for include file strings.h - found
# -- Looking for include file string.h
# -- Looking for include file string.h - found
# -- Looking for include file sys/byteswap.h
# -- Looking for include file sys/byteswap.h - not found
# -- Looking for include file sys/stat.h
# -- Looking for include file sys/stat.h - found
# -- Looking for include file sys/types.h
# -- Looking for include file sys/types.h - found
# -- Looking for include file unistd.h
# -- Looking for include file unistd.h - found
# -- Looking for fnmatch
# -- Looking for fnmatch - found
# -- Performing Test SIZE_FORMAT_ZI
# -- Performing Test SIZE_FORMAT_ZI - Success
# -- Found ZLIB: /usr/lib64/libz.so (found version "1.2.8")
# -- Found OpenSSL: /usr/lib64/libssl.so;/usr/lib64/libcrypto.so (found version "1.0.2h")
# -- OPENSSL_FOUND: TRUE
# -- USE_OUR_OWN_MD5: OFF
# -- BUILD_STATIC: OFF
# -- Configuring done
# -- Generating done
# -- Build files have been written to: /tmp/unshield/src/unshield-1.3
# Scanning dependencies of target convert_utf
# [ 6%] Building C object lib/convert_utf/CMakeFiles/convert_utf.dir/ConvertUTF.c.o
# [ 13%] Linking C static library libconvert_utf.a
# [ 13%] Built target convert_utf
# Scanning dependencies of target libunshield
# [ 20%] Building C object lib/CMakeFiles/libunshield.dir/bswap.c.o
# [ 26%] Building C object lib/CMakeFiles/libunshield.dir/component.c.o
# [ 33%] Building C object lib/CMakeFiles/libunshield.dir/directory.c.o
# [ 40%] Building C object lib/CMakeFiles/libunshield.dir/file.c.o
# [ 46%] Building C object lib/CMakeFiles/libunshield.dir/file_group.c.o
# [ 53%] Building C object lib/CMakeFiles/libunshield.dir/helper.c.o
# In file included from /tmp/unshield/src/unshield-1.3/lib/helper.c:2:
# In file included from /tmp/unshield/src/unshield-1.3/lib/internal.h:9:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# [ 60%] Building C object lib/CMakeFiles/libunshield.dir/libunshield.c.o
# In file included from /tmp/unshield/src/unshield-1.3/lib/libunshield.c:3:
# In file included from /tmp/unshield/src/unshield-1.3/lib/internal.h:9:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# [ 66%] Building C object lib/CMakeFiles/libunshield.dir/log.c.o
# [ 73%] Linking C shared library libunshield.so
# [ 73%] Built target libunshield
# Scanning dependencies of target unshield
# [ 80%] Building C object src/CMakeFiles/unshield.dir/unshield.c.o
# In file included from /tmp/unshield/src/unshield-1.3/src/unshield.c:6:
# In file included from /usr/include/sys/types.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# [ 86%] Linking C executable unshield
# [ 86%] Built target unshield
# Scanning dependencies of target unshield-deobfuscate
# [ 93%] Building C object src/CMakeFiles/unshield-deobfuscate.dir/unshield-deobfuscate.c.o
# [100%] Linking C executable unshield-deobfuscate
# [100%] Built target unshield-deobfuscate
# ==> Entering fakeroot environment...
# ==> Starting package()...
# [ 13%] Built target convert_utf
# [ 73%] Built target libunshield
# [ 86%] Built target unshield
# [100%] Built target unshield-deobfuscate
# Install the project...
# -- Install configuration: ""
# -- Installing: /tmp/unshield/pkg/unshield/usr/share/man/man1/unshield.1
# -- Installing: /tmp/unshield/pkg/unshield/usr/lib/pkgconfig/libunshield.pc
# -- Installing: /tmp/unshield/pkg/unshield/usr/lib/libunshield.so.1.3
# -- Installing: /tmp/unshield/pkg/unshield/usr/lib/libunshield.so
# -- Installing: /tmp/unshield/pkg/unshield/usr/include/libunshield.h
# -- Installing: /tmp/unshield/pkg/unshield/usr/bin/unshield
# -- Set runtime path of "/tmp/unshield/pkg/unshield/usr/bin/unshield" to ""
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "unshield"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: unshield 1.3-1 (Thu Apr 13 16:54:44 UTC 2017)

CMD: pacman --query --file unshield-1.3-1-x86_64.pkg.tar.xz
# unshield 1.3-1

Creating hybrid package for 'unshield'

Trying to find vanilla package 'unshield'...

CMD: pacman --query --file /mirror/unshield-1.3-1.pkg.tar.xz
# unshield 1.3-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/unshield
# /usr/share/man/man1/unshield.1.gz
# /usr/share/licenses/unshield/LICENSE
# /usr/lib/libunshield.so.1.3
# /usr/lib/libunshield.so
# /usr/lib/pkgconfig/libunshield.pc
# /usr/include/libunshield.h
# /sysroot/usr/lib/libunshield.so.1.3
# /sysroot/usr/lib/libunshield.so
# /sysroot/usr/lib/pkgconfig/libunshield.pc
# /sysroot/usr/include/libunshield.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 unshield.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/unshield.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 3715

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/unshield.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/unshield.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/unshield/src/unshield-1.3/CMakeFiles/CMakeError.log'
# Determining if files sys/byteswap.h exist failed with the following output:
# Change Dir: /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_6609d/fast"
# /usr/bin/make -f CMakeFiles/cmTC_6609d.dir/build.make CMakeFiles/cmTC_6609d.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_6609d.dir/CheckIncludeFiles.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_6609d.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:10: fatal error: 'sys/byteswap.h' file not found
# #include
# ^
# 1 error generated.
# make[1]: *** [CMakeFiles/cmTC_6609d.dir/build.make:66: CMakeFiles/cmTC_6609d.dir/CheckIncludeFiles.c.o] Error 1
# make[1]: Leaving directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# make: *** [Makefile:126: cmTC_6609d/fast] Error 2
#
# Source:
# /* */
# #include
#
#
# int main(void){return 0;}
#

Printing Cmake output

CMD: Cmake output '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeOutput.log'
# The system is: Linux - 4.10.6-1-ARCH - x86_64
# Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
# Compiler: /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/unshield/src/unshield-1.3/CMakeFiles/3.5.2/CompilerIdC/a.out"
#
# 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/unshield/src/unshield-1.3/CMakeFiles/3.5.2/CompilerIdCXX/a.out"
#
# Determining if the C compiler works passed with the following output:
# Change Dir: /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_d0eba/fast"
# /usr/bin/make -f CMakeFiles/cmTC_d0eba.dir/build.make CMakeFiles/cmTC_d0eba.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_d0eba.dir/testCCompiler.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_d0eba.dir/testCCompiler.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/testCCompiler.c
# Linking C executable cmTC_d0eba
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d0eba.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_d0eba.dir/testCCompiler.c.o -o cmTC_d0eba -rdynamic
# make[1]: Leaving directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
#
#
# Detecting C compiler ABI info compiled with the following output:
# Change Dir: /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_77860/fast"
# /usr/bin/make -f CMakeFiles/cmTC_77860.dir/build.make CMakeFiles/cmTC_77860.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_77860.dir/CMakeCCompilerABI.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_77860.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c
# Linking C executable cmTC_77860
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_77860.dir/link.txt --verbose=1
# /usr/bin/clang -v CMakeFiles/cmTC_77860.dir/CMakeCCompilerABI.c.o -o cmTC_77860 -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_77860 /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_77860.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/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
#
#
# Parsed C implicit link information from above output:
# link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
# ignore line: [Change Dir: /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp]
# ignore line: []
# ignore line: [Run Build Command:"/usr/bin/make" "cmTC_77860/fast"]
# ignore line: [/usr/bin/make -f CMakeFiles/cmTC_77860.dir/build.make CMakeFiles/cmTC_77860.dir/build]
# ignore line: [make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp']
# ignore line: [Building C object CMakeFiles/cmTC_77860.dir/CMakeCCompilerABI.c.o]
# ignore line: [/usr/bin/clang -o CMakeFiles/cmTC_77860.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c]
# ignore line: [Linking C executable cmTC_77860]
# ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_77860.dir/link.txt --verbose=1]
# ignore line: [/usr/bin/clang -v CMakeFiles/cmTC_77860.dir/CMakeCCompilerABI.c.o -o cmTC_77860 -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_77860 /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_77860.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_77860] ==> 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_77860.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/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_f4e7a/fast"
# /usr/bin/make -f CMakeFiles/cmTC_f4e7a.dir/build.make CMakeFiles/cmTC_f4e7a.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_f4e7a.dir/feature_tests.c.o
# /usr/bin/clang -std=c11 -o CMakeFiles/cmTC_f4e7a.dir/feature_tests.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/feature_tests.c
# Linking C executable cmTC_f4e7a
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f4e7a.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_f4e7a.dir/feature_tests.c.o -o cmTC_f4e7a -rdynamic
# make[1]: Leaving directory '/tmp/unshield/src/unshield-1.3/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/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_790f0/fast"
# /usr/bin/make -f CMakeFiles/cmTC_790f0.dir/build.make CMakeFiles/cmTC_790f0.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_790f0.dir/feature_tests.c.o
# /usr/bin/clang -std=c99 -o CMakeFiles/cmTC_790f0.dir/feature_tests.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/feature_tests.c
# Linking C executable cmTC_790f0
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_790f0.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_790f0.dir/feature_tests.c.o -o cmTC_790f0 -rdynamic
# make[1]: Leaving directory '/tmp/unshield/src/unshield-1.3/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/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_37f2b/fast"
# /usr/bin/make -f CMakeFiles/cmTC_37f2b.dir/build.make CMakeFiles/cmTC_37f2b.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_37f2b.dir/feature_tests.c.o
# /usr/bin/clang -std=c90 -o CMakeFiles/cmTC_37f2b.dir/feature_tests.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/feature_tests.c
# Linking C executable cmTC_37f2b
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_37f2b.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_37f2b.dir/feature_tests.c.o -o cmTC_37f2b -rdynamic
# make[1]: Leaving directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
#
#
# Feature record: C_FEATURE:1c_function_prototypes
# Feature record: C_FEATURE:0c_restrict
# Feature record: C_FEATURE:0c_static_assert
# Feature record: C_FEATURE:0c_variadic_macros
# Determining if the CXX compiler works passed with the following output:
# Change Dir: /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_7a9a7/fast"
# /usr/bin/make -f CMakeFiles/cmTC_7a9a7.dir/build.make CMakeFiles/cmTC_7a9a7.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_7a9a7.dir/testCXXCompiler.cxx.o
# /usr/bin/clang++ -o CMakeFiles/cmTC_7a9a7.dir/testCXXCompiler.cxx.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
# Linking CXX executable cmTC_7a9a7
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7a9a7.dir/link.txt --verbose=1
# /usr/bin/clang++ CMakeFiles/cmTC_7a9a7.dir/testCXXCompiler.cxx.o -o cmTC_7a9a7 -rdynamic
# make[1]: Leaving directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
#
#
# Detecting CXX compiler ABI info compiled with the following output:
# Change Dir: /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_050f5/fast"
# /usr/bin/make -f CMakeFiles/cmTC_050f5.dir/build.make CMakeFiles/cmTC_050f5.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_050f5.dir/CMakeCXXCompilerABI.cpp.o
# /usr/bin/clang++ -o CMakeFiles/cmTC_050f5.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp
# Linking CXX executable cmTC_050f5
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_050f5.dir/link.txt --verbose=1
# /usr/bin/clang++ -v CMakeFiles/cmTC_050f5.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_050f5 -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_050f5 /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_050f5.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/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
#
#
# Parsed CXX implicit link information from above output:
# link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
# ignore line: [Change Dir: /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp]
# ignore line: []
# ignore line: [Run Build Command:"/usr/bin/make" "cmTC_050f5/fast"]
# ignore line: [/usr/bin/make -f CMakeFiles/cmTC_050f5.dir/build.make CMakeFiles/cmTC_050f5.dir/build]
# ignore line: [make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp']
# ignore line: [Building CXX object CMakeFiles/cmTC_050f5.dir/CMakeCXXCompilerABI.cpp.o]
# ignore line: [/usr/bin/clang++ -o CMakeFiles/cmTC_050f5.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp]
# ignore line: [Linking CXX executable cmTC_050f5]
# ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_050f5.dir/link.txt --verbose=1]
# ignore line: [/usr/bin/clang++ -v CMakeFiles/cmTC_050f5.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_050f5 -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_050f5 /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_050f5.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_050f5] ==> 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_050f5.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/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_d0328/fast"
# /usr/bin/make -f CMakeFiles/cmTC_d0328.dir/build.make CMakeFiles/cmTC_d0328.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_d0328.dir/feature_tests.cxx.o
# /usr/bin/clang++ -std=c++14 -o CMakeFiles/cmTC_d0328.dir/feature_tests.cxx.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_d0328
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d0328.dir/link.txt --verbose=1
# /usr/bin/clang++ CMakeFiles/cmTC_d0328.dir/feature_tests.cxx.o -o cmTC_d0328 -rdynamic
# make[1]: Leaving directory '/tmp/unshield/src/unshield-1.3/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/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_87b82/fast"
# /usr/bin/make -f CMakeFiles/cmTC_87b82.dir/build.make CMakeFiles/cmTC_87b82.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_87b82.dir/feature_tests.cxx.o
# /usr/bin/clang++ -std=c++11 -o CMakeFiles/cmTC_87b82.dir/feature_tests.cxx.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_87b82
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_87b82.dir/link.txt --verbose=1
# /usr/bin/clang++ CMakeFiles/cmTC_87b82.dir/feature_tests.cxx.o -o cmTC_87b82 -rdynamic
# make[1]: Leaving directory '/tmp/unshield/src/unshield-1.3/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/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_7c6d1/fast"
# /usr/bin/make -f CMakeFiles/cmTC_7c6d1.dir/build.make CMakeFiles/cmTC_7c6d1.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_7c6d1.dir/feature_tests.cxx.o
# /usr/bin/clang++ -std=c++98 -o CMakeFiles/cmTC_7c6d1.dir/feature_tests.cxx.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_7c6d1
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7c6d1.dir/link.txt --verbose=1
# /usr/bin/clang++ CMakeFiles/cmTC_7c6d1.dir/feature_tests.cxx.o -o cmTC_7c6d1 -rdynamic
# make[1]: Leaving directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
#
#
# Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
# Feature record: CXX_FEATURE:0cxx_alias_templates
# Feature record: CXX_FEATURE:0cxx_alignas
# Feature record: CXX_FEATURE:0cxx_alignof
# Feature record: CXX_FEATURE:0cxx_attributes
# Feature record: CXX_FEATURE:0cxx_attribute_deprecated
# Feature record: CXX_FEATURE:0cxx_auto_type
# Feature record: CXX_FEATURE:0cxx_binary_literals
# Feature record: CXX_FEATURE:0cxx_constexpr
# Feature record: CXX_FEATURE:0cxx_contextual_conversions
# Feature record: CXX_FEATURE:0cxx_decltype
# Feature record: CXX_FEATURE:0cxx_decltype_auto
# Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
# Feature record: CXX_FEATURE:0cxx_default_function_template_args
# Feature record: CXX_FEATURE:0cxx_defaulted_functions
# Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
# Feature record: CXX_FEATURE:0cxx_delegating_constructors
# Feature record: CXX_FEATURE:0cxx_deleted_functions
# Feature record: CXX_FEATURE:0cxx_digit_separators
# Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
# Feature record: CXX_FEATURE:0cxx_explicit_conversions
# Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
# Feature record: CXX_FEATURE:0cxx_extern_templates
# Feature record: CXX_FEATURE:0cxx_final
# Feature record: CXX_FEATURE:0cxx_func_identifier
# Feature record: CXX_FEATURE:0cxx_generalized_initializers
# Feature record: CXX_FEATURE:0cxx_generic_lambdas
# Feature record: CXX_FEATURE:0cxx_inheriting_constructors
# Feature record: CXX_FEATURE:0cxx_inline_namespaces
# Feature record: CXX_FEATURE:0cxx_lambdas
# Feature record: CXX_FEATURE:0cxx_lambda_init_captures
# Feature record: CXX_FEATURE:0cxx_local_type_template_args
# Feature record: CXX_FEATURE:0cxx_long_long_type
# Feature record: CXX_FEATURE:0cxx_noexcept
# Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
# Feature record: CXX_FEATURE:0cxx_nullptr
# Feature record: CXX_FEATURE:0cxx_override
# Feature record: CXX_FEATURE:0cxx_range_for
# Feature record: CXX_FEATURE:0cxx_raw_string_literals
# Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
# Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
# Feature record: CXX_FEATURE:0cxx_return_type_deduction
# Feature record: CXX_FEATURE:0cxx_right_angle_brackets
# Feature record: CXX_FEATURE:0cxx_rvalue_references
# Feature record: CXX_FEATURE:0cxx_sizeof_member
# Feature record: CXX_FEATURE:0cxx_static_assert
# Feature record: CXX_FEATURE:0cxx_strong_enums
# Feature record: CXX_FEATURE:1cxx_template_template_parameters
# Feature record: CXX_FEATURE:0cxx_thread_local
# Feature record: CXX_FEATURE:0cxx_trailing_return_types
# Feature record: CXX_FEATURE:0cxx_unicode_literals
# Feature record: CXX_FEATURE:0cxx_uniform_initialization
# Feature record: CXX_FEATURE:0cxx_unrestricted_unions
# Feature record: CXX_FEATURE:0cxx_user_literals
# Feature record: CXX_FEATURE:0cxx_variable_templates
# Feature record: CXX_FEATURE:0cxx_variadic_macros
# Feature record: CXX_FEATURE:0cxx_variadic_templates
# Determining if files byteswap.h exist passed with the following output:
# Change Dir: /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_84319/fast"
# /usr/bin/make -f CMakeFiles/cmTC_84319.dir/build.make CMakeFiles/cmTC_84319.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_84319.dir/CheckIncludeFiles.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_84319.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_84319
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_84319.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_84319.dir/CheckIncludeFiles.c.o -o cmTC_84319 -rdynamic
# make[1]: Leaving directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
#
#
# Determining if files dlfcn.h exist passed with the following output:
# Change Dir: /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_472b5/fast"
# /usr/bin/make -f CMakeFiles/cmTC_472b5.dir/build.make CMakeFiles/cmTC_472b5.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_472b5.dir/CheckIncludeFiles.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_472b5.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_472b5
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_472b5.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_472b5.dir/CheckIncludeFiles.c.o -o cmTC_472b5 -rdynamic
# make[1]: Leaving directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
#
#
# Determining if files inttypes.h exist passed with the following output:
# Change Dir: /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_5e7bc/fast"
# /usr/bin/make -f CMakeFiles/cmTC_5e7bc.dir/build.make CMakeFiles/cmTC_5e7bc.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_5e7bc.dir/CheckIncludeFiles.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_5e7bc.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_5e7bc
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5e7bc.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_5e7bc.dir/CheckIncludeFiles.c.o -o cmTC_5e7bc -rdynamic
# make[1]: Leaving directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
#
#
# Determining if files memory.h exist passed with the following output:
# Change Dir: /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_63e4d/fast"
# /usr/bin/make -f CMakeFiles/cmTC_63e4d.dir/build.make CMakeFiles/cmTC_63e4d.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_63e4d.dir/CheckIncludeFiles.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_63e4d.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_63e4d
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_63e4d.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_63e4d.dir/CheckIncludeFiles.c.o -o cmTC_63e4d -rdynamic
# make[1]: Leaving directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
#
#
# Determining if files stdbool.h exist passed with the following output:
# Change Dir: /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_eca3c/fast"
# /usr/bin/make -f CMakeFiles/cmTC_eca3c.dir/build.make CMakeFiles/cmTC_eca3c.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_eca3c.dir/CheckIncludeFiles.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_eca3c.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_eca3c
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_eca3c.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_eca3c.dir/CheckIncludeFiles.c.o -o cmTC_eca3c -rdynamic
# make[1]: Leaving directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
#
#
# Determining if files stdint.h exist passed with the following output:
# Change Dir: /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_5f3c5/fast"
# /usr/bin/make -f CMakeFiles/cmTC_5f3c5.dir/build.make CMakeFiles/cmTC_5f3c5.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_5f3c5.dir/CheckIncludeFiles.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_5f3c5.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_5f3c5
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5f3c5.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_5f3c5.dir/CheckIncludeFiles.c.o -o cmTC_5f3c5 -rdynamic
# make[1]: Leaving directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
#
#
# Determining if files stdlib.h exist passed with the following output:
# Change Dir: /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_bd3d4/fast"
# /usr/bin/make -f CMakeFiles/cmTC_bd3d4.dir/build.make CMakeFiles/cmTC_bd3d4.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_bd3d4.dir/CheckIncludeFiles.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_bd3d4.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_bd3d4
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bd3d4.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_bd3d4.dir/CheckIncludeFiles.c.o -o cmTC_bd3d4 -rdynamic
# make[1]: Leaving directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
#
#
# Determining if files strings.h exist passed with the following output:
# Change Dir: /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_ebcaf/fast"
# /usr/bin/make -f CMakeFiles/cmTC_ebcaf.dir/build.make CMakeFiles/cmTC_ebcaf.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_ebcaf.dir/CheckIncludeFiles.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_ebcaf.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_ebcaf
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ebcaf.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_ebcaf.dir/CheckIncludeFiles.c.o -o cmTC_ebcaf -rdynamic
# make[1]: Leaving directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
#
#
# Determining if files string.h exist passed with the following output:
# Change Dir: /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_69c34/fast"
# /usr/bin/make -f CMakeFiles/cmTC_69c34.dir/build.make CMakeFiles/cmTC_69c34.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_69c34.dir/CheckIncludeFiles.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_69c34.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_69c34
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_69c34.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_69c34.dir/CheckIncludeFiles.c.o -o cmTC_69c34 -rdynamic
# make[1]: Leaving directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
#
#
# Determining if files sys/stat.h exist passed with the following output:
# Change Dir: /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_71c0b/fast"
# /usr/bin/make -f CMakeFiles/cmTC_71c0b.dir/build.make CMakeFiles/cmTC_71c0b.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_71c0b.dir/CheckIncludeFiles.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_71c0b.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_71c0b
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_71c0b.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_71c0b.dir/CheckIncludeFiles.c.o -o cmTC_71c0b -rdynamic
# make[1]: Leaving directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
#
#
# Determining if files sys/types.h exist passed with the following output:
# Change Dir: /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_5184a/fast"
# /usr/bin/make -f CMakeFiles/cmTC_5184a.dir/build.make CMakeFiles/cmTC_5184a.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_5184a.dir/CheckIncludeFiles.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_5184a.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_5184a
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5184a.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_5184a.dir/CheckIncludeFiles.c.o -o cmTC_5184a -rdynamic
# make[1]: Leaving directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
#
#
# Determining if files unistd.h exist passed with the following output:
# Change Dir: /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_1e1ee/fast"
# /usr/bin/make -f CMakeFiles/cmTC_1e1ee.dir/build.make CMakeFiles/cmTC_1e1ee.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_1e1ee.dir/CheckIncludeFiles.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_1e1ee.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_1e1ee
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1e1ee.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_1e1ee.dir/CheckIncludeFiles.c.o -o cmTC_1e1ee -rdynamic
# make[1]: Leaving directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
#
#
# Determining if the function fnmatch exists passed with the following output:
# Change Dir: /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_cf07e/fast"
# /usr/bin/make -f CMakeFiles/cmTC_cf07e.dir/build.make CMakeFiles/cmTC_cf07e.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_cf07e.dir/CheckFunctionExists.c.o
# /usr/bin/clang -DCHECK_FUNCTION_EXISTS=fnmatch -o CMakeFiles/cmTC_cf07e.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_cf07e
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cf07e.dir/link.txt --verbose=1
# /usr/bin/clang -DCHECK_FUNCTION_EXISTS=fnmatch CMakeFiles/cmTC_cf07e.dir/CheckFunctionExists.c.o -o cmTC_cf07e -rdynamic
# make[1]: Leaving directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
#
#
# Performing C SOURCE FILE Test SIZE_FORMAT_ZI succeeded with the following output:
# Change Dir: /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_871c9/fast"
# /usr/bin/make -f CMakeFiles/cmTC_871c9.dir/build.make CMakeFiles/cmTC_871c9.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_871c9.dir/src.c.o
# /usr/bin/clang -DSIZE_FORMAT_ZI -o CMakeFiles/cmTC_871c9.dir/src.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/src.c
# Linking C executable cmTC_871c9
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_871c9.dir/link.txt --verbose=1
# /usr/bin/clang -DSIZE_FORMAT_ZI CMakeFiles/cmTC_871c9.dir/src.c.o -o cmTC_871c9 -rdynamic
# make[1]: Leaving directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
#
# Source file was:
# #include
# int main(int argc, char **argv) { size_t value = 0; printf("%zi", value); return 0; }