Build of unshield with musl toolchain

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

List of Errors

Log

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

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

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

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

CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: unshield 1.3-1 (Wed Apr 5 00:41:12 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# -- The C compiler identification is Clang 3.8.1
# -- The CXX compiler identification is Clang 3.8.1
# -- Check for working C compiler: /sysroot/bin/clang
# -- Check for working C compiler: /sysroot/bin/clang -- works
# -- Detecting C compiler ABI info
# -- Detecting C compiler ABI info - done
# -- Detecting C compile features
# -- Detecting C compile features - done
# -- Check for working CXX compiler: /sysroot/bin/clang++
# -- Check for working CXX compiler: /sysroot/bin/clang++ -- works
# -- Detecting CXX compiler ABI info
# -- Detecting CXX compiler ABI info - done
# -- Detecting CXX compile features
# -- Detecting CXX compile features - done
# -- Looking for include file 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
# /tmp/unshield/src/unshield-1.3/lib/file.c:7:10: fatal error: 'openssl/md5.h' file not found
# #include
# ^
# 1 error generated.
# make[2]: *** [lib/CMakeFiles/libunshield.dir/build.make:135: lib/CMakeFiles/libunshield.dir/file.c.o] Error 1
# make[2]: *** Waiting for unfinished jobs....
# [ 60%] Building C object lib/CMakeFiles/libunshield.dir/libunshield.c.o
# make[1]: *** [CMakeFiles/Makefile2:88: lib/CMakeFiles/libunshield.dir/all] Error 2
# make: *** [Makefile:128: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

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/sbin/make" "cmTC_708b2/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_708b2.dir/build.make CMakeFiles/cmTC_708b2.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_708b2.dir/CheckIncludeFiles.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_708b2.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_708b2.dir/build.make:66: CMakeFiles/cmTC_708b2.dir/CheckIncludeFiles.c.o] Error 1
# make[1]: Leaving directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# make: *** [Makefile:126: cmTC_708b2/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: /sysroot/bin/clang
# Build flags:
# Id flags:
#
# The output was:
# 0
#
#
# Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
#
# The C compiler identification is Clang, found in "/tmp/unshield/src/unshield-1.3/CMakeFiles/3.5.2/CompilerIdC/a.out"
#
# Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
# Compiler: /sysroot/bin/clang++
# Build flags:
# Id flags:
#
# The output was:
# 0
#
#
# Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
#
# The CXX compiler identification is Clang, found in "/tmp/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/sbin/make" "cmTC_a42f8/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_a42f8.dir/build.make CMakeFiles/cmTC_a42f8.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_a42f8.dir/testCCompiler.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_a42f8.dir/testCCompiler.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/testCCompiler.c
# Linking C executable cmTC_a42f8
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a42f8.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_a42f8.dir/testCCompiler.c.o -o cmTC_a42f8 -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/sbin/make" "cmTC_bf859/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_bf859.dir/build.make CMakeFiles/cmTC_bf859.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_bf859.dir/CMakeCCompilerABI.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_bf859.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c
# Linking C executable cmTC_bf859
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bf859.dir/link.txt --verbose=1
# /sysroot/bin/clang -v CMakeFiles/cmTC_bf859.dir/CMakeCCompilerABI.c.o -o cmTC_bf859 -rdynamic
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /sysroot/bin
# "/sysroot/bin/ld" --sysroot=/sysroot -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_bf859 /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L/sysroot/bin/../lib -L/sysroot/lib CMakeFiles/cmTC_bf859.dir/CMakeCCompilerABI.c.o /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o
# make[1]: Leaving directory '/tmp/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/sbin/make" "cmTC_bf859/fast"]
# ignore line: [/usr/sbin/make -f CMakeFiles/cmTC_bf859.dir/build.make CMakeFiles/cmTC_bf859.dir/build]
# ignore line: [make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp']
# ignore line: [Building C object CMakeFiles/cmTC_bf859.dir/CMakeCCompilerABI.c.o]
# ignore line: [/sysroot/bin/clang -o CMakeFiles/cmTC_bf859.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c]
# ignore line: [Linking C executable cmTC_bf859]
# ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bf859.dir/link.txt --verbose=1]
# ignore line: [/sysroot/bin/clang -v CMakeFiles/cmTC_bf859.dir/CMakeCCompilerABI.c.o -o cmTC_bf859 -rdynamic ]
# ignore line: [clang version 3.8.1 ]
# ignore line: [Target: x86_64-unknown-linux-gnu]
# ignore line: [Thread model: posix]
# ignore line: [InstalledDir: /sysroot/bin]
# link line: [ "/sysroot/bin/ld" --sysroot=/sysroot -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_bf859 /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L/sysroot/bin/../lib -L/sysroot/lib CMakeFiles/cmTC_bf859.dir/CMakeCCompilerABI.c.o /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o]
# arg [/sysroot/bin/ld] ==> ignore
# arg [--sysroot=/sysroot] ==> ignore
# arg [-export-dynamic] ==> ignore
# arg [--eh-frame-hdr] ==> ignore
# arg [-m] ==> ignore
# arg [elf_x86_64] ==> ignore
# arg [-dynamic-linker] ==> ignore
# arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
# arg [-o] ==> ignore
# arg [cmTC_bf859] ==> ignore
# arg [/sysroot/bin/../lib/crt1.o] ==> ignore
# arg [/sysroot/bin/../lib/crti.o] ==> ignore
# arg [/sysroot/bin/../lib/clang/3.8.1/crtbegin.o] ==> ignore
# arg [-L/sysroot/bin/../lib] ==> dir [/sysroot/bin/../lib]
# arg [-L/sysroot/lib] ==> dir [/sysroot/lib]
# arg [CMakeFiles/cmTC_bf859.dir/CMakeCCompilerABI.c.o] ==> ignore
# arg [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# arg [-lc] ==> lib [c]
# arg [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# arg [/sysroot/bin/../lib/clang/3.8.1/crtend.o] ==> ignore
# arg [/sysroot/bin/../lib/crtn.o] ==> ignore
# collapse lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> [/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# collapse lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> [/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# collapse library dir [/sysroot/bin/../lib] ==> [/sysroot/lib]
# collapse library dir [/sysroot/lib] ==> [/sysroot/lib]
# implicit libs: [/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a;c;/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# implicit dirs: [/sysroot/lib]
# implicit fwks: []
#
#
#
#
# Detecting C [-std=c11] compiler features compiled with the following output:
# Change Dir: /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_55235/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_55235.dir/build.make CMakeFiles/cmTC_55235.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_55235.dir/feature_tests.c.o
# /sysroot/bin/clang -std=c11 -o CMakeFiles/cmTC_55235.dir/feature_tests.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/feature_tests.c
# Linking C executable cmTC_55235
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_55235.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_55235.dir/feature_tests.c.o -o cmTC_55235 -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/sbin/make" "cmTC_054a6/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_054a6.dir/build.make CMakeFiles/cmTC_054a6.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_054a6.dir/feature_tests.c.o
# /sysroot/bin/clang -std=c99 -o CMakeFiles/cmTC_054a6.dir/feature_tests.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/feature_tests.c
# Linking C executable cmTC_054a6
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_054a6.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_054a6.dir/feature_tests.c.o -o cmTC_054a6 -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/sbin/make" "cmTC_59d5d/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_59d5d.dir/build.make CMakeFiles/cmTC_59d5d.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_59d5d.dir/feature_tests.c.o
# /sysroot/bin/clang -std=c90 -o CMakeFiles/cmTC_59d5d.dir/feature_tests.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/feature_tests.c
# Linking C executable cmTC_59d5d
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_59d5d.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_59d5d.dir/feature_tests.c.o -o cmTC_59d5d -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/sbin/make" "cmTC_4b7f3/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_4b7f3.dir/build.make CMakeFiles/cmTC_4b7f3.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_4b7f3.dir/testCXXCompiler.cxx.o
# /sysroot/bin/clang++ -o CMakeFiles/cmTC_4b7f3.dir/testCXXCompiler.cxx.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
# Linking CXX executable cmTC_4b7f3
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4b7f3.dir/link.txt --verbose=1
# /sysroot/bin/clang++ CMakeFiles/cmTC_4b7f3.dir/testCXXCompiler.cxx.o -o cmTC_4b7f3 -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/sbin/make" "cmTC_718a9/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_718a9.dir/build.make CMakeFiles/cmTC_718a9.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_718a9.dir/CMakeCXXCompilerABI.cpp.o
# /sysroot/bin/clang++ -o CMakeFiles/cmTC_718a9.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp
# Linking CXX executable cmTC_718a9
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_718a9.dir/link.txt --verbose=1
# /sysroot/bin/clang++ -v CMakeFiles/cmTC_718a9.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_718a9 -rdynamic
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /sysroot/bin
# "/sysroot/bin/ld" --sysroot=/sysroot -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_718a9 /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L/sysroot/bin/../lib -L/sysroot/lib CMakeFiles/cmTC_718a9.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lc++abi -lunwind -lm /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o
# make[1]: Leaving directory '/tmp/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/sbin/make" "cmTC_718a9/fast"]
# ignore line: [/usr/sbin/make -f CMakeFiles/cmTC_718a9.dir/build.make CMakeFiles/cmTC_718a9.dir/build]
# ignore line: [make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp']
# ignore line: [Building CXX object CMakeFiles/cmTC_718a9.dir/CMakeCXXCompilerABI.cpp.o]
# ignore line: [/sysroot/bin/clang++ -o CMakeFiles/cmTC_718a9.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp]
# ignore line: [Linking CXX executable cmTC_718a9]
# ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_718a9.dir/link.txt --verbose=1]
# ignore line: [/sysroot/bin/clang++ -v CMakeFiles/cmTC_718a9.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_718a9 -rdynamic ]
# ignore line: [clang version 3.8.1 ]
# ignore line: [Target: x86_64-unknown-linux-gnu]
# ignore line: [Thread model: posix]
# ignore line: [InstalledDir: /sysroot/bin]
# link line: [ "/sysroot/bin/ld" --sysroot=/sysroot -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_718a9 /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L/sysroot/bin/../lib -L/sysroot/lib CMakeFiles/cmTC_718a9.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lc++abi -lunwind -lm /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o]
# arg [/sysroot/bin/ld] ==> ignore
# arg [--sysroot=/sysroot] ==> ignore
# arg [-export-dynamic] ==> ignore
# arg [--eh-frame-hdr] ==> ignore
# arg [-m] ==> ignore
# arg [elf_x86_64] ==> ignore
# arg [-dynamic-linker] ==> ignore
# arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
# arg [-o] ==> ignore
# arg [cmTC_718a9] ==> ignore
# arg [/sysroot/bin/../lib/crt1.o] ==> ignore
# arg [/sysroot/bin/../lib/crti.o] ==> ignore
# arg [/sysroot/bin/../lib/clang/3.8.1/crtbegin.o] ==> ignore
# arg [-L/sysroot/bin/../lib] ==> dir [/sysroot/bin/../lib]
# arg [-L/sysroot/lib] ==> dir [/sysroot/lib]
# arg [CMakeFiles/cmTC_718a9.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
# arg [-lc++] ==> lib [c++]
# arg [-lc++abi] ==> lib [c++abi]
# arg [-lunwind] ==> lib [unwind]
# arg [-lm] ==> lib [m]
# arg [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# arg [-lc] ==> lib [c]
# arg [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# arg [/sysroot/bin/../lib/clang/3.8.1/crtend.o] ==> ignore
# arg [/sysroot/bin/../lib/crtn.o] ==> ignore
# collapse lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> [/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# collapse lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> [/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# collapse library dir [/sysroot/bin/../lib] ==> [/sysroot/lib]
# collapse library dir [/sysroot/lib] ==> [/sysroot/lib]
# implicit libs: [c++;c++abi;unwind;m;/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a;c;/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# implicit dirs: [/sysroot/lib]
# implicit fwks: []
#
#
#
#
# Detecting CXX [-std=c++14] compiler features compiled with the following output:
# Change Dir: /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_c39eb/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_c39eb.dir/build.make CMakeFiles/cmTC_c39eb.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_c39eb.dir/feature_tests.cxx.o
# /sysroot/bin/clang++ -std=c++14 -o CMakeFiles/cmTC_c39eb.dir/feature_tests.cxx.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_c39eb
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c39eb.dir/link.txt --verbose=1
# /sysroot/bin/clang++ CMakeFiles/cmTC_c39eb.dir/feature_tests.cxx.o -o cmTC_c39eb -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/sbin/make" "cmTC_e4456/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_e4456.dir/build.make CMakeFiles/cmTC_e4456.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_e4456.dir/feature_tests.cxx.o
# /sysroot/bin/clang++ -std=c++11 -o CMakeFiles/cmTC_e4456.dir/feature_tests.cxx.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_e4456
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e4456.dir/link.txt --verbose=1
# /sysroot/bin/clang++ CMakeFiles/cmTC_e4456.dir/feature_tests.cxx.o -o cmTC_e4456 -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/sbin/make" "cmTC_d5639/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_d5639.dir/build.make CMakeFiles/cmTC_d5639.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_d5639.dir/feature_tests.cxx.o
# /sysroot/bin/clang++ -std=c++98 -o CMakeFiles/cmTC_d5639.dir/feature_tests.cxx.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_d5639
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d5639.dir/link.txt --verbose=1
# /sysroot/bin/clang++ CMakeFiles/cmTC_d5639.dir/feature_tests.cxx.o -o cmTC_d5639 -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/sbin/make" "cmTC_486f4/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_486f4.dir/build.make CMakeFiles/cmTC_486f4.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_486f4.dir/CheckIncludeFiles.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_486f4.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_486f4
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_486f4.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_486f4.dir/CheckIncludeFiles.c.o -o cmTC_486f4 -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/sbin/make" "cmTC_53932/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_53932.dir/build.make CMakeFiles/cmTC_53932.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_53932.dir/CheckIncludeFiles.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_53932.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_53932
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_53932.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_53932.dir/CheckIncludeFiles.c.o -o cmTC_53932 -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/sbin/make" "cmTC_2ea33/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_2ea33.dir/build.make CMakeFiles/cmTC_2ea33.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_2ea33.dir/CheckIncludeFiles.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_2ea33.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_2ea33
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2ea33.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_2ea33.dir/CheckIncludeFiles.c.o -o cmTC_2ea33 -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/sbin/make" "cmTC_9bd40/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_9bd40.dir/build.make CMakeFiles/cmTC_9bd40.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_9bd40.dir/CheckIncludeFiles.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_9bd40.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_9bd40
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9bd40.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_9bd40.dir/CheckIncludeFiles.c.o -o cmTC_9bd40 -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/sbin/make" "cmTC_1d42f/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_1d42f.dir/build.make CMakeFiles/cmTC_1d42f.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_1d42f.dir/CheckIncludeFiles.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_1d42f.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_1d42f
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1d42f.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_1d42f.dir/CheckIncludeFiles.c.o -o cmTC_1d42f -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/sbin/make" "cmTC_dd168/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_dd168.dir/build.make CMakeFiles/cmTC_dd168.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_dd168.dir/CheckIncludeFiles.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_dd168.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_dd168
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dd168.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_dd168.dir/CheckIncludeFiles.c.o -o cmTC_dd168 -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/sbin/make" "cmTC_7e262/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_7e262.dir/build.make CMakeFiles/cmTC_7e262.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_7e262.dir/CheckIncludeFiles.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_7e262.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_7e262
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7e262.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_7e262.dir/CheckIncludeFiles.c.o -o cmTC_7e262 -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/sbin/make" "cmTC_66393/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_66393.dir/build.make CMakeFiles/cmTC_66393.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_66393.dir/CheckIncludeFiles.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_66393.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_66393
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_66393.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_66393.dir/CheckIncludeFiles.c.o -o cmTC_66393 -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/sbin/make" "cmTC_d1d95/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_d1d95.dir/build.make CMakeFiles/cmTC_d1d95.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_d1d95.dir/CheckIncludeFiles.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_d1d95.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_d1d95
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d1d95.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_d1d95.dir/CheckIncludeFiles.c.o -o cmTC_d1d95 -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/sbin/make" "cmTC_231d3/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_231d3.dir/build.make CMakeFiles/cmTC_231d3.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_231d3.dir/CheckIncludeFiles.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_231d3.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_231d3
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_231d3.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_231d3.dir/CheckIncludeFiles.c.o -o cmTC_231d3 -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/sbin/make" "cmTC_e770b/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_e770b.dir/build.make CMakeFiles/cmTC_e770b.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_e770b.dir/CheckIncludeFiles.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_e770b.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_e770b
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e770b.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_e770b.dir/CheckIncludeFiles.c.o -o cmTC_e770b -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/sbin/make" "cmTC_6d854/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_6d854.dir/build.make CMakeFiles/cmTC_6d854.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_6d854.dir/CheckIncludeFiles.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_6d854.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_6d854
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6d854.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_6d854.dir/CheckIncludeFiles.c.o -o cmTC_6d854 -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/sbin/make" "cmTC_92c3a/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_92c3a.dir/build.make CMakeFiles/cmTC_92c3a.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_92c3a.dir/CheckFunctionExists.c.o
# /sysroot/bin/clang -DCHECK_FUNCTION_EXISTS=fnmatch -o CMakeFiles/cmTC_92c3a.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_92c3a
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_92c3a.dir/link.txt --verbose=1
# /sysroot/bin/clang -DCHECK_FUNCTION_EXISTS=fnmatch CMakeFiles/cmTC_92c3a.dir/CheckFunctionExists.c.o -o cmTC_92c3a -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/sbin/make" "cmTC_2e422/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_2e422.dir/build.make CMakeFiles/cmTC_2e422.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_2e422.dir/src.c.o
# /sysroot/bin/clang -DSIZE_FORMAT_ZI -o CMakeFiles/cmTC_2e422.dir/src.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/src.c
# Linking C executable cmTC_2e422
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2e422.dir/link.txt --verbose=1
# /sysroot/bin/clang -DSIZE_FORMAT_ZI CMakeFiles/cmTC_2e422.dir/src.c.o -o cmTC_2e422 -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; }