Build of cmocka with clang_glibc toolchain

The build took 00h 02m 54s and was NOT successful.

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

SLOCLanguage
5,058 ansic
74 python
57 tcl
5,189 total

The process tree of the build process is here.

Log

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

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

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

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

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: cmocka 1.0.1-1 (Thu Apr 13 11:31:14 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# -- The C compiler identification is Clang 3.8.0
# -- Check for working C compiler: /usr/bin/clang
# -- Check for working C compiler: /usr/bin/clang -- works
# -- Detecting C compiler ABI info
# -- Detecting C compiler ABI info - done
# -- Detecting C compile features
# -- Detecting C compile features - done
# -- Performing Test WITH_FPIC
# -- Performing Test WITH_FPIC - Success
# -- Performing Test WITH_STACK_PROTECTOR
# -- Performing Test WITH_STACK_PROTECTOR - Success
# -- Looking for assert.h
# -- Looking for assert.h - found
# -- Looking for inttypes.h
# -- Looking for inttypes.h - found
# -- Looking for io.h
# -- Looking for io.h - not found
# -- Looking for malloc.h
# -- Looking for malloc.h - found
# -- Looking for memory.h
# -- Looking for memory.h - found
# -- Looking for setjmp.h
# -- Looking for setjmp.h - found
# -- Looking for signal.h
# -- Looking for signal.h - found
# -- Looking for stdarg.h
# -- Looking for stdarg.h - found
# -- Looking for stddef.h
# -- Looking for stddef.h - found
# -- Looking for stdint.h
# -- Looking for stdint.h - found
# -- Looking for stdio.h
# -- Looking for stdio.h - found
# -- Looking for stdlib.h
# -- Looking for stdlib.h - found
# -- Looking for string.h
# -- Looking for string.h - found
# -- Looking for strings.h
# -- Looking for strings.h - found
# -- Looking for sys/stat.h
# -- Looking for sys/stat.h - found
# -- Looking for sys/types.h
# -- Looking for sys/types.h - found
# -- Looking for time.h
# -- Looking for time.h - found
# -- Looking for unistd.h
# -- Looking for unistd.h - found
# -- Performing Test HAVE_STRUCT_TIMESPEC
# -- Performing Test HAVE_STRUCT_TIMESPEC - Success
# -- Looking for calloc
# -- Looking for calloc - found
# -- Looking for exit
# -- Looking for exit - found
# -- Looking for fprintf
# -- Looking for fprintf - found
# -- Looking for free
# -- Looking for free - found
# -- Looking for longjmp
# -- Looking for longjmp - found
# -- Looking for malloc
# -- Looking for malloc - found
# -- Looking for memcpy
# -- Looking for memcpy - found
# -- Looking for memset
# -- Looking for memset - found
# -- Looking for printf
# -- Looking for printf - found
# -- Looking for setjmp
# -- Looking for setjmp - found
# -- Looking for signal
# -- Looking for signal - found
# -- Looking for strsignal
# -- Looking for strsignal - found
# -- Looking for sprintf
# -- Looking for sprintf - found
# -- Looking for strcmp
# -- Looking for strcmp - found
# -- Looking for vsnprintf
# -- Looking for vsnprintf - found
# -- Looking for clock_gettime
# -- Looking for clock_gettime - found
# -- Performing Test HAVE_GCC_THREAD_LOCAL_STORAGE
# -- Performing Test HAVE_GCC_THREAD_LOCAL_STORAGE - Success
# -- CMAKE_REQUIRED_INCLUDES= CMAKE_REQUIRED_LIBRARIES=/usr/lib64/librt.so
# -- Performing Test HAVE_CLOCK_GETTIME_REALTIME
# -- Performing Test HAVE_CLOCK_GETTIME_REALTIME - Success
# -- Check if the system is big endian
# -- Searching 16 bit integer
# -- Check size of unsigned short
# -- Check size of unsigned short - done
# -- Using unsigned short
# -- Check if the system is big endian - little endian
# -- Found Doxygen: /usr/bin/doxygen (found version "1.8.11")
# -- Found DOXYFILE_IN: /tmp/cmocka/src/cmocka-1.0.1/doc/Doxyfile.in
# -- Configuring done
# -- Generating done
# -- Build files have been written to: /tmp/cmocka/src/build
# Scanning dependencies of target cmocka_shared
# [ 1%] Building C object src/CMakeFiles/cmocka_shared.dir/cmocka.c.o
# /tmp/cmocka/src/cmocka-1.0.1/src/cmocka.c:963:21: error: format specifies type 'void *' but the argument has type 'const char *' [-Werror,-Wformat-pedantic]
# a, b);
# ^
# /tmp/cmocka/src/cmocka-1.0.1/src/cmocka.c:963:24: error: format specifies type 'void *' but the argument has type 'const char *' [-Werror,-Wformat-pedantic]
# a, b);
# ^
# /tmp/cmocka/src/cmocka-1.0.1/src/cmocka.c:988:21: error: format specifies type 'void *' but the argument has type 'const char *' [-Werror,-Wformat-pedantic]
# a, b);
# ^
# /tmp/cmocka/src/cmocka-1.0.1/src/cmocka.c:988:24: error: format specifies type 'void *' but the argument has type 'const char *' [-Werror,-Wformat-pedantic]
# a, b);
# ^
# /tmp/cmocka/src/cmocka-1.0.1/src/cmocka.c:1649:36: error: format specifies type 'void *' but the argument has type 'char *' [-Werror,-Wformat-pedantic]
# &guard[j]);
# ^~~~~~~~~
# 5 errors generated.
# make[2]: *** [src/CMakeFiles/cmocka_shared.dir/build.make:63: src/CMakeFiles/cmocka_shared.dir/cmocka.c.o] Error 1
# make[1]: *** [CMakeFiles/Makefile2:1085: src/CMakeFiles/cmocka_shared.dir/all] Error 2
# make: *** [Makefile:161: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing Cmake errors

CMD: Cmake errors '/tmp/cmocka/src/build/CMakeFiles/CMakeError.log'
# Determining if the include file io.h exists failed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_72546/fast"
# /usr/bin/make -f CMakeFiles/cmTC_72546.dir/build.make CMakeFiles/cmTC_72546.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_72546.dir/CheckIncludeFile.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o CMakeFiles/cmTC_72546.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'io.h' file not found
# #include
# ^
# 1 error generated.
# make[1]: *** [CMakeFiles/cmTC_72546.dir/build.make:66: CMakeFiles/cmTC_72546.dir/CheckIncludeFile.c.o] Error 1
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# make: *** [Makefile:126: cmTC_72546/fast] Error 2
#
#
# Determining if the system is big endian passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_a20cc/fast"
# /usr/bin/make -f CMakeFiles/cmTC_a20cc.dir/build.make CMakeFiles/cmTC_a20cc.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_a20cc.dir/TestEndianess.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o CMakeFiles/cmTC_a20cc.dir/TestEndianess.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/TestEndianess.c
# Linking C executable cmTC_a20cc
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a20cc.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE CMakeFiles/cmTC_a20cc.dir/TestEndianess.c.o -o cmTC_a20cc -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/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;
# }
#
#

Printing Cmake output

CMD: Cmake output '/tmp/cmocka/src/build/CMakeFiles/CMakeOutput.log'
# The system is: Linux - 4.10.6-1-ARCH - x86_64
# Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
# Compiler: /usr/bin/clang
# Build flags:
# Id flags:
#
# The output was:
# 0
#
#
# Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
#
# The C compiler identification is Clang, found in "/tmp/cmocka/src/build/CMakeFiles/3.5.2/CompilerIdC/a.out"
#
# Determining if the C compiler works passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_a8072/fast"
# /usr/bin/make -f CMakeFiles/cmTC_a8072.dir/build.make CMakeFiles/cmTC_a8072.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_a8072.dir/testCCompiler.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_a8072.dir/testCCompiler.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/testCCompiler.c
# Linking C executable cmTC_a8072
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a8072.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_a8072.dir/testCCompiler.c.o -o cmTC_a8072 -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Detecting C compiler ABI info compiled with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_a5b23/fast"
# /usr/bin/make -f CMakeFiles/cmTC_a5b23.dir/build.make CMakeFiles/cmTC_a5b23.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_a5b23.dir/CMakeCCompilerABI.c.o
# /usr/bin/clang -o CMakeFiles/cmTC_a5b23.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c
# Linking C executable cmTC_a5b23
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a5b23.dir/link.txt --verbose=1
# /usr/bin/clang -v CMakeFiles/cmTC_a5b23.dir/CMakeCCompilerABI.c.o -o cmTC_a5b23 -rdynamic
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# "/usr/bin/ld" -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_a5b23 /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib CMakeFiles/cmTC_a5b23.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Parsed C implicit link information from above output:
# link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
# ignore line: [Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp]
# ignore line: []
# ignore line: [Run Build Command:"/usr/bin/make" "cmTC_a5b23/fast"]
# ignore line: [/usr/bin/make -f CMakeFiles/cmTC_a5b23.dir/build.make CMakeFiles/cmTC_a5b23.dir/build]
# ignore line: [make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp']
# ignore line: [Building C object CMakeFiles/cmTC_a5b23.dir/CMakeCCompilerABI.c.o]
# ignore line: [/usr/bin/clang -o CMakeFiles/cmTC_a5b23.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c]
# ignore line: [Linking C executable cmTC_a5b23]
# ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a5b23.dir/link.txt --verbose=1]
# ignore line: [/usr/bin/clang -v CMakeFiles/cmTC_a5b23.dir/CMakeCCompilerABI.c.o -o cmTC_a5b23 -rdynamic ]
# ignore line: [clang version 3.8.0 (tags/RELEASE_380/final)]
# ignore line: [Target: x86_64-unknown-linux-gnu]
# ignore line: [Thread model: posix]
# ignore line: [InstalledDir: /usr/bin]
# ignore line: [Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# ignore line: [Candidate multilib: .]
# ignore line: [@m64]
# ignore line: [Selected multilib: .]
# ignore line: [@m64]
# link line: [ "/usr/bin/ld" -export-dynamic --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_a5b23 /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib CMakeFiles/cmTC_a5b23.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o]
# arg [/usr/bin/ld] ==> ignore
# arg [-export-dynamic] ==> ignore
# arg [--eh-frame-hdr] ==> ignore
# arg [-m] ==> ignore
# arg [elf_x86_64] ==> ignore
# arg [-dynamic-linker] ==> ignore
# arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
# arg [-o] ==> ignore
# arg [cmTC_a5b23] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o] ==> ignore
# arg [-L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1] ==> dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# arg [-L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64] ==> dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64]
# arg [-L/usr/bin/../lib64] ==> dir [/usr/bin/../lib64]
# arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
# arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
# arg [-L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../..] ==> dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../..]
# arg [-L/usr/bin/../lib] ==> dir [/usr/bin/../lib]
# arg [-L/lib] ==> dir [/lib]
# arg [-L/usr/lib] ==> dir [/usr/lib]
# arg [CMakeFiles/cmTC_a5b23.dir/CMakeCCompilerABI.c.o] ==> ignore
# arg [-lgcc] ==> lib [gcc]
# arg [--as-needed] ==> ignore
# arg [-lgcc_s] ==> lib [gcc_s]
# arg [--no-as-needed] ==> ignore
# arg [-lc] ==> lib [c]
# arg [-lgcc] ==> lib [gcc]
# arg [--as-needed] ==> ignore
# arg [-lgcc_s] ==> lib [gcc_s]
# arg [--no-as-needed] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o] ==> ignore
# arg [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o] ==> ignore
# remove lib [gcc]
# remove lib [gcc_s]
# remove lib [gcc]
# remove lib [gcc_s]
# collapse library dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1] ==> [/usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1]
# collapse library dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64] ==> [/usr/lib64]
# collapse library dir [/usr/bin/../lib64] ==> [/usr/lib64]
# collapse library dir [/lib/../lib64] ==> [/lib64]
# collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64]
# collapse library dir [/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../..] ==> [/usr/lib64]
# collapse library dir [/usr/bin/../lib] ==> [/usr/lib]
# collapse library dir [/lib] ==> [/lib]
# collapse library dir [/usr/lib] ==> [/usr/lib]
# implicit libs: [c]
# implicit dirs: [/usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1;/usr/lib64;/lib64;/usr/lib;/lib]
# implicit fwks: []
#
#
#
#
# Detecting C [-std=c11] compiler features compiled with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_4afb1/fast"
# /usr/bin/make -f CMakeFiles/cmTC_4afb1.dir/build.make CMakeFiles/cmTC_4afb1.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_4afb1.dir/feature_tests.c.o
# /usr/bin/clang -std=c11 -o CMakeFiles/cmTC_4afb1.dir/feature_tests.c.o -c /tmp/cmocka/src/build/CMakeFiles/feature_tests.c
# Linking C executable cmTC_4afb1
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4afb1.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_4afb1.dir/feature_tests.c.o -o cmTC_4afb1 -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/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/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_613fd/fast"
# /usr/bin/make -f CMakeFiles/cmTC_613fd.dir/build.make CMakeFiles/cmTC_613fd.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_613fd.dir/feature_tests.c.o
# /usr/bin/clang -std=c99 -o CMakeFiles/cmTC_613fd.dir/feature_tests.c.o -c /tmp/cmocka/src/build/CMakeFiles/feature_tests.c
# Linking C executable cmTC_613fd
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_613fd.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_613fd.dir/feature_tests.c.o -o cmTC_613fd -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/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/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_88962/fast"
# /usr/bin/make -f CMakeFiles/cmTC_88962.dir/build.make CMakeFiles/cmTC_88962.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_88962.dir/feature_tests.c.o
# /usr/bin/clang -std=c90 -o CMakeFiles/cmTC_88962.dir/feature_tests.c.o -c /tmp/cmocka/src/build/CMakeFiles/feature_tests.c
# Linking C executable cmTC_88962
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_88962.dir/link.txt --verbose=1
# /usr/bin/clang CMakeFiles/cmTC_88962.dir/feature_tests.c.o -o cmTC_88962 -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/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
# Performing C SOURCE FILE Test WITH_FPIC succeeded with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_2eb68/fast"
# /usr/bin/make -f CMakeFiles/cmTC_2eb68.dir/build.make CMakeFiles/cmTC_2eb68.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_2eb68.dir/src.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -DWITH_FPIC -fPIC -o CMakeFiles/cmTC_2eb68.dir/src.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/src.c
# Linking C executable cmTC_2eb68
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2eb68.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -DWITH_FPIC CMakeFiles/cmTC_2eb68.dir/src.c.o -o cmTC_2eb68 -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
# Source file was:
# int main(void) { return 0; }
# Performing C SOURCE FILE Test WITH_STACK_PROTECTOR succeeded with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_f0df8/fast"
# /usr/bin/make -f CMakeFiles/cmTC_f0df8.dir/build.make CMakeFiles/cmTC_f0df8.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_f0df8.dir/src.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -DWITH_STACK_PROTECTOR -fstack-protector -o CMakeFiles/cmTC_f0df8.dir/src.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/src.c
# /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/src.c:1:27: warning: unused parameter 'argv' [-Wunused-parameter]
# int main(int argc, char **argv) { char buffer[256]; return buffer[argc]=0;}
# ^
# 1 warning generated.
# Linking C executable cmTC_f0df8
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f0df8.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -DWITH_STACK_PROTECTOR CMakeFiles/cmTC_f0df8.dir/src.c.o -o cmTC_f0df8 -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
# Source file was:
# int main(int argc, char **argv) { char buffer[256]; return buffer[argc]=0;}
# Determining if the include file assert.h exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_08fa7/fast"
# /usr/bin/make -f CMakeFiles/cmTC_08fa7.dir/build.make CMakeFiles/cmTC_08fa7.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_08fa7.dir/CheckIncludeFile.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o CMakeFiles/cmTC_08fa7.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_08fa7
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_08fa7.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE CMakeFiles/cmTC_08fa7.dir/CheckIncludeFile.c.o -o cmTC_08fa7 -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file inttypes.h exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_fce97/fast"
# /usr/bin/make -f CMakeFiles/cmTC_fce97.dir/build.make CMakeFiles/cmTC_fce97.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_fce97.dir/CheckIncludeFile.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o CMakeFiles/cmTC_fce97.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_fce97
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fce97.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE CMakeFiles/cmTC_fce97.dir/CheckIncludeFile.c.o -o cmTC_fce97 -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file malloc.h exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_6374f/fast"
# /usr/bin/make -f CMakeFiles/cmTC_6374f.dir/build.make CMakeFiles/cmTC_6374f.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_6374f.dir/CheckIncludeFile.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o CMakeFiles/cmTC_6374f.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_6374f
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6374f.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE CMakeFiles/cmTC_6374f.dir/CheckIncludeFile.c.o -o cmTC_6374f -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file memory.h exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_dcd31/fast"
# /usr/bin/make -f CMakeFiles/cmTC_dcd31.dir/build.make CMakeFiles/cmTC_dcd31.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_dcd31.dir/CheckIncludeFile.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o CMakeFiles/cmTC_dcd31.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_dcd31
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dcd31.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE CMakeFiles/cmTC_dcd31.dir/CheckIncludeFile.c.o -o cmTC_dcd31 -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file setjmp.h exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_c923d/fast"
# /usr/bin/make -f CMakeFiles/cmTC_c923d.dir/build.make CMakeFiles/cmTC_c923d.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_c923d.dir/CheckIncludeFile.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o CMakeFiles/cmTC_c923d.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_c923d
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c923d.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE CMakeFiles/cmTC_c923d.dir/CheckIncludeFile.c.o -o cmTC_c923d -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file signal.h exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_854d1/fast"
# /usr/bin/make -f CMakeFiles/cmTC_854d1.dir/build.make CMakeFiles/cmTC_854d1.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_854d1.dir/CheckIncludeFile.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o CMakeFiles/cmTC_854d1.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_854d1
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_854d1.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE CMakeFiles/cmTC_854d1.dir/CheckIncludeFile.c.o -o cmTC_854d1 -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file stdarg.h exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_97a62/fast"
# /usr/bin/make -f CMakeFiles/cmTC_97a62.dir/build.make CMakeFiles/cmTC_97a62.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_97a62.dir/CheckIncludeFile.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o CMakeFiles/cmTC_97a62.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_97a62
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_97a62.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE CMakeFiles/cmTC_97a62.dir/CheckIncludeFile.c.o -o cmTC_97a62 -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file stddef.h exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_9618a/fast"
# /usr/bin/make -f CMakeFiles/cmTC_9618a.dir/build.make CMakeFiles/cmTC_9618a.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_9618a.dir/CheckIncludeFile.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o CMakeFiles/cmTC_9618a.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_9618a
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9618a.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE CMakeFiles/cmTC_9618a.dir/CheckIncludeFile.c.o -o cmTC_9618a -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file stdint.h exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_25bb9/fast"
# /usr/bin/make -f CMakeFiles/cmTC_25bb9.dir/build.make CMakeFiles/cmTC_25bb9.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_25bb9.dir/CheckIncludeFile.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o CMakeFiles/cmTC_25bb9.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_25bb9
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_25bb9.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE CMakeFiles/cmTC_25bb9.dir/CheckIncludeFile.c.o -o cmTC_25bb9 -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file stdio.h exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_4215e/fast"
# /usr/bin/make -f CMakeFiles/cmTC_4215e.dir/build.make CMakeFiles/cmTC_4215e.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_4215e.dir/CheckIncludeFile.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o CMakeFiles/cmTC_4215e.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_4215e
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4215e.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE CMakeFiles/cmTC_4215e.dir/CheckIncludeFile.c.o -o cmTC_4215e -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file stdlib.h exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_eab1e/fast"
# /usr/bin/make -f CMakeFiles/cmTC_eab1e.dir/build.make CMakeFiles/cmTC_eab1e.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_eab1e.dir/CheckIncludeFile.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o CMakeFiles/cmTC_eab1e.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_eab1e
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_eab1e.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE CMakeFiles/cmTC_eab1e.dir/CheckIncludeFile.c.o -o cmTC_eab1e -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file string.h exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_a0625/fast"
# /usr/bin/make -f CMakeFiles/cmTC_a0625.dir/build.make CMakeFiles/cmTC_a0625.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_a0625.dir/CheckIncludeFile.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o CMakeFiles/cmTC_a0625.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_a0625
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a0625.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE CMakeFiles/cmTC_a0625.dir/CheckIncludeFile.c.o -o cmTC_a0625 -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file strings.h exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_f01e3/fast"
# /usr/bin/make -f CMakeFiles/cmTC_f01e3.dir/build.make CMakeFiles/cmTC_f01e3.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_f01e3.dir/CheckIncludeFile.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o CMakeFiles/cmTC_f01e3.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_f01e3
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f01e3.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE CMakeFiles/cmTC_f01e3.dir/CheckIncludeFile.c.o -o cmTC_f01e3 -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file sys/stat.h exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_94384/fast"
# /usr/bin/make -f CMakeFiles/cmTC_94384.dir/build.make CMakeFiles/cmTC_94384.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_94384.dir/CheckIncludeFile.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o CMakeFiles/cmTC_94384.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_94384
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_94384.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE CMakeFiles/cmTC_94384.dir/CheckIncludeFile.c.o -o cmTC_94384 -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file sys/types.h exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_45bd5/fast"
# /usr/bin/make -f CMakeFiles/cmTC_45bd5.dir/build.make CMakeFiles/cmTC_45bd5.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_45bd5.dir/CheckIncludeFile.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o CMakeFiles/cmTC_45bd5.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_45bd5
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_45bd5.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE CMakeFiles/cmTC_45bd5.dir/CheckIncludeFile.c.o -o cmTC_45bd5 -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file time.h exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_4da69/fast"
# /usr/bin/make -f CMakeFiles/cmTC_4da69.dir/build.make CMakeFiles/cmTC_4da69.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_4da69.dir/CheckIncludeFile.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o CMakeFiles/cmTC_4da69.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_4da69
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4da69.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE CMakeFiles/cmTC_4da69.dir/CheckIncludeFile.c.o -o cmTC_4da69 -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the include file unistd.h exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_7ddaf/fast"
# /usr/bin/make -f CMakeFiles/cmTC_7ddaf.dir/build.make CMakeFiles/cmTC_7ddaf.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_7ddaf.dir/CheckIncludeFile.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o CMakeFiles/cmTC_7ddaf.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
# Linking C executable cmTC_7ddaf
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7ddaf.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE CMakeFiles/cmTC_7ddaf.dir/CheckIncludeFile.c.o -o cmTC_7ddaf -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Performing C SOURCE FILE Test HAVE_STRUCT_TIMESPEC succeeded with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_883d1/fast"
# /usr/bin/make -f CMakeFiles/cmTC_883d1.dir/build.make CMakeFiles/cmTC_883d1.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_883d1.dir/src.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DHAVE_STRUCT_TIMESPEC -o CMakeFiles/cmTC_883d1.dir/src.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/src.c
# Linking C executable cmTC_883d1
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_883d1.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DHAVE_STRUCT_TIMESPEC CMakeFiles/cmTC_883d1.dir/src.c.o -o cmTC_883d1 -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
# Source file was:
#
# #include
#
# int main()
# {
# (void)sizeof(((struct timespec *)0)->tv_sec);
# return 0;
# }
#
# Determining if the function calloc exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_0a38f/fast"
# /usr/bin/make -f CMakeFiles/cmTC_0a38f.dir/build.make CMakeFiles/cmTC_0a38f.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_0a38f.dir/CheckFunctionExists.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DCHECK_FUNCTION_EXISTS=calloc -o CMakeFiles/cmTC_0a38f.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# /usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: warning: incompatible redeclaration of library function 'calloc' [-Wincompatible-library-redeclaration]
# char CHECK_FUNCTION_EXISTS();
# ^
# :3:31: note: expanded from here
# #define CHECK_FUNCTION_EXISTS calloc
# ^
# /usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: note: 'calloc' is a builtin with type 'void *(unsigned long, unsigned long)'
# :3:31: note: expanded from here
# #define CHECK_FUNCTION_EXISTS calloc
# ^
# 1 warning generated.
# Linking C executable cmTC_0a38f
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0a38f.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DCHECK_FUNCTION_EXISTS=calloc CMakeFiles/cmTC_0a38f.dir/CheckFunctionExists.c.o -o cmTC_0a38f -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the function exit exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_5c1d0/fast"
# /usr/bin/make -f CMakeFiles/cmTC_5c1d0.dir/build.make CMakeFiles/cmTC_5c1d0.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_5c1d0.dir/CheckFunctionExists.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DCHECK_FUNCTION_EXISTS=exit -o CMakeFiles/cmTC_5c1d0.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# /usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: warning: incompatible redeclaration of library function 'exit' [-Wincompatible-library-redeclaration]
# char CHECK_FUNCTION_EXISTS();
# ^
# :3:31: note: expanded from here
# #define CHECK_FUNCTION_EXISTS exit
# ^
# /usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: note: 'exit' is a builtin with type 'void (int) __attribute__((noreturn))'
# :3:31: note: expanded from here
# #define CHECK_FUNCTION_EXISTS exit
# ^
# 1 warning generated.
# Linking C executable cmTC_5c1d0
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5c1d0.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DCHECK_FUNCTION_EXISTS=exit CMakeFiles/cmTC_5c1d0.dir/CheckFunctionExists.c.o -o cmTC_5c1d0 -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the function fprintf exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_49a10/fast"
# /usr/bin/make -f CMakeFiles/cmTC_49a10.dir/build.make CMakeFiles/cmTC_49a10.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_49a10.dir/CheckFunctionExists.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DCHECK_FUNCTION_EXISTS=fprintf -o CMakeFiles/cmTC_49a10.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# /usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: warning: declaration of built-in function 'fprintf' requires inclusion of the header [-Wbuiltin-requires-header]
# char CHECK_FUNCTION_EXISTS();
# ^
# :3:31: note: expanded from here
# #define CHECK_FUNCTION_EXISTS fprintf
# ^
# /usr/share/cmake-3.5/Modules/CheckFunctionExists.c:14:25: warning: format string missing [-Wformat]
# CHECK_FUNCTION_EXISTS();
# ~~~~~~~~~~~~~~~~~~~~~ ^
# 2 warnings generated.
# Linking C executable cmTC_49a10
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_49a10.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DCHECK_FUNCTION_EXISTS=fprintf CMakeFiles/cmTC_49a10.dir/CheckFunctionExists.c.o -o cmTC_49a10 -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the function free exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_8ea92/fast"
# /usr/bin/make -f CMakeFiles/cmTC_8ea92.dir/build.make CMakeFiles/cmTC_8ea92.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_8ea92.dir/CheckFunctionExists.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DCHECK_FUNCTION_EXISTS=free -o CMakeFiles/cmTC_8ea92.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_8ea92
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8ea92.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DCHECK_FUNCTION_EXISTS=free CMakeFiles/cmTC_8ea92.dir/CheckFunctionExists.c.o -o cmTC_8ea92 -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the function longjmp exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_09b39/fast"
# /usr/bin/make -f CMakeFiles/cmTC_09b39.dir/build.make CMakeFiles/cmTC_09b39.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_09b39.dir/CheckFunctionExists.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DCHECK_FUNCTION_EXISTS=longjmp -o CMakeFiles/cmTC_09b39.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# /usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: warning: declaration of built-in function 'longjmp' requires inclusion of the header [-Wbuiltin-requires-header]
# char CHECK_FUNCTION_EXISTS();
# ^
# :3:31: note: expanded from here
# #define CHECK_FUNCTION_EXISTS longjmp
# ^
# 1 warning generated.
# Linking C executable cmTC_09b39
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_09b39.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DCHECK_FUNCTION_EXISTS=longjmp CMakeFiles/cmTC_09b39.dir/CheckFunctionExists.c.o -o cmTC_09b39 -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the function malloc exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_05a31/fast"
# /usr/bin/make -f CMakeFiles/cmTC_05a31.dir/build.make CMakeFiles/cmTC_05a31.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_05a31.dir/CheckFunctionExists.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DCHECK_FUNCTION_EXISTS=malloc -o CMakeFiles/cmTC_05a31.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# /usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: warning: incompatible redeclaration of library function 'malloc' [-Wincompatible-library-redeclaration]
# char CHECK_FUNCTION_EXISTS();
# ^
# :3:31: note: expanded from here
# #define CHECK_FUNCTION_EXISTS malloc
# ^
# /usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: note: 'malloc' is a builtin with type 'void *(unsigned long)'
# :3:31: note: expanded from here
# #define CHECK_FUNCTION_EXISTS malloc
# ^
# 1 warning generated.
# Linking C executable cmTC_05a31
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_05a31.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DCHECK_FUNCTION_EXISTS=malloc CMakeFiles/cmTC_05a31.dir/CheckFunctionExists.c.o -o cmTC_05a31 -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the function memcpy exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_89495/fast"
# /usr/bin/make -f CMakeFiles/cmTC_89495.dir/build.make CMakeFiles/cmTC_89495.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_89495.dir/CheckFunctionExists.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DCHECK_FUNCTION_EXISTS=memcpy -o CMakeFiles/cmTC_89495.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# /usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: warning: incompatible redeclaration of library function 'memcpy' [-Wincompatible-library-redeclaration]
# char CHECK_FUNCTION_EXISTS();
# ^
# :3:31: note: expanded from here
# #define CHECK_FUNCTION_EXISTS memcpy
# ^
# /usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: note: 'memcpy' is a builtin with type 'void *(void *, const void *, unsigned long)'
# :3:31: note: expanded from here
# #define CHECK_FUNCTION_EXISTS memcpy
# ^
# 1 warning generated.
# Linking C executable cmTC_89495
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_89495.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DCHECK_FUNCTION_EXISTS=memcpy CMakeFiles/cmTC_89495.dir/CheckFunctionExists.c.o -o cmTC_89495 -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the function memset exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_3adb2/fast"
# /usr/bin/make -f CMakeFiles/cmTC_3adb2.dir/build.make CMakeFiles/cmTC_3adb2.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_3adb2.dir/CheckFunctionExists.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DCHECK_FUNCTION_EXISTS=memset -o CMakeFiles/cmTC_3adb2.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# /usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char CHECK_FUNCTION_EXISTS();
# ^
# :3:31: note: expanded from here
# #define CHECK_FUNCTION_EXISTS memset
# ^
# /usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# :3:31: note: expanded from here
# #define CHECK_FUNCTION_EXISTS memset
# ^
# 1 warning generated.
# Linking C executable cmTC_3adb2
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3adb2.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DCHECK_FUNCTION_EXISTS=memset CMakeFiles/cmTC_3adb2.dir/CheckFunctionExists.c.o -o cmTC_3adb2 -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the function printf exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_8e622/fast"
# /usr/bin/make -f CMakeFiles/cmTC_8e622.dir/build.make CMakeFiles/cmTC_8e622.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_8e622.dir/CheckFunctionExists.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DCHECK_FUNCTION_EXISTS=printf -o CMakeFiles/cmTC_8e622.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# /usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: warning: incompatible redeclaration of library function 'printf' [-Wincompatible-library-redeclaration]
# char CHECK_FUNCTION_EXISTS();
# ^
# :3:31: note: expanded from here
# #define CHECK_FUNCTION_EXISTS printf
# ^
# /usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: note: 'printf' is a builtin with type 'int (const char *, ...)'
# :3:31: note: expanded from here
# #define CHECK_FUNCTION_EXISTS printf
# ^
# 1 warning generated.
# Linking C executable cmTC_8e622
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8e622.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DCHECK_FUNCTION_EXISTS=printf CMakeFiles/cmTC_8e622.dir/CheckFunctionExists.c.o -o cmTC_8e622 -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the function setjmp exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_84c24/fast"
# /usr/bin/make -f CMakeFiles/cmTC_84c24.dir/build.make CMakeFiles/cmTC_84c24.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_84c24.dir/CheckFunctionExists.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DCHECK_FUNCTION_EXISTS=setjmp -o CMakeFiles/cmTC_84c24.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# /usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: warning: declaration of built-in function 'setjmp' requires inclusion of the header [-Wbuiltin-requires-header]
# char CHECK_FUNCTION_EXISTS();
# ^
# :3:31: note: expanded from here
# #define CHECK_FUNCTION_EXISTS setjmp
# ^
# 1 warning generated.
# Linking C executable cmTC_84c24
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_84c24.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DCHECK_FUNCTION_EXISTS=setjmp CMakeFiles/cmTC_84c24.dir/CheckFunctionExists.c.o -o cmTC_84c24 -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the function signal exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_d708c/fast"
# /usr/bin/make -f CMakeFiles/cmTC_d708c.dir/build.make CMakeFiles/cmTC_d708c.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_d708c.dir/CheckFunctionExists.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DCHECK_FUNCTION_EXISTS=signal -o CMakeFiles/cmTC_d708c.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_d708c
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d708c.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DCHECK_FUNCTION_EXISTS=signal CMakeFiles/cmTC_d708c.dir/CheckFunctionExists.c.o -o cmTC_d708c -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the function strsignal exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_0abe7/fast"
# /usr/bin/make -f CMakeFiles/cmTC_0abe7.dir/build.make CMakeFiles/cmTC_0abe7.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_0abe7.dir/CheckFunctionExists.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DCHECK_FUNCTION_EXISTS=strsignal -o CMakeFiles/cmTC_0abe7.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_0abe7
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0abe7.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DCHECK_FUNCTION_EXISTS=strsignal CMakeFiles/cmTC_0abe7.dir/CheckFunctionExists.c.o -o cmTC_0abe7 -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the function sprintf exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_82330/fast"
# /usr/bin/make -f CMakeFiles/cmTC_82330.dir/build.make CMakeFiles/cmTC_82330.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_82330.dir/CheckFunctionExists.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DCHECK_FUNCTION_EXISTS=sprintf -o CMakeFiles/cmTC_82330.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# /usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: warning: incompatible redeclaration of library function 'sprintf' [-Wincompatible-library-redeclaration]
# char CHECK_FUNCTION_EXISTS();
# ^
# :3:31: note: expanded from here
# #define CHECK_FUNCTION_EXISTS sprintf
# ^
# /usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: note: 'sprintf' is a builtin with type 'int (char *, const char *, ...)'
# :3:31: note: expanded from here
# #define CHECK_FUNCTION_EXISTS sprintf
# ^
# 1 warning generated.
# Linking C executable cmTC_82330
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_82330.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DCHECK_FUNCTION_EXISTS=sprintf CMakeFiles/cmTC_82330.dir/CheckFunctionExists.c.o -o cmTC_82330 -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the function strcmp exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_926b6/fast"
# /usr/bin/make -f CMakeFiles/cmTC_926b6.dir/build.make CMakeFiles/cmTC_926b6.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_926b6.dir/CheckFunctionExists.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DCHECK_FUNCTION_EXISTS=strcmp -o CMakeFiles/cmTC_926b6.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# /usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: warning: incompatible redeclaration of library function 'strcmp' [-Wincompatible-library-redeclaration]
# char CHECK_FUNCTION_EXISTS();
# ^
# :3:31: note: expanded from here
# #define CHECK_FUNCTION_EXISTS strcmp
# ^
# /usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: note: 'strcmp' is a builtin with type 'int (const char *, const char *)'
# :3:31: note: expanded from here
# #define CHECK_FUNCTION_EXISTS strcmp
# ^
# 1 warning generated.
# Linking C executable cmTC_926b6
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_926b6.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DCHECK_FUNCTION_EXISTS=strcmp CMakeFiles/cmTC_926b6.dir/CheckFunctionExists.c.o -o cmTC_926b6 -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the function vsnprintf exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_df021/fast"
# /usr/bin/make -f CMakeFiles/cmTC_df021.dir/build.make CMakeFiles/cmTC_df021.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_df021.dir/CheckFunctionExists.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DCHECK_FUNCTION_EXISTS=vsnprintf -o CMakeFiles/cmTC_df021.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# /usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
# char CHECK_FUNCTION_EXISTS();
# ^
# :3:31: note: expanded from here
# #define CHECK_FUNCTION_EXISTS vsnprintf
# ^
# /usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
# :3:31: note: expanded from here
# #define CHECK_FUNCTION_EXISTS vsnprintf
# ^
# 1 warning generated.
# Linking C executable cmTC_df021
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_df021.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DCHECK_FUNCTION_EXISTS=vsnprintf CMakeFiles/cmTC_df021.dir/CheckFunctionExists.c.o -o cmTC_df021 -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Determining if the function clock_gettime exists passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_805bb/fast"
# /usr/bin/make -f CMakeFiles/cmTC_805bb.dir/build.make CMakeFiles/cmTC_805bb.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_805bb.dir/CheckFunctionExists.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DCHECK_FUNCTION_EXISTS=clock_gettime -o CMakeFiles/cmTC_805bb.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
# Linking C executable cmTC_805bb
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_805bb.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DCHECK_FUNCTION_EXISTS=clock_gettime CMakeFiles/cmTC_805bb.dir/CheckFunctionExists.c.o -o cmTC_805bb -rdynamic
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#
# Performing C SOURCE FILE Test HAVE_GCC_THREAD_LOCAL_STORAGE succeeded with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_8fb4a/fast"
# /usr/bin/make -f CMakeFiles/cmTC_8fb4a.dir/build.make CMakeFiles/cmTC_8fb4a.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_8fb4a.dir/src.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DHAVE_GCC_THREAD_LOCAL_STORAGE -o CMakeFiles/cmTC_8fb4a.dir/src.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/src.c
# Linking C executable cmTC_8fb4a
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8fb4a.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DHAVE_GCC_THREAD_LOCAL_STORAGE CMakeFiles/cmTC_8fb4a.dir/src.c.o -o cmTC_8fb4a -rdynamic /usr/lib64/librt.so
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
# Source file was:
#
# __thread int tls;
#
# int main(void) {
# return 0;
# }
# Performing C SOURCE FILE Test HAVE_CLOCK_GETTIME_REALTIME succeeded with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_0f292/fast"
# /usr/bin/make -f CMakeFiles/cmTC_0f292.dir/build.make CMakeFiles/cmTC_0f292.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_0f292.dir/src.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DHAVE_CLOCK_GETTIME_REALTIME -o CMakeFiles/cmTC_0f292.dir/src.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/src.c
# Linking C executable cmTC_0f292
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0f292.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DHAVE_CLOCK_GETTIME_REALTIME CMakeFiles/cmTC_0f292.dir/src.c.o -o cmTC_0f292 -rdynamic /usr/lib64/librt.so
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
# Source file was:
#
# #include
#
# int main(void) {
# struct timespec ts;
#
# clock_gettime(CLOCK_REALTIME, &ts);
#
# return 0;
# }
# Determining size of unsigned short passed with the following output:
# Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
#
# Run Build Command:"/usr/bin/make" "cmTC_33775/fast"
# /usr/bin/make -f CMakeFiles/cmTC_33775.dir/build.make CMakeFiles/cmTC_33775.dir/build
# make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
# Building C object CMakeFiles/cmTC_33775.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o CMakeFiles/cmTC_33775.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -c /tmp/cmocka/src/build/CMakeFiles/CheckTypeSize/CMAKE_SIZEOF_UNSIGNED_SHORT.c
# Linking C executable cmTC_33775
# /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_33775.dir/link.txt --verbose=1
# /usr/bin/clang -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -D_LARGEFILE64_SOURCE CMakeFiles/cmTC_33775.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -o cmTC_33775 -rdynamic /usr/lib64/librt.so
# make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
#
#