Determining if the pthread_create exist failed with the following output: Change Dir: /tmp/instance-3/output-1/build/gerbera-v1.3.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_14e62/fast" make[1]: Entering directory '/tmp/instance-3/output-1/build/gerbera-v1.3.0/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_14e62.dir/build.make CMakeFiles/cmTC_14e62.dir/build make[2]: Entering directory '/tmp/instance-3/output-1/build/gerbera-v1.3.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_14e62.dir/CheckSymbolExists.c.o /tmp/instance-3/output-1/host/bin/powerpc64-linux-gcc --sysroot=/tmp/instance-3/output-1/host/powerpc64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 -o CMakeFiles/cmTC_14e62.dir/CheckSymbolExists.c.o -c /tmp/instance-3/output-1/build/gerbera-v1.3.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_14e62 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_14e62.dir/link.txt --verbose=1 /tmp/instance-3/output-1/host/bin/powerpc64-linux-gcc --sysroot=/tmp/instance-3/output-1/host/powerpc64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 CMakeFiles/cmTC_14e62.dir/CheckSymbolExists.c.o -o cmTC_14e62 CMakeFiles/cmTC_14e62.dir/CheckSymbolExists.c.o:(.toc+0x0): undefined reference to `pthread_create' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_14e62.dir/build.make:87: cmTC_14e62] Error 1 make[2]: Leaving directory '/tmp/instance-3/output-1/build/gerbera-v1.3.0/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_14e62/fast] Error 2 make[1]: Leaving directory '/tmp/instance-3/output-1/build/gerbera-v1.3.0/CMakeFiles/CMakeTmp' File /tmp/instance-3/output-1/build/gerbera-v1.3.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef pthread_create return ((int*)(&pthread_create))[argc]; #else (void)argc; return 0; #endif } Determining if the function pthread_create exists in the pthreads failed with the following output: Change Dir: /tmp/instance-3/output-1/build/gerbera-v1.3.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_060ac/fast" make[1]: Entering directory '/tmp/instance-3/output-1/build/gerbera-v1.3.0/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_060ac.dir/build.make CMakeFiles/cmTC_060ac.dir/build make[2]: Entering directory '/tmp/instance-3/output-1/build/gerbera-v1.3.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_060ac.dir/CheckFunctionExists.c.o /tmp/instance-3/output-1/host/bin/powerpc64-linux-gcc --sysroot=/tmp/instance-3/output-1/host/powerpc64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_060ac.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.13/Modules/CheckFunctionExists.c Linking C executable cmTC_060ac /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_060ac.dir/link.txt --verbose=1 /tmp/instance-3/output-1/host/bin/powerpc64-linux-gcc --sysroot=/tmp/instance-3/output-1/host/powerpc64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_060ac.dir/CheckFunctionExists.c.o -o cmTC_060ac -lpthreads /tmp/instance-3/output-1/host/opt/ext-toolchain/bin/../lib/gcc/powerpc64-buildroot-linux-gnu/7.4.0/../../../../powerpc64-buildroot-linux-gnu/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_060ac.dir/build.make:87: cmTC_060ac] Error 1 make[2]: Leaving directory '/tmp/instance-3/output-1/build/gerbera-v1.3.0/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_060ac/fast] Error 2 make[1]: Leaving directory '/tmp/instance-3/output-1/build/gerbera-v1.3.0/CMakeFiles/CMakeTmp' Performing C++ SOURCE FILE Test ICONV_SECOND_ARGUMENT_IS_CONST failed with the following output: Change Dir: /tmp/instance-3/output-1/build/gerbera-v1.3.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_2583b/fast" make[1]: Entering directory '/tmp/instance-3/output-1/build/gerbera-v1.3.0/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_2583b.dir/build.make CMakeFiles/cmTC_2583b.dir/build make[2]: Entering directory '/tmp/instance-3/output-1/build/gerbera-v1.3.0/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_2583b.dir/src.cxx.o /tmp/instance-3/output-1/host/bin/powerpc64-linux-g++ --sysroot=/tmp/instance-3/output-1/host/powerpc64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 -latomic -Wall -DICONV_SECOND_ARGUMENT_IS_CONST -std=c++1z -o CMakeFiles/cmTC_2583b.dir/src.cxx.o -c /tmp/instance-3/output-1/build/gerbera-v1.3.0/CMakeFiles/CMakeTmp/src.cxx /tmp/instance-3/output-1/build/gerbera-v1.3.0/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()': /tmp/instance-3/output-1/build/gerbera-v1.3.0/CMakeFiles/CMakeTmp/src.cxx:9:17: error: invalid conversion from 'const char**' to 'char**' [-fpermissive] iconv(conv, &in, &ilen, &out, &olen); ^~~ In file included from /tmp/instance-3/output-1/build/gerbera-v1.3.0/CMakeFiles/CMakeTmp/src.cxx:2:0: /tmp/instance-3/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/iconv.h:42:15: note: initializing argument 2 of 'size_t iconv(iconv_t, char**, size_t*, char**, size_t*)' extern size_t iconv (iconv_t __cd, char **__restrict __inbuf, ^~~~~ make[2]: *** [CMakeFiles/cmTC_2583b.dir/build.make:66: CMakeFiles/cmTC_2583b.dir/src.cxx.o] Error 1 make[2]: Leaving directory '/tmp/instance-3/output-1/build/gerbera-v1.3.0/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_2583b/fast] Error 2 make[1]: Leaving directory '/tmp/instance-3/output-1/build/gerbera-v1.3.0/CMakeFiles/CMakeTmp' Source file was: #include int main(){ iconv_t conv = 0; const char* in = 0; size_t ilen = 0; char* out = 0; size_t olen = 0; iconv(conv, &in, &ilen, &out, &olen); return 0; } Performing C++ SOURCE FILE Test FOUND_BSD_UUID failed with the following output: Change Dir: /tmp/instance-3/output-1/build/gerbera-v1.3.0/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_1ee87/fast" make[1]: Entering directory '/tmp/instance-3/output-1/build/gerbera-v1.3.0/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_1ee87.dir/build.make CMakeFiles/cmTC_1ee87.dir/build make[2]: Entering directory '/tmp/instance-3/output-1/build/gerbera-v1.3.0/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_1ee87.dir/src.cxx.o /tmp/instance-3/output-1/host/bin/powerpc64-linux-g++ --sysroot=/tmp/instance-3/output-1/host/powerpc64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 -latomic -Wall -DFOUND_BSD_UUID -std=c++1z -o CMakeFiles/cmTC_1ee87.dir/src.cxx.o -c /tmp/instance-3/output-1/build/gerbera-v1.3.0/CMakeFiles/CMakeTmp/src.cxx /tmp/instance-3/output-1/build/gerbera-v1.3.0/CMakeFiles/CMakeTmp/src.cxx:2:13: fatal error: uuid.h: No such file or directory #include ^~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_1ee87.dir/build.make:66: CMakeFiles/cmTC_1ee87.dir/src.cxx.o] Error 1 make[2]: Leaving directory '/tmp/instance-3/output-1/build/gerbera-v1.3.0/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_1ee87/fast] Error 2 make[1]: Leaving directory '/tmp/instance-3/output-1/build/gerbera-v1.3.0/CMakeFiles/CMakeTmp' Return value: 1 Source file was: #include int main(void) { uuid_t uuid; uint32_t status; uuid_create(&uuid, &status); return 0; }