Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output: Change Dir: /tmp/instance-3/output-1/build/gerbera-1.8.2/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_159a1/fast && make[1]: Entering directory '/tmp/instance-3/output-1/build/gerbera-1.8.2/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_159a1.dir/build.make CMakeFiles/cmTC_159a1.dir/build make[2]: Entering directory '/tmp/instance-3/output-1/build/gerbera-1.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_159a1.dir/src.c.o /tmp/instance-3/output-1/per-package/gerbera/host/bin/sparc64-linux-gcc --sysroot=/tmp/instance-3/output-1/per-package/gerbera/host/sparc64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DCMAKE_HAVE_LIBC_PTHREAD -DNDEBUG -o CMakeFiles/cmTC_159a1.dir/src.c.o -c /tmp/instance-3/output-1/build/gerbera-1.8.2/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_159a1 /tmp/instance-3/output-1/per-package/gerbera/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_159a1.dir/link.txt --verbose=1 /tmp/instance-3/output-1/per-package/gerbera/host/bin/sparc64-linux-gcc --sysroot=/tmp/instance-3/output-1/per-package/gerbera/host/sparc64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DCMAKE_HAVE_LIBC_PTHREAD -DNDEBUG -latomic CMakeFiles/cmTC_159a1.dir/src.c.o -o cmTC_159a1 /tmp/instance-3/output-1/per-package/gerbera/host/opt/ext-toolchain/bin/../lib/gcc/sparc64-buildroot-linux-gnu/9.3.0/../../../../sparc64-buildroot-linux-gnu/bin/ld: CMakeFiles/cmTC_159a1.dir/src.c.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2' /tmp/instance-3/output-1/per-package/gerbera/host/opt/ext-toolchain/bin/../lib/gcc/sparc64-buildroot-linux-gnu/9.3.0/../../../../sparc64-buildroot-linux-gnu/bin/ld: /tmp/instance-3/output-1/per-package/gerbera/host/sparc64-buildroot-linux-gnu/sysroot/lib64/libpthread.so.0: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_159a1.dir/build.make:90: cmTC_159a1] Error 1 make[2]: Leaving directory '/tmp/instance-3/output-1/build/gerbera-1.8.2/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:124: cmTC_159a1/fast] Error 2 make[1]: Leaving directory '/tmp/instance-3/output-1/build/gerbera-1.8.2/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: /tmp/instance-3/output-1/build/gerbera-1.8.2/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_7e02e/fast && make[1]: Entering directory '/tmp/instance-3/output-1/build/gerbera-1.8.2/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_7e02e.dir/build.make CMakeFiles/cmTC_7e02e.dir/build make[2]: Entering directory '/tmp/instance-3/output-1/build/gerbera-1.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7e02e.dir/CheckFunctionExists.c.o /tmp/instance-3/output-1/per-package/gerbera/host/bin/sparc64-linux-gcc --sysroot=/tmp/instance-3/output-1/per-package/gerbera/host/sparc64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=pthread_create -DNDEBUG -o CMakeFiles/cmTC_7e02e.dir/CheckFunctionExists.c.o -c /tmp/instance-3/output-1/per-package/gerbera/host/share/cmake-3.16/Modules/CheckFunctionExists.c Linking C executable cmTC_7e02e /tmp/instance-3/output-1/per-package/gerbera/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7e02e.dir/link.txt --verbose=1 /tmp/instance-3/output-1/per-package/gerbera/host/bin/sparc64-linux-gcc --sysroot=/tmp/instance-3/output-1/per-package/gerbera/host/sparc64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=pthread_create -DNDEBUG -latomic CMakeFiles/cmTC_7e02e.dir/CheckFunctionExists.c.o -o cmTC_7e02e -lpthreads /tmp/instance-3/output-1/per-package/gerbera/host/opt/ext-toolchain/bin/../lib/gcc/sparc64-buildroot-linux-gnu/9.3.0/../../../../sparc64-buildroot-linux-gnu/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_7e02e.dir/build.make:90: cmTC_7e02e] Error 1 make[2]: Leaving directory '/tmp/instance-3/output-1/build/gerbera-1.8.2/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:124: cmTC_7e02e/fast] Error 2 make[1]: Leaving directory '/tmp/instance-3/output-1/build/gerbera-1.8.2/CMakeFiles/CMakeTmp' Performing C++ SOURCE FILE Test FOUND_BSD_UUID failed with the following output: Change Dir: /tmp/instance-3/output-1/build/gerbera-1.8.2/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_82088/fast && make[1]: Entering directory '/tmp/instance-3/output-1/build/gerbera-1.8.2/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_82088.dir/build.make CMakeFiles/cmTC_82088.dir/build make[2]: Entering directory '/tmp/instance-3/output-1/build/gerbera-1.8.2/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_82088.dir/src.cxx.o /tmp/instance-3/output-1/per-package/gerbera/host/bin/sparc64-linux-g++ --sysroot=/tmp/instance-3/output-1/per-package/gerbera/host/sparc64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -O2 -DFOUND_BSD_UUID -DNDEBUG -std=c++17 -o CMakeFiles/cmTC_82088.dir/src.cxx.o -c /tmp/instance-3/output-1/build/gerbera-1.8.2/CMakeFiles/CMakeTmp/src.cxx /tmp/instance-3/output-1/build/gerbera-1.8.2/CMakeFiles/CMakeTmp/src.cxx:2:13: fatal error: uuid.h: No such file or directory 2 | #include | ^~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_82088.dir/build.make:69: CMakeFiles/cmTC_82088.dir/src.cxx.o] Error 1 make[2]: Leaving directory '/tmp/instance-3/output-1/build/gerbera-1.8.2/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:124: cmTC_82088/fast] Error 2 make[1]: Leaving directory '/tmp/instance-3/output-1/build/gerbera-1.8.2/CMakeFiles/CMakeTmp' ...and run output: Return value: 1 Source file was: #include int main(void) { uuid_t uuid; uint32_t status; uuid_create(&uuid, &status); return 0; }