The build took 00h 01m 20s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
5,058 |
ansic |
74 |
python |
57 |
tcl |
5,189 |
total |
The process tree of the build process is here.
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:
There were existing files in /sysroot, using those
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: cmocka 1.0.1-1 (Tue Apr 4 23:00:25 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
-- The C 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
-- 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=/sysroot/lib/librt.a
-- 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/sbin/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_static
Scanning dependencies of target cmocka_shared
[ 1%] Building C object src/CMakeFiles/cmocka_shared.dir/cmocka.c.o
[ 3%] Building C object src/CMakeFiles/cmocka_static.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]);
^~~~~~~~~
/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_static.dir/build.make:63: src/CMakeFiles/cmocka_static.dir/cmocka.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1122: src/CMakeFiles/cmocka_static.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
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/sbin/make" "cmTC_97625/fast"
/usr/sbin/make -f CMakeFiles/cmTC_97625.dir/build.make CMakeFiles/cmTC_97625.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_97625.dir/CheckIncludeFile.c.o
/sysroot/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_97625.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_97625.dir/build.make:66: CMakeFiles/cmTC_97625.dir/CheckIncludeFile.c.o] Error 1
make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:126: cmTC_97625/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/sbin/make" "cmTC_3cc14/fast"
/usr/sbin/make -f CMakeFiles/cmTC_3cc14.dir/build.make CMakeFiles/cmTC_3cc14.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_3cc14.dir/TestEndianess.c.o
/sysroot/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_3cc14.dir/TestEndianess.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/TestEndianess.c
Linking C executable cmTC_3cc14
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3cc14.dir/link.txt --verbose=1
/sysroot/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_3cc14.dir/TestEndianess.c.o -o cmTC_3cc14 -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: /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/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/sbin/make" "cmTC_1f78a/fast"
/usr/sbin/make -f CMakeFiles/cmTC_1f78a.dir/build.make CMakeFiles/cmTC_1f78a.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1f78a.dir/testCCompiler.c.o
/sysroot/bin/clang -o CMakeFiles/cmTC_1f78a.dir/testCCompiler.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_1f78a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1f78a.dir/link.txt --verbose=1
/sysroot/bin/clang CMakeFiles/cmTC_1f78a.dir/testCCompiler.c.o -o cmTC_1f78a -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/sbin/make" "cmTC_e748c/fast"
/usr/sbin/make -f CMakeFiles/cmTC_e748c.dir/build.make CMakeFiles/cmTC_e748c.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e748c.dir/CMakeCCompilerABI.c.o
/sysroot/bin/clang -o CMakeFiles/cmTC_e748c.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c
Linking C executable cmTC_e748c
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e748c.dir/link.txt --verbose=1
/sysroot/bin/clang -v CMakeFiles/cmTC_e748c.dir/CMakeCCompilerABI.c.o -o cmTC_e748c -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_e748c /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_e748c.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/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/sbin/make" "cmTC_e748c/fast"]
ignore line: [/usr/sbin/make -f CMakeFiles/cmTC_e748c.dir/build.make CMakeFiles/cmTC_e748c.dir/build]
ignore line: [make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp']
ignore line: [Building C object CMakeFiles/cmTC_e748c.dir/CMakeCCompilerABI.c.o]
ignore line: [/sysroot/bin/clang -o CMakeFiles/cmTC_e748c.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c]
ignore line: [Linking C executable cmTC_e748c]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e748c.dir/link.txt --verbose=1]
ignore line: [/sysroot/bin/clang -v CMakeFiles/cmTC_e748c.dir/CMakeCCompilerABI.c.o -o cmTC_e748c -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_e748c /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_e748c.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_e748c] ==> 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_e748c.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/cmocka/src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/sbin/make" "cmTC_57002/fast"
/usr/sbin/make -f CMakeFiles/cmTC_57002.dir/build.make CMakeFiles/cmTC_57002.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_57002.dir/feature_tests.c.o
/sysroot/bin/clang -std=c11 -o CMakeFiles/cmTC_57002.dir/feature_tests.c.o -c /tmp/cmocka/src/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_57002
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_57002.dir/link.txt --verbose=1
/sysroot/bin/clang CMakeFiles/cmTC_57002.dir/feature_tests.c.o -o cmTC_57002 -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/sbin/make" "cmTC_6f5e2/fast"
/usr/sbin/make -f CMakeFiles/cmTC_6f5e2.dir/build.make CMakeFiles/cmTC_6f5e2.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_6f5e2.dir/feature_tests.c.o
/sysroot/bin/clang -std=c99 -o CMakeFiles/cmTC_6f5e2.dir/feature_tests.c.o -c /tmp/cmocka/src/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_6f5e2
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6f5e2.dir/link.txt --verbose=1
/sysroot/bin/clang CMakeFiles/cmTC_6f5e2.dir/feature_tests.c.o -o cmTC_6f5e2 -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/sbin/make" "cmTC_a4e44/fast"
/usr/sbin/make -f CMakeFiles/cmTC_a4e44.dir/build.make CMakeFiles/cmTC_a4e44.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a4e44.dir/feature_tests.c.o
/sysroot/bin/clang -std=c90 -o CMakeFiles/cmTC_a4e44.dir/feature_tests.c.o -c /tmp/cmocka/src/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_a4e44
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a4e44.dir/link.txt --verbose=1
/sysroot/bin/clang CMakeFiles/cmTC_a4e44.dir/feature_tests.c.o -o cmTC_a4e44 -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/sbin/make" "cmTC_5edea/fast"
/usr/sbin/make -f CMakeFiles/cmTC_5edea.dir/build.make CMakeFiles/cmTC_5edea.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_5edea.dir/src.c.o
/sysroot/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_5edea.dir/src.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTC_5edea
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5edea.dir/link.txt --verbose=1
/sysroot/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_5edea.dir/src.c.o -o cmTC_5edea -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/sbin/make" "cmTC_ca613/fast"
/usr/sbin/make -f CMakeFiles/cmTC_ca613.dir/build.make CMakeFiles/cmTC_ca613.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_ca613.dir/src.c.o
/sysroot/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_ca613.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_ca613
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ca613.dir/link.txt --verbose=1
/sysroot/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_ca613.dir/src.c.o -o cmTC_ca613 -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/sbin/make" "cmTC_3556d/fast"
/usr/sbin/make -f CMakeFiles/cmTC_3556d.dir/build.make CMakeFiles/cmTC_3556d.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_3556d.dir/CheckIncludeFile.c.o
/sysroot/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_3556d.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_3556d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3556d.dir/link.txt --verbose=1
/sysroot/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_3556d.dir/CheckIncludeFile.c.o -o cmTC_3556d -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/sbin/make" "cmTC_ebb58/fast"
/usr/sbin/make -f CMakeFiles/cmTC_ebb58.dir/build.make CMakeFiles/cmTC_ebb58.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_ebb58.dir/CheckIncludeFile.c.o
/sysroot/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_ebb58.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_ebb58
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ebb58.dir/link.txt --verbose=1
/sysroot/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_ebb58.dir/CheckIncludeFile.c.o -o cmTC_ebb58 -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/sbin/make" "cmTC_cc5a8/fast"
/usr/sbin/make -f CMakeFiles/cmTC_cc5a8.dir/build.make CMakeFiles/cmTC_cc5a8.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_cc5a8.dir/CheckIncludeFile.c.o
/sysroot/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_cc5a8.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_cc5a8
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cc5a8.dir/link.txt --verbose=1
/sysroot/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_cc5a8.dir/CheckIncludeFile.c.o -o cmTC_cc5a8 -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/sbin/make" "cmTC_fefbe/fast"
/usr/sbin/make -f CMakeFiles/cmTC_fefbe.dir/build.make CMakeFiles/cmTC_fefbe.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_fefbe.dir/CheckIncludeFile.c.o
/sysroot/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_fefbe.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_fefbe
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fefbe.dir/link.txt --verbose=1
/sysroot/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_fefbe.dir/CheckIncludeFile.c.o -o cmTC_fefbe -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/sbin/make" "cmTC_b7b6d/fast"
/usr/sbin/make -f CMakeFiles/cmTC_b7b6d.dir/build.make CMakeFiles/cmTC_b7b6d.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b7b6d.dir/CheckIncludeFile.c.o
/sysroot/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_b7b6d.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_b7b6d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b7b6d.dir/link.txt --verbose=1
/sysroot/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_b7b6d.dir/CheckIncludeFile.c.o -o cmTC_b7b6d -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/sbin/make" "cmTC_2176f/fast"
/usr/sbin/make -f CMakeFiles/cmTC_2176f.dir/build.make CMakeFiles/cmTC_2176f.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2176f.dir/CheckIncludeFile.c.o
/sysroot/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_2176f.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_2176f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2176f.dir/link.txt --verbose=1
/sysroot/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_2176f.dir/CheckIncludeFile.c.o -o cmTC_2176f -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/sbin/make" "cmTC_9a4ef/fast"
/usr/sbin/make -f CMakeFiles/cmTC_9a4ef.dir/build.make CMakeFiles/cmTC_9a4ef.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_9a4ef.dir/CheckIncludeFile.c.o
/sysroot/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_9a4ef.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_9a4ef
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9a4ef.dir/link.txt --verbose=1
/sysroot/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_9a4ef.dir/CheckIncludeFile.c.o -o cmTC_9a4ef -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/sbin/make" "cmTC_26da8/fast"
/usr/sbin/make -f CMakeFiles/cmTC_26da8.dir/build.make CMakeFiles/cmTC_26da8.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_26da8.dir/CheckIncludeFile.c.o
/sysroot/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_26da8.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_26da8
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_26da8.dir/link.txt --verbose=1
/sysroot/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_26da8.dir/CheckIncludeFile.c.o -o cmTC_26da8 -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/sbin/make" "cmTC_4b1e7/fast"
/usr/sbin/make -f CMakeFiles/cmTC_4b1e7.dir/build.make CMakeFiles/cmTC_4b1e7.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_4b1e7.dir/CheckIncludeFile.c.o
/sysroot/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_4b1e7.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_4b1e7
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4b1e7.dir/link.txt --verbose=1
/sysroot/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_4b1e7.dir/CheckIncludeFile.c.o -o cmTC_4b1e7 -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/sbin/make" "cmTC_46291/fast"
/usr/sbin/make -f CMakeFiles/cmTC_46291.dir/build.make CMakeFiles/cmTC_46291.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_46291.dir/CheckIncludeFile.c.o
/sysroot/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_46291.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_46291
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_46291.dir/link.txt --verbose=1
/sysroot/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_46291.dir/CheckIncludeFile.c.o -o cmTC_46291 -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/sbin/make" "cmTC_87a49/fast"
/usr/sbin/make -f CMakeFiles/cmTC_87a49.dir/build.make CMakeFiles/cmTC_87a49.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_87a49.dir/CheckIncludeFile.c.o
/sysroot/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_87a49.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_87a49
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_87a49.dir/link.txt --verbose=1
/sysroot/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_87a49.dir/CheckIncludeFile.c.o -o cmTC_87a49 -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/sbin/make" "cmTC_ad763/fast"
/usr/sbin/make -f CMakeFiles/cmTC_ad763.dir/build.make CMakeFiles/cmTC_ad763.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_ad763.dir/CheckIncludeFile.c.o
/sysroot/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_ad763.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_ad763
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ad763.dir/link.txt --verbose=1
/sysroot/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_ad763.dir/CheckIncludeFile.c.o -o cmTC_ad763 -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/sbin/make" "cmTC_66346/fast"
/usr/sbin/make -f CMakeFiles/cmTC_66346.dir/build.make CMakeFiles/cmTC_66346.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_66346.dir/CheckIncludeFile.c.o
/sysroot/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_66346.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_66346
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_66346.dir/link.txt --verbose=1
/sysroot/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_66346.dir/CheckIncludeFile.c.o -o cmTC_66346 -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/sbin/make" "cmTC_7ef59/fast"
/usr/sbin/make -f CMakeFiles/cmTC_7ef59.dir/build.make CMakeFiles/cmTC_7ef59.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_7ef59.dir/CheckIncludeFile.c.o
/sysroot/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_7ef59.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_7ef59
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7ef59.dir/link.txt --verbose=1
/sysroot/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_7ef59.dir/CheckIncludeFile.c.o -o cmTC_7ef59 -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/sbin/make" "cmTC_98767/fast"
/usr/sbin/make -f CMakeFiles/cmTC_98767.dir/build.make CMakeFiles/cmTC_98767.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_98767.dir/CheckIncludeFile.c.o
/sysroot/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_98767.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_98767
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_98767.dir/link.txt --verbose=1
/sysroot/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_98767.dir/CheckIncludeFile.c.o -o cmTC_98767 -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/sbin/make" "cmTC_22e1d/fast"
/usr/sbin/make -f CMakeFiles/cmTC_22e1d.dir/build.make CMakeFiles/cmTC_22e1d.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_22e1d.dir/CheckIncludeFile.c.o
/sysroot/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_22e1d.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_22e1d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_22e1d.dir/link.txt --verbose=1
/sysroot/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_22e1d.dir/CheckIncludeFile.c.o -o cmTC_22e1d -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/sbin/make" "cmTC_1cb81/fast"
/usr/sbin/make -f CMakeFiles/cmTC_1cb81.dir/build.make CMakeFiles/cmTC_1cb81.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1cb81.dir/CheckIncludeFile.c.o
/sysroot/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_1cb81.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_1cb81
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1cb81.dir/link.txt --verbose=1
/sysroot/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_1cb81.dir/CheckIncludeFile.c.o -o cmTC_1cb81 -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/sbin/make" "cmTC_97a4b/fast"
/usr/sbin/make -f CMakeFiles/cmTC_97a4b.dir/build.make CMakeFiles/cmTC_97a4b.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_97a4b.dir/src.c.o
/sysroot/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_97a4b.dir/src.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTC_97a4b
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_97a4b.dir/link.txt --verbose=1
/sysroot/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_97a4b.dir/src.c.o -o cmTC_97a4b -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/sbin/make" "cmTC_bc0ce/fast"
/usr/sbin/make -f CMakeFiles/cmTC_bc0ce.dir/build.make CMakeFiles/cmTC_bc0ce.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_bc0ce.dir/CheckFunctionExists.c.o
/sysroot/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_bc0ce.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_bc0ce
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bc0ce.dir/link.txt --verbose=1
/sysroot/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_bc0ce.dir/CheckFunctionExists.c.o -o cmTC_bc0ce -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/sbin/make" "cmTC_d6b11/fast"
/usr/sbin/make -f CMakeFiles/cmTC_d6b11.dir/build.make CMakeFiles/cmTC_d6b11.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d6b11.dir/CheckFunctionExists.c.o
/sysroot/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_d6b11.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_d6b11
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d6b11.dir/link.txt --verbose=1
/sysroot/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_d6b11.dir/CheckFunctionExists.c.o -o cmTC_d6b11 -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/sbin/make" "cmTC_edb75/fast"
/usr/sbin/make -f CMakeFiles/cmTC_edb75.dir/build.make CMakeFiles/cmTC_edb75.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_edb75.dir/CheckFunctionExists.c.o
/sysroot/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_edb75.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_edb75
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_edb75.dir/link.txt --verbose=1
/sysroot/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_edb75.dir/CheckFunctionExists.c.o -o cmTC_edb75 -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/sbin/make" "cmTC_1d36e/fast"
/usr/sbin/make -f CMakeFiles/cmTC_1d36e.dir/build.make CMakeFiles/cmTC_1d36e.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1d36e.dir/CheckFunctionExists.c.o
/sysroot/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_1d36e.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_1d36e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1d36e.dir/link.txt --verbose=1
/sysroot/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_1d36e.dir/CheckFunctionExists.c.o -o cmTC_1d36e -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/sbin/make" "cmTC_f4a59/fast"
/usr/sbin/make -f CMakeFiles/cmTC_f4a59.dir/build.make CMakeFiles/cmTC_f4a59.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f4a59.dir/CheckFunctionExists.c.o
/sysroot/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_f4a59.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_f4a59
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f4a59.dir/link.txt --verbose=1
/sysroot/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_f4a59.dir/CheckFunctionExists.c.o -o cmTC_f4a59 -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/sbin/make" "cmTC_02b6e/fast"
/usr/sbin/make -f CMakeFiles/cmTC_02b6e.dir/build.make CMakeFiles/cmTC_02b6e.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_02b6e.dir/CheckFunctionExists.c.o
/sysroot/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_02b6e.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_02b6e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_02b6e.dir/link.txt --verbose=1
/sysroot/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_02b6e.dir/CheckFunctionExists.c.o -o cmTC_02b6e -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/sbin/make" "cmTC_038a3/fast"
/usr/sbin/make -f CMakeFiles/cmTC_038a3.dir/build.make CMakeFiles/cmTC_038a3.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_038a3.dir/CheckFunctionExists.c.o
/sysroot/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_038a3.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_038a3
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_038a3.dir/link.txt --verbose=1
/sysroot/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_038a3.dir/CheckFunctionExists.c.o -o cmTC_038a3 -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/sbin/make" "cmTC_80e2f/fast"
/usr/sbin/make -f CMakeFiles/cmTC_80e2f.dir/build.make CMakeFiles/cmTC_80e2f.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_80e2f.dir/CheckFunctionExists.c.o
/sysroot/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_80e2f.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_80e2f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_80e2f.dir/link.txt --verbose=1
/sysroot/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_80e2f.dir/CheckFunctionExists.c.o -o cmTC_80e2f -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/sbin/make" "cmTC_5f455/fast"
/usr/sbin/make -f CMakeFiles/cmTC_5f455.dir/build.make CMakeFiles/cmTC_5f455.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_5f455.dir/CheckFunctionExists.c.o
/sysroot/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_5f455.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_5f455
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5f455.dir/link.txt --verbose=1
/sysroot/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_5f455.dir/CheckFunctionExists.c.o -o cmTC_5f455 -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/sbin/make" "cmTC_dff6c/fast"
/usr/sbin/make -f CMakeFiles/cmTC_dff6c.dir/build.make CMakeFiles/cmTC_dff6c.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_dff6c.dir/CheckFunctionExists.c.o
/sysroot/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_dff6c.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_dff6c
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dff6c.dir/link.txt --verbose=1
/sysroot/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_dff6c.dir/CheckFunctionExists.c.o -o cmTC_dff6c -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/sbin/make" "cmTC_bb6f2/fast"
/usr/sbin/make -f CMakeFiles/cmTC_bb6f2.dir/build.make CMakeFiles/cmTC_bb6f2.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_bb6f2.dir/CheckFunctionExists.c.o
/sysroot/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_bb6f2.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_bb6f2
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bb6f2.dir/link.txt --verbose=1
/sysroot/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_bb6f2.dir/CheckFunctionExists.c.o -o cmTC_bb6f2 -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/sbin/make" "cmTC_076bf/fast"
/usr/sbin/make -f CMakeFiles/cmTC_076bf.dir/build.make CMakeFiles/cmTC_076bf.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_076bf.dir/CheckFunctionExists.c.o
/sysroot/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_076bf.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_076bf
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_076bf.dir/link.txt --verbose=1
/sysroot/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_076bf.dir/CheckFunctionExists.c.o -o cmTC_076bf -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/sbin/make" "cmTC_d1658/fast"
/usr/sbin/make -f CMakeFiles/cmTC_d1658.dir/build.make CMakeFiles/cmTC_d1658.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d1658.dir/CheckFunctionExists.c.o
/sysroot/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_d1658.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_d1658
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d1658.dir/link.txt --verbose=1
/sysroot/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_d1658.dir/CheckFunctionExists.c.o -o cmTC_d1658 -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/sbin/make" "cmTC_dc1cc/fast"
/usr/sbin/make -f CMakeFiles/cmTC_dc1cc.dir/build.make CMakeFiles/cmTC_dc1cc.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_dc1cc.dir/CheckFunctionExists.c.o
/sysroot/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_dc1cc.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_dc1cc
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dc1cc.dir/link.txt --verbose=1
/sysroot/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_dc1cc.dir/CheckFunctionExists.c.o -o cmTC_dc1cc -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/sbin/make" "cmTC_61d23/fast"
/usr/sbin/make -f CMakeFiles/cmTC_61d23.dir/build.make CMakeFiles/cmTC_61d23.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_61d23.dir/CheckFunctionExists.c.o
/sysroot/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_61d23.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_61d23
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_61d23.dir/link.txt --verbose=1
/sysroot/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_61d23.dir/CheckFunctionExists.c.o -o cmTC_61d23 -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/sbin/make" "cmTC_210b7/fast"
/usr/sbin/make -f CMakeFiles/cmTC_210b7.dir/build.make CMakeFiles/cmTC_210b7.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_210b7.dir/CheckFunctionExists.c.o
/sysroot/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_210b7.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_210b7
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_210b7.dir/link.txt --verbose=1
/sysroot/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_210b7.dir/CheckFunctionExists.c.o -o cmTC_210b7 -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/sbin/make" "cmTC_c30f1/fast"
/usr/sbin/make -f CMakeFiles/cmTC_c30f1.dir/build.make CMakeFiles/cmTC_c30f1.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c30f1.dir/src.c.o
/sysroot/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_c30f1.dir/src.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTC_c30f1
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c30f1.dir/link.txt --verbose=1
/sysroot/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_c30f1.dir/src.c.o -o cmTC_c30f1 -rdynamic /sysroot/lib/librt.a
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/sbin/make" "cmTC_f5f31/fast"
/usr/sbin/make -f CMakeFiles/cmTC_f5f31.dir/build.make CMakeFiles/cmTC_f5f31.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f5f31.dir/src.c.o
/sysroot/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_f5f31.dir/src.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTC_f5f31
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f5f31.dir/link.txt --verbose=1
/sysroot/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_f5f31.dir/src.c.o -o cmTC_f5f31 -rdynamic /sysroot/lib/librt.a
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/sbin/make" "cmTC_1047a/fast"
/usr/sbin/make -f CMakeFiles/cmTC_1047a.dir/build.make CMakeFiles/cmTC_1047a.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1047a.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o
/sysroot/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_1047a.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -c /tmp/cmocka/src/build/CMakeFiles/CheckTypeSize/CMAKE_SIZEOF_UNSIGNED_SHORT.c
Linking C executable cmTC_1047a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1047a.dir/link.txt --verbose=1
/sysroot/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_1047a.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -o cmTC_1047a -rdynamic /sysroot/lib/librt.a
make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'