Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output: Change Dir: /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_45bd4/fast && make[2]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_45bd4.dir/build.make CMakeFiles/cmTC_45bd4.dir/build make[3]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_45bd4.dir/src.c.o /usr/bin/cc -g -O2 -fdebug-prefix-map=/build/root-cds-6.22.6+cds1=. -fstack-protector-strong -Wformat -Werror=format-security -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_45bd4.dir/src.c.o -c /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_45bd4 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_45bd4.dir/link.txt --verbose=1 /usr/bin/cc -g -O2 -fdebug-prefix-map=/build/root-cds-6.22.6+cds1=. -fstack-protector-strong -Wformat -Werror=format-security -DCMAKE_HAVE_LIBC_PTHREAD -Wl,-z,relro CMakeFiles/cmTC_45bd4.dir/src.c.o -o cmTC_45bd4 /usr/bin/ld: CMakeFiles/cmTC_45bd4.dir/src.c.o: in function `main': ./.build/pkg/CMakeFiles/CMakeTmp/./.build/pkg/CMakeFiles/CMakeTmp/src.c:11: undefined reference to `pthread_create' /usr/bin/ld: ./.build/pkg/CMakeFiles/CMakeTmp/./.build/pkg/CMakeFiles/CMakeTmp/src.c:12: undefined reference to `pthread_detach' /usr/bin/ld: ./.build/pkg/CMakeFiles/CMakeTmp/./.build/pkg/CMakeFiles/CMakeTmp/src.c:13: undefined reference to `pthread_join' collect2: error: ld returned 1 exit status make[3]: *** [CMakeFiles/cmTC_45bd4.dir/build.make:87: cmTC_45bd4] Error 1 make[3]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' make[2]: *** [Makefile:121: cmTC_45bd4/fast] Error 2 make[2]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Source file was: #include void* test_func(void* data) { return data; } int main(void) { pthread_t thread; pthread_create(&thread, NULL, test_func, NULL); pthread_detach(thread); pthread_join(thread, NULL); pthread_atfork(NULL, NULL, NULL); pthread_exit(NULL); return 0; } Determining if the function pthread_create exists in the pthreads failed with the following output: Change Dir: /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_f0bda/fast && make[2]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_f0bda.dir/build.make CMakeFiles/cmTC_f0bda.dir/build make[3]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f0bda.dir/CheckFunctionExists.c.o /usr/bin/cc -g -O2 -fdebug-prefix-map=/build/root-cds-6.22.6+cds1=. -fstack-protector-strong -Wformat -Werror=format-security -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_f0bda.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.16/Modules/CheckFunctionExists.c Linking C executable cmTC_f0bda /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f0bda.dir/link.txt --verbose=1 /usr/bin/cc -g -O2 -fdebug-prefix-map=/build/root-cds-6.22.6+cds1=. -fstack-protector-strong -Wformat -Werror=format-security -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-z,relro CMakeFiles/cmTC_f0bda.dir/CheckFunctionExists.c.o -o cmTC_f0bda -lpthreads /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status make[3]: *** [CMakeFiles/cmTC_f0bda.dir/build.make:87: cmTC_f0bda] Error 1 make[3]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' make[2]: *** [Makefile:121: cmTC_f0bda/fast] Error 2 make[2]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Determining if the include file malloc/malloc.h exists failed with the following output: Change Dir: /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_714cc/fast && make[2]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_714cc.dir/build.make CMakeFiles/cmTC_714cc.dir/build make[3]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_714cc.dir/CheckIncludeFile.c.o /usr/bin/cc -g -O2 -fdebug-prefix-map=/build/root-cds-6.22.6+cds1=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-implicit-fallthrough -pipe -Wall -W -pthread -o CMakeFiles/cmTC_714cc.dir/CheckIncludeFile.c.o -c /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckIncludeFile.c /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: malloc/malloc.h: No such file or directory #include ^~~~~~~~~~~~~~~~~ compilation terminated. make[3]: *** [CMakeFiles/cmTC_714cc.dir/build.make:66: CMakeFiles/cmTC_714cc.dir/CheckIncludeFile.c.o] Error 1 make[3]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' make[2]: *** [Makefile:121: cmTC_714cc/fast] Error 2 make[2]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Determining if the include file ndir.h exists failed with the following output: Change Dir: /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_98e4a/fast && make[2]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_98e4a.dir/build.make CMakeFiles/cmTC_98e4a.dir/build make[3]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_98e4a.dir/CheckIncludeFile.c.o /usr/bin/cc -g -O2 -fdebug-prefix-map=/build/root-cds-6.22.6+cds1=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-implicit-fallthrough -pipe -Wall -W -pthread -o CMakeFiles/cmTC_98e4a.dir/CheckIncludeFile.c.o -c /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckIncludeFile.c /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: ndir.h: No such file or directory #include ^~~~~~~~ compilation terminated. make[3]: *** [CMakeFiles/cmTC_98e4a.dir/build.make:66: CMakeFiles/cmTC_98e4a.dir/CheckIncludeFile.c.o] Error 1 make[3]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' make[2]: *** [Makefile:121: cmTC_98e4a/fast] Error 2 make[2]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Determining if the include file sys/ndir.h exists failed with the following output: Change Dir: /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_0c678/fast && make[2]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_0c678.dir/build.make CMakeFiles/cmTC_0c678.dir/build make[3]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0c678.dir/CheckIncludeFile.c.o /usr/bin/cc -g -O2 -fdebug-prefix-map=/build/root-cds-6.22.6+cds1=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-implicit-fallthrough -pipe -Wall -W -pthread -o CMakeFiles/cmTC_0c678.dir/CheckIncludeFile.c.o -c /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckIncludeFile.c /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: sys/ndir.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. make[3]: *** [CMakeFiles/cmTC_0c678.dir/build.make:66: CMakeFiles/cmTC_0c678.dir/CheckIncludeFile.c.o] Error 1 make[3]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' make[2]: *** [Makefile:121: cmTC_0c678/fast] Error 2 make[2]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Determining if the include file valgrind/valgrind.h exists failed with the following output: Change Dir: /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_ae16e/fast && make[2]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_ae16e.dir/build.make CMakeFiles/cmTC_ae16e.dir/build make[3]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ae16e.dir/CheckIncludeFile.c.o /usr/bin/cc -g -O2 -fdebug-prefix-map=/build/root-cds-6.22.6+cds1=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-implicit-fallthrough -pipe -Wall -W -pthread -o CMakeFiles/cmTC_ae16e.dir/CheckIncludeFile.c.o -c /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckIncludeFile.c /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: valgrind/valgrind.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[3]: *** [CMakeFiles/cmTC_ae16e.dir/build.make:66: CMakeFiles/cmTC_ae16e.dir/CheckIncludeFile.c.o] Error 1 make[3]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' make[2]: *** [Makefile:121: cmTC_ae16e/fast] Error 2 make[2]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Determining if the include file mach/mach.h exists failed with the following output: Change Dir: /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_862f7/fast && make[2]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_862f7.dir/build.make CMakeFiles/cmTC_862f7.dir/build make[3]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_862f7.dir/CheckIncludeFile.c.o /usr/bin/cc -g -O2 -fdebug-prefix-map=/build/root-cds-6.22.6+cds1=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-implicit-fallthrough -pipe -Wall -W -pthread -o CMakeFiles/cmTC_862f7.dir/CheckIncludeFile.c.o -c /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckIncludeFile.c /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: mach/mach.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. make[3]: *** [CMakeFiles/cmTC_862f7.dir/build.make:66: CMakeFiles/cmTC_862f7.dir/CheckIncludeFile.c.o] Error 1 make[3]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' make[2]: *** [Makefile:121: cmTC_862f7/fast] Error 2 make[2]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Determining if the include file histedit.h exists failed with the following output: Change Dir: /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_6bb2c/fast && make[2]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_6bb2c.dir/build.make CMakeFiles/cmTC_6bb2c.dir/build make[3]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6bb2c.dir/CheckIncludeFile.c.o /usr/bin/cc -g -O2 -fdebug-prefix-map=/build/root-cds-6.22.6+cds1=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-implicit-fallthrough -pipe -Wall -W -pthread -o CMakeFiles/cmTC_6bb2c.dir/CheckIncludeFile.c.o -c /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckIncludeFile.c /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: histedit.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. make[3]: *** [CMakeFiles/cmTC_6bb2c.dir/build.make:66: CMakeFiles/cmTC_6bb2c.dir/CheckIncludeFile.c.o] Error 1 make[3]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' make[2]: *** [Makefile:121: cmTC_6bb2c/fast] Error 2 make[2]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Determining if the include file CrashReporterClient.h exists failed with the following output: Change Dir: /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_69617/fast && make[2]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_69617.dir/build.make CMakeFiles/cmTC_69617.dir/build make[3]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_69617.dir/CheckIncludeFile.c.o /usr/bin/cc -g -O2 -fdebug-prefix-map=/build/root-cds-6.22.6+cds1=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-implicit-fallthrough -pipe -Wall -W -pthread -o CMakeFiles/cmTC_69617.dir/CheckIncludeFile.c.o -c /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckIncludeFile.c /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: CrashReporterClient.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[3]: *** [CMakeFiles/cmTC_69617.dir/build.make:66: CMakeFiles/cmTC_69617.dir/CheckIncludeFile.c.o] Error 1 make[3]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' make[2]: *** [Makefile:121: cmTC_69617/fast] Error 2 make[2]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Determining if the function xar_open exists in the xar failed with the following output: Change Dir: /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_a8695/fast && make[2]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_a8695.dir/build.make CMakeFiles/cmTC_a8695.dir/build make[3]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a8695.dir/CheckFunctionExists.c.o /usr/bin/cc -g -O2 -fdebug-prefix-map=/build/root-cds-6.22.6+cds1=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-implicit-fallthrough -pipe -Wall -W -pthread -DCHECK_FUNCTION_EXISTS=xar_open -o CMakeFiles/cmTC_a8695.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.16/Modules/CheckFunctionExists.c Linking C executable cmTC_a8695 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a8695.dir/link.txt --verbose=1 /usr/bin/cc -g -O2 -fdebug-prefix-map=/build/root-cds-6.22.6+cds1=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-implicit-fallthrough -pipe -Wall -W -pthread -DCHECK_FUNCTION_EXISTS=xar_open -Wl,-z,relro -rdynamic CMakeFiles/cmTC_a8695.dir/CheckFunctionExists.c.o -o cmTC_a8695 -lxar -lm /usr/bin/ld: cannot find -lxar collect2: error: ld returned 1 exit status make[3]: *** [CMakeFiles/cmTC_a8695.dir/build.make:87: cmTC_a8695] Error 1 make[3]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' make[2]: *** [Makefile:121: cmTC_a8695/fast] Error 2 make[2]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Determining if the arc4random exist failed with the following output: Change Dir: /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_bfed1/fast && make[2]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_bfed1.dir/build.make CMakeFiles/cmTC_bfed1.dir/build make[3]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bfed1.dir/CheckSymbolExists.c.o /usr/bin/cc -g -O2 -fdebug-prefix-map=/build/root-cds-6.22.6+cds1=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-implicit-fallthrough -pipe -Wall -W -pthread -o CMakeFiles/cmTC_bfed1.dir/CheckSymbolExists.c.o -c /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckSymbolExists.c /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'arc4random' undeclared (first use in this function); did you mean 'srandom'? return ((int*)(&arc4random))[argc]; ^~~~~~~~~~ srandom /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckSymbolExists.c:4:14: warning: parameter 'argc' set but not used [-Wunused-but-set-parameter] int main(int argc, char** argv) ~~~~^~~~ make[3]: *** [CMakeFiles/cmTC_bfed1.dir/build.make:66: CMakeFiles/cmTC_bfed1.dir/CheckSymbolExists.c.o] Error 1 make[3]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' make[2]: *** [Makefile:121: cmTC_bfed1/fast] Error 2 make[2]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' File /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef arc4random return ((int*)(&arc4random))[argc]; #else (void)argc; return 0; #endif } Determining if the mallctl exist failed with the following output: Change Dir: /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_12654/fast && make[2]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_12654.dir/build.make CMakeFiles/cmTC_12654.dir/build make[3]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_12654.dir/CheckSymbolExists.c.o /usr/bin/cc -g -O2 -fdebug-prefix-map=/build/root-cds-6.22.6+cds1=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-implicit-fallthrough -pipe -Wall -W -pthread -o CMakeFiles/cmTC_12654.dir/CheckSymbolExists.c.o -c /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckSymbolExists.c /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: malloc_np.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. make[3]: *** [CMakeFiles/cmTC_12654.dir/build.make:66: CMakeFiles/cmTC_12654.dir/CheckSymbolExists.c.o] Error 1 make[3]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' make[2]: *** [Makefile:121: cmTC_12654/fast] Error 2 make[2]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' File /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef mallctl return ((int*)(&mallctl))[argc]; #else (void)argc; return 0; #endif } Determining if the malloc_zone_statistics exist failed with the following output: Change Dir: /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_a904e/fast && make[2]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_a904e.dir/build.make CMakeFiles/cmTC_a904e.dir/build make[3]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a904e.dir/CheckSymbolExists.c.o /usr/bin/cc -g -O2 -fdebug-prefix-map=/build/root-cds-6.22.6+cds1=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-implicit-fallthrough -pipe -Wall -W -pthread -o CMakeFiles/cmTC_a904e.dir/CheckSymbolExists.c.o -c /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckSymbolExists.c /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: malloc/malloc.h: No such file or directory #include ^~~~~~~~~~~~~~~~~ compilation terminated. make[3]: *** [CMakeFiles/cmTC_a904e.dir/build.make:66: CMakeFiles/cmTC_a904e.dir/CheckSymbolExists.c.o] Error 1 make[3]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' make[2]: *** [Makefile:121: cmTC_a904e/fast] Error 2 make[2]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' File /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef malloc_zone_statistics return ((int*)(&malloc_zone_statistics))[argc]; #else (void)argc; return 0; #endif } Determining if the strerror_s exist failed with the following output: Change Dir: /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_860e4/fast && make[2]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_860e4.dir/build.make CMakeFiles/cmTC_860e4.dir/build make[3]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_860e4.dir/CheckSymbolExists.c.o /usr/bin/cc -g -O2 -fdebug-prefix-map=/build/root-cds-6.22.6+cds1=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-implicit-fallthrough -pipe -Wall -W -pthread -o CMakeFiles/cmTC_860e4.dir/CheckSymbolExists.c.o -c /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckSymbolExists.c /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'strerror_s' undeclared (first use in this function); did you mean 'strerror_l'? return ((int*)(&strerror_s))[argc]; ^~~~~~~~~~ strerror_l /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckSymbolExists.c:4:14: warning: parameter 'argc' set but not used [-Wunused-but-set-parameter] int main(int argc, char** argv) ~~~~^~~~ make[3]: *** [CMakeFiles/cmTC_860e4.dir/build.make:66: CMakeFiles/cmTC_860e4.dir/CheckSymbolExists.c.o] Error 1 make[3]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' make[2]: *** [Makefile:121: cmTC_860e4/fast] Error 2 make[2]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' File /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef strerror_s return ((int*)(&strerror_s))[argc]; #else (void)argc; return 0; #endif } Determining if the dladdr exist failed with the following output: Change Dir: /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_e0f01/fast && make[2]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_e0f01.dir/build.make CMakeFiles/cmTC_e0f01.dir/build make[3]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e0f01.dir/CheckSymbolExists.c.o /usr/bin/cc -g -O2 -fdebug-prefix-map=/build/root-cds-6.22.6+cds1=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-implicit-fallthrough -pipe -Wall -W -pthread -o CMakeFiles/cmTC_e0f01.dir/CheckSymbolExists.c.o -c /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckSymbolExists.c /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'dladdr' undeclared (first use in this function) return ((int*)(&dladdr))[argc]; ^~~~~~ /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckSymbolExists.c:4:14: warning: parameter 'argc' set but not used [-Wunused-but-set-parameter] int main(int argc, char** argv) ~~~~^~~~ make[3]: *** [CMakeFiles/cmTC_e0f01.dir/build.make:66: CMakeFiles/cmTC_e0f01.dir/CheckSymbolExists.c.o] Error 1 make[3]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' make[2]: *** [Makefile:121: cmTC_e0f01/fast] Error 2 make[2]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' File /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef dladdr return ((int*)(&dladdr))[argc]; #else (void)argc; return 0; #endif } Performing C++ SOURCE FILE Test HAVE_INT64_T failed with the following output: Change Dir: /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_3bf67/fast && make[2]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_3bf67.dir/build.make CMakeFiles/cmTC_3bf67.dir/build make[3]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_3bf67.dir/src.cxx.o /usr/bin/c++ -g -O2 -fdebug-prefix-map=/build/root-cds-6.22.6+cds1=. -fstack-protector-strong -Wformat =format-security -std=c++11 -Wno-implicit-fallthrough -Wno-noexcept-type -pipe -Wshadow -Wall -W -Woverloaded-virtual -fsigned-char -pthread -DHAVE_INT64_T -std=c++11 -o CMakeFiles/cmTC_3bf67.dir/src.cxx.o -c /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/src.cxx c++: error: =format-security: No such file or directory make[3]: *** [CMakeFiles/cmTC_3bf67.dir/build.make:66: CMakeFiles/cmTC_3bf67.dir/src.cxx.o] Error 1 make[3]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' make[2]: *** [Makefile:121: cmTC_3bf67/fast] Error 2 make[2]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Source file was: #include #include #include int64_t typeVar; int main() { return 0; } Performing C++ SOURCE FILE Test HAVE_UINT64_T failed with the following output: Change Dir: /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_34c26/fast && make[2]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_34c26.dir/build.make CMakeFiles/cmTC_34c26.dir/build make[3]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_34c26.dir/src.cxx.o /usr/bin/c++ -g -O2 -fdebug-prefix-map=/build/root-cds-6.22.6+cds1=. -fstack-protector-strong -Wformat =format-security -std=c++11 -Wno-implicit-fallthrough -Wno-noexcept-type -pipe -Wshadow -Wall -W -Woverloaded-virtual -fsigned-char -pthread -DHAVE_UINT64_T -std=c++11 -o CMakeFiles/cmTC_34c26.dir/src.cxx.o -c /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/src.cxx c++: error: =format-security: No such file or directory make[3]: *** [CMakeFiles/cmTC_34c26.dir/build.make:66: CMakeFiles/cmTC_34c26.dir/src.cxx.o] Error 1 make[3]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' make[2]: *** [Makefile:121: cmTC_34c26/fast] Error 2 make[2]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Source file was: #include #include #include uint64_t typeVar; int main() { return 0; } Performing C++ SOURCE FILE Test HAVE_U_INT64_T failed with the following output: Change Dir: /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_0c985/fast && make[2]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_0c985.dir/build.make CMakeFiles/cmTC_0c985.dir/build make[3]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_0c985.dir/src.cxx.o /usr/bin/c++ -g -O2 -fdebug-prefix-map=/build/root-cds-6.22.6+cds1=. -fstack-protector-strong -Wformat =format-security -std=c++11 -Wno-implicit-fallthrough -Wno-noexcept-type -pipe -Wshadow -Wall -W -Woverloaded-virtual -fsigned-char -pthread -DHAVE_U_INT64_T -std=c++11 -o CMakeFiles/cmTC_0c985.dir/src.cxx.o -c /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/src.cxx c++: error: =format-security: No such file or directory make[3]: *** [CMakeFiles/cmTC_0c985.dir/build.make:66: CMakeFiles/cmTC_0c985.dir/src.cxx.o] Error 1 make[3]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' make[2]: *** [Makefile:121: cmTC_0c985/fast] Error 2 make[2]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Source file was: #include #include #include u_int64_t typeVar; int main() { return 0; } Performing C++ SOURCE FILE Test HAVE_CXX_ATOMICS_WITHOUT_LIB failed with the following output: Change Dir: /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_2952b/fast && make[2]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_2952b.dir/build.make CMakeFiles/cmTC_2952b.dir/build make[3]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_2952b.dir/src.cxx.o /usr/bin/c++ -g -O2 -fdebug-prefix-map=/build/root-cds-6.22.6+cds1=. -fstack-protector-strong -Wformat =format-security -std=c++11 -Wno-implicit-fallthrough -Wno-noexcept-type -pipe -Wshadow -Wall -W -Woverloaded-virtual -fsigned-char -pthread -DHAVE_CXX_ATOMICS_WITHOUT_LIB -std=c++11 -std=c++11 -o CMakeFiles/cmTC_2952b.dir/src.cxx.o -c /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/src.cxx c++: error: =format-security: No such file or directory make[3]: *** [CMakeFiles/cmTC_2952b.dir/build.make:66: CMakeFiles/cmTC_2952b.dir/src.cxx.o] Error 1 make[3]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' make[2]: *** [Makefile:121: cmTC_2952b/fast] Error 2 make[2]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Source file was: #include std::atomic x; int main() { return x; } Performing C++ SOURCE FILE Test HAVE_CXX_ATOMICS_WITH_LIB failed with the following output: Change Dir: /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_ab177/fast && make[2]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_ab177.dir/build.make CMakeFiles/cmTC_ab177.dir/build make[3]: Entering directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_ab177.dir/src.cxx.o /usr/bin/c++ -g -O2 -fdebug-prefix-map=/build/root-cds-6.22.6+cds1=. -fstack-protector-strong -Wformat =format-security -std=c++11 -Wno-implicit-fallthrough -Wno-noexcept-type -pipe -Wshadow -Wall -W -Woverloaded-virtual -fsigned-char -pthread -DHAVE_CXX_ATOMICS_WITH_LIB -std=c++11 -std=c++11 -o CMakeFiles/cmTC_ab177.dir/src.cxx.o -c /build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp/src.cxx c++: error: =format-security: No such file or directory make[3]: *** [CMakeFiles/cmTC_ab177.dir/build.make:66: CMakeFiles/cmTC_ab177.dir/src.cxx.o] Error 1 make[3]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' make[2]: *** [Makefile:121: cmTC_ab177/fast] Error 2 make[2]: Leaving directory '/build/root-cds-6.22.6+cds1/.build/pkg/CMakeFiles/CMakeTmp' Source file was: #include std::atomic x; int main() { return x; }