Build of hiawatha with musl toolchain

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

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

SLOCLanguage
72,247 ansic
866 php
567 sh
141 makefile
96 perl
73,917 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

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: hiawatha 10.3-1 (Wed Apr 5 01:28:10 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) mbedtls-2.3.0-2
#
# Total Installed Size: 2.91 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing mbedtls...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# -- The C compiler identification is Clang 3.8.1
# -- Check for working C compiler: /sysroot/bin/clang
# -- Check for working C compiler: /sysroot/bin/clang -- works
# -- Detecting C compiler ABI info
# -- Detecting C compiler ABI info - done
# -- Detecting C compile features
# -- Detecting C compile features - done
# -- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.4")
# -- Found LibXslt: /usr/lib64/libxslt.so (found version "1.1.29")
# -- Found ZLIB: /usr/lib64/libz.so (found version "1.2.8")
# -- Looking for crypt.h
# -- Looking for crypt.h - found
# -- Looking for arpa/inet.h
# -- Looking for arpa/inet.h - found
# -- Looking for include files sys/types.h, netinet/in.h
# -- Looking for include files sys/types.h, netinet/in.h - found
# -- Looking for include files sys/types.h, netinet/tcp.h
# -- Looking for include files sys/types.h, netinet/tcp.h - found
# -- Looking for rpcsvc/crypt.h
# -- Looking for rpcsvc/crypt.h - not found
# -- Looking for setenv
# -- Looking for setenv - found
# -- Looking for unsetenv
# -- Looking for unsetenv - found
# -- Looking for clearenv
# -- Looking for clearenv - found
# -- Looking for strcasecmp
# -- Looking for strcasecmp - found
# -- Looking for strncasecmp
# -- Looking for strncasecmp - found
# -- Looking for strnstr
# -- Looking for strnstr - not found
# -- Looking for strcasestr
# -- Looking for strcasestr - found
# -- Looking for strncasestr
# -- Looking for strncasestr - not found
# -- Looking for crypt_r in crypt
# -- Looking for crypt_r in crypt - found
# -- Looking for crypt in crypt
# -- Looking for crypt in crypt - found
# -- Looking for gzdopen in /usr/lib64/libz.so
# -- Looking for gzdopen in /usr/lib64/libz.so - found
# -- Looking for SO_ACCEPTFILTER
# -- Looking for SO_ACCEPTFILTER - not found
# CMake Warning at CMakeLists.txt:107 (message):
# Make sure the mbed TLS shared library has been built with the
# MBEDTLS_THREADING_PTHREAD and MBEDTLS_THREADING_C flags set. Otherwise, it
# may crash the Hiawatha webserver.
#
#
# -- Configuring done
# -- Generating done
# -- Build files have been written to: /tmp/hiawatha/src/hiawatha-10.3/build
# Scanning dependencies of target wigwam
# Scanning dependencies of target ssi-cgi
# Scanning dependencies of target cgi-wrapper
# [ 1%] Building C object CMakeFiles/wigwam.dir/src/alternative.c.o
# [ 5%] Building C object CMakeFiles/cgi-wrapper.dir/src/alternative.c.o
# [ 5%] Building C object CMakeFiles/ssi-cgi.dir/src/alternative.c.o
# Scanning dependencies of target hiawatha
# [ 7%] Building C object CMakeFiles/hiawatha.dir/src/alternative.c.o
# [ 9%] Building C object CMakeFiles/ssi-cgi.dir/src/ip.c.o
# [ 12%] Building C object CMakeFiles/wigwam.dir/src/filehashes.c.o
# [ 12%] Building C object CMakeFiles/cgi-wrapper.dir/src/cgi-wrapper.c.o
# [ 14%] Building C object CMakeFiles/hiawatha.dir/src/cache.c.o
# In file included from /tmp/hiawatha/src/hiawatha-10.3/src/cache.c:27:
# In file included from /tmp/hiawatha/src/hiawatha-10.3/src/session.h:17:
# In file included from /tmp/hiawatha/src/hiawatha-10.3/src/tls.h:21:
# /sysroot/usr/include/mbedtls/ssl.h:547:5: error: unknown type name 'mbedtls_time_t'
# mbedtls_time_t start; /*!< starting time */
# ^
# [ 16%] Building C object CMakeFiles/wigwam.dir/src/ip.c.o
# 1 error generated.
# make[2]: *** [CMakeFiles/hiawatha.dir/build.make:87: CMakeFiles/hiawatha.dir/src/cache.c.o] Error 1
# make[1]: *** [CMakeFiles/Makefile2:68: CMakeFiles/hiawatha.dir/all] Error 2
# make[1]: *** Waiting for unfinished jobs....
# [ 18%] Building C object CMakeFiles/wigwam.dir/src/libfs.c.o
# /tmp/hiawatha/src/hiawatha-10.3/src/libfs.c:22:10: fatal error: 'zlib.h' file not found
# #include
# ^
# [ 21%] Building C object CMakeFiles/cgi-wrapper.dir/src/memdbg.c.o
# [ 21%] Building C object CMakeFiles/wigwam.dir/src/libstr.c.o
# [ 23%] Building C object CMakeFiles/ssi-cgi.dir/src/libfs.c.o
# /tmp/hiawatha/src/hiawatha-10.3/src/libfs.c:22:10: fatal error: 'zlib.h' file not found
# #include
# ^
# [ 25%] Building C object CMakeFiles/cgi-wrapper.dir/src/libfs.c.o
# /tmp/hiawatha/src/hiawatha-10.3/src/libfs.c:22:10: fatal error: 'zlib.h' file not found
# #include
# ^
# 1 error generated.
# 1 error generated.
# 1 error generated.
# make[2]: *** [CMakeFiles/cgi-wrapper.dir/build.make:135: CMakeFiles/cgi-wrapper.dir/src/libfs.c.o] Error 1
# make[2]: *** [CMakeFiles/ssi-cgi.dir/build.make:111: CMakeFiles/ssi-cgi.dir/src/libfs.c.o] Error 1
# make[2]: *** [CMakeFiles/wigwam.dir/build.make:135: CMakeFiles/wigwam.dir/src/libfs.c.o] Error 1
# make[2]: *** Waiting for unfinished jobs....
# make[1]: *** [CMakeFiles/Makefile2:142: CMakeFiles/cgi-wrapper.dir/all] Error 2
# make[1]: *** [CMakeFiles/Makefile2:105: CMakeFiles/ssi-cgi.dir/all] Error 2
# make[1]: *** [CMakeFiles/Makefile2:179: CMakeFiles/wigwam.dir/all] Error 2
# make: *** [Makefile:150: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing Cmake errors

CMD: Cmake errors '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeError.log'
# Determining if the include file rpcsvc/crypt.h exists failed with the following output:
# Change Dir: /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_21e39/fast"
# /usr/bin/make -f CMakeFiles/cmTC_21e39.dir/build.make CMakeFiles/cmTC_21e39.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_21e39.dir/CheckIncludeFile.c.o
# /sysroot/bin/clang -O2 -Wall -Wextra -o CMakeFiles/cmTC_21e39.dir/CheckIncludeFile.c.o -c /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'rpcsvc/crypt.h' file not found
# #include
# ^
# 1 error generated.
# make[1]: *** [CMakeFiles/cmTC_21e39.dir/build.make:66: CMakeFiles/cmTC_21e39.dir/CheckIncludeFile.c.o] Error 1
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# make: *** [Makefile:126: cmTC_21e39/fast] Error 2
#
#
# Determining if the function strnstr exists failed with the following output:
# Change Dir: /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_6bd92/fast"
# /usr/bin/make -f CMakeFiles/cmTC_6bd92.dir/build.make CMakeFiles/cmTC_6bd92.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_6bd92.dir/CheckFunctionExists.c.o
# /sysroot/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=strnstr -o CMakeFiles/cmTC_6bd92.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_6bd92
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6bd92.dir/link.txt --verbose=1
# /sysroot/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=strnstr CMakeFiles/cmTC_6bd92.dir/CheckFunctionExists.c.o -o cmTC_6bd92 -rdynamic
# CMakeFiles/cmTC_6bd92.dir/CheckFunctionExists.c.o:/usr/share/cmake-3.5/Modules/CheckFunctionExists.c:function main: error: undefined reference to 'strnstr'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# make[1]: *** [CMakeFiles/cmTC_6bd92.dir/build.make:98: cmTC_6bd92] Error 1
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# make: *** [Makefile:126: cmTC_6bd92/fast] Error 2
#
#
# Determining if the function strncasestr exists failed with the following output:
# Change Dir: /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_fe41a/fast"
# /usr/bin/make -f CMakeFiles/cmTC_fe41a.dir/build.make CMakeFiles/cmTC_fe41a.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_fe41a.dir/CheckFunctionExists.c.o
# /sysroot/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=strncasestr -o CMakeFiles/cmTC_fe41a.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_fe41a
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fe41a.dir/link.txt --verbose=1
# /sysroot/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=strncasestr CMakeFiles/cmTC_fe41a.dir/CheckFunctionExists.c.o -o cmTC_fe41a -rdynamic
# CMakeFiles/cmTC_fe41a.dir/CheckFunctionExists.c.o:/usr/share/cmake-3.5/Modules/CheckFunctionExists.c:function main: error: undefined reference to 'strncasestr'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# make[1]: *** [CMakeFiles/cmTC_fe41a.dir/build.make:98: cmTC_fe41a] Error 1
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# make: *** [Makefile:126: cmTC_fe41a/fast] Error 2
#
#
# Determining if the SO_ACCEPTFILTER exist failed with the following output:
# Change Dir: /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_e9f98/fast"
# /usr/bin/make -f CMakeFiles/cmTC_e9f98.dir/build.make CMakeFiles/cmTC_e9f98.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_e9f98.dir/CheckSymbolExists.c.o
# /sysroot/bin/clang -O2 -Wall -Wextra -o CMakeFiles/cmTC_e9f98.dir/CheckSymbolExists.c.o -c /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
# /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: use of undeclared identifier 'SO_ACCEPTFILTER'
# return ((int*)(&SO_ACCEPTFILTER))[argc];
# ^
# 1 error generated.
# make[1]: *** [CMakeFiles/cmTC_e9f98.dir/build.make:66: CMakeFiles/cmTC_e9f98.dir/CheckSymbolExists.c.o] Error 1
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# make: *** [Makefile:126: cmTC_e9f98/fast] Error 2
#
# File /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
# /* */
# #include
#
# int main(int argc, char** argv)
# {
# (void)argv;
# #ifndef SO_ACCEPTFILTER
# return ((int*)(&SO_ACCEPTFILTER))[argc];
# #else
# (void)argc;
# return 0;
# #endif
# }
#

Printing Cmake output

CMD: Cmake output '/tmp/hiawatha/src/hiawatha-10.3/build/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/hiawatha/src/hiawatha-10.3/build/CMakeFiles/3.5.2/CompilerIdC/a.out"
#
# Determining if the C compiler works passed with the following output:
# Change Dir: /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_51473/fast"
# /usr/bin/make -f CMakeFiles/cmTC_51473.dir/build.make CMakeFiles/cmTC_51473.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_51473.dir/testCCompiler.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_51473.dir/testCCompiler.c.o -c /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp/testCCompiler.c
# Linking C executable cmTC_51473
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_51473.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_51473.dir/testCCompiler.c.o -o cmTC_51473 -rdynamic
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
#
#
# Detecting C compiler ABI info compiled with the following output:
# Change Dir: /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_2230d/fast"
# /usr/bin/make -f CMakeFiles/cmTC_2230d.dir/build.make CMakeFiles/cmTC_2230d.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_2230d.dir/CMakeCCompilerABI.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_2230d.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c
# Linking C executable cmTC_2230d
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2230d.dir/link.txt --verbose=1
# /sysroot/bin/clang -v CMakeFiles/cmTC_2230d.dir/CMakeCCompilerABI.c.o -o cmTC_2230d -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_2230d /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 -L/sysroot/usr/lib CMakeFiles/cmTC_2230d.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/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
#
#
# Parsed C implicit link information from above output:
# link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
# ignore line: [Change Dir: /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp]
# ignore line: []
# ignore line: [Run Build Command:"/usr/bin/make" "cmTC_2230d/fast"]
# ignore line: [/usr/bin/make -f CMakeFiles/cmTC_2230d.dir/build.make CMakeFiles/cmTC_2230d.dir/build]
# ignore line: [make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp']
# ignore line: [Building C object CMakeFiles/cmTC_2230d.dir/CMakeCCompilerABI.c.o]
# ignore line: [/sysroot/bin/clang -o CMakeFiles/cmTC_2230d.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c]
# ignore line: [Linking C executable cmTC_2230d]
# ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2230d.dir/link.txt --verbose=1]
# ignore line: [/sysroot/bin/clang -v CMakeFiles/cmTC_2230d.dir/CMakeCCompilerABI.c.o -o cmTC_2230d -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_2230d /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 -L/sysroot/usr/lib CMakeFiles/cmTC_2230d.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_2230d] ==> 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 [-L/sysroot/usr/lib] ==> dir [/sysroot/usr/lib]
# arg [CMakeFiles/cmTC_2230d.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]
# collapse library dir [/sysroot/usr/lib] ==> [/sysroot/usr/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;/sysroot/usr/lib]
# implicit fwks: []
#
#
#
#
# Detecting C [-std=c11] compiler features compiled with the following output:
# Change Dir: /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_f1e51/fast"
# /usr/bin/make -f CMakeFiles/cmTC_f1e51.dir/build.make CMakeFiles/cmTC_f1e51.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_f1e51.dir/feature_tests.c.o
# /sysroot/bin/clang -std=c11 -o CMakeFiles/cmTC_f1e51.dir/feature_tests.c.o -c /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/feature_tests.c
# Linking C executable cmTC_f1e51
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f1e51.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_f1e51.dir/feature_tests.c.o -o cmTC_f1e51 -rdynamic
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/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/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_7c0dc/fast"
# /usr/bin/make -f CMakeFiles/cmTC_7c0dc.dir/build.make CMakeFiles/cmTC_7c0dc.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_7c0dc.dir/feature_tests.c.o
# /sysroot/bin/clang -std=c99 -o CMakeFiles/cmTC_7c0dc.dir/feature_tests.c.o -c /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/feature_tests.c
# Linking C executable cmTC_7c0dc
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7c0dc.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_7c0dc.dir/feature_tests.c.o -o cmTC_7c0dc -rdynamic
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/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/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_f2747/fast"
# /usr/bin/make -f CMakeFiles/cmTC_f2747.dir/build.make CMakeFiles/cmTC_f2747.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_f2747.dir/feature_tests.c.o
# /sysroot/bin/clang -std=c90 -o CMakeFiles/cmTC_f2747.dir/feature_tests.c.o -c /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/feature_tests.c
# Linking C executable cmTC_f2747
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f2747.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_f2747.dir/feature_tests.c.o -o cmTC_f2747 -rdynamic
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
#
#
# Feature record: C_FEATURE:1c_function_prototypes
# Feature record: C_FEATURE:0c_restrict
# Feature record: C_FEATURE:0c_static_assert
# Feature record: C_FEATURE:0c_variadic_macros
# Determining if the include file crypt.h exists passed with the following output:
# Change Dir: /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_ef01f/fast"
# /usr/bin/make -f CMakeFiles/cmTC_ef01f.dir/build.make CMakeFiles/cmTC_ef01f.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_ef01f.dir/CheckIncludeFile.c.o
# /sysroot/bin/clang -O2 -Wall -Wextra -o CMakeFiles/cmTC_ef01f.dir/CheckIncludeFile.c.o -c /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_ef01f
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ef01f.dir/link.txt --verbose=1
# /sysroot/bin/clang -O2 -Wall -Wextra CMakeFiles/cmTC_ef01f.dir/CheckIncludeFile.c.o -o cmTC_ef01f -rdynamic
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file arpa/inet.h exists passed with the following output:
# Change Dir: /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_d0360/fast"
# /usr/bin/make -f CMakeFiles/cmTC_d0360.dir/build.make CMakeFiles/cmTC_d0360.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_d0360.dir/CheckIncludeFile.c.o
# /sysroot/bin/clang -O2 -Wall -Wextra -o CMakeFiles/cmTC_d0360.dir/CheckIncludeFile.c.o -c /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_d0360
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d0360.dir/link.txt --verbose=1
# /sysroot/bin/clang -O2 -Wall -Wextra CMakeFiles/cmTC_d0360.dir/CheckIncludeFile.c.o -o cmTC_d0360 -rdynamic
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
#
#
# Determining if files sys/types.h;netinet/in.h exist passed with the following output:
# Change Dir: /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_25bd7/fast"
# /usr/bin/make -f CMakeFiles/cmTC_25bd7.dir/build.make CMakeFiles/cmTC_25bd7.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_25bd7.dir/CheckIncludeFiles.c.o
# /sysroot/bin/clang -O2 -Wall -Wextra -o CMakeFiles/cmTC_25bd7.dir/CheckIncludeFiles.c.o -c /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_25bd7
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_25bd7.dir/link.txt --verbose=1
# /sysroot/bin/clang -O2 -Wall -Wextra CMakeFiles/cmTC_25bd7.dir/CheckIncludeFiles.c.o -o cmTC_25bd7 -rdynamic
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
#
#
# Determining if files sys/types.h;netinet/tcp.h exist passed with the following output:
# Change Dir: /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_1c585/fast"
# /usr/bin/make -f CMakeFiles/cmTC_1c585.dir/build.make CMakeFiles/cmTC_1c585.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_1c585.dir/CheckIncludeFiles.c.o
# /sysroot/bin/clang -O2 -Wall -Wextra -o CMakeFiles/cmTC_1c585.dir/CheckIncludeFiles.c.o -c /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_1c585
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1c585.dir/link.txt --verbose=1
# /sysroot/bin/clang -O2 -Wall -Wextra CMakeFiles/cmTC_1c585.dir/CheckIncludeFiles.c.o -o cmTC_1c585 -rdynamic
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the function setenv exists passed with the following output:
# Change Dir: /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_41697/fast"
# /usr/bin/make -f CMakeFiles/cmTC_41697.dir/build.make CMakeFiles/cmTC_41697.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_41697.dir/CheckFunctionExists.c.o
# /sysroot/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=setenv -o CMakeFiles/cmTC_41697.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_41697
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_41697.dir/link.txt --verbose=1
# /sysroot/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=setenv CMakeFiles/cmTC_41697.dir/CheckFunctionExists.c.o -o cmTC_41697 -rdynamic
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the function unsetenv exists passed with the following output:
# Change Dir: /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_a93e1/fast"
# /usr/bin/make -f CMakeFiles/cmTC_a93e1.dir/build.make CMakeFiles/cmTC_a93e1.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_a93e1.dir/CheckFunctionExists.c.o
# /sysroot/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=unsetenv -o CMakeFiles/cmTC_a93e1.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_a93e1
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a93e1.dir/link.txt --verbose=1
# /sysroot/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=unsetenv CMakeFiles/cmTC_a93e1.dir/CheckFunctionExists.c.o -o cmTC_a93e1 -rdynamic
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the function clearenv exists passed with the following output:
# Change Dir: /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_bb7c6/fast"
# /usr/bin/make -f CMakeFiles/cmTC_bb7c6.dir/build.make CMakeFiles/cmTC_bb7c6.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_bb7c6.dir/CheckFunctionExists.c.o
# /sysroot/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=clearenv -o CMakeFiles/cmTC_bb7c6.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_bb7c6
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bb7c6.dir/link.txt --verbose=1
# /sysroot/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=clearenv CMakeFiles/cmTC_bb7c6.dir/CheckFunctionExists.c.o -o cmTC_bb7c6 -rdynamic
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the function strcasecmp exists passed with the following output:
# Change Dir: /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_7f717/fast"
# /usr/bin/make -f CMakeFiles/cmTC_7f717.dir/build.make CMakeFiles/cmTC_7f717.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_7f717.dir/CheckFunctionExists.c.o
# /sysroot/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=strcasecmp -o CMakeFiles/cmTC_7f717.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# /usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
# char CHECK_FUNCTION_EXISTS();
# ^
# :1:31: note: expanded from here
# #define CHECK_FUNCTION_EXISTS strcasecmp
# ^
# /usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
# :1:31: note: expanded from here
# #define CHECK_FUNCTION_EXISTS strcasecmp
# ^
# 1 warning generated.
# Linking C executable cmTC_7f717
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7f717.dir/link.txt --verbose=1
# /sysroot/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=strcasecmp CMakeFiles/cmTC_7f717.dir/CheckFunctionExists.c.o -o cmTC_7f717 -rdynamic
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the function strncasecmp exists passed with the following output:
# Change Dir: /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_20611/fast"
# /usr/bin/make -f CMakeFiles/cmTC_20611.dir/build.make CMakeFiles/cmTC_20611.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_20611.dir/CheckFunctionExists.c.o
# /sysroot/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=strncasecmp -o CMakeFiles/cmTC_20611.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# /usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: warning: incompatible redeclaration of library function 'strncasecmp' [-Wincompatible-library-redeclaration]
# char CHECK_FUNCTION_EXISTS();
# ^
# :1:31: note: expanded from here
# #define CHECK_FUNCTION_EXISTS strncasecmp
# ^
# /usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: note: 'strncasecmp' is a builtin with type 'int (const char *, const char *, unsigned long)'
# :1:31: note: expanded from here
# #define CHECK_FUNCTION_EXISTS strncasecmp
# ^
# 1 warning generated.
# Linking C executable cmTC_20611
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_20611.dir/link.txt --verbose=1
# /sysroot/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=strncasecmp CMakeFiles/cmTC_20611.dir/CheckFunctionExists.c.o -o cmTC_20611 -rdynamic
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the function strcasestr exists passed with the following output:
# Change Dir: /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_9091a/fast"
# /usr/bin/make -f CMakeFiles/cmTC_9091a.dir/build.make CMakeFiles/cmTC_9091a.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_9091a.dir/CheckFunctionExists.c.o
# /sysroot/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=strcasestr -o CMakeFiles/cmTC_9091a.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_9091a
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9091a.dir/link.txt --verbose=1
# /sysroot/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=strcasestr CMakeFiles/cmTC_9091a.dir/CheckFunctionExists.c.o -o cmTC_9091a -rdynamic
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the function crypt_r exists in the crypt passed with the following output:
# Change Dir: /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_c57d9/fast"
# /usr/bin/make -f CMakeFiles/cmTC_c57d9.dir/build.make CMakeFiles/cmTC_c57d9.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_c57d9.dir/CheckFunctionExists.c.o
# /sysroot/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=crypt_r -o CMakeFiles/cmTC_c57d9.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_c57d9
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c57d9.dir/link.txt --verbose=1
# /sysroot/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=crypt_r CMakeFiles/cmTC_c57d9.dir/CheckFunctionExists.c.o -o cmTC_c57d9 -rdynamic -lcrypt
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the function crypt exists in the crypt passed with the following output:
# Change Dir: /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_24f5c/fast"
# /usr/bin/make -f CMakeFiles/cmTC_24f5c.dir/build.make CMakeFiles/cmTC_24f5c.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_24f5c.dir/CheckFunctionExists.c.o
# /sysroot/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=crypt -o CMakeFiles/cmTC_24f5c.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_24f5c
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_24f5c.dir/link.txt --verbose=1
# /sysroot/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=crypt CMakeFiles/cmTC_24f5c.dir/CheckFunctionExists.c.o -o cmTC_24f5c -rdynamic -lcrypt
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the function gzdopen exists in the /usr/lib64/libz.so passed with the following output:
# Change Dir: /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_1a65e/fast"
# /usr/bin/make -f CMakeFiles/cmTC_1a65e.dir/build.make CMakeFiles/cmTC_1a65e.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_1a65e.dir/CheckFunctionExists.c.o
# /sysroot/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=gzdopen -o CMakeFiles/cmTC_1a65e.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_1a65e
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1a65e.dir/link.txt --verbose=1
# /sysroot/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=gzdopen CMakeFiles/cmTC_1a65e.dir/CheckFunctionExists.c.o -o cmTC_1a65e -rdynamic /usr/lib64/libz.so
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
#
#