Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output: Change Dir: /tmp/instance-0/output-1/build/gerbera-1.8.2/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_bd0e9/fast && make[1]: Entering directory '/tmp/instance-0/output-1/build/gerbera-1.8.2/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_bd0e9.dir/build.make CMakeFiles/cmTC_bd0e9.dir/build make[2]: Entering directory '/tmp/instance-0/output-1/build/gerbera-1.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bd0e9.dir/src.c.o /tmp/instance-0/output-1/per-package/gerbera/host/bin/aarch64-none-linux-gnu-gcc --sysroot=/tmp/instance-0/output-1/per-package/gerbera/host/aarch64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -DCMAKE_HAVE_LIBC_PTHREAD -DNDEBUG -o CMakeFiles/cmTC_bd0e9.dir/src.c.o -c /tmp/instance-0/output-1/build/gerbera-1.8.2/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_bd0e9 /tmp/instance-0/output-1/per-package/gerbera/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bd0e9.dir/link.txt --verbose=1 /tmp/instance-0/output-1/per-package/gerbera/host/bin/aarch64-none-linux-gnu-gcc --sysroot=/tmp/instance-0/output-1/per-package/gerbera/host/aarch64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -DCMAKE_HAVE_LIBC_PTHREAD -DNDEBUG -latomic CMakeFiles/cmTC_bd0e9.dir/src.c.o -o cmTC_bd0e9 /tmp/instance-0/output-1/per-package/gerbera/host/opt/ext-toolchain/bin/../lib/gcc/aarch64-none-linux-gnu/10.2.1/../../../../aarch64-none-linux-gnu/bin/ld: CMakeFiles/cmTC_bd0e9.dir/src.c.o: undefined reference to symbol 'pthread_create@@GLIBC_2.17' /tmp/instance-0/output-1/per-package/gerbera/host/opt/ext-toolchain/bin/../lib/gcc/aarch64-none-linux-gnu/10.2.1/../../../../aarch64-none-linux-gnu/bin/ld: /tmp/instance-0/output-1/per-package/gerbera/host/aarch64-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_bd0e9.dir/build.make:90: cmTC_bd0e9] Error 1 make[2]: Leaving directory '/tmp/instance-0/output-1/build/gerbera-1.8.2/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:124: cmTC_bd0e9/fast] Error 2 make[1]: Leaving directory '/tmp/instance-0/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-0/output-1/build/gerbera-1.8.2/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_d9816/fast && make[1]: Entering directory '/tmp/instance-0/output-1/build/gerbera-1.8.2/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_d9816.dir/build.make CMakeFiles/cmTC_d9816.dir/build make[2]: Entering directory '/tmp/instance-0/output-1/build/gerbera-1.8.2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d9816.dir/CheckFunctionExists.c.o /tmp/instance-0/output-1/per-package/gerbera/host/bin/aarch64-none-linux-gnu-gcc --sysroot=/tmp/instance-0/output-1/per-package/gerbera/host/aarch64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=pthread_create -DNDEBUG -o CMakeFiles/cmTC_d9816.dir/CheckFunctionExists.c.o -c /tmp/instance-0/output-1/per-package/gerbera/host/share/cmake-3.16/Modules/CheckFunctionExists.c Linking C executable cmTC_d9816 /tmp/instance-0/output-1/per-package/gerbera/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d9816.dir/link.txt --verbose=1 /tmp/instance-0/output-1/per-package/gerbera/host/bin/aarch64-none-linux-gnu-gcc --sysroot=/tmp/instance-0/output-1/per-package/gerbera/host/aarch64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=pthread_create -DNDEBUG -latomic CMakeFiles/cmTC_d9816.dir/CheckFunctionExists.c.o -o cmTC_d9816 -lpthreads /tmp/instance-0/output-1/per-package/gerbera/host/opt/ext-toolchain/bin/../lib/gcc/aarch64-none-linux-gnu/10.2.1/../../../../aarch64-none-linux-gnu/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_d9816.dir/build.make:90: cmTC_d9816] Error 1 make[2]: Leaving directory '/tmp/instance-0/output-1/build/gerbera-1.8.2/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:124: cmTC_d9816/fast] Error 2 make[1]: Leaving directory '/tmp/instance-0/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-0/output-1/build/gerbera-1.8.2/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_44e10/fast && make[1]: Entering directory '/tmp/instance-0/output-1/build/gerbera-1.8.2/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_44e10.dir/build.make CMakeFiles/cmTC_44e10.dir/build make[2]: Entering directory '/tmp/instance-0/output-1/build/gerbera-1.8.2/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_44e10.dir/src.cxx.o /tmp/instance-0/output-1/per-package/gerbera/host/bin/aarch64-none-linux-gnu-g++ --sysroot=/tmp/instance-0/output-1/per-package/gerbera/host/aarch64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -DFOUND_BSD_UUID -DNDEBUG -std=c++17 -o CMakeFiles/cmTC_44e10.dir/src.cxx.o -c /tmp/instance-0/output-1/build/gerbera-1.8.2/CMakeFiles/CMakeTmp/src.cxx /tmp/instance-0/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_44e10.dir/build.make:69: CMakeFiles/cmTC_44e10.dir/src.cxx.o] Error 1 make[2]: Leaving directory '/tmp/instance-0/output-1/build/gerbera-1.8.2/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:124: cmTC_44e10/fast] Error 2 make[1]: Leaving directory '/tmp/instance-0/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; }