Build of hiawatha with clang_glibc toolchain

The build took 00h 01m 59s and was 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:

Log

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

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

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

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: hiawatha 10.3-1 (Thu Apr 13 18:39:53 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.0
# -- Check for working C compiler: /usr/bin/clang
# -- Check for working C compiler: /usr/bin/clang -- works
# -- Detecting C compiler ABI info
# -- Detecting C compiler ABI info - done
# -- Detecting C compile features
# -- Detecting C compile features - done
# -- 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 hiawatha
# [ 1%] Building C object CMakeFiles/hiawatha.dir/src/alternative.c.o
# [ 3%] Building C object CMakeFiles/hiawatha.dir/src/cache.c.o
# [ 5%] Building C object CMakeFiles/hiawatha.dir/src/cgi.c.o
# [ 7%] Building C object CMakeFiles/hiawatha.dir/src/challenge.c.o
# [ 9%] Building C object CMakeFiles/hiawatha.dir/src/client.c.o
# [ 10%] Building C object CMakeFiles/hiawatha.dir/src/envir.c.o
# [ 12%] Building C object CMakeFiles/hiawatha.dir/src/filehashes.c.o
# [ 14%] Building C object CMakeFiles/hiawatha.dir/src/hiawatha.c.o
# [ 16%] Building C object CMakeFiles/hiawatha.dir/src/http.c.o
# [ 18%] Building C object CMakeFiles/hiawatha.dir/src/httpauth.c.o
# [ 20%] Building C object CMakeFiles/hiawatha.dir/src/ip.c.o
# [ 21%] Building C object CMakeFiles/hiawatha.dir/src/libfs.c.o
# [ 23%] Building C object CMakeFiles/hiawatha.dir/src/liblist.c.o
# [ 25%] Building C object CMakeFiles/hiawatha.dir/src/libstr.c.o
# [ 27%] Building C object CMakeFiles/hiawatha.dir/src/log.c.o
# [ 29%] Building C object CMakeFiles/hiawatha.dir/src/memdbg.c.o
# [ 30%] Building C object CMakeFiles/hiawatha.dir/src/mimetype.c.o
# [ 32%] Building C object CMakeFiles/hiawatha.dir/src/monitor.c.o
# [ 34%] Building C object CMakeFiles/hiawatha.dir/src/rproxy.c.o
# [ 36%] Building C object CMakeFiles/hiawatha.dir/src/send.c.o
# [ 38%] Building C object CMakeFiles/hiawatha.dir/src/serverconfig.c.o
# [ 40%] Building C object CMakeFiles/hiawatha.dir/src/session.c.o
# [ 41%] Building C object CMakeFiles/hiawatha.dir/src/tls.c.o
# [ 43%] Building C object CMakeFiles/hiawatha.dir/src/target.c.o
# [ 45%] Building C object CMakeFiles/hiawatha.dir/src/tomahawk.c.o
# [ 47%] Building C object CMakeFiles/hiawatha.dir/src/toolkit.c.o
# [ 49%] Building C object CMakeFiles/hiawatha.dir/src/userconfig.c.o
# [ 50%] Building C object CMakeFiles/hiawatha.dir/src/workers.c.o
# [ 52%] Building C object CMakeFiles/hiawatha.dir/src/xslt.c.o
# [ 54%] Linking C executable hiawatha
# [ 54%] Built target hiawatha
# Scanning dependencies of target ssi-cgi
# [ 56%] Building C object CMakeFiles/ssi-cgi.dir/src/alternative.c.o
# [ 58%] Building C object CMakeFiles/ssi-cgi.dir/src/ip.c.o
# [ 60%] Building C object CMakeFiles/ssi-cgi.dir/src/libfs.c.o
# [ 61%] Building C object CMakeFiles/ssi-cgi.dir/src/liblist.c.o
# [ 63%] Building C object CMakeFiles/ssi-cgi.dir/src/libstr.c.o
# [ 65%] Building C object CMakeFiles/ssi-cgi.dir/src/memdbg.c.o
# [ 67%] Building C object CMakeFiles/ssi-cgi.dir/src/ssi-cgi.c.o
# [ 69%] Linking C executable ssi-cgi
# [ 69%] Built target ssi-cgi
# Scanning dependencies of target cgi-wrapper
# [ 70%] Building C object CMakeFiles/cgi-wrapper.dir/src/alternative.c.o
# [ 72%] Building C object CMakeFiles/cgi-wrapper.dir/src/cgi-wrapper.c.o
# [ 74%] Building C object CMakeFiles/cgi-wrapper.dir/src/memdbg.c.o
# [ 76%] Building C object CMakeFiles/cgi-wrapper.dir/src/libfs.c.o
# [ 78%] Building C object CMakeFiles/cgi-wrapper.dir/src/libstr.c.o
# [ 80%] Building C object CMakeFiles/cgi-wrapper.dir/src/userconfig.c.o
# [ 81%] Linking C executable cgi-wrapper
# [ 81%] Built target cgi-wrapper
# Scanning dependencies of target wigwam
# [ 83%] Building C object CMakeFiles/wigwam.dir/src/alternative.c.o
# [ 85%] Building C object CMakeFiles/wigwam.dir/src/filehashes.c.o
# [ 87%] Building C object CMakeFiles/wigwam.dir/src/ip.c.o
# [ 89%] Building C object CMakeFiles/wigwam.dir/src/libfs.c.o
# [ 90%] Building C object CMakeFiles/wigwam.dir/src/libstr.c.o
# [ 92%] Building C object CMakeFiles/wigwam.dir/src/liblist.c.o
# [ 94%] Building C object CMakeFiles/wigwam.dir/src/memdbg.c.o
# [ 96%] Building C object CMakeFiles/wigwam.dir/src/toolkit.c.o
# [ 98%] Building C object CMakeFiles/wigwam.dir/src/wigwam.c.o
# [100%] Linking C executable wigwam
# [100%] Built target wigwam
# ==> Entering fakeroot environment...
# ==> Starting package()...
# [ 54%] Built target hiawatha
# [ 69%] Built target ssi-cgi
# [ 81%] Built target cgi-wrapper
# [100%] Built target wigwam
# Install the project...
# -- Install configuration: "RelWithDebInfo"
# -- Installing: /tmp/hiawatha/pkg/hiawatha/usr/bin/hiawatha
# -- Installing: /tmp/hiawatha/pkg/hiawatha/usr/bin/wigwam
# -- Installing: /tmp/hiawatha/pkg/hiawatha/usr/bin/cgi-wrapper
# -- Installing: /tmp/hiawatha/pkg/hiawatha/usr/bin/ssi-cgi
# -- Installing: /tmp/hiawatha/pkg/hiawatha/etc/hiawatha/cgi-wrapper.conf
# -- Installing: /tmp/hiawatha/pkg/hiawatha/etc/hiawatha/mimetype.conf
# -- Installing: /tmp/hiawatha/pkg/hiawatha/etc/hiawatha/error.xslt
# -- Installing: /tmp/hiawatha/pkg/hiawatha/etc/hiawatha/index.xslt
# -- Installing: /tmp/hiawatha/pkg/hiawatha/etc/hiawatha/hiawatha.conf
# -- Installing: /tmp/hiawatha/pkg/hiawatha/usr/share/man/man1/ssi-cgi.1
# -- Installing: /tmp/hiawatha/pkg/hiawatha/usr/share/man/man1/wigwam.1
# -- Installing: /tmp/hiawatha/pkg/hiawatha/usr/share/man/man1/cgi-wrapper.1
# -- Installing: /tmp/hiawatha/pkg/hiawatha/usr/share/man/man1/hiawatha.1
# -- Installing: /tmp/hiawatha/pkg/hiawatha/srv/http/hiawatha/index.html
# -- Installing: /tmp/hiawatha/pkg/hiawatha/var/log/hiawatha
# -- Installing: /tmp/hiawatha/pkg/hiawatha/run
# -- Installing: /tmp/hiawatha/pkg/hiawatha/var/lib/hiawatha
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "hiawatha"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: hiawatha 10.3-1 (Thu Apr 13 18:40:39 UTC 2017)

CMD: pacman --query --file hiawatha-10.3-1-x86_64.pkg.tar.xz
# hiawatha 10.3-1

Creating hybrid package for 'hiawatha'

Trying to find vanilla package 'hiawatha'...

CMD: pacman --query --file /mirror/hiawatha-10.3-1.pkg.tar.xz
# hiawatha 10.3-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /etc/hiawatha/cgi-wrapper.conf
# /etc/hiawatha/mimetype.conf
# /etc/hiawatha/error.xslt
# /etc/hiawatha/index.xslt
# /etc/hiawatha/hiawatha.conf
# /etc/hiawatha/hiawatha.conf.sample
# /etc/logrotate.d/hiawatha
# /usr/bin/hiawatha
# /usr/bin/wigwam
# /usr/bin/cgi-wrapper
# /usr/bin/ssi-cgi
# /usr/share/man/man1/ssi-cgi.1.gz
# /usr/share/man/man1/wigwam.1.gz
# /usr/share/man/man1/cgi-wrapper.1.gz
# /usr/share/man/man1/hiawatha.1.gz
# /usr/lib/systemd/system/hiawatha.service
# /sysroot/usr/lib/systemd/system/hiawatha.service

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO etc usr var sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO etc usr var sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO etc usr var sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf hiawatha.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/hiawatha.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/hiawatha.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/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_d1e3d/fast"
# /usr/bin/make -f CMakeFiles/cmTC_d1e3d.dir/build.make CMakeFiles/cmTC_d1e3d.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_d1e3d.dir/CheckIncludeFile.c.o
# /usr/bin/clang -O2 -Wall -Wextra -o CMakeFiles/cmTC_d1e3d.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_d1e3d.dir/build.make:66: CMakeFiles/cmTC_d1e3d.dir/CheckIncludeFile.c.o] Error 1
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# make: *** [Makefile:126: cmTC_d1e3d/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_4c286/fast"
# /usr/bin/make -f CMakeFiles/cmTC_4c286.dir/build.make CMakeFiles/cmTC_4c286.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_4c286.dir/CheckFunctionExists.c.o
# /usr/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=strnstr -o CMakeFiles/cmTC_4c286.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_4c286
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4c286.dir/link.txt --verbose=1
# /usr/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=strnstr CMakeFiles/cmTC_4c286.dir/CheckFunctionExists.c.o -o cmTC_4c286 -rdynamic
# CMakeFiles/cmTC_4c286.dir/CheckFunctionExists.c.o: In function `main':
# /usr/share/cmake-3.5/Modules/CheckFunctionExists.c:(.text+0xe): undefined reference to `strnstr'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# make[1]: *** [CMakeFiles/cmTC_4c286.dir/build.make:98: cmTC_4c286] Error 1
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# make: *** [Makefile:126: cmTC_4c286/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_eca3b/fast"
# /usr/bin/make -f CMakeFiles/cmTC_eca3b.dir/build.make CMakeFiles/cmTC_eca3b.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_eca3b.dir/CheckFunctionExists.c.o
# /usr/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=strncasestr -o CMakeFiles/cmTC_eca3b.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_eca3b
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_eca3b.dir/link.txt --verbose=1
# /usr/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=strncasestr CMakeFiles/cmTC_eca3b.dir/CheckFunctionExists.c.o -o cmTC_eca3b -rdynamic
# CMakeFiles/cmTC_eca3b.dir/CheckFunctionExists.c.o: In function `main':
# /usr/share/cmake-3.5/Modules/CheckFunctionExists.c:(.text+0xe): undefined reference to `strncasestr'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# make[1]: *** [CMakeFiles/cmTC_eca3b.dir/build.make:98: cmTC_eca3b] Error 1
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# make: *** [Makefile:126: cmTC_eca3b/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_8b7dc/fast"
# /usr/bin/make -f CMakeFiles/cmTC_8b7dc.dir/build.make CMakeFiles/cmTC_8b7dc.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_8b7dc.dir/CheckSymbolExists.c.o
# /usr/bin/clang -O2 -Wall -Wextra -o CMakeFiles/cmTC_8b7dc.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_8b7dc.dir/build.make:66: CMakeFiles/cmTC_8b7dc.dir/CheckSymbolExists.c.o] Error 1
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# make: *** [Makefile:126: cmTC_8b7dc/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: /usr/bin/clang
# Build flags:
# Id flags:
#
# The output was:
# 0
#
#
# Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
#
# The C compiler identification is Clang, found in "/tmp/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_0d87d/fast"
# /usr/bin/make -f CMakeFiles/cmTC_0d87d.dir/build.make CMakeFiles/cmTC_0d87d.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_0d87d.dir/testCCompiler.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_0d87d.dir/testCCompiler.c.o -c /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp/testCCompiler.c
# Linking C executable cmTC_0d87d
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0d87d.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_0d87d.dir/testCCompiler.c.o -o cmTC_0d87d -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_46a0a/fast"
# /usr/bin/make -f CMakeFiles/cmTC_46a0a.dir/build.make CMakeFiles/cmTC_46a0a.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_46a0a.dir/CMakeCCompilerABI.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_46a0a.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c
# Linking C executable cmTC_46a0a
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_46a0a.dir/link.txt --verbose=1
# /usr/bin/clang -v CMakeFiles/cmTC_46a0a.dir/CMakeCCompilerABI.c.o -o cmTC_46a0a -rdynamic
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# "/usr/bin/ld" -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_46a0a /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib CMakeFiles/cmTC_46a0a.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
# make[1]: Leaving directory '/tmp/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_46a0a/fast"]
# ignore line: [/usr/bin/make -f CMakeFiles/cmTC_46a0a.dir/build.make CMakeFiles/cmTC_46a0a.dir/build]
# ignore line: [make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp']
# ignore line: [Building C object CMakeFiles/cmTC_46a0a.dir/CMakeCCompilerABI.c.o]
# ignore line: [/usr/bin/clang -o CMakeFiles/cmTC_46a0a.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c]
# ignore line: [Linking C executable cmTC_46a0a]
# ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_46a0a.dir/link.txt --verbose=1]
# ignore line: [/usr/bin/clang -v CMakeFiles/cmTC_46a0a.dir/CMakeCCompilerABI.c.o -o cmTC_46a0a -rdynamic ]
# ignore line: [clang version 3.8.0 (tags/RELEASE_380/final)]
# ignore line: [Target: x86_64-unknown-linux-gnu]
# ignore line: [Thread model: posix]
# ignore line: [InstalledDir: /usr/bin]
# ignore line: [Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Candidate multilib: .]
# ignore line: [@m64]
# ignore line: [Selected multilib: .]
# ignore line: [@m64]
# link line: [ "/usr/bin/ld" -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_46a0a /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib CMakeFiles/cmTC_46a0a.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o]
# arg [/usr/bin/ld] ==> ignore
# arg [-export-dynamic] ==> ignore
# arg [--eh-frame-hdr] ==> ignore
# arg [-m] ==> ignore
# arg [elf_x86_64] ==> ignore
# arg [-dynamic-linker] ==> ignore
# arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
# arg [-o] ==> ignore
# arg [cmTC_46a0a] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o] ==> ignore
# arg [-L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1] ==> dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# arg [-L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64] ==> dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64]
# arg [-L/usr/bin/../lib64] ==> dir [/usr/bin/../lib64]
# arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
# arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
# arg [-L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../..] ==> dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../..]
# arg [-L/usr/bin/../lib] ==> dir [/usr/bin/../lib]
# arg [-L/lib] ==> dir [/lib]
# arg [-L/usr/lib] ==> dir [/usr/lib]
# arg [CMakeFiles/cmTC_46a0a.dir/CMakeCCompilerABI.c.o] ==> ignore
# arg [-lgcc] ==> lib [gcc]
# arg [--as-needed] ==> ignore
# arg [-lgcc_s] ==> lib [gcc_s]
# arg [--no-as-needed] ==> ignore
# arg [-lc] ==> lib [c]
# arg [-lgcc] ==> lib [gcc]
# arg [--as-needed] ==> ignore
# arg [-lgcc_s] ==> lib [gcc_s]
# arg [--no-as-needed] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o] ==> ignore
# remove lib [gcc]
# remove lib [gcc_s]
# remove lib [gcc]
# remove lib [gcc_s]
# collapse library dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1] ==> [/usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# collapse library dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64] ==> [/usr/lib64]
# collapse library dir [/usr/bin/../lib64] ==> [/usr/lib64]
# collapse library dir [/lib/../lib64] ==> [/lib64]
# collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64]
# collapse library dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../..] ==> [/usr/lib64]
# collapse library dir [/usr/bin/../lib] ==> [/usr/lib]
# collapse library dir [/lib] ==> [/lib]
# collapse library dir [/usr/lib] ==> [/usr/lib]
# implicit libs: [c]
# implicit dirs: [/usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1;/usr/lib64;/lib64;/usr/lib;/lib]
# implicit fwks: []
#
#
#
#
# Detecting C [-std=c11] compiler features compiled with the following output:
# Change Dir: /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_24180/fast"
# /usr/bin/make -f CMakeFiles/cmTC_24180.dir/build.make CMakeFiles/cmTC_24180.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_24180.dir/feature_tests.c.o
# /usr/bin/clang -std=c11 -o CMakeFiles/cmTC_24180.dir/feature_tests.c.o -c /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/feature_tests.c
# Linking C executable cmTC_24180
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_24180.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_24180.dir/feature_tests.c.o -o cmTC_24180 -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_3ed91/fast"
# /usr/bin/make -f CMakeFiles/cmTC_3ed91.dir/build.make CMakeFiles/cmTC_3ed91.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_3ed91.dir/feature_tests.c.o
# /usr/bin/clang -std=c99 -o CMakeFiles/cmTC_3ed91.dir/feature_tests.c.o -c /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/feature_tests.c
# Linking C executable cmTC_3ed91
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3ed91.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_3ed91.dir/feature_tests.c.o -o cmTC_3ed91 -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_0a40c/fast"
# /usr/bin/make -f CMakeFiles/cmTC_0a40c.dir/build.make CMakeFiles/cmTC_0a40c.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_0a40c.dir/feature_tests.c.o
# /usr/bin/clang -std=c90 -o CMakeFiles/cmTC_0a40c.dir/feature_tests.c.o -c /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/feature_tests.c
# Linking C executable cmTC_0a40c
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0a40c.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_0a40c.dir/feature_tests.c.o -o cmTC_0a40c -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_44511/fast"
# /usr/bin/make -f CMakeFiles/cmTC_44511.dir/build.make CMakeFiles/cmTC_44511.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_44511.dir/CheckIncludeFile.c.o
# /usr/bin/clang -O2 -Wall -Wextra -o CMakeFiles/cmTC_44511.dir/CheckIncludeFile.c.o -c /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_44511
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_44511.dir/link.txt --verbose=1
# /usr/bin/clang -O2 -Wall -Wextra CMakeFiles/cmTC_44511.dir/CheckIncludeFile.c.o -o cmTC_44511 -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_27876/fast"
# /usr/bin/make -f CMakeFiles/cmTC_27876.dir/build.make CMakeFiles/cmTC_27876.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_27876.dir/CheckIncludeFile.c.o
# /usr/bin/clang -O2 -Wall -Wextra -o CMakeFiles/cmTC_27876.dir/CheckIncludeFile.c.o -c /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_27876
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_27876.dir/link.txt --verbose=1
# /usr/bin/clang -O2 -Wall -Wextra CMakeFiles/cmTC_27876.dir/CheckIncludeFile.c.o -o cmTC_27876 -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_243d1/fast"
# /usr/bin/make -f CMakeFiles/cmTC_243d1.dir/build.make CMakeFiles/cmTC_243d1.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_243d1.dir/CheckIncludeFiles.c.o
# /usr/bin/clang -O2 -Wall -Wextra -o CMakeFiles/cmTC_243d1.dir/CheckIncludeFiles.c.o -c /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_243d1
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_243d1.dir/link.txt --verbose=1
# /usr/bin/clang -O2 -Wall -Wextra CMakeFiles/cmTC_243d1.dir/CheckIncludeFiles.c.o -o cmTC_243d1 -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_09bea/fast"
# /usr/bin/make -f CMakeFiles/cmTC_09bea.dir/build.make CMakeFiles/cmTC_09bea.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_09bea.dir/CheckIncludeFiles.c.o
# /usr/bin/clang -O2 -Wall -Wextra -o CMakeFiles/cmTC_09bea.dir/CheckIncludeFiles.c.o -c /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_09bea
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_09bea.dir/link.txt --verbose=1
# /usr/bin/clang -O2 -Wall -Wextra CMakeFiles/cmTC_09bea.dir/CheckIncludeFiles.c.o -o cmTC_09bea -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_ff502/fast"
# /usr/bin/make -f CMakeFiles/cmTC_ff502.dir/build.make CMakeFiles/cmTC_ff502.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_ff502.dir/CheckFunctionExists.c.o
# /usr/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=setenv -o CMakeFiles/cmTC_ff502.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_ff502
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ff502.dir/link.txt --verbose=1
# /usr/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=setenv CMakeFiles/cmTC_ff502.dir/CheckFunctionExists.c.o -o cmTC_ff502 -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_7cf96/fast"
# /usr/bin/make -f CMakeFiles/cmTC_7cf96.dir/build.make CMakeFiles/cmTC_7cf96.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_7cf96.dir/CheckFunctionExists.c.o
# /usr/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=unsetenv -o CMakeFiles/cmTC_7cf96.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_7cf96
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7cf96.dir/link.txt --verbose=1
# /usr/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=unsetenv CMakeFiles/cmTC_7cf96.dir/CheckFunctionExists.c.o -o cmTC_7cf96 -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_4a962/fast"
# /usr/bin/make -f CMakeFiles/cmTC_4a962.dir/build.make CMakeFiles/cmTC_4a962.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_4a962.dir/CheckFunctionExists.c.o
# /usr/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=clearenv -o CMakeFiles/cmTC_4a962.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_4a962
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4a962.dir/link.txt --verbose=1
# /usr/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=clearenv CMakeFiles/cmTC_4a962.dir/CheckFunctionExists.c.o -o cmTC_4a962 -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_3386e/fast"
# /usr/bin/make -f CMakeFiles/cmTC_3386e.dir/build.make CMakeFiles/cmTC_3386e.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_3386e.dir/CheckFunctionExists.c.o
# /usr/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=strcasecmp -o CMakeFiles/cmTC_3386e.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_3386e
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3386e.dir/link.txt --verbose=1
# /usr/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=strcasecmp CMakeFiles/cmTC_3386e.dir/CheckFunctionExists.c.o -o cmTC_3386e -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_650d9/fast"
# /usr/bin/make -f CMakeFiles/cmTC_650d9.dir/build.make CMakeFiles/cmTC_650d9.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_650d9.dir/CheckFunctionExists.c.o
# /usr/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=strncasecmp -o CMakeFiles/cmTC_650d9.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_650d9
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_650d9.dir/link.txt --verbose=1
# /usr/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=strncasecmp CMakeFiles/cmTC_650d9.dir/CheckFunctionExists.c.o -o cmTC_650d9 -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_6ffbc/fast"
# /usr/bin/make -f CMakeFiles/cmTC_6ffbc.dir/build.make CMakeFiles/cmTC_6ffbc.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_6ffbc.dir/CheckFunctionExists.c.o
# /usr/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=strcasestr -o CMakeFiles/cmTC_6ffbc.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_6ffbc
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6ffbc.dir/link.txt --verbose=1
# /usr/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=strcasestr CMakeFiles/cmTC_6ffbc.dir/CheckFunctionExists.c.o -o cmTC_6ffbc -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_e1d05/fast"
# /usr/bin/make -f CMakeFiles/cmTC_e1d05.dir/build.make CMakeFiles/cmTC_e1d05.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_e1d05.dir/CheckFunctionExists.c.o
# /usr/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=crypt_r -o CMakeFiles/cmTC_e1d05.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_e1d05
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e1d05.dir/link.txt --verbose=1
# /usr/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=crypt_r CMakeFiles/cmTC_e1d05.dir/CheckFunctionExists.c.o -o cmTC_e1d05 -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_79e73/fast"
# /usr/bin/make -f CMakeFiles/cmTC_79e73.dir/build.make CMakeFiles/cmTC_79e73.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_79e73.dir/CheckFunctionExists.c.o
# /usr/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=crypt -o CMakeFiles/cmTC_79e73.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_79e73
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_79e73.dir/link.txt --verbose=1
# /usr/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=crypt CMakeFiles/cmTC_79e73.dir/CheckFunctionExists.c.o -o cmTC_79e73 -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_7ad09/fast"
# /usr/bin/make -f CMakeFiles/cmTC_7ad09.dir/build.make CMakeFiles/cmTC_7ad09.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_7ad09.dir/CheckFunctionExists.c.o
# /usr/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=gzdopen -o CMakeFiles/cmTC_7ad09.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_7ad09
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7ad09.dir/link.txt --verbose=1
# /usr/bin/clang -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=gzdopen CMakeFiles/cmTC_7ad09.dir/CheckFunctionExists.c.o -o cmTC_7ad09 -rdynamic /usr/lib64/libz.so
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
#
#