Determining if the getrandom exist failed with the following output: Change Dir: /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_e4f5e/fast" gmake[1]: Entering directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_e4f5e.dir/build.make CMakeFiles/cmTC_e4f5e.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e4f5e.dir/CheckSymbolExists.c.o /home/naourr/work/instance-0/output/host/bin/m68k-linux-gcc --sysroot=/home/naourr/work/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -o CMakeFiles/cmTC_e4f5e.dir/CheckSymbolExists.c.o -c /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'getrandom' undeclared (first use in this function) return ((int*)(&getrandom))[argc]; ^~~~~~~~~ /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in gmake[2]: *** [CMakeFiles/cmTC_e4f5e.dir/build.make:66: CMakeFiles/cmTC_e4f5e.dir/CheckSymbolExists.c.o] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:126: cmTC_e4f5e/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' File /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef getrandom return ((int*)(&getrandom))[argc]; #else (void)argc; return 0; #endif } Determining if the arc4random_buf exist failed with the following output: Change Dir: /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_1f1ea/fast" gmake[1]: Entering directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_1f1ea.dir/build.make CMakeFiles/cmTC_1f1ea.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1f1ea.dir/CheckSymbolExists.c.o /home/naourr/work/instance-0/output/host/bin/m68k-linux-gcc --sysroot=/home/naourr/work/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -o CMakeFiles/cmTC_1f1ea.dir/CheckSymbolExists.c.o -c /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'arc4random_buf' undeclared (first use in this function) return ((int*)(&arc4random_buf))[argc]; ^~~~~~~~~~~~~~ /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in gmake[2]: *** [CMakeFiles/cmTC_1f1ea.dir/build.make:66: CMakeFiles/cmTC_1f1ea.dir/CheckSymbolExists.c.o] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:126: cmTC_1f1ea/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' File /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef arc4random_buf return ((int*)(&arc4random_buf))[argc]; #else (void)argc; return 0; #endif } Determining if the arc4random exist failed with the following output: Change Dir: /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_9b8af/fast" gmake[1]: Entering directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_9b8af.dir/build.make CMakeFiles/cmTC_9b8af.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9b8af.dir/CheckSymbolExists.c.o /home/naourr/work/instance-0/output/host/bin/m68k-linux-gcc --sysroot=/home/naourr/work/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -o CMakeFiles/cmTC_9b8af.dir/CheckSymbolExists.c.o -c /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'arc4random' undeclared (first use in this function) return ((int*)(&arc4random))[argc]; ^~~~~~~~~~ /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in gmake[2]: *** [CMakeFiles/cmTC_9b8af.dir/build.make:66: CMakeFiles/cmTC_9b8af.dir/CheckSymbolExists.c.o] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:126: cmTC_9b8af/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' File /home/naourr/work/instance-0/output/build/minizip-2.5.3/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 function arc4random_buf exists in the bsd failed with the following output: Change Dir: /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_a838c/fast" gmake[1]: Entering directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_a838c.dir/build.make CMakeFiles/cmTC_a838c.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a838c.dir/CheckFunctionExists.c.o /home/naourr/work/instance-0/output/host/bin/m68k-linux-gcc --sysroot=/home/naourr/work/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DCHECK_FUNCTION_EXISTS=arc4random_buf -DNDEBUG -o CMakeFiles/cmTC_a838c.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_a838c /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a838c.dir/link.txt --verbose=1 /home/naourr/work/instance-0/output/host/bin/m68k-linux-gcc --sysroot=/home/naourr/work/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DCHECK_FUNCTION_EXISTS=arc4random_buf -DNDEBUG -rdynamic CMakeFiles/cmTC_a838c.dir/CheckFunctionExists.c.o -o cmTC_a838c -lbsd /home/naourr/work/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot/usr/lib/libbsd.so: undefined reference to `__register_atfork' collect2: error: ld returned 1 exit status gmake[2]: *** [CMakeFiles/cmTC_a838c.dir/build.make:87: cmTC_a838c] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:126: cmTC_a838c/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' Determining if the function z_get_crc_table exists failed with the following output: Change Dir: /home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_b9a98/fast" gmake[1]: Entering directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_b9a98.dir/build.make CMakeFiles/cmTC_b9a98.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b9a98.dir/CheckFunctionExists.c.o /home/naourr/work/instance-0/output/host/bin/m68k-linux-gcc --sysroot=/home/naourr/work/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DCHECK_FUNCTION_EXISTS=z_get_crc_table -DNDEBUG -o CMakeFiles/cmTC_b9a98.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_b9a98 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b9a98.dir/link.txt --verbose=1 /home/naourr/work/instance-0/output/host/bin/m68k-linux-gcc --sysroot=/home/naourr/work/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DCHECK_FUNCTION_EXISTS=z_get_crc_table -DNDEBUG -rdynamic CMakeFiles/cmTC_b9a98.dir/CheckFunctionExists.c.o -o cmTC_b9a98 /home/naourr/work/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot/usr/lib/libz.so CMakeFiles/cmTC_b9a98.dir/CheckFunctionExists.c.o: In function `main': CheckFunctionExists.c:(.text.startup+0x6): undefined reference to `z_get_crc_table' collect2: error: ld returned 1 exit status gmake[2]: *** [CMakeFiles/cmTC_b9a98.dir/build.make:88: cmTC_b9a98] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:126: cmTC_b9a98/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-0/output/build/minizip-2.5.3/CMakeFiles/CMakeTmp'