Build of unshield with vanilla toolchain

The build took 00h 00m 51s 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...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: unshield 1.3-1 (Wed Aug 24 13:20:00 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# -- The C compiler identification is GNU 6.1.1
# -- The CXX compiler identification is GNU 6.1.1
# -- Check for working C compiler: /usr/sbin/cc
# -- Check for working C compiler: /usr/sbin/cc -- 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/sbin/c++
# -- Check for working CXX compiler: /usr/sbin/c++ -- 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 /usr/include/stdint.h:25:0,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include/stdint.h:9,
# from /tmp/unshield/src/unshield-1.3/lib/internal.h:9,
# from /tmp/unshield/src/unshield-1.3/lib/helper.c:2:
# /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^~~~~~~
# [ 60%] Building C object lib/CMakeFiles/libunshield.dir/libunshield.c.o
# In file included from /usr/include/stdint.h:25:0,
# from /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include/stdint.h:9,
# from /tmp/unshield/src/unshield-1.3/lib/internal.h:9,
# from /tmp/unshield/src/unshield-1.3/lib/libunshield.c:3:
# /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^~~~~~~
# [ 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-deobfuscate
# [ 80%] Building C object src/CMakeFiles/unshield-deobfuscate.dir/unshield-deobfuscate.c.o
# [ 86%] Linking C executable unshield-deobfuscate
# [ 86%] Built target unshield-deobfuscate
# Scanning dependencies of target unshield
# [ 93%] Building C object src/CMakeFiles/unshield.dir/unshield.c.o
# In file included from /usr/include/sys/types.h:25:0,
# from /tmp/unshield/src/unshield-1.3/src/unshield.c:6:
# /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^~~~~~~
# [100%] Linking C executable unshield
# [100%] Built target unshield
# ==> Entering fakeroot environment...
# ==> Starting package()...
# [ 13%] Built target convert_utf
# [ 73%] Built target libunshield
# [100%] Built target unshield-deobfuscate
# [100%] Built target unshield
# 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 (Wed Aug 24 13:20:07 UTC 2016)

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
# ==> 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/sbin/make" "cmTC_d0d3f/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_d0d3f.dir/build.make CMakeFiles/cmTC_d0d3f.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_d0d3f.dir/CheckIncludeFiles.c.o
# /usr/sbin/cc -o CMakeFiles/cmTC_d0d3f.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:26: fatal error: sys/byteswap.h: No such file or directory
# #include
# ^
# compilation terminated.
# make[1]: *** [CMakeFiles/cmTC_d0d3f.dir/build.make:66: CMakeFiles/cmTC_d0d3f.dir/CheckIncludeFiles.c.o] Error 1
# make[1]: Leaving directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# make: *** [Makefile:126: cmTC_d0d3f/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.7.1-1-ARCH - x86_64
# Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
# Compiler: /usr/sbin/cc
# 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 GNU, 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/sbin/c++
# 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 GNU, 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_843b5/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_843b5.dir/build.make CMakeFiles/cmTC_843b5.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_843b5.dir/testCCompiler.c.o
# /usr/sbin/cc -o CMakeFiles/cmTC_843b5.dir/testCCompiler.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/testCCompiler.c
# Linking C executable cmTC_843b5
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_843b5.dir/link.txt --verbose=1
# /usr/sbin/cc CMakeFiles/cmTC_843b5.dir/testCCompiler.c.o -o cmTC_843b5 -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_17a22/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_17a22.dir/build.make CMakeFiles/cmTC_17a22.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_17a22.dir/CMakeCCompilerABI.c.o
# /usr/sbin/cc -o CMakeFiles/cmTC_17a22.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c
# Linking C executable cmTC_17a22
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_17a22.dir/link.txt --verbose=1
# /usr/sbin/cc -v CMakeFiles/cmTC_17a22.dir/CMakeCCompilerABI.c.o -o cmTC_17a22 -rdynamic
# Using built-in specs.
# COLLECT_GCC=/usr/sbin/cc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/
# LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../:/lib/:/usr/lib/
# COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_17a22' '-rdynamic' '-mtune=generic' '-march=x86-64'
# /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccEZlhtx.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_17a22 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. CMakeFiles/cmTC_17a22.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
# COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_17a22' '-rdynamic' '-mtune=generic' '-march=x86-64'
# 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_17a22/fast"]
# ignore line: [/usr/sbin/make -f CMakeFiles/cmTC_17a22.dir/build.make CMakeFiles/cmTC_17a22.dir/build]
# ignore line: [make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp']
# ignore line: [Building C object CMakeFiles/cmTC_17a22.dir/CMakeCCompilerABI.c.o]
# ignore line: [/usr/sbin/cc -o CMakeFiles/cmTC_17a22.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c]
# ignore line: [Linking C executable cmTC_17a22]
# ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_17a22.dir/link.txt --verbose=1]
# ignore line: [/usr/sbin/cc -v CMakeFiles/cmTC_17a22.dir/CMakeCCompilerABI.c.o -o cmTC_17a22 -rdynamic ]
# ignore line: [Using built-in specs.]
# ignore line: [COLLECT_GCC=/usr/sbin/cc]
# ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper]
# ignore line: [Target: x86_64-pc-linux-gnu]
# ignore line: [Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release]
# ignore line: [Thread model: posix]
# ignore line: [gcc version 6.1.1 20160602 (GCC) ]
# ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/]
# ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../:/lib/:/usr/lib/]
# ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_17a22' '-rdynamic' '-mtune=generic' '-march=x86-64']
# link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccEZlhtx.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_17a22 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. CMakeFiles/cmTC_17a22.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o]
# arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2] ==> ignore
# arg [-plugin] ==> ignore
# arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so] ==> ignore
# arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper] ==> ignore
# arg [-plugin-opt=-fresolution=/tmp/ccEZlhtx.res] ==> ignore
# arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
# arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
# arg [-plugin-opt=-pass-through=-lc] ==> ignore
# arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
# arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
# arg [--build-id] ==> ignore
# arg [--eh-frame-hdr] ==> ignore
# arg [--hash-style=gnu] ==> ignore
# arg [-m] ==> ignore
# arg [elf_x86_64] ==> ignore
# arg [-export-dynamic] ==> ignore
# arg [-dynamic-linker] ==> ignore
# arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
# arg [-o] ==> ignore
# arg [cmTC_17a22] ==> ignore
# arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o] ==> ignore
# arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o] ==> ignore
# arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o] ==> ignore
# arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1]
# arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib]
# arg [-L/lib/../lib] ==> dir [/lib/../lib]
# arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
# arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../..]
# arg [CMakeFiles/cmTC_17a22.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/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o] ==> ignore
# arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o] ==> ignore
# remove lib [gcc]
# remove lib [gcc_s]
# remove lib [gcc]
# remove lib [gcc_s]
# collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1]
# collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib] ==> [/usr/lib]
# collapse library dir [/lib/../lib] ==> [/lib]
# collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
# collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../..] ==> [/usr/lib]
# implicit libs: [c]
# implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1;/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/sbin/make" "cmTC_ace3a/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_ace3a.dir/build.make CMakeFiles/cmTC_ace3a.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_ace3a.dir/feature_tests.c.o
# /usr/sbin/cc -std=c11 -o CMakeFiles/cmTC_ace3a.dir/feature_tests.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/feature_tests.c
# Linking C executable cmTC_ace3a
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ace3a.dir/link.txt --verbose=1
# /usr/sbin/cc CMakeFiles/cmTC_ace3a.dir/feature_tests.c.o -o cmTC_ace3a -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_0c904/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_0c904.dir/build.make CMakeFiles/cmTC_0c904.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_0c904.dir/feature_tests.c.o
# /usr/sbin/cc -std=c99 -o CMakeFiles/cmTC_0c904.dir/feature_tests.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/feature_tests.c
# Linking C executable cmTC_0c904
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0c904.dir/link.txt --verbose=1
# /usr/sbin/cc CMakeFiles/cmTC_0c904.dir/feature_tests.c.o -o cmTC_0c904 -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_94aff/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_94aff.dir/build.make CMakeFiles/cmTC_94aff.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_94aff.dir/feature_tests.c.o
# /usr/sbin/cc -std=c90 -o CMakeFiles/cmTC_94aff.dir/feature_tests.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/feature_tests.c
# Linking C executable cmTC_94aff
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_94aff.dir/link.txt --verbose=1
# /usr/sbin/cc CMakeFiles/cmTC_94aff.dir/feature_tests.c.o -o cmTC_94aff -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_0703b/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_0703b.dir/build.make CMakeFiles/cmTC_0703b.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_0703b.dir/testCXXCompiler.cxx.o
# /usr/sbin/c++ -o CMakeFiles/cmTC_0703b.dir/testCXXCompiler.cxx.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
# Linking CXX executable cmTC_0703b
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0703b.dir/link.txt --verbose=1
# /usr/sbin/c++ CMakeFiles/cmTC_0703b.dir/testCXXCompiler.cxx.o -o cmTC_0703b -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_7dd4b/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_7dd4b.dir/build.make CMakeFiles/cmTC_7dd4b.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_7dd4b.dir/CMakeCXXCompilerABI.cpp.o
# /usr/sbin/c++ -o CMakeFiles/cmTC_7dd4b.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp
# Linking CXX executable cmTC_7dd4b
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7dd4b.dir/link.txt --verbose=1
# /usr/sbin/c++ -v CMakeFiles/cmTC_7dd4b.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_7dd4b -rdynamic
# Using built-in specs.
# COLLECT_GCC=/usr/sbin/c++
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/
# LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../:/lib/:/usr/lib/
# COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_7dd4b' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
# /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccnsCLli.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_7dd4b /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. CMakeFiles/cmTC_7dd4b.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
# COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_7dd4b' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
# 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_7dd4b/fast"]
# ignore line: [/usr/sbin/make -f CMakeFiles/cmTC_7dd4b.dir/build.make CMakeFiles/cmTC_7dd4b.dir/build]
# ignore line: [make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp']
# ignore line: [Building CXX object CMakeFiles/cmTC_7dd4b.dir/CMakeCXXCompilerABI.cpp.o]
# ignore line: [/usr/sbin/c++ -o CMakeFiles/cmTC_7dd4b.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp]
# ignore line: [Linking CXX executable cmTC_7dd4b]
# ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7dd4b.dir/link.txt --verbose=1]
# ignore line: [/usr/sbin/c++ -v CMakeFiles/cmTC_7dd4b.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_7dd4b -rdynamic ]
# ignore line: [Using built-in specs.]
# ignore line: [COLLECT_GCC=/usr/sbin/c++]
# ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper]
# ignore line: [Target: x86_64-pc-linux-gnu]
# ignore line: [Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release]
# ignore line: [Thread model: posix]
# ignore line: [gcc version 6.1.1 20160602 (GCC) ]
# ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/]
# ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../:/lib/:/usr/lib/]
# ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_7dd4b' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
# link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccnsCLli.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_7dd4b /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. CMakeFiles/cmTC_7dd4b.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o]
# arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2] ==> ignore
# arg [-plugin] ==> ignore
# arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so] ==> ignore
# arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper] ==> ignore
# arg [-plugin-opt=-fresolution=/tmp/ccnsCLli.res] ==> ignore
# arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
# arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
# arg [-plugin-opt=-pass-through=-lc] ==> ignore
# arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
# arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
# arg [--build-id] ==> ignore
# arg [--eh-frame-hdr] ==> ignore
# arg [--hash-style=gnu] ==> ignore
# arg [-m] ==> ignore
# arg [elf_x86_64] ==> ignore
# arg [-export-dynamic] ==> ignore
# arg [-dynamic-linker] ==> ignore
# arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
# arg [-o] ==> ignore
# arg [cmTC_7dd4b] ==> ignore
# arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o] ==> ignore
# arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o] ==> ignore
# arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o] ==> ignore
# arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1]
# arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib]
# arg [-L/lib/../lib] ==> dir [/lib/../lib]
# arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
# arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../..]
# arg [CMakeFiles/cmTC_7dd4b.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/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o] ==> ignore
# arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o] ==> ignore
# remove lib [gcc_s]
# remove lib [gcc]
# remove lib [gcc_s]
# remove lib [gcc]
# collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1]
# collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib] ==> [/usr/lib]
# collapse library dir [/lib/../lib] ==> [/lib]
# collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
# collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../..] ==> [/usr/lib]
# implicit libs: [stdc++;m;c]
# implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1;/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/sbin/make" "cmTC_7ab76/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_7ab76.dir/build.make CMakeFiles/cmTC_7ab76.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_7ab76.dir/feature_tests.cxx.o
# /usr/sbin/c++ -std=c++14 -o CMakeFiles/cmTC_7ab76.dir/feature_tests.cxx.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_7ab76
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7ab76.dir/link.txt --verbose=1
# /usr/sbin/c++ CMakeFiles/cmTC_7ab76.dir/feature_tests.cxx.o -o cmTC_7ab76 -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_436a0/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_436a0.dir/build.make CMakeFiles/cmTC_436a0.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_436a0.dir/feature_tests.cxx.o
# /usr/sbin/c++ -std=c++11 -o CMakeFiles/cmTC_436a0.dir/feature_tests.cxx.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_436a0
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_436a0.dir/link.txt --verbose=1
# /usr/sbin/c++ CMakeFiles/cmTC_436a0.dir/feature_tests.cxx.o -o cmTC_436a0 -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_0e9eb/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_0e9eb.dir/build.make CMakeFiles/cmTC_0e9eb.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_0e9eb.dir/feature_tests.cxx.o
# /usr/sbin/c++ -std=c++98 -o CMakeFiles/cmTC_0e9eb.dir/feature_tests.cxx.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_0e9eb
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0e9eb.dir/link.txt --verbose=1
# /usr/sbin/c++ CMakeFiles/cmTC_0e9eb.dir/feature_tests.cxx.o -o cmTC_0e9eb -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_98fbc/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_98fbc.dir/build.make CMakeFiles/cmTC_98fbc.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_98fbc.dir/CheckIncludeFiles.c.o
# /usr/sbin/cc -o CMakeFiles/cmTC_98fbc.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_98fbc
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_98fbc.dir/link.txt --verbose=1
# /usr/sbin/cc CMakeFiles/cmTC_98fbc.dir/CheckIncludeFiles.c.o -o cmTC_98fbc -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_87338/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_87338.dir/build.make CMakeFiles/cmTC_87338.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_87338.dir/CheckIncludeFiles.c.o
# /usr/sbin/cc -o CMakeFiles/cmTC_87338.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_87338
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_87338.dir/link.txt --verbose=1
# /usr/sbin/cc CMakeFiles/cmTC_87338.dir/CheckIncludeFiles.c.o -o cmTC_87338 -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_e224d/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_e224d.dir/build.make CMakeFiles/cmTC_e224d.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_e224d.dir/CheckIncludeFiles.c.o
# /usr/sbin/cc -o CMakeFiles/cmTC_e224d.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_e224d
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e224d.dir/link.txt --verbose=1
# /usr/sbin/cc CMakeFiles/cmTC_e224d.dir/CheckIncludeFiles.c.o -o cmTC_e224d -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_2f953/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_2f953.dir/build.make CMakeFiles/cmTC_2f953.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_2f953.dir/CheckIncludeFiles.c.o
# /usr/sbin/cc -o CMakeFiles/cmTC_2f953.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_2f953
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2f953.dir/link.txt --verbose=1
# /usr/sbin/cc CMakeFiles/cmTC_2f953.dir/CheckIncludeFiles.c.o -o cmTC_2f953 -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_0d468/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_0d468.dir/build.make CMakeFiles/cmTC_0d468.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_0d468.dir/CheckIncludeFiles.c.o
# /usr/sbin/cc -o CMakeFiles/cmTC_0d468.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_0d468
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0d468.dir/link.txt --verbose=1
# /usr/sbin/cc CMakeFiles/cmTC_0d468.dir/CheckIncludeFiles.c.o -o cmTC_0d468 -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_33f4d/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_33f4d.dir/build.make CMakeFiles/cmTC_33f4d.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_33f4d.dir/CheckIncludeFiles.c.o
# /usr/sbin/cc -o CMakeFiles/cmTC_33f4d.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_33f4d
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_33f4d.dir/link.txt --verbose=1
# /usr/sbin/cc CMakeFiles/cmTC_33f4d.dir/CheckIncludeFiles.c.o -o cmTC_33f4d -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_56a9d/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_56a9d.dir/build.make CMakeFiles/cmTC_56a9d.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_56a9d.dir/CheckIncludeFiles.c.o
# /usr/sbin/cc -o CMakeFiles/cmTC_56a9d.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_56a9d
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_56a9d.dir/link.txt --verbose=1
# /usr/sbin/cc CMakeFiles/cmTC_56a9d.dir/CheckIncludeFiles.c.o -o cmTC_56a9d -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_b8c1a/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_b8c1a.dir/build.make CMakeFiles/cmTC_b8c1a.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_b8c1a.dir/CheckIncludeFiles.c.o
# /usr/sbin/cc -o CMakeFiles/cmTC_b8c1a.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_b8c1a
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b8c1a.dir/link.txt --verbose=1
# /usr/sbin/cc CMakeFiles/cmTC_b8c1a.dir/CheckIncludeFiles.c.o -o cmTC_b8c1a -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_0d919/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_0d919.dir/build.make CMakeFiles/cmTC_0d919.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_0d919.dir/CheckIncludeFiles.c.o
# /usr/sbin/cc -o CMakeFiles/cmTC_0d919.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_0d919
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0d919.dir/link.txt --verbose=1
# /usr/sbin/cc CMakeFiles/cmTC_0d919.dir/CheckIncludeFiles.c.o -o cmTC_0d919 -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_7a024/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_7a024.dir/build.make CMakeFiles/cmTC_7a024.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_7a024.dir/CheckIncludeFiles.c.o
# /usr/sbin/cc -o CMakeFiles/cmTC_7a024.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_7a024
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7a024.dir/link.txt --verbose=1
# /usr/sbin/cc CMakeFiles/cmTC_7a024.dir/CheckIncludeFiles.c.o -o cmTC_7a024 -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_ad3fc/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_ad3fc.dir/build.make CMakeFiles/cmTC_ad3fc.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_ad3fc.dir/CheckIncludeFiles.c.o
# /usr/sbin/cc -o CMakeFiles/cmTC_ad3fc.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_ad3fc
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ad3fc.dir/link.txt --verbose=1
# /usr/sbin/cc CMakeFiles/cmTC_ad3fc.dir/CheckIncludeFiles.c.o -o cmTC_ad3fc -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_43078/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_43078.dir/build.make CMakeFiles/cmTC_43078.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_43078.dir/CheckIncludeFiles.c.o
# /usr/sbin/cc -o CMakeFiles/cmTC_43078.dir/CheckIncludeFiles.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_43078
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_43078.dir/link.txt --verbose=1
# /usr/sbin/cc CMakeFiles/cmTC_43078.dir/CheckIncludeFiles.c.o -o cmTC_43078 -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_50aef/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_50aef.dir/build.make CMakeFiles/cmTC_50aef.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_50aef.dir/CheckFunctionExists.c.o
# /usr/sbin/cc -DCHECK_FUNCTION_EXISTS=fnmatch -o CMakeFiles/cmTC_50aef.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_50aef
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_50aef.dir/link.txt --verbose=1
# /usr/sbin/cc -DCHECK_FUNCTION_EXISTS=fnmatch CMakeFiles/cmTC_50aef.dir/CheckFunctionExists.c.o -o cmTC_50aef -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_b9888/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_b9888.dir/build.make CMakeFiles/cmTC_b9888.dir/build
# make[1]: Entering directory '/tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_b9888.dir/src.c.o
# /usr/sbin/cc -DSIZE_FORMAT_ZI -o CMakeFiles/cmTC_b9888.dir/src.c.o -c /tmp/unshield/src/unshield-1.3/CMakeFiles/CMakeTmp/src.c
# Linking C executable cmTC_b9888
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b9888.dir/link.txt --verbose=1
# /usr/sbin/cc -DSIZE_FORMAT_ZI CMakeFiles/cmTC_b9888.dir/src.c.o -o cmTC_b9888 -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; }