Build of hiawatha with android toolchain

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

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

SLOCLanguage
72,245 ansic
866 php
567 sh
141 makefile
96 perl
73,915 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...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/arm-linux-androideabi --> /sysroot/arm-linux-androideabi
# /toolchain_root/COPYING3.LIB --> /sysroot/COPYING3.LIB
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/COPYING.RUNTIME --> /sysroot/COPYING.RUNTIME
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/SOURCES --> /sysroot/SOURCES
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/COPYING --> /sysroot/COPYING
# /toolchain_root/COPYING3 --> /sysroot/COPYING3
# /toolchain_root/COPYING.LIB --> /sysroot/COPYING.LIB
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/sysroot/libexec/gcc/arm-linux-androideabi/4.8:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=arm-linux-androideabi-gcc CXX=arm-linux-androideabi-g++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: hiawatha 10.3-1 (Tue Apr 4 21:37:38 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 GNU 4.8.0
# -- Check for working C compiler: /sysroot/bin/arm-linux-androideabi-gcc
# -- Check for working C compiler: /sysroot/bin/arm-linux-androideabi-gcc -- works
# -- Detecting C compiler ABI info
# -- Detecting C compiler ABI info - done
# -- Detecting C compile features
# -- Detecting C compile features - done
# -- Found LibXml2: /usr/lib/libxml2.so (found version "2.9.4")
# -- Found LibXslt: /usr/lib/libxslt.so (found version "1.1.29")
# -- Found ZLIB: /usr/lib/libz.so (found version "1.2.8")
# -- Looking for crypt.h
# -- Looking for crypt.h - not 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 - not found
# -- Looking for crypt in crypt
# -- Looking for crypt in crypt - not found
# -- Looking for gzdopen in /usr/lib/libz.so
# -- Looking for gzdopen in /usr/lib/libz.so - not 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 cgi-wrapper
# Scanning dependencies of target ssi-cgi
# [ 1%] Building C object CMakeFiles/wigwam.dir/src/alternative.c.o
# [ 3%] 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/wigwam.dir/src/filehashes.c.o
# [ 10%] Building C object CMakeFiles/cgi-wrapper.dir/src/cgi-wrapper.c.o
# [ 12%] Building C object CMakeFiles/ssi-cgi.dir/src/ip.c.o
# [ 14%] Building C object CMakeFiles/hiawatha.dir/src/cache.c.o
# In file included from /tmp/hiawatha/src/hiawatha-10.3/src/tls.h:21:0,
# from /tmp/hiawatha/src/hiawatha-10.3/src/session.h:17,
# from /tmp/hiawatha/src/hiawatha-10.3/src/cache.c:27:
# /sysroot/sysroot/usr/include/mbedtls/ssl.h:547:5: error: unknown type name 'mbedtls_time_t'
# mbedtls_time_t start; /*!< starting time */
# ^
# /tmp/hiawatha/src/hiawatha-10.3/src/cache.c: In function 'search_cache_for_file':
# /tmp/hiawatha/src/hiawatha-10.3/src/cache.c:611:65: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if ((object->deadline > session->time) && (status.st_mtime == object->last_changed)) {
# ^
# 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....
# [ 16%] Building C object CMakeFiles/wigwam.dir/src/ip.c.o
# [ 18%] Building C object CMakeFiles/cgi-wrapper.dir/src/memdbg.c.o
# [ 20%] Building C object CMakeFiles/wigwam.dir/src/libfs.c.o
# /tmp/hiawatha/src/hiawatha-10.3/src/libfs.c: In function 'if_modified_since':
# /tmp/hiawatha/src/hiawatha-10.3/src/libfs.c:512:2: warning: pointer targets in passing argument 1 of 'gmtime_r' differ in signedness [-Wpointer-sign]
# } else if (gmtime_r(&(status.st_mtime), &date) == NULL) {
# ^
# In file included from /tmp/hiawatha/src/hiawatha-10.3/src/libfs.c:19:0:
# /sysroot/sysroot/usr/include/time.h:75:19: note: expected 'const time_t *' but argument is of type 'long unsigned int *'
# extern struct tm* gmtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC__;
# ^
# [ 21%] Building C object CMakeFiles/ssi-cgi.dir/src/libfs.c.o
# [ 23%] Building C object CMakeFiles/cgi-wrapper.dir/src/libfs.c.o
# /tmp/hiawatha/src/hiawatha-10.3/src/libfs.c: In function 'if_modified_since':
# /tmp/hiawatha/src/hiawatha-10.3/src/libfs.c:512:2: warning: pointer targets in passing argument 1 of 'gmtime_r' differ in signedness [-Wpointer-sign]
# } else if (gmtime_r(&(status.st_mtime), &date) == NULL) {
# ^
# In file included from /tmp/hiawatha/src/hiawatha-10.3/src/libfs.c:19:0:
# /sysroot/sysroot/usr/include/time.h:75:19: note: expected 'const time_t *' but argument is of type 'long unsigned int *'
# extern struct tm* gmtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC__;
# ^
# /tmp/hiawatha/src/hiawatha-10.3/src/libfs.c: In function 'if_modified_since':
# /tmp/hiawatha/src/hiawatha-10.3/src/libfs.c:512:2: warning: pointer targets in passing argument 1 of 'gmtime_r' differ in signedness [-Wpointer-sign]
# } else if (gmtime_r(&(status.st_mtime), &date) == NULL) {
# ^
# In file included from /tmp/hiawatha/src/hiawatha-10.3/src/libfs.c:19:0:
# /sysroot/sysroot/usr/include/time.h:75:19: note: expected 'const time_t *' but argument is of type 'long unsigned int *'
# extern struct tm* gmtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC__;
# ^
# [ 25%] Building C object CMakeFiles/cgi-wrapper.dir/src/libstr.c.o
# [ 27%] Building C object CMakeFiles/wigwam.dir/src/libstr.c.o
# [ 29%] Building C object CMakeFiles/cgi-wrapper.dir/src/userconfig.c.o
# [ 30%] Building C object CMakeFiles/ssi-cgi.dir/src/liblist.c.o
# [ 32%] Building C object CMakeFiles/wigwam.dir/src/liblist.c.o
# [ 34%] Linking C executable cgi-wrapper
# /tmp/hiawatha/src/hiawatha-10.3/src/libfs.c:388: error: undefined reference to 'gzopen'
# /tmp/hiawatha/src/hiawatha-10.3/src/libfs.c:409: error: undefined reference to 'gzclose'
# /tmp/hiawatha/src/hiawatha-10.3/src/libfs.c:402: error: undefined reference to 'gzwrite'
# /tmp/hiawatha/src/hiawatha-10.3/src/libfs.c:409: error: undefined reference to 'gzclose'
# /tmp/hiawatha/src/hiawatha-10.3/src/userconfig.c:145: error: undefined reference to 'getgrent'
# /tmp/hiawatha/src/hiawatha-10.3/src/userconfig.c:145: error: undefined reference to 'getgrent'
# /tmp/hiawatha/src/hiawatha-10.3/src/userconfig.c:163: error: undefined reference to 'endgrent'
# /tmp/hiawatha/src/hiawatha-10.3/src/userconfig.c:154: error: undefined reference to 'endgrent'
# collect2: error: ld returned 1 exit status
# make[2]: *** [CMakeFiles/cgi-wrapper.dir/build.make:225: cgi-wrapper] Error 1
# make[1]: *** [CMakeFiles/Makefile2:142: CMakeFiles/cgi-wrapper.dir/all] Error 2
# [ 36%] Building C object CMakeFiles/wigwam.dir/src/memdbg.c.o
# [ 38%] Building C object CMakeFiles/wigwam.dir/src/toolkit.c.o
# [ 40%] Building C object CMakeFiles/ssi-cgi.dir/src/libstr.c.o
# [ 41%] Building C object CMakeFiles/wigwam.dir/src/wigwam.c.o
# In file included from /tmp/hiawatha/src/hiawatha-10.3/src/wigwam.c:36:0:
# /sysroot/sysroot/usr/include/mbedtls/ssl.h:547:5: error: unknown type name 'mbedtls_time_t'
# mbedtls_time_t start; /*!< starting time */
# ^
# /tmp/hiawatha/src/hiawatha-10.3/src/wigwam.c: In function 'create_basic_password':
# /tmp/hiawatha/src/hiawatha-10.3/src/wigwam.c:863:2: warning: implicit declaration of function 'crypt' [-Wimplicit-function-declaration]
# encrypted = crypt(password, salt);
# ^
# /tmp/hiawatha/src/hiawatha-10.3/src/wigwam.c:863:12: warning: assignment makes pointer from integer without a cast [enabled by default]
# encrypted = crypt(password, salt);
# ^
# make[2]: *** [CMakeFiles/wigwam.dir/build.make:255: CMakeFiles/wigwam.dir/src/wigwam.c.o] Error 1
# make[2]: *** Waiting for unfinished jobs....
# [ 43%] Building C object CMakeFiles/ssi-cgi.dir/src/memdbg.c.o
# [ 45%] Building C object CMakeFiles/ssi-cgi.dir/src/ssi-cgi.c.o
# make[1]: *** [CMakeFiles/Makefile2:179: CMakeFiles/wigwam.dir/all] Error 2
# [ 47%] Linking C executable ssi-cgi
# /tmp/hiawatha/src/hiawatha-10.3/src/libfs.c:388: error: undefined reference to 'gzopen'
# /tmp/hiawatha/src/hiawatha-10.3/src/libfs.c:409: error: undefined reference to 'gzclose'
# /tmp/hiawatha/src/hiawatha-10.3/src/libfs.c:402: error: undefined reference to 'gzwrite'
# /tmp/hiawatha/src/hiawatha-10.3/src/libfs.c:409: error: undefined reference to 'gzclose'
# collect2: error: ld returned 1 exit status
# make[2]: *** [CMakeFiles/ssi-cgi.dir/build.make:251: ssi-cgi] Error 1
# make[1]: *** [CMakeFiles/Makefile2:105: CMakeFiles/ssi-cgi.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 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_857ad/fast"
# /usr/bin/make -f CMakeFiles/cmTC_857ad.dir/build.make CMakeFiles/cmTC_857ad.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_857ad.dir/CheckIncludeFile.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -O2 -Wall -Wextra -o CMakeFiles/cmTC_857ad.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:19: fatal error: crypt.h: No such file or directory
# #include
# ^
# compilation terminated.
# make[1]: *** [CMakeFiles/cmTC_857ad.dir/build.make:66: CMakeFiles/cmTC_857ad.dir/CheckIncludeFile.c.o] Error 1
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# make: *** [Makefile:126: cmTC_857ad/fast] Error 2
#
#
# 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_c99cc/fast"
# /usr/bin/make -f CMakeFiles/cmTC_c99cc.dir/build.make CMakeFiles/cmTC_c99cc.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_c99cc.dir/CheckIncludeFile.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -O2 -Wall -Wextra -o CMakeFiles/cmTC_c99cc.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:26: fatal error: rpcsvc/crypt.h: No such file or directory
# #include
# ^
# compilation terminated.
# make[1]: *** [CMakeFiles/cmTC_c99cc.dir/build.make:66: CMakeFiles/cmTC_c99cc.dir/CheckIncludeFile.c.o] Error 1
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# make: *** [Makefile:126: cmTC_c99cc/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_432a2/fast"
# /usr/bin/make -f CMakeFiles/cmTC_432a2.dir/build.make CMakeFiles/cmTC_432a2.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_432a2.dir/CheckFunctionExists.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=strnstr -o CMakeFiles/cmTC_432a2.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_432a2
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_432a2.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=strnstr CMakeFiles/cmTC_432a2.dir/CheckFunctionExists.c.o -o cmTC_432a2 -rdynamic
# CMakeFiles/cmTC_432a2.dir/CheckFunctionExists.c.o:CheckFunctionExists.c:function main: error: undefined reference to 'strnstr'
# collect2: error: ld returned 1 exit status
# make[1]: *** [CMakeFiles/cmTC_432a2.dir/build.make:98: cmTC_432a2] Error 1
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# make: *** [Makefile:126: cmTC_432a2/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_62f03/fast"
# /usr/bin/make -f CMakeFiles/cmTC_62f03.dir/build.make CMakeFiles/cmTC_62f03.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_62f03.dir/CheckFunctionExists.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=strncasestr -o CMakeFiles/cmTC_62f03.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_62f03
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_62f03.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=strncasestr CMakeFiles/cmTC_62f03.dir/CheckFunctionExists.c.o -o cmTC_62f03 -rdynamic
# CMakeFiles/cmTC_62f03.dir/CheckFunctionExists.c.o:CheckFunctionExists.c:function main: error: undefined reference to 'strncasestr'
# collect2: error: ld returned 1 exit status
# make[1]: *** [CMakeFiles/cmTC_62f03.dir/build.make:98: cmTC_62f03] Error 1
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# make: *** [Makefile:126: cmTC_62f03/fast] Error 2
#
#
# Determining if the function crypt_r exists in the crypt failed with the following output:
# Change Dir: /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_920e7/fast"
# /usr/bin/make -f CMakeFiles/cmTC_920e7.dir/build.make CMakeFiles/cmTC_920e7.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_920e7.dir/CheckFunctionExists.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=crypt_r -o CMakeFiles/cmTC_920e7.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_920e7
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_920e7.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=crypt_r CMakeFiles/cmTC_920e7.dir/CheckFunctionExists.c.o -o cmTC_920e7 -rdynamic -lcrypt
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lcrypt
# CMakeFiles/cmTC_920e7.dir/CheckFunctionExists.c.o:CheckFunctionExists.c:function main: error: undefined reference to 'crypt_r'
# collect2: error: ld returned 1 exit status
# make[1]: *** [CMakeFiles/cmTC_920e7.dir/build.make:98: cmTC_920e7] Error 1
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# make: *** [Makefile:126: cmTC_920e7/fast] Error 2
#
#
# Determining if the function crypt exists in the crypt failed with the following output:
# Change Dir: /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_9fe98/fast"
# /usr/bin/make -f CMakeFiles/cmTC_9fe98.dir/build.make CMakeFiles/cmTC_9fe98.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_9fe98.dir/CheckFunctionExists.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=crypt -o CMakeFiles/cmTC_9fe98.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_9fe98
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9fe98.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=crypt CMakeFiles/cmTC_9fe98.dir/CheckFunctionExists.c.o -o cmTC_9fe98 -rdynamic -lcrypt
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lcrypt
# CMakeFiles/cmTC_9fe98.dir/CheckFunctionExists.c.o:CheckFunctionExists.c:function main: error: undefined reference to 'crypt'
# collect2: error: ld returned 1 exit status
# make[1]: *** [CMakeFiles/cmTC_9fe98.dir/build.make:98: cmTC_9fe98] Error 1
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# make: *** [Makefile:126: cmTC_9fe98/fast] Error 2
#
#
# Determining if the function gzdopen exists in the /usr/lib/libz.so failed with the following output:
# Change Dir: /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_0d003/fast"
# /usr/bin/make -f CMakeFiles/cmTC_0d003.dir/build.make CMakeFiles/cmTC_0d003.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_0d003.dir/CheckFunctionExists.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=gzdopen -o CMakeFiles/cmTC_0d003.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_0d003
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0d003.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=gzdopen CMakeFiles/cmTC_0d003.dir/CheckFunctionExists.c.o -o cmTC_0d003 -rdynamic /usr/lib/libz.so
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: /usr/lib/libz.so: incompatible target
# CMakeFiles/cmTC_0d003.dir/CheckFunctionExists.c.o:CheckFunctionExists.c:function main: error: undefined reference to 'gzdopen'
# collect2: error: ld returned 1 exit status
# make[1]: *** [CMakeFiles/cmTC_0d003.dir/build.make:99: cmTC_0d003] Error 1
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# make: *** [Makefile:126: cmTC_0d003/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_6006a/fast"
# /usr/bin/make -f CMakeFiles/cmTC_6006a.dir/build.make CMakeFiles/cmTC_6006a.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_6006a.dir/CheckSymbolExists.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -O2 -Wall -Wextra -o CMakeFiles/cmTC_6006a.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: In function 'main':
# /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'SO_ACCEPTFILTER' undeclared (first use in this function)
# return ((int*)(&SO_ACCEPTFILTER))[argc];
# ^
# /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
# /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:4:14: warning: parameter 'argc' set but not used [-Wunused-but-set-parameter]
# int main(int argc, char** argv)
# ^
# /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:13:1: warning: control reaches end of non-void function [-Wreturn-type]
# }
# ^
# make[1]: *** [CMakeFiles/cmTC_6006a.dir/build.make:66: CMakeFiles/cmTC_6006a.dir/CheckSymbolExists.c.o] Error 1
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# make: *** [Makefile:126: cmTC_6006a/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/arm-linux-androideabi-gcc
# 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/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_0adb9/fast"
# /usr/bin/make -f CMakeFiles/cmTC_0adb9.dir/build.make CMakeFiles/cmTC_0adb9.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_0adb9.dir/testCCompiler.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -o CMakeFiles/cmTC_0adb9.dir/testCCompiler.c.o -c /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp/testCCompiler.c
# Linking C executable cmTC_0adb9
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0adb9.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc CMakeFiles/cmTC_0adb9.dir/testCCompiler.c.o -o cmTC_0adb9 -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_f1662/fast"
# /usr/bin/make -f CMakeFiles/cmTC_f1662.dir/build.make CMakeFiles/cmTC_f1662.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_f1662.dir/CMakeCCompilerABI.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -o CMakeFiles/cmTC_f1662.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c
# Linking C executable cmTC_f1662
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f1662.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc -v CMakeFiles/cmTC_f1662.dir/CMakeCCompilerABI.c.o -o cmTC_f1662 -rdynamic
# Using built-in specs.
# COLLECT_GCC=/sysroot/bin/arm-linux-androideabi-gcc
# COLLECT_LTO_WRAPPER=/sysroot/bin/../libexec/gcc/arm-linux-androideabi/4.8/lto-wrapper
# Target: arm-linux-androideabi
# Configured with: /s/ndk-toolchain/src/build/../gcc/gcc-4.8/configure --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --target=arm-linux-androideabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpfr=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpc=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-cloog=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-isl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-ppl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --disable-ppl-version-check --disable-cloog-version-check --disable-isl-version-check --enable-cloog-backend=isl --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --enable-initfini-array --disable-nls --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --with-sysroot=/tmp/ndk-andrewhsieh/build/toolchain/prefix/sysroot --with-binutils-version=2.25 --with-mpfr-version=3.1.1 --with-mpc-version=1.0.1 --with-gmp-version=5.0.5 --with-gcc-version=4.8 --with-gdb-version=7.7 --with-python=/usr/local/google/home/andrewhsieh/mydroid/ndk/prebuilt/linux-x86_64/bin/python-config.sh --with-gxx-include-dir=/tmp/ndk-andrewhsieh/build/toolchain/prefix/include/c++/4.8 --with-bugurl=http://source.android.com/source/report-bugs.html --enable-languages=c,c++ --disable-bootstrap --enable-plugins --enable-libgomp --enable-gnu-indirect-function --disable-libsanitizer --enable-gold --enable-threads --enable-graphite=yes --with-cloog-version=0.18.0 --with-isl-version=0.11.1 --enable-eh-frame-hdr-for-static --with-arch=armv5te --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=default
# Thread model: posix
# gcc version 4.8 (GCC)
# COMPILER_PATH=/sysroot/bin/../libexec/gcc/arm-linux-androideabi/4.8/:/sysroot/bin/../libexec/gcc/:/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/
# LIBRARY_PATH=/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/:/sysroot/bin/../lib/gcc/:/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/lib/:/sysroot/bin/../sysroot/usr/lib/
# COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_f1662' '-rdynamic' '-march=armv5te' '-mfloat-abi=soft' '-mfpu=vfp' '-mtls-dialect=gnu'
# /sysroot/bin/../libexec/gcc/arm-linux-androideabi/4.8/collect2 --sysroot=/sysroot/bin/../sysroot --eh-frame-hdr -export-dynamic -dynamic-linker /system/bin/linker -X -m armelf_linux_eabi -z noexecstack -z relro -z now -o cmTC_f1662 /sysroot/bin/../sysroot/usr/lib/crtbegin_dynamic.o -L/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8 -L/sysroot/bin/../lib/gcc -L/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/lib -L/sysroot/bin/../sysroot/usr/lib CMakeFiles/cmTC_f1662.dir/CMakeCCompilerABI.c.o -lgcc -lc -ldl -lgcc /sysroot/bin/../sysroot/usr/lib/crtend_android.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_f1662/fast"]
# ignore line: [/usr/bin/make -f CMakeFiles/cmTC_f1662.dir/build.make CMakeFiles/cmTC_f1662.dir/build]
# ignore line: [make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp']
# ignore line: [Building C object CMakeFiles/cmTC_f1662.dir/CMakeCCompilerABI.c.o]
# ignore line: [/sysroot/bin/arm-linux-androideabi-gcc -o CMakeFiles/cmTC_f1662.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c]
# ignore line: [Linking C executable cmTC_f1662]
# ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f1662.dir/link.txt --verbose=1]
# ignore line: [/sysroot/bin/arm-linux-androideabi-gcc -v CMakeFiles/cmTC_f1662.dir/CMakeCCompilerABI.c.o -o cmTC_f1662 -rdynamic ]
# ignore line: [Using built-in specs.]
# ignore line: [COLLECT_GCC=/sysroot/bin/arm-linux-androideabi-gcc]
# ignore line: [COLLECT_LTO_WRAPPER=/sysroot/bin/../libexec/gcc/arm-linux-androideabi/4.8/lto-wrapper]
# ignore line: [Target: arm-linux-androideabi]
# ignore line: [Configured with: /s/ndk-toolchain/src/build/../gcc/gcc-4.8/configure --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --target=arm-linux-androideabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpfr=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpc=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-cloog=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-isl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-ppl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --disable-ppl-version-check --disable-cloog-version-check --disable-isl-version-check --enable-cloog-backend=isl --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --enable-initfini-array --disable-nls --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --with-sysroot=/tmp/ndk-andrewhsieh/build/toolchain/prefix/sysroot --with-binutils-version=2.25 --with-mpfr-version=3.1.1 --with-mpc-version=1.0.1 --with-gmp-version=5.0.5 --with-gcc-version=4.8 --with-gdb-version=7.7 --with-python=/usr/local/google/home/andrewhsieh/mydroid/ndk/prebuilt/linux-x86_64/bin/python-config.sh --with-gxx-include-dir=/tmp/ndk-andrewhsieh/build/toolchain/prefix/include/c++/4.8 --with-bugurl=http://source.android.com/source/report-bugs.html --enable-languages=c,c++ --disable-bootstrap --enable-plugins --enable-libgomp --enable-gnu-indirect-function --disable-libsanitizer --enable-gold --enable-threads --enable-graphite=yes --with-cloog-version=0.18.0 --with-isl-version=0.11.1 --enable-eh-frame-hdr-for-static --with-arch=armv5te --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=default]
# ignore line: [Thread model: posix]
# ignore line: [gcc version 4.8 (GCC) ]
# ignore line: [COMPILER_PATH=/sysroot/bin/../libexec/gcc/arm-linux-androideabi/4.8/:/sysroot/bin/../libexec/gcc/:/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/]
# ignore line: [LIBRARY_PATH=/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/:/sysroot/bin/../lib/gcc/:/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/lib/:/sysroot/bin/../sysroot/usr/lib/]
# ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_f1662' '-rdynamic' '-march=armv5te' '-mfloat-abi=soft' '-mfpu=vfp' '-mtls-dialect=gnu']
# link line: [ /sysroot/bin/../libexec/gcc/arm-linux-androideabi/4.8/collect2 --sysroot=/sysroot/bin/../sysroot --eh-frame-hdr -export-dynamic -dynamic-linker /system/bin/linker -X -m armelf_linux_eabi -z noexecstack -z relro -z now -o cmTC_f1662 /sysroot/bin/../sysroot/usr/lib/crtbegin_dynamic.o -L/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8 -L/sysroot/bin/../lib/gcc -L/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/lib -L/sysroot/bin/../sysroot/usr/lib CMakeFiles/cmTC_f1662.dir/CMakeCCompilerABI.c.o -lgcc -lc -ldl -lgcc /sysroot/bin/../sysroot/usr/lib/crtend_android.o]
# arg [/sysroot/bin/../libexec/gcc/arm-linux-androideabi/4.8/collect2] ==> ignore
# arg [--sysroot=/sysroot/bin/../sysroot] ==> ignore
# arg [--eh-frame-hdr] ==> ignore
# arg [-export-dynamic] ==> ignore
# arg [-dynamic-linker] ==> ignore
# arg [/system/bin/linker] ==> ignore
# arg [-X] ==> ignore
# arg [-m] ==> ignore
# arg [armelf_linux_eabi] ==> ignore
# arg [-znoexecstack] ==> ignore
# arg [-zrelro] ==> ignore
# arg [-znow] ==> ignore
# arg [-o] ==> ignore
# arg [cmTC_f1662] ==> ignore
# arg [/sysroot/bin/../sysroot/usr/lib/crtbegin_dynamic.o] ==> ignore
# arg [-L/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8] ==> dir [/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8]
# arg [-L/sysroot/bin/../lib/gcc] ==> dir [/sysroot/bin/../lib/gcc]
# arg [-L/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/lib] ==> dir [/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/lib]
# arg [-L/sysroot/bin/../sysroot/usr/lib] ==> dir [/sysroot/bin/../sysroot/usr/lib]
# arg [CMakeFiles/cmTC_f1662.dir/CMakeCCompilerABI.c.o] ==> ignore
# arg [-lgcc] ==> lib [gcc]
# arg [-lc] ==> lib [c]
# arg [-ldl] ==> lib [dl]
# arg [-lgcc] ==> lib [gcc]
# arg [/sysroot/bin/../sysroot/usr/lib/crtend_android.o] ==> ignore
# remove lib [gcc]
# remove lib [gcc]
# collapse library dir [/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8] ==> [/sysroot/lib/gcc/arm-linux-androideabi/4.8]
# collapse library dir [/sysroot/bin/../lib/gcc] ==> [/sysroot/lib/gcc]
# collapse library dir [/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/lib] ==> [/sysroot/arm-linux-androideabi/lib]
# collapse library dir [/sysroot/bin/../sysroot/usr/lib] ==> [/sysroot/sysroot/usr/lib]
# implicit libs: [c;dl]
# implicit dirs: [/sysroot/lib/gcc/arm-linux-androideabi/4.8;/sysroot/lib/gcc;/sysroot/arm-linux-androideabi/lib;/sysroot/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_7ccd4/fast"
# /usr/bin/make -f CMakeFiles/cmTC_7ccd4.dir/build.make CMakeFiles/cmTC_7ccd4.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_7ccd4.dir/feature_tests.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -std=c11 -o CMakeFiles/cmTC_7ccd4.dir/feature_tests.c.o -c /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/feature_tests.c
# Linking C executable cmTC_7ccd4
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7ccd4.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc CMakeFiles/cmTC_7ccd4.dir/feature_tests.c.o -o cmTC_7ccd4 -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_4dc86/fast"
# /usr/bin/make -f CMakeFiles/cmTC_4dc86.dir/build.make CMakeFiles/cmTC_4dc86.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_4dc86.dir/feature_tests.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -std=c99 -o CMakeFiles/cmTC_4dc86.dir/feature_tests.c.o -c /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/feature_tests.c
# Linking C executable cmTC_4dc86
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4dc86.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc CMakeFiles/cmTC_4dc86.dir/feature_tests.c.o -o cmTC_4dc86 -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_6d5be/fast"
# /usr/bin/make -f CMakeFiles/cmTC_6d5be.dir/build.make CMakeFiles/cmTC_6d5be.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_6d5be.dir/feature_tests.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -std=c90 -o CMakeFiles/cmTC_6d5be.dir/feature_tests.c.o -c /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/feature_tests.c
# Linking C executable cmTC_6d5be
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6d5be.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc CMakeFiles/cmTC_6d5be.dir/feature_tests.c.o -o cmTC_6d5be -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 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_68555/fast"
# /usr/bin/make -f CMakeFiles/cmTC_68555.dir/build.make CMakeFiles/cmTC_68555.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_68555.dir/CheckIncludeFile.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -O2 -Wall -Wextra -o CMakeFiles/cmTC_68555.dir/CheckIncludeFile.c.o -c /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_68555
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_68555.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc -O2 -Wall -Wextra CMakeFiles/cmTC_68555.dir/CheckIncludeFile.c.o -o cmTC_68555 -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_94bb9/fast"
# /usr/bin/make -f CMakeFiles/cmTC_94bb9.dir/build.make CMakeFiles/cmTC_94bb9.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_94bb9.dir/CheckIncludeFiles.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -O2 -Wall -Wextra -o CMakeFiles/cmTC_94bb9.dir/CheckIncludeFiles.c.o -c /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_94bb9
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_94bb9.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc -O2 -Wall -Wextra CMakeFiles/cmTC_94bb9.dir/CheckIncludeFiles.c.o -o cmTC_94bb9 -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_f226d/fast"
# /usr/bin/make -f CMakeFiles/cmTC_f226d.dir/build.make CMakeFiles/cmTC_f226d.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_f226d.dir/CheckIncludeFiles.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -O2 -Wall -Wextra -o CMakeFiles/cmTC_f226d.dir/CheckIncludeFiles.c.o -c /tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_f226d
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f226d.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc -O2 -Wall -Wextra CMakeFiles/cmTC_f226d.dir/CheckIncludeFiles.c.o -o cmTC_f226d -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_1ee9a/fast"
# /usr/bin/make -f CMakeFiles/cmTC_1ee9a.dir/build.make CMakeFiles/cmTC_1ee9a.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_1ee9a.dir/CheckFunctionExists.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=setenv -o CMakeFiles/cmTC_1ee9a.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_1ee9a
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1ee9a.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=setenv CMakeFiles/cmTC_1ee9a.dir/CheckFunctionExists.c.o -o cmTC_1ee9a -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_97ef3/fast"
# /usr/bin/make -f CMakeFiles/cmTC_97ef3.dir/build.make CMakeFiles/cmTC_97ef3.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_97ef3.dir/CheckFunctionExists.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=unsetenv -o CMakeFiles/cmTC_97ef3.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_97ef3
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_97ef3.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=unsetenv CMakeFiles/cmTC_97ef3.dir/CheckFunctionExists.c.o -o cmTC_97ef3 -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_c2230/fast"
# /usr/bin/make -f CMakeFiles/cmTC_c2230.dir/build.make CMakeFiles/cmTC_c2230.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_c2230.dir/CheckFunctionExists.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=clearenv -o CMakeFiles/cmTC_c2230.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_c2230
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c2230.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=clearenv CMakeFiles/cmTC_c2230.dir/CheckFunctionExists.c.o -o cmTC_c2230 -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_71a7e/fast"
# /usr/bin/make -f CMakeFiles/cmTC_71a7e.dir/build.make CMakeFiles/cmTC_71a7e.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_71a7e.dir/CheckFunctionExists.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=strcasecmp -o CMakeFiles/cmTC_71a7e.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# :0:23: warning: conflicting types for built-in function 'strcasecmp' [enabled by default]
# /usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: note: in expansion of macro 'CHECK_FUNCTION_EXISTS'
# char CHECK_FUNCTION_EXISTS();
# ^
# Linking C executable cmTC_71a7e
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_71a7e.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=strcasecmp CMakeFiles/cmTC_71a7e.dir/CheckFunctionExists.c.o -o cmTC_71a7e -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_36474/fast"
# /usr/bin/make -f CMakeFiles/cmTC_36474.dir/build.make CMakeFiles/cmTC_36474.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_36474.dir/CheckFunctionExists.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=strncasecmp -o CMakeFiles/cmTC_36474.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# :0:23: warning: conflicting types for built-in function 'strncasecmp' [enabled by default]
# /usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: note: in expansion of macro 'CHECK_FUNCTION_EXISTS'
# char CHECK_FUNCTION_EXISTS();
# ^
# Linking C executable cmTC_36474
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_36474.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=strncasecmp CMakeFiles/cmTC_36474.dir/CheckFunctionExists.c.o -o cmTC_36474 -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_a4e1e/fast"
# /usr/bin/make -f CMakeFiles/cmTC_a4e1e.dir/build.make CMakeFiles/cmTC_a4e1e.dir/build
# make[1]: Entering directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_a4e1e.dir/CheckFunctionExists.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=strcasestr -o CMakeFiles/cmTC_a4e1e.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_a4e1e
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a4e1e.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc -O2 -Wall -Wextra -DCHECK_FUNCTION_EXISTS=strcasestr CMakeFiles/cmTC_a4e1e.dir/CheckFunctionExists.c.o -o cmTC_a4e1e -rdynamic
# make[1]: Leaving directory '/tmp/hiawatha/src/hiawatha-10.3/build/CMakeFiles/CMakeTmp'
#
#