The build took 00h 00m 44s and was 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:
CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: cmocka 1.0.1-1 (Wed Aug 24 12:08:35 UTC 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
-- The C compiler identification is GNU 6.1.1
-- Check for working C compiler: /usr/sbin/cc
-- Check for working C compiler: /usr/sbin/cc -- 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
-- Performing Test WITH_VISIBILITY_HIDDEN
-- Performing Test WITH_VISIBILITY_HIDDEN - 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/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
[ 3%] Building C object src/CMakeFiles/cmocka_static.dir/cmocka.c.o
[ 3%] Building C object src/CMakeFiles/cmocka_shared.dir/cmocka.c.o
/tmp/cmocka/src/cmocka-1.0.1/src/cmocka.c: In function 'cmocka_run_one_test_or_fixture':
/tmp/cmocka/src/cmocka-1.0.1/src/cmocka.c:2272:9: warning: variable 'rc' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
int rc = 0;
^~
/tmp/cmocka/src/cmocka-1.0.1/src/cmocka.c: In function 'cmocka_run_one_test_or_fixture.constprop':
/tmp/cmocka/src/cmocka-1.0.1/src/cmocka.c:2272:9: warning: variable 'rc' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
/tmp/cmocka/src/cmocka-1.0.1/src/cmocka.c: In function 'cmocka_run_one_test_or_fixture':
/tmp/cmocka/src/cmocka-1.0.1/src/cmocka.c:2272:9: warning: variable 'rc' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
int rc = 0;
^~
/tmp/cmocka/src/cmocka-1.0.1/src/cmocka.c: In function 'cmocka_run_one_test_or_fixture.constprop':
/tmp/cmocka/src/cmocka-1.0.1/src/cmocka.c:2272:9: warning: variable 'rc' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
[ 5%] Linking C static library libcmocka.a
[ 7%] Linking C shared library libcmocka.so
[ 7%] Built target cmocka_shared
Scanning dependencies of target allocate_module_test
[ 9%] Building C object example/CMakeFiles/allocate_module_test.dir/allocate_module.c.o
[ 9%] Built target cmocka_static
Scanning dependencies of target simple_test
[ 11%] Building C object example/CMakeFiles/simple_test.dir/simple_test.c.o
[ 13%] Building C object example/CMakeFiles/allocate_module_test.dir/allocate_module_test.c.o
[ 15%] Linking C executable simple_test
[ 17%] Linking C executable allocate_module_test
[ 17%] Built target simple_test
Scanning dependencies of target calculator_test
[ 19%] Building C object example/CMakeFiles/calculator_test.dir/calculator.c.o
[ 19%] Built target allocate_module_test
Scanning dependencies of target assert_macro_test
[ 21%] Building C object example/CMakeFiles/assert_macro_test.dir/assert_macro.c.o
[ 23%] Building C object example/CMakeFiles/assert_macro_test.dir/assert_macro_test.c.o
[ 25%] Building C object example/CMakeFiles/calculator_test.dir/calculator_test.c.o
[ 26%] Linking C executable assert_macro_test
[ 26%] Built target assert_macro_test
Scanning dependencies of target assert_module_test
[ 28%] Building C object example/CMakeFiles/assert_module_test.dir/assert_module.c.o
[ 30%] Building C object example/CMakeFiles/assert_module_test.dir/assert_module_test.c.o
[ 32%] Linking C executable assert_module_test
[ 34%] Linking C executable calculator_test
[ 34%] Built target assert_module_test
[ 34%] Built target calculator_test
Scanning dependencies of target customer_database_test
Scanning dependencies of target product_database_test
[ 38%] Building C object example/CMakeFiles/product_database_test.dir/product_database.c.o
[ 38%] Building C object example/CMakeFiles/customer_database_test.dir/customer_database.c.o
[ 40%] Building C object example/CMakeFiles/product_database_test.dir/product_database_test.c.o
[ 42%] Building C object example/CMakeFiles/customer_database_test.dir/customer_database_test.c.o
[ 44%] Linking C executable product_database_test
[ 46%] Linking C executable customer_database_test
[ 46%] Built target customer_database_test
[ 46%] Built target product_database_test
Scanning dependencies of target key_value_test
Scanning dependencies of target waiter_test_wrap
[ 48%] Building C object example/CMakeFiles/key_value_test.dir/key_value.c.o
[ 50%] Building C object example/chef_wrap/CMakeFiles/waiter_test_wrap.dir/waiter_test_wrap.c.o
[ 51%] Building C object example/CMakeFiles/key_value_test.dir/key_value_test.c.o
[ 53%] Linking C executable key_value_test
[ 53%] Built target key_value_test
[ 55%] Building C object example/chef_wrap/CMakeFiles/waiter_test_wrap.dir/chef.c.o
Scanning dependencies of target test_cmockery
[ 57%] Building C object tests/CMakeFiles/test_cmockery.dir/test_cmockery.c.o
[ 59%] Linking C executable waiter_test_wrap
[ 61%] Linking C executable test_cmockery
[ 61%] Built target waiter_test_wrap
Scanning dependencies of target test_assert_macros_fail
[ 61%] Built target test_cmockery
[ 63%] Building C object tests/CMakeFiles/test_assert_macros_fail.dir/test_assert_macros_fail.c.o
Scanning dependencies of target test_fixtures
[ 65%] Building C object tests/CMakeFiles/test_fixtures.dir/test_fixtures.c.o
[ 67%] Linking C executable test_assert_macros_fail
[ 69%] Linking C executable test_fixtures
[ 69%] Built target test_assert_macros_fail
[ 69%] Built target test_fixtures
Scanning dependencies of target test_group_setup_fail
Scanning dependencies of target test_group_fixtures
[ 71%] Building C object tests/CMakeFiles/test_group_setup_fail.dir/test_group_setup_fail.c.o
[ 73%] Building C object tests/CMakeFiles/test_group_fixtures.dir/test_group_fixtures.c.o
[ 75%] Linking C executable test_group_setup_fail
[ 76%] Linking C executable test_group_fixtures
[ 76%] Built target test_group_setup_fail
Scanning dependencies of target test_setup_fail
[ 76%] Built target test_group_fixtures
[ 78%] Building C object tests/CMakeFiles/test_setup_fail.dir/test_setup_fail.c.o
Scanning dependencies of target test_alloc
[ 80%] Building C object tests/CMakeFiles/test_alloc.dir/test_alloc.c.o
[ 82%] Linking C executable test_setup_fail
[ 84%] Linking C executable test_alloc
[ 84%] Built target test_setup_fail
Scanning dependencies of target test_assert_macros
[ 86%] Building C object tests/CMakeFiles/test_assert_macros.dir/test_assert_macros.c.o
[ 86%] Built target test_alloc
Scanning dependencies of target test_exception_handler
[ 88%] Building C object tests/CMakeFiles/test_exception_handler.dir/test_exception_handler.c.o
[ 90%] Linking C executable test_assert_macros
[ 92%] Linking C executable test_exception_handler
[ 92%] Built target test_assert_macros
Scanning dependencies of target test_basics
[ 94%] Building C object tests/CMakeFiles/test_basics.dir/test_basics.c.o
[ 94%] Built target test_exception_handler
Scanning dependencies of target test_skip
[ 96%] Building C object tests/CMakeFiles/test_skip.dir/test_skip.c.o
[ 98%] Linking C executable test_basics
[100%] Linking C executable test_skip
[100%] Built target test_basics
[100%] Built target test_skip
==> Entering fakeroot environment...
==> Starting package()...
[ 3%] Built target cmocka_static
[ 7%] Built target cmocka_shared
[ 11%] Built target test_cmockery
[ 15%] Built target test_assert_macros_fail
[ 23%] Built target test_fixtures
[ 23%] Built target test_group_setup_fail
[ 26%] Built target test_group_fixtures
[ 30%] Built target test_setup_fail
[ 34%] Built target test_assert_macros
[ 38%] Built target test_alloc
[ 42%] Built target test_exception_handler
[ 46%] Built target test_basics
[ 50%] Built target test_skip
[ 55%] Built target allocate_module_test
[ 63%] Built target calculator_test
[ 65%] Built target simple_test
[ 76%] Built target assert_module_test
[ 76%] Built target assert_macro_test
[ 82%] Built target customer_database_test
[ 88%] Built target product_database_test
[ 94%] Built target waiter_test_wrap
[100%] Built target key_value_test
Install the project...
-- Install configuration: "Release"
-- Installing: /tmp/cmocka/pkg/cmocka/usr/lib/pkgconfig/cmocka.pc
-- Installing: /tmp/cmocka/pkg/cmocka/usr/lib/cmake/cmocka/cmocka-config.cmake
-- Installing: /tmp/cmocka/pkg/cmocka/usr/lib/cmake/cmocka/cmocka-config-version.cmake
-- Installing: /tmp/cmocka/pkg/cmocka/usr/include/cmocka.h
-- Installing: /tmp/cmocka/pkg/cmocka/usr/include/cmocka_pbc.h
-- Installing: /tmp/cmocka/pkg/cmocka/usr/lib/libcmocka.so.0.3.1
-- Installing: /tmp/cmocka/pkg/cmocka/usr/lib/libcmocka.so.0
-- Installing: /tmp/cmocka/pkg/cmocka/usr/lib/libcmocka.so
-- Installing: /tmp/cmocka/pkg/cmocka/usr/lib/libcmocka.a
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "cmocka"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: cmocka 1.0.1-1 (Wed Aug 24 12:08:47 UTC 2016)
CMD: pacman --query --file cmocka-1.0.1-1-x86_64.pkg.tar.xz
Creating hybrid package for 'cmocka'
Trying to find vanilla package 'cmocka'...
CMD: pacman --query --file /mirror/cmocka-1.0.1-1.pkg.tar.xz
Package file has the following structure:
/.PKGINFO
/.MTREE
/usr/include/cmocka.h
/usr/include/cmocka_pbc.h
/usr/lib/libcmocka.so
/usr/lib/libcmocka.so.0.3.1
/usr/lib/libcmocka.so.0
/usr/lib/pkgconfig/cmocka.pc
/usr/lib/cmake/cmocka/cmocka-config-version.cmake
/usr/lib/cmake/cmocka/cmocka-config.cmake
/sysroot/usr/lib/libcmocka.so.0.3.1
/sysroot/usr/lib/libcmocka.so.0
/sysroot/usr/lib/libcmocka.so
/sysroot/usr/lib/libcmocka.a
/sysroot/usr/lib/pkgconfig/cmocka.pc
/sysroot/usr/lib/cmake/cmocka/cmocka-config.cmake
/sysroot/usr/lib/cmake/cmocka/cmocka-config-version.cmake
/sysroot/usr/include/cmocka.h
/sysroot/usr/include/cmocka_pbc.h
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z
CMD: bsdtar -tqf cmocka.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/cmocka.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/cmocka.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/cmocka.pkg.tar.xz'
-> Computing checksums...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'
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_98830/fast"
/usr/sbin/make -f CMakeFiles/cmTC_98830.dir/build.make CMakeFiles/cmTC_98830.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_98830.dir/CheckIncludeFile.c.o
/usr/sbin/cc -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_98830.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
/tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:16: fatal error: io.h: No such file or directory
#include
^
compilation terminated.
make[1]: *** [CMakeFiles/cmTC_98830.dir/build.make:66: CMakeFiles/cmTC_98830.dir/CheckIncludeFile.c.o] Error 1
make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:126: cmTC_98830/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_0ba98/fast"
/usr/sbin/make -f CMakeFiles/cmTC_0ba98.dir/build.make CMakeFiles/cmTC_0ba98.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_0ba98.dir/TestEndianess.c.o
/usr/sbin/cc -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_0ba98.dir/TestEndianess.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/TestEndianess.c
Linking C executable cmTC_0ba98
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0ba98.dir/link.txt --verbose=1
/usr/sbin/cc -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_0ba98.dir/TestEndianess.c.o -o cmTC_0ba98 -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.7.1-1-ARCH - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/sbin/cc
Build flags:
Id flags:
The output was:
0
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
The C compiler identification is GNU, found in "/tmp/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_4cf43/fast"
/usr/sbin/make -f CMakeFiles/cmTC_4cf43.dir/build.make CMakeFiles/cmTC_4cf43.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_4cf43.dir/testCCompiler.c.o
/usr/sbin/cc -o CMakeFiles/cmTC_4cf43.dir/testCCompiler.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_4cf43
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4cf43.dir/link.txt --verbose=1
/usr/sbin/cc CMakeFiles/cmTC_4cf43.dir/testCCompiler.c.o -o cmTC_4cf43 -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_d5c60/fast"
/usr/sbin/make -f CMakeFiles/cmTC_d5c60.dir/build.make CMakeFiles/cmTC_d5c60.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d5c60.dir/CMakeCCompilerABI.c.o
/usr/sbin/cc -o CMakeFiles/cmTC_d5c60.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c
Linking C executable cmTC_d5c60
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d5c60.dir/link.txt --verbose=1
/usr/sbin/cc -v CMakeFiles/cmTC_d5c60.dir/CMakeCCompilerABI.c.o -o cmTC_d5c60 -rdynamic
Using built-in specs.
COLLECT_GCC=/usr/sbin/cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
Thread model: posix
gcc version 6.1.1 20160602 (GCC)
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_d5c60' '-rdynamic' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccWj7xzw.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_d5c60 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. CMakeFiles/cmTC_d5c60.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_d5c60' '-rdynamic' '-mtune=generic' '-march=x86-64'
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_d5c60/fast"]
ignore line: [/usr/sbin/make -f CMakeFiles/cmTC_d5c60.dir/build.make CMakeFiles/cmTC_d5c60.dir/build]
ignore line: [make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp']
ignore line: [Building C object CMakeFiles/cmTC_d5c60.dir/CMakeCCompilerABI.c.o]
ignore line: [/usr/sbin/cc -o CMakeFiles/cmTC_d5c60.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c]
ignore line: [Linking C executable cmTC_d5c60]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d5c60.dir/link.txt --verbose=1]
ignore line: [/usr/sbin/cc -v CMakeFiles/cmTC_d5c60.dir/CMakeCCompilerABI.c.o -o cmTC_d5c60 -rdynamic ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/sbin/cc]
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper]
ignore line: [Target: x86_64-pc-linux-gnu]
ignore line: [Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release]
ignore line: [Thread model: posix]
ignore line: [gcc version 6.1.1 20160602 (GCC) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_d5c60' '-rdynamic' '-mtune=generic' '-march=x86-64']
link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccWj7xzw.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_d5c60 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. CMakeFiles/cmTC_d5c60.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o]
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/ccWj7xzw.res] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [-plugin-opt=-pass-through=-lc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [--build-id] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [--hash-style=gnu] ==> ignore
arg [-m] ==> ignore
arg [elf_x86_64] ==> ignore
arg [-export-dynamic] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
arg [-o] ==> ignore
arg [cmTC_d5c60] ==> ignore
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o] ==> ignore
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o] ==> ignore
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o] ==> ignore
arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1]
arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib]
arg [-L/lib/../lib] ==> dir [/lib/../lib]
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../..]
arg [CMakeFiles/cmTC_d5c60.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/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o] ==> ignore
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o] ==> ignore
remove lib [gcc]
remove lib [gcc_s]
remove lib [gcc]
remove lib [gcc_s]
collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1]
collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib] ==> [/usr/lib]
collapse library dir [/lib/../lib] ==> [/lib]
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../..] ==> [/usr/lib]
implicit libs: [c]
implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1;/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/sbin/make" "cmTC_36194/fast"
/usr/sbin/make -f CMakeFiles/cmTC_36194.dir/build.make CMakeFiles/cmTC_36194.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_36194.dir/feature_tests.c.o
/usr/sbin/cc -std=c11 -o CMakeFiles/cmTC_36194.dir/feature_tests.c.o -c /tmp/cmocka/src/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_36194
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_36194.dir/link.txt --verbose=1
/usr/sbin/cc CMakeFiles/cmTC_36194.dir/feature_tests.c.o -o cmTC_36194 -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_36bee/fast"
/usr/sbin/make -f CMakeFiles/cmTC_36bee.dir/build.make CMakeFiles/cmTC_36bee.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_36bee.dir/feature_tests.c.o
/usr/sbin/cc -std=c99 -o CMakeFiles/cmTC_36bee.dir/feature_tests.c.o -c /tmp/cmocka/src/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_36bee
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_36bee.dir/link.txt --verbose=1
/usr/sbin/cc CMakeFiles/cmTC_36bee.dir/feature_tests.c.o -o cmTC_36bee -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_97e17/fast"
/usr/sbin/make -f CMakeFiles/cmTC_97e17.dir/build.make CMakeFiles/cmTC_97e17.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_97e17.dir/feature_tests.c.o
/usr/sbin/cc -std=c90 -o CMakeFiles/cmTC_97e17.dir/feature_tests.c.o -c /tmp/cmocka/src/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_97e17
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_97e17.dir/link.txt --verbose=1
/usr/sbin/cc CMakeFiles/cmTC_97e17.dir/feature_tests.c.o -o cmTC_97e17 -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_b1a5a/fast"
/usr/sbin/make -f CMakeFiles/cmTC_b1a5a.dir/build.make CMakeFiles/cmTC_b1a5a.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b1a5a.dir/src.c.o
/usr/sbin/cc -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_b1a5a.dir/src.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTC_b1a5a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b1a5a.dir/link.txt --verbose=1
/usr/sbin/cc -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_b1a5a.dir/src.c.o -o cmTC_b1a5a -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_1e1ad/fast"
/usr/sbin/make -f CMakeFiles/cmTC_1e1ad.dir/build.make CMakeFiles/cmTC_1e1ad.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1e1ad.dir/src.c.o
/usr/sbin/cc -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_1e1ad.dir/src.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/src.c
/tmp/cmocka/src/build/CMakeFiles/CMakeTmp/src.c: In function 'main':
/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;}
^~~~
Linking C executable cmTC_1e1ad
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1e1ad.dir/link.txt --verbose=1
/usr/sbin/cc -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_1e1ad.dir/src.c.o -o cmTC_1e1ad -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;}
Performing C SOURCE FILE Test WITH_VISIBILITY_HIDDEN succeeded with the following output:
Change Dir: /tmp/cmocka/src/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/sbin/make" "cmTC_bb30c/fast"
/usr/sbin/make -f CMakeFiles/cmTC_bb30c.dir/build.make CMakeFiles/cmTC_bb30c.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_bb30c.dir/src.c.o
/usr/sbin/cc -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 -DWITH_VISIBILITY_HIDDEN -fvisibility=hidden -o CMakeFiles/cmTC_bb30c.dir/src.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTC_bb30c
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bb30c.dir/link.txt --verbose=1
/usr/sbin/cc -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 -DWITH_VISIBILITY_HIDDEN CMakeFiles/cmTC_bb30c.dir/src.c.o -o cmTC_bb30c -rdynamic
make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Source file was:
int main(void) { return 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_e66d4/fast"
/usr/sbin/make -f CMakeFiles/cmTC_e66d4.dir/build.make CMakeFiles/cmTC_e66d4.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e66d4.dir/CheckIncludeFile.c.o
/usr/sbin/cc -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_e66d4.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_e66d4
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e66d4.dir/link.txt --verbose=1
/usr/sbin/cc -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_e66d4.dir/CheckIncludeFile.c.o -o cmTC_e66d4 -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_699bc/fast"
/usr/sbin/make -f CMakeFiles/cmTC_699bc.dir/build.make CMakeFiles/cmTC_699bc.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_699bc.dir/CheckIncludeFile.c.o
/usr/sbin/cc -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_699bc.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_699bc
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_699bc.dir/link.txt --verbose=1
/usr/sbin/cc -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_699bc.dir/CheckIncludeFile.c.o -o cmTC_699bc -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_3835b/fast"
/usr/sbin/make -f CMakeFiles/cmTC_3835b.dir/build.make CMakeFiles/cmTC_3835b.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_3835b.dir/CheckIncludeFile.c.o
/usr/sbin/cc -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_3835b.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_3835b
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3835b.dir/link.txt --verbose=1
/usr/sbin/cc -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_3835b.dir/CheckIncludeFile.c.o -o cmTC_3835b -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_175de/fast"
/usr/sbin/make -f CMakeFiles/cmTC_175de.dir/build.make CMakeFiles/cmTC_175de.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_175de.dir/CheckIncludeFile.c.o
/usr/sbin/cc -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_175de.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_175de
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_175de.dir/link.txt --verbose=1
/usr/sbin/cc -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_175de.dir/CheckIncludeFile.c.o -o cmTC_175de -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_5d392/fast"
/usr/sbin/make -f CMakeFiles/cmTC_5d392.dir/build.make CMakeFiles/cmTC_5d392.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_5d392.dir/CheckIncludeFile.c.o
/usr/sbin/cc -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_5d392.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_5d392
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5d392.dir/link.txt --verbose=1
/usr/sbin/cc -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_5d392.dir/CheckIncludeFile.c.o -o cmTC_5d392 -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_c69b3/fast"
/usr/sbin/make -f CMakeFiles/cmTC_c69b3.dir/build.make CMakeFiles/cmTC_c69b3.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c69b3.dir/CheckIncludeFile.c.o
/usr/sbin/cc -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_c69b3.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_c69b3
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c69b3.dir/link.txt --verbose=1
/usr/sbin/cc -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_c69b3.dir/CheckIncludeFile.c.o -o cmTC_c69b3 -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_1afaf/fast"
/usr/sbin/make -f CMakeFiles/cmTC_1afaf.dir/build.make CMakeFiles/cmTC_1afaf.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1afaf.dir/CheckIncludeFile.c.o
/usr/sbin/cc -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_1afaf.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_1afaf
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1afaf.dir/link.txt --verbose=1
/usr/sbin/cc -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_1afaf.dir/CheckIncludeFile.c.o -o cmTC_1afaf -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_82f35/fast"
/usr/sbin/make -f CMakeFiles/cmTC_82f35.dir/build.make CMakeFiles/cmTC_82f35.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_82f35.dir/CheckIncludeFile.c.o
/usr/sbin/cc -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_82f35.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_82f35
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_82f35.dir/link.txt --verbose=1
/usr/sbin/cc -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_82f35.dir/CheckIncludeFile.c.o -o cmTC_82f35 -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_a8d9a/fast"
/usr/sbin/make -f CMakeFiles/cmTC_a8d9a.dir/build.make CMakeFiles/cmTC_a8d9a.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a8d9a.dir/CheckIncludeFile.c.o
/usr/sbin/cc -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_a8d9a.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_a8d9a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a8d9a.dir/link.txt --verbose=1
/usr/sbin/cc -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_a8d9a.dir/CheckIncludeFile.c.o -o cmTC_a8d9a -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_534e8/fast"
/usr/sbin/make -f CMakeFiles/cmTC_534e8.dir/build.make CMakeFiles/cmTC_534e8.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_534e8.dir/CheckIncludeFile.c.o
/usr/sbin/cc -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_534e8.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_534e8
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_534e8.dir/link.txt --verbose=1
/usr/sbin/cc -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_534e8.dir/CheckIncludeFile.c.o -o cmTC_534e8 -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_2d077/fast"
/usr/sbin/make -f CMakeFiles/cmTC_2d077.dir/build.make CMakeFiles/cmTC_2d077.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2d077.dir/CheckIncludeFile.c.o
/usr/sbin/cc -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_2d077.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_2d077
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2d077.dir/link.txt --verbose=1
/usr/sbin/cc -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_2d077.dir/CheckIncludeFile.c.o -o cmTC_2d077 -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_3a7ed/fast"
/usr/sbin/make -f CMakeFiles/cmTC_3a7ed.dir/build.make CMakeFiles/cmTC_3a7ed.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_3a7ed.dir/CheckIncludeFile.c.o
/usr/sbin/cc -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_3a7ed.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_3a7ed
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3a7ed.dir/link.txt --verbose=1
/usr/sbin/cc -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_3a7ed.dir/CheckIncludeFile.c.o -o cmTC_3a7ed -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_2f3cb/fast"
/usr/sbin/make -f CMakeFiles/cmTC_2f3cb.dir/build.make CMakeFiles/cmTC_2f3cb.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2f3cb.dir/CheckIncludeFile.c.o
/usr/sbin/cc -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_2f3cb.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_2f3cb
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2f3cb.dir/link.txt --verbose=1
/usr/sbin/cc -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_2f3cb.dir/CheckIncludeFile.c.o -o cmTC_2f3cb -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_6dce5/fast"
/usr/sbin/make -f CMakeFiles/cmTC_6dce5.dir/build.make CMakeFiles/cmTC_6dce5.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_6dce5.dir/CheckIncludeFile.c.o
/usr/sbin/cc -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_6dce5.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_6dce5
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6dce5.dir/link.txt --verbose=1
/usr/sbin/cc -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_6dce5.dir/CheckIncludeFile.c.o -o cmTC_6dce5 -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_a5252/fast"
/usr/sbin/make -f CMakeFiles/cmTC_a5252.dir/build.make CMakeFiles/cmTC_a5252.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a5252.dir/CheckIncludeFile.c.o
/usr/sbin/cc -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_a5252.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_a5252
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a5252.dir/link.txt --verbose=1
/usr/sbin/cc -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_a5252.dir/CheckIncludeFile.c.o -o cmTC_a5252 -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_6df9c/fast"
/usr/sbin/make -f CMakeFiles/cmTC_6df9c.dir/build.make CMakeFiles/cmTC_6df9c.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_6df9c.dir/CheckIncludeFile.c.o
/usr/sbin/cc -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_6df9c.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_6df9c
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6df9c.dir/link.txt --verbose=1
/usr/sbin/cc -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_6df9c.dir/CheckIncludeFile.c.o -o cmTC_6df9c -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_4250a/fast"
/usr/sbin/make -f CMakeFiles/cmTC_4250a.dir/build.make CMakeFiles/cmTC_4250a.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_4250a.dir/CheckIncludeFile.c.o
/usr/sbin/cc -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_4250a.dir/CheckIncludeFile.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_4250a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4250a.dir/link.txt --verbose=1
/usr/sbin/cc -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_4250a.dir/CheckIncludeFile.c.o -o cmTC_4250a -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_38e18/fast"
/usr/sbin/make -f CMakeFiles/cmTC_38e18.dir/build.make CMakeFiles/cmTC_38e18.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_38e18.dir/src.c.o
/usr/sbin/cc -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_38e18.dir/src.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTC_38e18
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_38e18.dir/link.txt --verbose=1
/usr/sbin/cc -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_38e18.dir/src.c.o -o cmTC_38e18 -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_10487/fast"
/usr/sbin/make -f CMakeFiles/cmTC_10487.dir/build.make CMakeFiles/cmTC_10487.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_10487.dir/CheckFunctionExists.c.o
/usr/sbin/cc -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_10487.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
:0:23: warning: conflicting types for built-in function 'calloc'
/usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: note: in expansion of macro 'CHECK_FUNCTION_EXISTS'
char CHECK_FUNCTION_EXISTS();
^~~~~~~~~~~~~~~~~~~~~
Linking C executable cmTC_10487
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_10487.dir/link.txt --verbose=1
/usr/sbin/cc -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_10487.dir/CheckFunctionExists.c.o -o cmTC_10487 -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_09e12/fast"
/usr/sbin/make -f CMakeFiles/cmTC_09e12.dir/build.make CMakeFiles/cmTC_09e12.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_09e12.dir/CheckFunctionExists.c.o
/usr/sbin/cc -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_09e12.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
:0:23: warning: conflicting types for built-in function 'exit'
/usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: note: in expansion of macro 'CHECK_FUNCTION_EXISTS'
char CHECK_FUNCTION_EXISTS();
^~~~~~~~~~~~~~~~~~~~~
Linking C executable cmTC_09e12
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_09e12.dir/link.txt --verbose=1
/usr/sbin/cc -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_09e12.dir/CheckFunctionExists.c.o -o cmTC_09e12 -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_e5de5/fast"
/usr/sbin/make -f CMakeFiles/cmTC_e5de5.dir/build.make CMakeFiles/cmTC_e5de5.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e5de5.dir/CheckFunctionExists.c.o
/usr/sbin/cc -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_e5de5.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
:0:23: warning: conflicting types for built-in function 'fprintf'
/usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: note: in expansion of macro 'CHECK_FUNCTION_EXISTS'
char CHECK_FUNCTION_EXISTS();
^~~~~~~~~~~~~~~~~~~~~
Linking C executable cmTC_e5de5
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e5de5.dir/link.txt --verbose=1
/usr/sbin/cc -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_e5de5.dir/CheckFunctionExists.c.o -o cmTC_e5de5 -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_74fec/fast"
/usr/sbin/make -f CMakeFiles/cmTC_74fec.dir/build.make CMakeFiles/cmTC_74fec.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_74fec.dir/CheckFunctionExists.c.o
/usr/sbin/cc -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_74fec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
:0:23: warning: conflicting types for built-in function 'free'
/usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: note: in expansion of macro 'CHECK_FUNCTION_EXISTS'
char CHECK_FUNCTION_EXISTS();
^~~~~~~~~~~~~~~~~~~~~
Linking C executable cmTC_74fec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_74fec.dir/link.txt --verbose=1
/usr/sbin/cc -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_74fec.dir/CheckFunctionExists.c.o -o cmTC_74fec -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_9188a/fast"
/usr/sbin/make -f CMakeFiles/cmTC_9188a.dir/build.make CMakeFiles/cmTC_9188a.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_9188a.dir/CheckFunctionExists.c.o
/usr/sbin/cc -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_9188a.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_9188a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9188a.dir/link.txt --verbose=1
/usr/sbin/cc -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_9188a.dir/CheckFunctionExists.c.o -o cmTC_9188a -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_b827b/fast"
/usr/sbin/make -f CMakeFiles/cmTC_b827b.dir/build.make CMakeFiles/cmTC_b827b.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b827b.dir/CheckFunctionExists.c.o
/usr/sbin/cc -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_b827b.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
:0:23: warning: conflicting types for built-in function 'malloc'
/usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: note: in expansion of macro 'CHECK_FUNCTION_EXISTS'
char CHECK_FUNCTION_EXISTS();
^~~~~~~~~~~~~~~~~~~~~
Linking C executable cmTC_b827b
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b827b.dir/link.txt --verbose=1
/usr/sbin/cc -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_b827b.dir/CheckFunctionExists.c.o -o cmTC_b827b -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_e0ca9/fast"
/usr/sbin/make -f CMakeFiles/cmTC_e0ca9.dir/build.make CMakeFiles/cmTC_e0ca9.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e0ca9.dir/CheckFunctionExists.c.o
/usr/sbin/cc -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_e0ca9.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
:0:23: warning: conflicting types for built-in function 'memcpy'
/usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: note: in expansion of macro 'CHECK_FUNCTION_EXISTS'
char CHECK_FUNCTION_EXISTS();
^~~~~~~~~~~~~~~~~~~~~
Linking C executable cmTC_e0ca9
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e0ca9.dir/link.txt --verbose=1
/usr/sbin/cc -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_e0ca9.dir/CheckFunctionExists.c.o -o cmTC_e0ca9 -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_c2173/fast"
/usr/sbin/make -f CMakeFiles/cmTC_c2173.dir/build.make CMakeFiles/cmTC_c2173.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c2173.dir/CheckFunctionExists.c.o
/usr/sbin/cc -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_c2173.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
:0:23: warning: conflicting types for built-in function 'memset'
/usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: note: in expansion of macro 'CHECK_FUNCTION_EXISTS'
char CHECK_FUNCTION_EXISTS();
^~~~~~~~~~~~~~~~~~~~~
Linking C executable cmTC_c2173
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c2173.dir/link.txt --verbose=1
/usr/sbin/cc -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_c2173.dir/CheckFunctionExists.c.o -o cmTC_c2173 -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_7e9f3/fast"
/usr/sbin/make -f CMakeFiles/cmTC_7e9f3.dir/build.make CMakeFiles/cmTC_7e9f3.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_7e9f3.dir/CheckFunctionExists.c.o
/usr/sbin/cc -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_7e9f3.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
:0:23: warning: conflicting types for built-in function 'printf'
/usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: note: in expansion of macro 'CHECK_FUNCTION_EXISTS'
char CHECK_FUNCTION_EXISTS();
^~~~~~~~~~~~~~~~~~~~~
Linking C executable cmTC_7e9f3
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7e9f3.dir/link.txt --verbose=1
/usr/sbin/cc -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_7e9f3.dir/CheckFunctionExists.c.o -o cmTC_7e9f3 -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_b48a5/fast"
/usr/sbin/make -f CMakeFiles/cmTC_b48a5.dir/build.make CMakeFiles/cmTC_b48a5.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b48a5.dir/CheckFunctionExists.c.o
/usr/sbin/cc -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_b48a5.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_b48a5
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b48a5.dir/link.txt --verbose=1
/usr/sbin/cc -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_b48a5.dir/CheckFunctionExists.c.o -o cmTC_b48a5 -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_ff4a1/fast"
/usr/sbin/make -f CMakeFiles/cmTC_ff4a1.dir/build.make CMakeFiles/cmTC_ff4a1.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_ff4a1.dir/CheckFunctionExists.c.o
/usr/sbin/cc -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_ff4a1.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_ff4a1
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ff4a1.dir/link.txt --verbose=1
/usr/sbin/cc -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_ff4a1.dir/CheckFunctionExists.c.o -o cmTC_ff4a1 -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_4dd57/fast"
/usr/sbin/make -f CMakeFiles/cmTC_4dd57.dir/build.make CMakeFiles/cmTC_4dd57.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_4dd57.dir/CheckFunctionExists.c.o
/usr/sbin/cc -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_4dd57.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_4dd57
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4dd57.dir/link.txt --verbose=1
/usr/sbin/cc -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_4dd57.dir/CheckFunctionExists.c.o -o cmTC_4dd57 -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_f952c/fast"
/usr/sbin/make -f CMakeFiles/cmTC_f952c.dir/build.make CMakeFiles/cmTC_f952c.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f952c.dir/CheckFunctionExists.c.o
/usr/sbin/cc -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_f952c.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
:0:23: warning: conflicting types for built-in function 'sprintf'
/usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: note: in expansion of macro 'CHECK_FUNCTION_EXISTS'
char CHECK_FUNCTION_EXISTS();
^~~~~~~~~~~~~~~~~~~~~
Linking C executable cmTC_f952c
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f952c.dir/link.txt --verbose=1
/usr/sbin/cc -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_f952c.dir/CheckFunctionExists.c.o -o cmTC_f952c -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_31bcc/fast"
/usr/sbin/make -f CMakeFiles/cmTC_31bcc.dir/build.make CMakeFiles/cmTC_31bcc.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_31bcc.dir/CheckFunctionExists.c.o
/usr/sbin/cc -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_31bcc.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
:0:23: warning: conflicting types for built-in function 'strcmp'
/usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: note: in expansion of macro 'CHECK_FUNCTION_EXISTS'
char CHECK_FUNCTION_EXISTS();
^~~~~~~~~~~~~~~~~~~~~
Linking C executable cmTC_31bcc
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_31bcc.dir/link.txt --verbose=1
/usr/sbin/cc -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_31bcc.dir/CheckFunctionExists.c.o -o cmTC_31bcc -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_b8d78/fast"
/usr/sbin/make -f CMakeFiles/cmTC_b8d78.dir/build.make CMakeFiles/cmTC_b8d78.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b8d78.dir/CheckFunctionExists.c.o
/usr/sbin/cc -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_b8d78.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
:0:23: warning: conflicting types for built-in function 'vsnprintf'
/usr/share/cmake-3.5/Modules/CheckFunctionExists.c:6:6: note: in expansion of macro 'CHECK_FUNCTION_EXISTS'
char CHECK_FUNCTION_EXISTS();
^~~~~~~~~~~~~~~~~~~~~
Linking C executable cmTC_b8d78
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b8d78.dir/link.txt --verbose=1
/usr/sbin/cc -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_b8d78.dir/CheckFunctionExists.c.o -o cmTC_b8d78 -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_d82d5/fast"
/usr/sbin/make -f CMakeFiles/cmTC_d82d5.dir/build.make CMakeFiles/cmTC_d82d5.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d82d5.dir/CheckFunctionExists.c.o
/usr/sbin/cc -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_d82d5.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.5/Modules/CheckFunctionExists.c
Linking C executable cmTC_d82d5
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d82d5.dir/link.txt --verbose=1
/usr/sbin/cc -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_d82d5.dir/CheckFunctionExists.c.o -o cmTC_d82d5 -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_60282/fast"
/usr/sbin/make -f CMakeFiles/cmTC_60282.dir/build.make CMakeFiles/cmTC_60282.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_60282.dir/src.c.o
/usr/sbin/cc -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_60282.dir/src.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTC_60282
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_60282.dir/link.txt --verbose=1
/usr/sbin/cc -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_60282.dir/src.c.o -o cmTC_60282 -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/sbin/make" "cmTC_673ed/fast"
/usr/sbin/make -f CMakeFiles/cmTC_673ed.dir/build.make CMakeFiles/cmTC_673ed.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_673ed.dir/src.c.o
/usr/sbin/cc -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_673ed.dir/src.c.o -c /tmp/cmocka/src/build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTC_673ed
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_673ed.dir/link.txt --verbose=1
/usr/sbin/cc -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_673ed.dir/src.c.o -o cmTC_673ed -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/sbin/make" "cmTC_4d0c8/fast"
/usr/sbin/make -f CMakeFiles/cmTC_4d0c8.dir/build.make CMakeFiles/cmTC_4d0c8.dir/build
make[1]: Entering directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_4d0c8.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o
/usr/sbin/cc -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_4d0c8.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -c /tmp/cmocka/src/build/CMakeFiles/CheckTypeSize/CMAKE_SIZEOF_UNSIGNED_SHORT.c
Linking C executable cmTC_4d0c8
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4d0c8.dir/link.txt --verbose=1
/usr/sbin/cc -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_4d0c8.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -o cmTC_4d0c8 -rdynamic /usr/lib64/librt.so
make[1]: Leaving directory '/tmp/cmocka/src/build/CMakeFiles/CMakeTmp'