Build of airspy with musl toolchain

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

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

SLOCLanguage
6,473 ansic
792 cpp
7,265 total

The process tree of the build process is here.

List of Errors

Log

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

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

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

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: airspy 1.0.7-1 (Tue Apr 4 23:25:04 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# -- The C compiler identification is Clang 3.8.1
# -- The CXX compiler identification is Clang 3.8.1
# -- Check for working C compiler: /sysroot/bin/clang
# -- Check for working C compiler: /sysroot/bin/clang -- works
# -- Detecting C compiler ABI info
# -- Detecting C compiler ABI info - done
# -- Detecting C compile features
# -- Detecting C compile features - done
# -- Check for working CXX compiler: /sysroot/bin/clang++
# -- Check for working CXX compiler: /sysroot/bin/clang++ -- works
# -- Detecting CXX compiler ABI info
# -- Detecting CXX compiler ABI info - done
# -- Detecting CXX compile features
# -- Detecting CXX compile features - done
# -- 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
# -- Found PkgConfig: /usr/sbin/pkg-config (found version "0.29.1")
# -- Checking for module 'libusb-1.0'
# -- Found libusb-1.0, version 1.0.20
# -- Found LIBUSB: /usr/lib64/libusb-1.0.so
# -- Looking for include file pthread.h
# -- Looking for include file pthread.h - found
# -- Looking for pthread_create in pthreads
# -- Looking for pthread_create in pthreads - not found
# -- Looking for pthread_create in pthread
# -- Looking for pthread_create in pthread - found
# -- Found Threads: TRUE
# -- Udev rules not being installed, install them with -DINSTALL_UDEV_RULES=ON
# -- Configuring done
# -- Generating done
# -- Build files have been written to: /tmp/airspy/src/host-1.0.7/build
# Scanning dependencies of target airspy
# Scanning dependencies of target airspy-static
# [ 4%] Building C object libairspy/src/CMakeFiles/airspy.dir/iqconverter_float.c.o
# [ 8%] Building C object libairspy/src/CMakeFiles/airspy.dir/airspy.c.o
# [ 12%] Building C object libairspy/src/CMakeFiles/airspy.dir/iqconverter_int16.c.o
# [ 16%] Building C object libairspy/src/CMakeFiles/airspy-static.dir/airspy.c.o
# /tmp/airspy/src/host-1.0.7/libairspy/src/airspy.c:100:19: warning: unused variable 'str_product_airspy' [-Wunused-const-variable]
# static const char str_product_airspy[STR_PRODUCT_AIRSPY_SIZE] =
# ^
# /tmp/airspy/src/host-1.0.7/libairspy/src/airspy.c:100:19: warning: unused variable 'str_product_airspy' [-Wunused-const-variable]
# static const char str_product_airspy[STR_PRODUCT_AIRSPY_SIZE] =
# ^
# [ 20%] Building C object libairspy/src/CMakeFiles/airspy-static.dir/iqconverter_float.c.o
# [ 25%] Building C object libairspy/src/CMakeFiles/airspy-static.dir/iqconverter_int16.c.o
# 1 warning generated.
# [ 29%] Linking C shared library libairspy.so
# /sysroot/bin/ld: error: cannot find -lusb-1.0
# 1 warning generated.
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# make[2]: *** [libairspy/src/CMakeFiles/airspy.dir/build.make:148: libairspy/src/libairspy.so.1.0.7] Error 1
# make[1]: *** [CMakeFiles/Makefile2:138: libairspy/src/CMakeFiles/airspy.dir/all] Error 2
# make[1]: *** Waiting for unfinished jobs....
# [ 33%] Linking C static library libairspy.a
# [ 33%] Built target airspy-static
# make: *** [Makefile:128: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing Cmake errors

CMD: Cmake errors '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeError.log'
# Determining if the system is big endian passed with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_ef54b/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_ef54b.dir/build.make CMakeFiles/cmTC_ef54b.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_ef54b.dir/TestEndianess.c.o
# /sysroot/bin/clang -std=gnu90 -o CMakeFiles/cmTC_ef54b.dir/TestEndianess.c.o -c /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp/TestEndianess.c
# Linking C executable cmTC_ef54b
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ef54b.dir/link.txt --verbose=1
# /sysroot/bin/clang -std=gnu90 CMakeFiles/cmTC_ef54b.dir/TestEndianess.c.o -o cmTC_ef54b -rdynamic
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/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 the function pthread_create exists in the pthreads failed with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_c2011/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_c2011.dir/build.make CMakeFiles/cmTC_c2011.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_c2011.dir/CheckFunctionExists.c.o
# /sysroot/bin/clang -std=gnu90 -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_c2011.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_c2011
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c2011.dir/link.txt --verbose=1
# /sysroot/bin/clang -std=gnu90 -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_c2011.dir/CheckFunctionExists.c.o -o cmTC_c2011 -rdynamic -lpthreads
# /sysroot/bin/ld: error: cannot find -lpthreads
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# make[1]: *** [CMakeFiles/cmTC_c2011.dir/build.make:98: cmTC_c2011] Error 1
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# make: *** [Makefile:126: cmTC_c2011/fast] Error 2
#
#

Printing Cmake output

CMD: Cmake output '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeOutput.log'
# The system is: Linux - 4.10.6-1-ARCH - x86_64
# Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
# Compiler: /sysroot/bin/clang
# Build flags:
# Id flags:
#
# The output was:
# 0
#
#
# Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
#
# The C compiler identification is Clang, found in "/tmp/airspy/src/host-1.0.7/build/CMakeFiles/3.5.2/CompilerIdC/a.out"
#
# Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
# Compiler: /sysroot/bin/clang++
# Build flags:
# Id flags:
#
# The output was:
# 0
#
#
# Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
#
# The CXX compiler identification is Clang, found in "/tmp/airspy/src/host-1.0.7/build/CMakeFiles/3.5.2/CompilerIdCXX/a.out"
#
# Determining if the C compiler works passed with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_cc8d6/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_cc8d6.dir/build.make CMakeFiles/cmTC_cc8d6.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_cc8d6.dir/testCCompiler.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_cc8d6.dir/testCCompiler.c.o -c /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp/testCCompiler.c
# Linking C executable cmTC_cc8d6
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cc8d6.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_cc8d6.dir/testCCompiler.c.o -o cmTC_cc8d6 -rdynamic
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
#
#
# Detecting C compiler ABI info compiled with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_a8338/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_a8338.dir/build.make CMakeFiles/cmTC_a8338.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_a8338.dir/CMakeCCompilerABI.c.o
# /sysroot/bin/clang -o CMakeFiles/cmTC_a8338.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c
# Linking C executable cmTC_a8338
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a8338.dir/link.txt --verbose=1
# /sysroot/bin/clang -v CMakeFiles/cmTC_a8338.dir/CMakeCCompilerABI.c.o -o cmTC_a8338 -rdynamic
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /sysroot/bin
# "/sysroot/bin/ld" --sysroot=/sysroot -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_a8338 /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L/sysroot/bin/../lib -L/sysroot/lib CMakeFiles/cmTC_a8338.dir/CMakeCCompilerABI.c.o /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
#
#
# Parsed C implicit link information from above output:
# link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
# ignore line: [Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp]
# ignore line: []
# ignore line: [Run Build Command:"/usr/sbin/make" "cmTC_a8338/fast"]
# ignore line: [/usr/sbin/make -f CMakeFiles/cmTC_a8338.dir/build.make CMakeFiles/cmTC_a8338.dir/build]
# ignore line: [make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp']
# ignore line: [Building C object CMakeFiles/cmTC_a8338.dir/CMakeCCompilerABI.c.o]
# ignore line: [/sysroot/bin/clang -o CMakeFiles/cmTC_a8338.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c]
# ignore line: [Linking C executable cmTC_a8338]
# ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a8338.dir/link.txt --verbose=1]
# ignore line: [/sysroot/bin/clang -v CMakeFiles/cmTC_a8338.dir/CMakeCCompilerABI.c.o -o cmTC_a8338 -rdynamic ]
# ignore line: [clang version 3.8.1 ]
# ignore line: [Target: x86_64-unknown-linux-gnu]
# ignore line: [Thread model: posix]
# ignore line: [InstalledDir: /sysroot/bin]
# link line: [ "/sysroot/bin/ld" --sysroot=/sysroot -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_a8338 /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L/sysroot/bin/../lib -L/sysroot/lib CMakeFiles/cmTC_a8338.dir/CMakeCCompilerABI.c.o /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o]
# arg [/sysroot/bin/ld] ==> ignore
# arg [--sysroot=/sysroot] ==> ignore
# arg [-export-dynamic] ==> ignore
# arg [--eh-frame-hdr] ==> ignore
# arg [-m] ==> ignore
# arg [elf_x86_64] ==> ignore
# arg [-dynamic-linker] ==> ignore
# arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
# arg [-o] ==> ignore
# arg [cmTC_a8338] ==> ignore
# arg [/sysroot/bin/../lib/crt1.o] ==> ignore
# arg [/sysroot/bin/../lib/crti.o] ==> ignore
# arg [/sysroot/bin/../lib/clang/3.8.1/crtbegin.o] ==> ignore
# arg [-L/sysroot/bin/../lib] ==> dir [/sysroot/bin/../lib]
# arg [-L/sysroot/lib] ==> dir [/sysroot/lib]
# arg [CMakeFiles/cmTC_a8338.dir/CMakeCCompilerABI.c.o] ==> ignore
# arg [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# arg [-lc] ==> lib [c]
# arg [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# arg [/sysroot/bin/../lib/clang/3.8.1/crtend.o] ==> ignore
# arg [/sysroot/bin/../lib/crtn.o] ==> ignore
# collapse lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> [/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# collapse lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> [/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# collapse library dir [/sysroot/bin/../lib] ==> [/sysroot/lib]
# collapse library dir [/sysroot/lib] ==> [/sysroot/lib]
# implicit libs: [/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a;c;/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# implicit dirs: [/sysroot/lib]
# implicit fwks: []
#
#
#
#
# Detecting C [-std=c11] compiler features compiled with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_cf508/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_cf508.dir/build.make CMakeFiles/cmTC_cf508.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_cf508.dir/feature_tests.c.o
# /sysroot/bin/clang -std=c11 -o CMakeFiles/cmTC_cf508.dir/feature_tests.c.o -c /tmp/airspy/src/host-1.0.7/build/CMakeFiles/feature_tests.c
# Linking C executable cmTC_cf508
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cf508.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_cf508.dir/feature_tests.c.o -o cmTC_cf508 -rdynamic
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/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/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_87db9/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_87db9.dir/build.make CMakeFiles/cmTC_87db9.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_87db9.dir/feature_tests.c.o
# /sysroot/bin/clang -std=c99 -o CMakeFiles/cmTC_87db9.dir/feature_tests.c.o -c /tmp/airspy/src/host-1.0.7/build/CMakeFiles/feature_tests.c
# Linking C executable cmTC_87db9
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_87db9.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_87db9.dir/feature_tests.c.o -o cmTC_87db9 -rdynamic
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/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/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_8188c/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_8188c.dir/build.make CMakeFiles/cmTC_8188c.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_8188c.dir/feature_tests.c.o
# /sysroot/bin/clang -std=c90 -o CMakeFiles/cmTC_8188c.dir/feature_tests.c.o -c /tmp/airspy/src/host-1.0.7/build/CMakeFiles/feature_tests.c
# Linking C executable cmTC_8188c
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8188c.dir/link.txt --verbose=1
# /sysroot/bin/clang CMakeFiles/cmTC_8188c.dir/feature_tests.c.o -o cmTC_8188c -rdynamic
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/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 CXX compiler works passed with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_48aaf/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_48aaf.dir/build.make CMakeFiles/cmTC_48aaf.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_48aaf.dir/testCXXCompiler.cxx.o
# /sysroot/bin/clang++ -o CMakeFiles/cmTC_48aaf.dir/testCXXCompiler.cxx.o -c /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
# Linking CXX executable cmTC_48aaf
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_48aaf.dir/link.txt --verbose=1
# /sysroot/bin/clang++ CMakeFiles/cmTC_48aaf.dir/testCXXCompiler.cxx.o -o cmTC_48aaf -rdynamic
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
#
#
# Detecting CXX compiler ABI info compiled with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_7254c/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_7254c.dir/build.make CMakeFiles/cmTC_7254c.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_7254c.dir/CMakeCXXCompilerABI.cpp.o
# /sysroot/bin/clang++ -o CMakeFiles/cmTC_7254c.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp
# Linking CXX executable cmTC_7254c
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7254c.dir/link.txt --verbose=1
# /sysroot/bin/clang++ -v CMakeFiles/cmTC_7254c.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_7254c -rdynamic
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /sysroot/bin
# "/sysroot/bin/ld" --sysroot=/sysroot -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_7254c /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L/sysroot/bin/../lib -L/sysroot/lib CMakeFiles/cmTC_7254c.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lc++abi -lunwind -lm /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
#
#
# Parsed CXX implicit link information from above output:
# link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
# ignore line: [Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp]
# ignore line: []
# ignore line: [Run Build Command:"/usr/sbin/make" "cmTC_7254c/fast"]
# ignore line: [/usr/sbin/make -f CMakeFiles/cmTC_7254c.dir/build.make CMakeFiles/cmTC_7254c.dir/build]
# ignore line: [make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp']
# ignore line: [Building CXX object CMakeFiles/cmTC_7254c.dir/CMakeCXXCompilerABI.cpp.o]
# ignore line: [/sysroot/bin/clang++ -o CMakeFiles/cmTC_7254c.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp]
# ignore line: [Linking CXX executable cmTC_7254c]
# ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7254c.dir/link.txt --verbose=1]
# ignore line: [/sysroot/bin/clang++ -v CMakeFiles/cmTC_7254c.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_7254c -rdynamic ]
# ignore line: [clang version 3.8.1 ]
# ignore line: [Target: x86_64-unknown-linux-gnu]
# ignore line: [Thread model: posix]
# ignore line: [InstalledDir: /sysroot/bin]
# link line: [ "/sysroot/bin/ld" --sysroot=/sysroot -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_7254c /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L/sysroot/bin/../lib -L/sysroot/lib CMakeFiles/cmTC_7254c.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lc++abi -lunwind -lm /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o]
# arg [/sysroot/bin/ld] ==> ignore
# arg [--sysroot=/sysroot] ==> ignore
# arg [-export-dynamic] ==> ignore
# arg [--eh-frame-hdr] ==> ignore
# arg [-m] ==> ignore
# arg [elf_x86_64] ==> ignore
# arg [-dynamic-linker] ==> ignore
# arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
# arg [-o] ==> ignore
# arg [cmTC_7254c] ==> ignore
# arg [/sysroot/bin/../lib/crt1.o] ==> ignore
# arg [/sysroot/bin/../lib/crti.o] ==> ignore
# arg [/sysroot/bin/../lib/clang/3.8.1/crtbegin.o] ==> ignore
# arg [-L/sysroot/bin/../lib] ==> dir [/sysroot/bin/../lib]
# arg [-L/sysroot/lib] ==> dir [/sysroot/lib]
# arg [CMakeFiles/cmTC_7254c.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
# arg [-lc++] ==> lib [c++]
# arg [-lc++abi] ==> lib [c++abi]
# arg [-lunwind] ==> lib [unwind]
# arg [-lm] ==> lib [m]
# arg [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# arg [-lc] ==> lib [c]
# arg [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# arg [/sysroot/bin/../lib/clang/3.8.1/crtend.o] ==> ignore
# arg [/sysroot/bin/../lib/crtn.o] ==> ignore
# collapse lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> [/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# collapse lib [/sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a] ==> [/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# collapse library dir [/sysroot/bin/../lib] ==> [/sysroot/lib]
# collapse library dir [/sysroot/lib] ==> [/sysroot/lib]
# implicit libs: [c++;c++abi;unwind;m;/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a;c;/sysroot/lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a]
# implicit dirs: [/sysroot/lib]
# implicit fwks: []
#
#
#
#
# Detecting CXX [-std=c++14] compiler features compiled with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_0692f/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_0692f.dir/build.make CMakeFiles/cmTC_0692f.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_0692f.dir/feature_tests.cxx.o
# /sysroot/bin/clang++ -std=c++14 -o CMakeFiles/cmTC_0692f.dir/feature_tests.cxx.o -c /tmp/airspy/src/host-1.0.7/build/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_0692f
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0692f.dir/link.txt --verbose=1
# /sysroot/bin/clang++ CMakeFiles/cmTC_0692f.dir/feature_tests.cxx.o -o cmTC_0692f -rdynamic
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
#
#
# Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
# Feature record: CXX_FEATURE:1cxx_alias_templates
# Feature record: CXX_FEATURE:1cxx_alignas
# Feature record: CXX_FEATURE:1cxx_alignof
# Feature record: CXX_FEATURE:1cxx_attributes
# Feature record: CXX_FEATURE:1cxx_attribute_deprecated
# Feature record: CXX_FEATURE:1cxx_auto_type
# Feature record: CXX_FEATURE:1cxx_binary_literals
# Feature record: CXX_FEATURE:1cxx_constexpr
# Feature record: CXX_FEATURE:1cxx_contextual_conversions
# Feature record: CXX_FEATURE:1cxx_decltype
# Feature record: CXX_FEATURE:1cxx_decltype_auto
# Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
# Feature record: CXX_FEATURE:1cxx_default_function_template_args
# Feature record: CXX_FEATURE:1cxx_defaulted_functions
# Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
# Feature record: CXX_FEATURE:1cxx_delegating_constructors
# Feature record: CXX_FEATURE:1cxx_deleted_functions
# Feature record: CXX_FEATURE:1cxx_digit_separators
# Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
# Feature record: CXX_FEATURE:1cxx_explicit_conversions
# Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
# Feature record: CXX_FEATURE:1cxx_extern_templates
# Feature record: CXX_FEATURE:1cxx_final
# Feature record: CXX_FEATURE:1cxx_func_identifier
# Feature record: CXX_FEATURE:1cxx_generalized_initializers
# Feature record: CXX_FEATURE:1cxx_generic_lambdas
# Feature record: CXX_FEATURE:1cxx_inheriting_constructors
# Feature record: CXX_FEATURE:1cxx_inline_namespaces
# Feature record: CXX_FEATURE:1cxx_lambdas
# Feature record: CXX_FEATURE:1cxx_lambda_init_captures
# Feature record: CXX_FEATURE:1cxx_local_type_template_args
# Feature record: CXX_FEATURE:1cxx_long_long_type
# Feature record: CXX_FEATURE:1cxx_noexcept
# Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
# Feature record: CXX_FEATURE:1cxx_nullptr
# Feature record: CXX_FEATURE:1cxx_override
# Feature record: CXX_FEATURE:1cxx_range_for
# Feature record: CXX_FEATURE:1cxx_raw_string_literals
# Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
# Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
# Feature record: CXX_FEATURE:1cxx_return_type_deduction
# Feature record: CXX_FEATURE:1cxx_right_angle_brackets
# Feature record: CXX_FEATURE:1cxx_rvalue_references
# Feature record: CXX_FEATURE:1cxx_sizeof_member
# Feature record: CXX_FEATURE:1cxx_static_assert
# Feature record: CXX_FEATURE:1cxx_strong_enums
# Feature record: CXX_FEATURE:1cxx_template_template_parameters
# Feature record: CXX_FEATURE:1cxx_thread_local
# Feature record: CXX_FEATURE:1cxx_trailing_return_types
# Feature record: CXX_FEATURE:1cxx_unicode_literals
# Feature record: CXX_FEATURE:1cxx_uniform_initialization
# Feature record: CXX_FEATURE:1cxx_unrestricted_unions
# Feature record: CXX_FEATURE:1cxx_user_literals
# Feature record: CXX_FEATURE:1cxx_variable_templates
# Feature record: CXX_FEATURE:1cxx_variadic_macros
# Feature record: CXX_FEATURE:1cxx_variadic_templates
#
#
# Detecting CXX [-std=c++11] compiler features compiled with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_d473c/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_d473c.dir/build.make CMakeFiles/cmTC_d473c.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_d473c.dir/feature_tests.cxx.o
# /sysroot/bin/clang++ -std=c++11 -o CMakeFiles/cmTC_d473c.dir/feature_tests.cxx.o -c /tmp/airspy/src/host-1.0.7/build/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_d473c
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d473c.dir/link.txt --verbose=1
# /sysroot/bin/clang++ CMakeFiles/cmTC_d473c.dir/feature_tests.cxx.o -o cmTC_d473c -rdynamic
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
#
#
# Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
# Feature record: CXX_FEATURE:1cxx_alias_templates
# Feature record: CXX_FEATURE:1cxx_alignas
# Feature record: CXX_FEATURE:1cxx_alignof
# Feature record: CXX_FEATURE:1cxx_attributes
# Feature record: CXX_FEATURE:0cxx_attribute_deprecated
# Feature record: CXX_FEATURE:1cxx_auto_type
# Feature record: CXX_FEATURE:0cxx_binary_literals
# Feature record: CXX_FEATURE:1cxx_constexpr
# Feature record: CXX_FEATURE:0cxx_contextual_conversions
# Feature record: CXX_FEATURE:1cxx_decltype
# Feature record: CXX_FEATURE:0cxx_decltype_auto
# Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
# Feature record: CXX_FEATURE:1cxx_default_function_template_args
# Feature record: CXX_FEATURE:1cxx_defaulted_functions
# Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
# Feature record: CXX_FEATURE:1cxx_delegating_constructors
# Feature record: CXX_FEATURE:1cxx_deleted_functions
# Feature record: CXX_FEATURE:0cxx_digit_separators
# Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
# Feature record: CXX_FEATURE:1cxx_explicit_conversions
# Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
# Feature record: CXX_FEATURE:1cxx_extern_templates
# Feature record: CXX_FEATURE:1cxx_final
# Feature record: CXX_FEATURE:1cxx_func_identifier
# Feature record: CXX_FEATURE:1cxx_generalized_initializers
# Feature record: CXX_FEATURE:0cxx_generic_lambdas
# Feature record: CXX_FEATURE:1cxx_inheriting_constructors
# Feature record: CXX_FEATURE:1cxx_inline_namespaces
# Feature record: CXX_FEATURE:1cxx_lambdas
# Feature record: CXX_FEATURE:0cxx_lambda_init_captures
# Feature record: CXX_FEATURE:1cxx_local_type_template_args
# Feature record: CXX_FEATURE:1cxx_long_long_type
# Feature record: CXX_FEATURE:1cxx_noexcept
# Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
# Feature record: CXX_FEATURE:1cxx_nullptr
# Feature record: CXX_FEATURE:1cxx_override
# Feature record: CXX_FEATURE:1cxx_range_for
# Feature record: CXX_FEATURE:1cxx_raw_string_literals
# Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
# Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
# Feature record: CXX_FEATURE:0cxx_return_type_deduction
# Feature record: CXX_FEATURE:1cxx_right_angle_brackets
# Feature record: CXX_FEATURE:1cxx_rvalue_references
# Feature record: CXX_FEATURE:1cxx_sizeof_member
# Feature record: CXX_FEATURE:1cxx_static_assert
# Feature record: CXX_FEATURE:1cxx_strong_enums
# Feature record: CXX_FEATURE:1cxx_template_template_parameters
# Feature record: CXX_FEATURE:1cxx_thread_local
# Feature record: CXX_FEATURE:1cxx_trailing_return_types
# Feature record: CXX_FEATURE:1cxx_unicode_literals
# Feature record: CXX_FEATURE:1cxx_uniform_initialization
# Feature record: CXX_FEATURE:1cxx_unrestricted_unions
# Feature record: CXX_FEATURE:1cxx_user_literals
# Feature record: CXX_FEATURE:0cxx_variable_templates
# Feature record: CXX_FEATURE:1cxx_variadic_macros
# Feature record: CXX_FEATURE:1cxx_variadic_templates
#
#
# Detecting CXX [-std=c++98] compiler features compiled with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_87e0b/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_87e0b.dir/build.make CMakeFiles/cmTC_87e0b.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building CXX object CMakeFiles/cmTC_87e0b.dir/feature_tests.cxx.o
# /sysroot/bin/clang++ -std=c++98 -o CMakeFiles/cmTC_87e0b.dir/feature_tests.cxx.o -c /tmp/airspy/src/host-1.0.7/build/CMakeFiles/feature_tests.cxx
# Linking CXX executable cmTC_87e0b
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_87e0b.dir/link.txt --verbose=1
# /sysroot/bin/clang++ CMakeFiles/cmTC_87e0b.dir/feature_tests.cxx.o -o cmTC_87e0b -rdynamic
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
#
#
# Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
# Feature record: CXX_FEATURE:0cxx_alias_templates
# Feature record: CXX_FEATURE:0cxx_alignas
# Feature record: CXX_FEATURE:0cxx_alignof
# Feature record: CXX_FEATURE:0cxx_attributes
# Feature record: CXX_FEATURE:0cxx_attribute_deprecated
# Feature record: CXX_FEATURE:0cxx_auto_type
# Feature record: CXX_FEATURE:0cxx_binary_literals
# Feature record: CXX_FEATURE:0cxx_constexpr
# Feature record: CXX_FEATURE:0cxx_contextual_conversions
# Feature record: CXX_FEATURE:0cxx_decltype
# Feature record: CXX_FEATURE:0cxx_decltype_auto
# Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
# Feature record: CXX_FEATURE:0cxx_default_function_template_args
# Feature record: CXX_FEATURE:0cxx_defaulted_functions
# Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
# Feature record: CXX_FEATURE:0cxx_delegating_constructors
# Feature record: CXX_FEATURE:0cxx_deleted_functions
# Feature record: CXX_FEATURE:0cxx_digit_separators
# Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
# Feature record: CXX_FEATURE:0cxx_explicit_conversions
# Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
# Feature record: CXX_FEATURE:0cxx_extern_templates
# Feature record: CXX_FEATURE:0cxx_final
# Feature record: CXX_FEATURE:0cxx_func_identifier
# Feature record: CXX_FEATURE:0cxx_generalized_initializers
# Feature record: CXX_FEATURE:0cxx_generic_lambdas
# Feature record: CXX_FEATURE:0cxx_inheriting_constructors
# Feature record: CXX_FEATURE:0cxx_inline_namespaces
# Feature record: CXX_FEATURE:0cxx_lambdas
# Feature record: CXX_FEATURE:0cxx_lambda_init_captures
# Feature record: CXX_FEATURE:0cxx_local_type_template_args
# Feature record: CXX_FEATURE:0cxx_long_long_type
# Feature record: CXX_FEATURE:0cxx_noexcept
# Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
# Feature record: CXX_FEATURE:0cxx_nullptr
# Feature record: CXX_FEATURE:0cxx_override
# Feature record: CXX_FEATURE:0cxx_range_for
# Feature record: CXX_FEATURE:0cxx_raw_string_literals
# Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
# Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
# Feature record: CXX_FEATURE:0cxx_return_type_deduction
# Feature record: CXX_FEATURE:0cxx_right_angle_brackets
# Feature record: CXX_FEATURE:0cxx_rvalue_references
# Feature record: CXX_FEATURE:0cxx_sizeof_member
# Feature record: CXX_FEATURE:0cxx_static_assert
# Feature record: CXX_FEATURE:0cxx_strong_enums
# Feature record: CXX_FEATURE:1cxx_template_template_parameters
# Feature record: CXX_FEATURE:0cxx_thread_local
# Feature record: CXX_FEATURE:0cxx_trailing_return_types
# Feature record: CXX_FEATURE:0cxx_unicode_literals
# Feature record: CXX_FEATURE:0cxx_uniform_initialization
# Feature record: CXX_FEATURE:0cxx_unrestricted_unions
# Feature record: CXX_FEATURE:0cxx_user_literals
# Feature record: CXX_FEATURE:0cxx_variable_templates
# Feature record: CXX_FEATURE:0cxx_variadic_macros
# Feature record: CXX_FEATURE:0cxx_variadic_templates
# Determining if the include file sys/types.h exists passed with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_2df58/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_2df58.dir/build.make CMakeFiles/cmTC_2df58.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_2df58.dir/CheckIncludeFile.c.o
# /sysroot/bin/clang -std=gnu90 -o CMakeFiles/cmTC_2df58.dir/CheckIncludeFile.c.o -c /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_2df58
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2df58.dir/link.txt --verbose=1
# /sysroot/bin/clang -std=gnu90 CMakeFiles/cmTC_2df58.dir/CheckIncludeFile.c.o -o cmTC_2df58 -rdynamic
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file stdint.h exists passed with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_4ef99/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_4ef99.dir/build.make CMakeFiles/cmTC_4ef99.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_4ef99.dir/CheckIncludeFile.c.o
# /sysroot/bin/clang -std=gnu90 -o CMakeFiles/cmTC_4ef99.dir/CheckIncludeFile.c.o -c /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_4ef99
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4ef99.dir/link.txt --verbose=1
# /sysroot/bin/clang -std=gnu90 CMakeFiles/cmTC_4ef99.dir/CheckIncludeFile.c.o -o cmTC_4ef99 -rdynamic
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file stddef.h exists passed with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_24a2a/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_24a2a.dir/build.make CMakeFiles/cmTC_24a2a.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_24a2a.dir/CheckIncludeFile.c.o
# /sysroot/bin/clang -std=gnu90 -o CMakeFiles/cmTC_24a2a.dir/CheckIncludeFile.c.o -c /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_24a2a
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_24a2a.dir/link.txt --verbose=1
# /sysroot/bin/clang -std=gnu90 CMakeFiles/cmTC_24a2a.dir/CheckIncludeFile.c.o -o cmTC_24a2a -rdynamic
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
#
#
# Determining size of unsigned short passed with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_adf1a/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_adf1a.dir/build.make CMakeFiles/cmTC_adf1a.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_adf1a.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o
# /sysroot/bin/clang -std=gnu90 -o CMakeFiles/cmTC_adf1a.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -c /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CheckTypeSize/CMAKE_SIZEOF_UNSIGNED_SHORT.c
# Linking C executable cmTC_adf1a
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_adf1a.dir/link.txt --verbose=1
# /sysroot/bin/clang -std=gnu90 CMakeFiles/cmTC_adf1a.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -o cmTC_adf1a -rdynamic
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
#
#
# Determining if files pthread.h exist passed with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_fa600/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_fa600.dir/build.make CMakeFiles/cmTC_fa600.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_fa600.dir/CheckIncludeFiles.c.o
# /sysroot/bin/clang -std=gnu90 -o CMakeFiles/cmTC_fa600.dir/CheckIncludeFiles.c.o -c /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
# Linking C executable cmTC_fa600
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fa600.dir/link.txt --verbose=1
# /sysroot/bin/clang -std=gnu90 CMakeFiles/cmTC_fa600.dir/CheckIncludeFiles.c.o -o cmTC_fa600 -rdynamic
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the function pthread_create exists in the pthread passed with the following output:
# Change Dir: /tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/sbin/make" "cmTC_9d647/fast"
# /usr/sbin/make -f CMakeFiles/cmTC_9d647.dir/build.make CMakeFiles/cmTC_9d647.dir/build
# make[1]: Entering directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_9d647.dir/CheckFunctionExists.c.o
# /sysroot/bin/clang -std=gnu90 -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_9d647.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_9d647
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9d647.dir/link.txt --verbose=1
# /sysroot/bin/clang -std=gnu90 -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_9d647.dir/CheckFunctionExists.c.o -o cmTC_9d647 -rdynamic -lpthread
# make[1]: Leaving directory '/tmp/airspy/src/host-1.0.7/build/CMakeFiles/CMakeTmp'
#
#