Build of badvpn with android toolchain

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

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

SLOCLanguage
127,017 ansic
2,142 php
1,081 yacc
324 sh
156 lex
130,720 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: badvpn 1.999.130-1 (Tue Apr 4 22:09:31 UTC 2017)
# ==> Checking runtime dependencies...
# ==> 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 PkgConfig: /usr/sbin/pkg-config (found version "0.29.1")
# -- Checking for module 'openssl'
# -- Found openssl, version 1.0.2h
# -- Found OpenSSL: ssl;crypto
# -- Checking for module 'nspr'
# -- Found nspr, version 4.12.0
# -- Found NSPR: /usr/include/nspr plds4;plc4;nspr4
# -- Checking for module 'nss'
# -- Found nss, version 3.25
# -- Found NSS: /usr/include/nss;/usr/include/nspr ssl3;smime3;nss3;nssutil3;plds4;plc4;nspr4
# -- Check if the system is big endian
# -- Searching 16 bit integer
# -- Looking for sys/types.h
# -- Looking for sys/types.h - found
# -- Looking for stdint.h
# -- Looking for stdint.h - found
# -- Looking for stddef.h
# -- Looking for stddef.h - found
# -- Check size of unsigned short
# -- Check size of unsigned short - done
# -- Using unsigned short
# -- Check if the system is big endian - little endian
# -- Check size of int
# -- Check size of int - done
# -- Check size of size_t
# -- Check size of size_t - done
# -- Looking for include file sys/signalfd.h
# -- Looking for include file sys/signalfd.h - found
# -- Looking for include file sys/epoll.h
# -- Looking for include file sys/epoll.h - found
# -- Looking for include file linux/rfkill.h
# -- Looking for include file linux/rfkill.h - found
# -- Looking for include file linux/input.h
# -- Looking for include file linux/input.h - found
# -- Looking for include file sys/inotify.h
# -- Looking for include file sys/inotify.h - found
# -- Looking for include file crypto/cryptodev.h
# -- Looking for include file crypto/cryptodev.h - not found
# -- Looking for include file syslog.h
# -- Looking for include file syslog.h - found
# -- Generating linux_input_names.h from /sysroot/sysroot/usr/include/linux/input.h
# -- Building components:
# -- examples yes
# -- tests yes
# -- server yes
# -- client yes
# -- flooder yes
# -- tun2socks yes
# -- udpgw yes
# -- ncd yes
# -- tunctl yes
# -- dostest no
# -- Configuring done
# -- Generating done
# -- Build files have been written to: /tmp/badvpn/src/badvpn-1.999.130
# Scanning dependencies of target stringmap
# Scanning dependencies of target parse_number_test
# Scanning dependencies of target badvpn-tunctl
# Scanning dependencies of target base
# [ 0%] Building C object examples/CMakeFiles/parse_number_test.dir/parse_number_test.c.o
# [ 1%] Building C object stringmap/CMakeFiles/stringmap.dir/BStringMap.c.o
# [ 1%] Building C object tunctl/CMakeFiles/badvpn-tunctl.dir/tunctl.c.o
# [ 2%] Building C object base/CMakeFiles/base.dir/DebugObject.c.o
# [ 2%] Building C object base/CMakeFiles/base.dir/BLog.c.o
# [ 2%] Building C object base/CMakeFiles/base.dir/BPending.c.o
# [ 2%] Linking C executable parse_number_test
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lrt
# collect2: error: ld returned 1 exit status
# make[2]: *** [examples/CMakeFiles/parse_number_test.dir/build.make:95: examples/parse_number_test] Error 1
# make[1]: *** [CMakeFiles/Makefile2:1260: examples/CMakeFiles/parse_number_test.dir/all] Error 2
# make[1]: *** Waiting for unfinished jobs....
# [ 2%] Linking C executable badvpn-tunctl
# [ 3%] Building C object base/CMakeFiles/base.dir/BLog_syslog.c.o
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lrt
# CMakeFiles/badvpn-tunctl.dir/tunctl.c.o:tunctl.c:function main: error: undefined reference to 'getgrnam_r'
# collect2: error: ld returned 1 exit status
# make[2]: *** [tunctl/CMakeFiles/badvpn-tunctl.dir/build.make:95: tunctl/badvpn-tunctl] Error 1
# make[1]: *** [CMakeFiles/Makefile2:1157: tunctl/CMakeFiles/badvpn-tunctl.dir/all] Error 2
# [ 3%] Linking C static library libbadvpn-stringmap.a
# [ 3%] Linking C static library libbadvpn-base.a
# [ 3%] Built target base
# [ 3%] Built target stringmap
# make: *** [Makefile:128: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing Cmake errors

CMD: Cmake errors '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeError.log'
# Determining if the system is big endian passed with the following output:
# Change Dir: /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_6c58c/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_6c58c.dir/build.make CMakeFiles/cmTC_6c58c.dir/build
# make[1]: Entering directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_6c58c.dir/TestEndianess.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -o CMakeFiles/cmTC_6c58c.dir/TestEndianess.c.o -c /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp/TestEndianess.c
# Linking C executable cmTC_6c58c
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6c58c.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc CMakeFiles/cmTC_6c58c.dir/TestEndianess.c.o -o cmTC_6c58c -rdynamic
# make[1]: Leaving directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
#
# TestEndianess.c:
# /* A 16 bit integer is required. */
# typedef unsigned short cmakeint16;
#
# /* On a little endian machine, these 16bit ints will give "THIS IS LITTLE ENDIAN."
# On a big endian machine the characters will be exchanged pairwise. */
# const cmakeint16 info_little[] = {0x4854, 0x5349, 0x4920, 0x2053, 0x494c, 0x5454, 0x454c, 0x4520, 0x444e, 0x4149, 0x2e4e, 0x0000};
#
# /* on a big endian machine, these 16bit ints will give "THIS IS BIG ENDIAN."
# On a little endian machine the characters will be exchanged pairwise. */
# const cmakeint16 info_big[] = {0x5448, 0x4953, 0x2049, 0x5320, 0x4249, 0x4720, 0x454e, 0x4449, 0x414e, 0x2e2e, 0x0000};
#
# #ifdef __CLASSIC_C__
# int main(argc, argv) int argc; char *argv[];
# #else
# int main(int argc, char *argv[])
# #endif
# {
# int require = 0;
# require += info_little[argc];
# require += info_big[argc];
# (void)argv;
# return require;
# }
#
#
# Determining if files crypto/cryptodev.h exist failed with the following output:
# Change Dir: /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_3a264/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_3a264.dir/build.make CMakeFiles/cmTC_3a264.dir/build
# make[1]: Entering directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_3a264.dir/CheckIncludeFiles.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -o CMakeFiles/cmTC_3a264.dir/CheckIncludeFiles.c.o -c /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:30: fatal error: crypto/cryptodev.h: No such file or directory
# #include
# ^
# compilation terminated.
# make[1]: *** [CMakeFiles/cmTC_3a264.dir/build.make:66: CMakeFiles/cmTC_3a264.dir/CheckIncludeFiles.c.o] Error 1
# make[1]: Leaving directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
# make: *** [Makefile:126: cmTC_3a264/fast] Error 2
#
# Source:
# /* */
# #include
#
#
# int main(void){return 0;}
#

Printing Cmake output

CMD: Cmake output '/tmp/badvpn/src/badvpn-1.999.130/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/badvpn/src/badvpn-1.999.130/CMakeFiles/3.5.2/CompilerIdC/a.out"
#
# Determining if the C compiler works passed with the following output:
# Change Dir: /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_c613d/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_c613d.dir/build.make CMakeFiles/cmTC_c613d.dir/build
# make[1]: Entering directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_c613d.dir/testCCompiler.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -o CMakeFiles/cmTC_c613d.dir/testCCompiler.c.o -c /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp/testCCompiler.c
# Linking C executable cmTC_c613d
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c613d.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc CMakeFiles/cmTC_c613d.dir/testCCompiler.c.o -o cmTC_c613d -rdynamic
# make[1]: Leaving directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
#
#
# Detecting C compiler ABI info compiled with the following output:
# Change Dir: /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_f6515/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_f6515.dir/build.make CMakeFiles/cmTC_f6515.dir/build
# make[1]: Entering directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_f6515.dir/CMakeCCompilerABI.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -o CMakeFiles/cmTC_f6515.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c
# Linking C executable cmTC_f6515
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f6515.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc -v CMakeFiles/cmTC_f6515.dir/CMakeCCompilerABI.c.o -o cmTC_f6515 -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_f6515' '-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_f6515 /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_f6515.dir/CMakeCCompilerABI.c.o -lgcc -lc -ldl -lgcc /sysroot/bin/../sysroot/usr/lib/crtend_android.o
# make[1]: Leaving directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
#
#
# Parsed C implicit link information from above output:
# link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
# ignore line: [Change Dir: /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp]
# ignore line: []
# ignore line: [Run Build Command:"/usr/sbin/make" "cmTC_f6515/fast"]
# ignore line: [/usr/sbin/make -f CMakeFiles/cmTC_f6515.dir/build.make CMakeFiles/cmTC_f6515.dir/build]
# ignore line: [make[1]: Entering directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp']
# ignore line: [Building C object CMakeFiles/cmTC_f6515.dir/CMakeCCompilerABI.c.o]
# ignore line: [/sysroot/bin/arm-linux-androideabi-gcc -o CMakeFiles/cmTC_f6515.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c]
# ignore line: [Linking C executable cmTC_f6515]
# ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f6515.dir/link.txt --verbose=1]
# ignore line: [/sysroot/bin/arm-linux-androideabi-gcc -v CMakeFiles/cmTC_f6515.dir/CMakeCCompilerABI.c.o -o cmTC_f6515 -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_f6515' '-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_f6515 /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_f6515.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_f6515] ==> 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_f6515.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/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_48bf4/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_48bf4.dir/build.make CMakeFiles/cmTC_48bf4.dir/build
# make[1]: Entering directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_48bf4.dir/feature_tests.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -std=c11 -o CMakeFiles/cmTC_48bf4.dir/feature_tests.c.o -c /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/feature_tests.c
# Linking C executable cmTC_48bf4
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_48bf4.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc CMakeFiles/cmTC_48bf4.dir/feature_tests.c.o -o cmTC_48bf4 -rdynamic
# make[1]: Leaving directory '/tmp/badvpn/src/badvpn-1.999.130/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/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_1b87b/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_1b87b.dir/build.make CMakeFiles/cmTC_1b87b.dir/build
# make[1]: Entering directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_1b87b.dir/feature_tests.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -std=c99 -o CMakeFiles/cmTC_1b87b.dir/feature_tests.c.o -c /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/feature_tests.c
# Linking C executable cmTC_1b87b
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1b87b.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc CMakeFiles/cmTC_1b87b.dir/feature_tests.c.o -o cmTC_1b87b -rdynamic
# make[1]: Leaving directory '/tmp/badvpn/src/badvpn-1.999.130/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/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_2b28d/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_2b28d.dir/build.make CMakeFiles/cmTC_2b28d.dir/build
# make[1]: Entering directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_2b28d.dir/feature_tests.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -std=c90 -o CMakeFiles/cmTC_2b28d.dir/feature_tests.c.o -c /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/feature_tests.c
# Linking C executable cmTC_2b28d
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2b28d.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc CMakeFiles/cmTC_2b28d.dir/feature_tests.c.o -o cmTC_2b28d -rdynamic
# make[1]: Leaving directory '/tmp/badvpn/src/badvpn-1.999.130/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 sys/types.h exists passed with the following output:
# Change Dir: /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_f970a/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_f970a.dir/build.make CMakeFiles/cmTC_f970a.dir/build
# make[1]: Entering directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_f970a.dir/CheckIncludeFile.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -o CMakeFiles/cmTC_f970a.dir/CheckIncludeFile.c.o -c /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_f970a
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f970a.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc CMakeFiles/cmTC_f970a.dir/CheckIncludeFile.c.o -o cmTC_f970a -rdynamic
# make[1]: Leaving directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file stdint.h exists passed with the following output:
# Change Dir: /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_635ec/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_635ec.dir/build.make CMakeFiles/cmTC_635ec.dir/build
# make[1]: Entering directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_635ec.dir/CheckIncludeFile.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -o CMakeFiles/cmTC_635ec.dir/CheckIncludeFile.c.o -c /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_635ec
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_635ec.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc CMakeFiles/cmTC_635ec.dir/CheckIncludeFile.c.o -o cmTC_635ec -rdynamic
# make[1]: Leaving directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file stddef.h exists passed with the following output:
# Change Dir: /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_e8486/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_e8486.dir/build.make CMakeFiles/cmTC_e8486.dir/build
# make[1]: Entering directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_e8486.dir/CheckIncludeFile.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -o CMakeFiles/cmTC_e8486.dir/CheckIncludeFile.c.o -c /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_e8486
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e8486.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc CMakeFiles/cmTC_e8486.dir/CheckIncludeFile.c.o -o cmTC_e8486 -rdynamic
# make[1]: Leaving directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
#
#
# Determining size of unsigned short passed with the following output:
# Change Dir: /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_13e2f/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_13e2f.dir/build.make CMakeFiles/cmTC_13e2f.dir/build
# make[1]: Entering directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_13e2f.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -o CMakeFiles/cmTC_13e2f.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -c /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CheckTypeSize/CMAKE_SIZEOF_UNSIGNED_SHORT.c
# Linking C executable cmTC_13e2f
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_13e2f.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc CMakeFiles/cmTC_13e2f.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -o cmTC_13e2f -rdynamic
# make[1]: Leaving directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
#
#
# Determining size of int passed with the following output:
# Change Dir: /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_e9482/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_e9482.dir/build.make CMakeFiles/cmTC_e9482.dir/build
# make[1]: Entering directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_e9482.dir/INT_SIZE.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -o CMakeFiles/cmTC_e9482.dir/INT_SIZE.c.o -c /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CheckTypeSize/INT_SIZE.c
# Linking C executable cmTC_e9482
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e9482.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc CMakeFiles/cmTC_e9482.dir/INT_SIZE.c.o -o cmTC_e9482 -rdynamic
# make[1]: Leaving directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
#
#
# Determining size of size_t passed with the following output:
# Change Dir: /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_555d4/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_555d4.dir/build.make CMakeFiles/cmTC_555d4.dir/build
# make[1]: Entering directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_555d4.dir/SIZE_SIZE.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -o CMakeFiles/cmTC_555d4.dir/SIZE_SIZE.c.o -c /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CheckTypeSize/SIZE_SIZE.c
# Linking C executable cmTC_555d4
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_555d4.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc CMakeFiles/cmTC_555d4.dir/SIZE_SIZE.c.o -o cmTC_555d4 -rdynamic
# make[1]: Leaving directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
#
#
# Determining if files sys/signalfd.h exist passed with the following output:
# Change Dir: /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_f6ecf/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_f6ecf.dir/build.make CMakeFiles/cmTC_f6ecf.dir/build
# make[1]: Entering directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_f6ecf.dir/CheckIncludeFiles.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -o CMakeFiles/cmTC_f6ecf.dir/CheckIncludeFiles.c.o -c /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_f6ecf
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f6ecf.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc CMakeFiles/cmTC_f6ecf.dir/CheckIncludeFiles.c.o -o cmTC_f6ecf -rdynamic
# make[1]: Leaving directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
#
#
# Determining if files sys/epoll.h exist passed with the following output:
# Change Dir: /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_d412a/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_d412a.dir/build.make CMakeFiles/cmTC_d412a.dir/build
# make[1]: Entering directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_d412a.dir/CheckIncludeFiles.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -o CMakeFiles/cmTC_d412a.dir/CheckIncludeFiles.c.o -c /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_d412a
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d412a.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc CMakeFiles/cmTC_d412a.dir/CheckIncludeFiles.c.o -o cmTC_d412a -rdynamic
# make[1]: Leaving directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
#
#
# Determining if files linux/rfkill.h exist passed with the following output:
# Change Dir: /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_da3b9/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_da3b9.dir/build.make CMakeFiles/cmTC_da3b9.dir/build
# make[1]: Entering directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_da3b9.dir/CheckIncludeFiles.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -o CMakeFiles/cmTC_da3b9.dir/CheckIncludeFiles.c.o -c /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_da3b9
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_da3b9.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc CMakeFiles/cmTC_da3b9.dir/CheckIncludeFiles.c.o -o cmTC_da3b9 -rdynamic
# make[1]: Leaving directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
#
#
# Determining if files linux/input.h exist passed with the following output:
# Change Dir: /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_e5492/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_e5492.dir/build.make CMakeFiles/cmTC_e5492.dir/build
# make[1]: Entering directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_e5492.dir/CheckIncludeFiles.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -o CMakeFiles/cmTC_e5492.dir/CheckIncludeFiles.c.o -c /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_e5492
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e5492.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc CMakeFiles/cmTC_e5492.dir/CheckIncludeFiles.c.o -o cmTC_e5492 -rdynamic
# make[1]: Leaving directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
#
#
# Determining if files sys/inotify.h exist passed with the following output:
# Change Dir: /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_2819a/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_2819a.dir/build.make CMakeFiles/cmTC_2819a.dir/build
# make[1]: Entering directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_2819a.dir/CheckIncludeFiles.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -o CMakeFiles/cmTC_2819a.dir/CheckIncludeFiles.c.o -c /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_2819a
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2819a.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc CMakeFiles/cmTC_2819a.dir/CheckIncludeFiles.c.o -o cmTC_2819a -rdynamic
# make[1]: Leaving directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
#
#
# Determining if files syslog.h exist passed with the following output:
# Change Dir: /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_eff8b/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_eff8b.dir/build.make CMakeFiles/cmTC_eff8b.dir/build
# make[1]: Entering directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_eff8b.dir/CheckIncludeFiles.c.o
# /sysroot/bin/arm-linux-androideabi-gcc -o CMakeFiles/cmTC_eff8b.dir/CheckIncludeFiles.c.o -c /tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_eff8b
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_eff8b.dir/link.txt --verbose=1
# /sysroot/bin/arm-linux-androideabi-gcc CMakeFiles/cmTC_eff8b.dir/CheckIncludeFiles.c.o -o cmTC_eff8b -rdynamic
# make[1]: Leaving directory '/tmp/badvpn/src/badvpn-1.999.130/CMakeFiles/CMakeTmp'
#
#