Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_c9fab && [1/2] Building C object CMakeFiles/cmTC_c9fab.dir/src.c.o [2/2] Linking C executable cmTC_c9fab FAILED: cmTC_c9fab : && /usr/bin/cc CMakeFiles/cmTC_c9fab.dir/src.c.o -o cmTC_c9fab && : /usr/bin/ld: CMakeFiles/cmTC_c9fab.dir/src.c.o: in function `main': src.c:(.text+0x2f): undefined reference to `pthread_create' /usr/bin/ld: src.c:(.text+0x3b): undefined reference to `pthread_detach' /usr/bin/ld: src.c:(.text+0x47): undefined reference to `pthread_cancel' /usr/bin/ld: src.c:(.text+0x58): undefined reference to `pthread_join' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Source file was: #include static void* test_func(void* data) { return data; } int main(void) { pthread_t thread; pthread_create(&thread, NULL, test_func, NULL); pthread_detach(thread); pthread_cancel(thread); pthread_join(thread, NULL); pthread_atfork(NULL, NULL, NULL); pthread_exit(NULL); return 0; } Determining if the include file dl.h exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_a742f && [1/2] Building C object CMakeFiles/cmTC_a742f.dir/CheckIncludeFile.c.o FAILED: CMakeFiles/cmTC_a742f.dir/CheckIncludeFile.c.o /usr/bin/cc -o CMakeFiles/cmTC_a742f.dir/CheckIncludeFile.c.o -c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: dl.h: No such file or directory 1 | #include | ^~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Determining if the include file dmalloc.h exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_ffe74 && [1/2] Building C object CMakeFiles/cmTC_ffe74.dir/CheckIncludeFile.c.o FAILED: CMakeFiles/cmTC_ffe74.dir/CheckIncludeFile.c.o /usr/bin/cc -o CMakeFiles/cmTC_ffe74.dir/CheckIncludeFile.c.o -c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: dmalloc.h: No such file or directory 1 | #include | ^~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Determining if the include file floatingpoint.h exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_681c7 && [1/2] Building C object CMakeFiles/cmTC_681c7.dir/CheckIncludeFile.c.o FAILED: CMakeFiles/cmTC_681c7.dir/CheckIncludeFile.c.o /usr/bin/cc -o CMakeFiles/cmTC_681c7.dir/CheckIncludeFile.c.o -c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: floatingpoint.h: No such file or directory 1 | #include | ^~~~~~~~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Determining if the include file ieeefp.h exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_56f2c && [1/2] Building C object CMakeFiles/cmTC_56f2c.dir/CheckIncludeFile.c.o FAILED: CMakeFiles/cmTC_56f2c.dir/CheckIncludeFile.c.o /usr/bin/cc -o CMakeFiles/cmTC_56f2c.dir/CheckIncludeFile.c.o -c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: ieeefp.h: No such file or directory 1 | #include | ^~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Determining if the include file libloaderapi.h exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_3d5de && [1/2] Building C object CMakeFiles/cmTC_3d5de.dir/CheckIncludeFile.c.o FAILED: CMakeFiles/cmTC_3d5de.dir/CheckIncludeFile.c.o /usr/bin/cc -o CMakeFiles/cmTC_3d5de.dir/CheckIncludeFile.c.o -c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: libloaderapi.h: No such file or directory 1 | #include | ^~~~~~~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Determining if the include file ncurses/curses.h exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_650a3 && [1/2] Building C object CMakeFiles/cmTC_650a3.dir/CheckIncludeFile.c.o FAILED: CMakeFiles/cmTC_650a3.dir/CheckIncludeFile.c.o /usr/bin/cc -o CMakeFiles/cmTC_650a3.dir/CheckIncludeFile.c.o -c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: ncurses/curses.h: No such file or directory 1 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Determining if the include file ncurses/term.h exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_42ee5 && [1/2] Building C object CMakeFiles/cmTC_42ee5.dir/CheckIncludeFile.c.o FAILED: CMakeFiles/cmTC_42ee5.dir/CheckIncludeFile.c.o /usr/bin/cc -o CMakeFiles/cmTC_42ee5.dir/CheckIncludeFile.c.o -c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: ncurses/term.h: No such file or directory 1 | #include | ^~~~~~~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Determining if the include file shlobj.h exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_6d8c7 && [1/2] Building C object CMakeFiles/cmTC_6d8c7.dir/CheckIncludeFile.c.o FAILED: CMakeFiles/cmTC_6d8c7.dir/CheckIncludeFile.c.o /usr/bin/cc -o CMakeFiles/cmTC_6d8c7.dir/CheckIncludeFile.c.o -c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: shlobj.h: No such file or directory 1 | #include | ^~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Determining if the include file sys/ndir.h exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_20882 && [1/2] Building C object CMakeFiles/cmTC_20882.dir/CheckIncludeFile.c.o FAILED: CMakeFiles/cmTC_20882.dir/CheckIncludeFile.c.o /usr/bin/cc -o CMakeFiles/cmTC_20882.dir/CheckIncludeFile.c.o -c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: sys/ndir.h: No such file or directory 1 | #include | ^~~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Determining if the include file sys/termio.h exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_e56e1 && [1/2] Building C object CMakeFiles/cmTC_e56e1.dir/CheckIncludeFile.c.o FAILED: CMakeFiles/cmTC_e56e1.dir/CheckIncludeFile.c.o /usr/bin/cc -o CMakeFiles/cmTC_e56e1.dir/CheckIncludeFile.c.o -c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: sys/termio.h: No such file or directory 1 | #include | ^~~~~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Determining if the include file valgrind/valgrind.h exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_ba219 && [1/2] Building C object CMakeFiles/cmTC_ba219.dir/CheckIncludeFile.c.o FAILED: CMakeFiles/cmTC_ba219.dir/CheckIncludeFile.c.o /usr/bin/cc -o CMakeFiles/cmTC_ba219.dir/CheckIncludeFile.c.o -c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: valgrind/valgrind.h: No such file or directory 1 | #include | ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Determining if the include file vfork.h exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_1c436 && [1/2] Building C object CMakeFiles/cmTC_1c436.dir/CheckIncludeFile.c.o FAILED: CMakeFiles/cmTC_1c436.dir/CheckIncludeFile.c.o /usr/bin/cc -o CMakeFiles/cmTC_1c436.dir/CheckIncludeFile.c.o -c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: vfork.h: No such file or directory 1 | #include | ^~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Determining if the include file mach/thread_act.h exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_1802a && [1/2] Building C object CMakeFiles/cmTC_1802a.dir/CheckIncludeFile.c.o FAILED: CMakeFiles/cmTC_1802a.dir/CheckIncludeFile.c.o /usr/bin/cc -o CMakeFiles/cmTC_1802a.dir/CheckIncludeFile.c.o -c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: mach/thread_act.h: No such file or directory 1 | #include | ^~~~~~~~~~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Determining if the include file sys/stropts.h exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_7a25f && [1/2] Building C object CMakeFiles/cmTC_7a25f.dir/CheckIncludeFile.c.o FAILED: CMakeFiles/cmTC_7a25f.dir/CheckIncludeFile.c.o /usr/bin/cc -o CMakeFiles/cmTC_7a25f.dir/CheckIncludeFile.c.o -c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: sys/stropts.h: No such file or directory 1 | #include | ^~~~~~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Determining if the include file crt_externs.h exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_4c910 && [1/2] Building C object CMakeFiles/cmTC_4c910.dir/CheckIncludeFile.c.o FAILED: CMakeFiles/cmTC_4c910.dir/CheckIncludeFile.c.o /usr/bin/cc -o CMakeFiles/cmTC_4c910.dir/CheckIncludeFile.c.o -c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: crt_externs.h: No such file or directory 1 | #include | ^~~~~~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Determining if the function qsort_s exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_b9f21 && [1/2] Building C object CMakeFiles/cmTC_b9f21.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_b9f21 FAILED: cmTC_b9f21 : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=qsort_s CMakeFiles/cmTC_b9f21.dir/CheckFunctionExists.c.o -o cmTC_b9f21 -ldl -lm -lrt -lcurses /usr/lib/x86_64-linux-gnu/libform.so /usr/lib/x86_64-linux-gnu/libgmp.so -pthread && : /usr/bin/ld: CMakeFiles/cmTC_b9f21.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `qsort_s' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if the function stricmp exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_5e1cf && [1/2] Building C object CMakeFiles/cmTC_5e1cf.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_5e1cf FAILED: cmTC_5e1cf : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=stricmp CMakeFiles/cmTC_5e1cf.dir/CheckFunctionExists.c.o -o cmTC_5e1cf -ldl -lm -lrt -lcurses /usr/lib/x86_64-linux-gnu/libform.so /usr/lib/x86_64-linux-gnu/libgmp.so -pthread && : /usr/bin/ld: CMakeFiles/cmTC_5e1cf.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `stricmp' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if the function strlwr exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_79e7c && [1/2] Building C object CMakeFiles/cmTC_79e7c.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_79e7c FAILED: cmTC_79e7c : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=strlwr CMakeFiles/cmTC_79e7c.dir/CheckFunctionExists.c.o -o cmTC_79e7c -ldl -lm -lrt -lcurses /usr/lib/x86_64-linux-gnu/libform.so /usr/lib/x86_64-linux-gnu/libgmp.so -pthread && : /usr/bin/ld: CMakeFiles/cmTC_79e7c.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `strlwr' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if the function mbcasescoll exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_33f0c && [1/2] Building C object CMakeFiles/cmTC_33f0c.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_33f0c FAILED: cmTC_33f0c : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=mbcasescoll CMakeFiles/cmTC_33f0c.dir/CheckFunctionExists.c.o -o cmTC_33f0c -ldl -lm -lrt -lcurses /usr/lib/x86_64-linux-gnu/libform.so /usr/lib/x86_64-linux-gnu/libgmp.so -pthread && : /usr/bin/ld: CMakeFiles/cmTC_33f0c.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `mbcasescoll' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if the function _NSGetEnviron exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_0ae90 && [1/2] Building C object CMakeFiles/cmTC_0ae90.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_0ae90 FAILED: cmTC_0ae90 : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=_NSGetEnviron CMakeFiles/cmTC_0ae90.dir/CheckFunctionExists.c.o -o cmTC_0ae90 -ldl -lm -lrt -lcurses /usr/lib/x86_64-linux-gnu/libform.so /usr/lib/x86_64-linux-gnu/libgmp.so -pthread && : /usr/bin/ld: CMakeFiles/cmTC_0ae90.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `_NSGetEnviron' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if the function shl_load exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_025ef && [1/2] Building C object CMakeFiles/cmTC_025ef.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_025ef FAILED: cmTC_025ef : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=shl_load CMakeFiles/cmTC_025ef.dir/CheckFunctionExists.c.o -o cmTC_025ef -ldl -lm -lrt -lcurses /usr/lib/x86_64-linux-gnu/libform.so /usr/lib/x86_64-linux-gnu/libgmp.so -pthread && : /usr/bin/ld: CMakeFiles/cmTC_025ef.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `shl_load' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if the function sgttyb exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_125cb && [1/2] Building C object CMakeFiles/cmTC_125cb.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_125cb FAILED: cmTC_125cb : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=sgttyb CMakeFiles/cmTC_125cb.dir/CheckFunctionExists.c.o -o cmTC_125cb -ldl -lm -lrt -lcurses /usr/lib/x86_64-linux-gnu/libform.so /usr/lib/x86_64-linux-gnu/libgmp.so -pthread && : /usr/bin/ld: CMakeFiles/cmTC_125cb.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `sgttyb' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if the function fpclass exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_191dc && [1/2] Building C object CMakeFiles/cmTC_191dc.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_191dc FAILED: cmTC_191dc : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=fpclass CMakeFiles/cmTC_191dc.dir/CheckFunctionExists.c.o -o cmTC_191dc -ldl -lm -lrt -lcurses /usr/lib/x86_64-linux-gnu/libform.so /usr/lib/x86_64-linux-gnu/libgmp.so -pthread && : /usr/bin/ld: CMakeFiles/cmTC_191dc.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `fpclass' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if the function fpresetsticky exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_7959b && [1/2] Building C object CMakeFiles/cmTC_7959b.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_7959b FAILED: cmTC_7959b : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=fpresetsticky CMakeFiles/cmTC_7959b.dir/CheckFunctionExists.c.o -o cmTC_7959b -ldl -lm -lrt -lcurses /usr/lib/x86_64-linux-gnu/libform.so /usr/lib/x86_64-linux-gnu/libgmp.so -pthread && : /usr/bin/ld: CMakeFiles/cmTC_7959b.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `fpresetsticky' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if the function fpsetmask exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_da988 && [1/2] Building C object CMakeFiles/cmTC_da988.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_da988 FAILED: cmTC_da988 : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=fpsetmask CMakeFiles/cmTC_da988.dir/CheckFunctionExists.c.o -o cmTC_da988 -ldl -lm -lrt -lcurses /usr/lib/x86_64-linux-gnu/libform.so /usr/lib/x86_64-linux-gnu/libgmp.so -pthread && : /usr/bin/ld: CMakeFiles/cmTC_da988.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `fpsetmask' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if the function localtime_s exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_b89bd && [1/2] Building C object CMakeFiles/cmTC_b89bd.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_b89bd FAILED: cmTC_b89bd : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=localtime_s CMakeFiles/cmTC_b89bd.dir/CheckFunctionExists.c.o -o cmTC_b89bd -ldl -lm -lrt -lcurses /usr/lib/x86_64-linux-gnu/libform.so /usr/lib/x86_64-linux-gnu/libgmp.so -pthread && : /usr/bin/ld: CMakeFiles/cmTC_b89bd.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `localtime_s' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if the function delay exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_daa81 && [1/2] Building C object CMakeFiles/cmTC_daa81.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_daa81 FAILED: cmTC_daa81 : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=delay CMakeFiles/cmTC_daa81.dir/CheckFunctionExists.c.o -o cmTC_daa81 -ldl -lm -lrt -lcurses /usr/lib/x86_64-linux-gnu/libform.so /usr/lib/x86_64-linux-gnu/libgmp.so -pthread && : /usr/bin/ld: CMakeFiles/cmTC_daa81.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `delay' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if the function dossleep exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_dd4f6 && [1/2] Building C object CMakeFiles/cmTC_dd4f6.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_dd4f6 FAILED: cmTC_dd4f6 : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=dossleep CMakeFiles/cmTC_dd4f6.dir/CheckFunctionExists.c.o -o cmTC_dd4f6 -ldl -lm -lrt -lcurses /usr/lib/x86_64-linux-gnu/libform.so /usr/lib/x86_64-linux-gnu/libgmp.so -pthread && : /usr/bin/ld: CMakeFiles/cmTC_dd4f6.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `dossleep' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Performing C SOURCE FILE Test SYS_CPUSET_H_FOUND failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_ff166 && [1/2] Building C object CMakeFiles/cmTC_ff166.dir/src.c.o FAILED: CMakeFiles/cmTC_ff166.dir/src.c.o /usr/bin/cc -DSYS_CPUSET_H_FOUND -o CMakeFiles/cmTC_ff166.dir/src.c.o -c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/src.c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/src.c:2:15: fatal error: sys/cpuset.h: No such file or directory 2 | #include | ^~~~~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Source file was: #include #include int main() {} Determining if the include file pthread_np.h exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_f52cd && [1/2] Building C object CMakeFiles/cmTC_f52cd.dir/CheckIncludeFile.c.o FAILED: CMakeFiles/cmTC_f52cd.dir/CheckIncludeFile.c.o /usr/bin/cc -o CMakeFiles/cmTC_f52cd.dir/CheckIncludeFile.c.o -c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: pthread_np.h: No such file or directory 1 | #include | ^~~~~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Determining if the function pthread_getw32threadhandle_np exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_14cec && [1/2] Building C object CMakeFiles/cmTC_14cec.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_14cec FAILED: cmTC_14cec : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_getw32threadhandle_np CMakeFiles/cmTC_14cec.dir/CheckFunctionExists.c.o -o cmTC_14cec -ldl -lm -lrt -lcurses /usr/lib/x86_64-linux-gnu/libform.so /usr/lib/x86_64-linux-gnu/libgmp.so -pthread && : /usr/bin/ld: CMakeFiles/cmTC_14cec.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `pthread_getw32threadhandle_np' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if the function sema_init exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_4f16d && [1/2] Building C object CMakeFiles/cmTC_4f16d.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_4f16d FAILED: cmTC_4f16d : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=sema_init CMakeFiles/cmTC_4f16d.dir/CheckFunctionExists.c.o -o cmTC_4f16d -ldl -lm -lrt -lcurses /usr/lib/x86_64-linux-gnu/libform.so /usr/lib/x86_64-linux-gnu/libgmp.so -pthread && : /usr/bin/ld: CMakeFiles/cmTC_4f16d.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `sema_init' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Performing C SOURCE FILE Test HAVE_PTHREAD_SETNAME_NP_WITH_TID_AND_ARG failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_60a23 && [1/2] Building C object CMakeFiles/cmTC_60a23.dir/src.c.o FAILED: CMakeFiles/cmTC_60a23.dir/src.c.o /usr/bin/cc -DHAVE_PTHREAD_SETNAME_NP_WITH_TID_AND_ARG -Werror -o CMakeFiles/cmTC_60a23.dir/src.c.o -c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/src.c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/src.c:4:10: error: too many arguments to function ‘pthread_setname_np’ 4 | { pthread_setname_np(0, "%s", (void *)"myname"); return 0; | ^~~~~~~~~~~~~~~~~~ In file included from /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/src.c:2: /usr/include/pthread.h:443:12: note: declared here 443 | extern int pthread_setname_np (pthread_t __target_thread, const char *__name) | ^~~~~~~~~~~~~~~~~~ ninja: build stopped: subcommand failed. Source file was: #define _GNU_SOURCE #include int main() { pthread_setname_np(0, "%s", (void *)"myname"); return 0; } Performing C SOURCE FILE Test HAVE_GETTID_MACRO failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_3691b && [1/2] Building C object CMakeFiles/cmTC_3691b.dir/src.c.o FAILED: CMakeFiles/cmTC_3691b.dir/src.c.o /usr/bin/cc -DHAVE_GETTID_MACRO -o CMakeFiles/cmTC_3691b.dir/src.c.o -c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/src.c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/src.c:4:8: warning: implicit declaration of function ‘_syscall0’ [-Wimplicit-function-declaration] 4 | { _syscall0(pid_t,gettid); | ^~~~~~~~~ /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/src.c:4:18: error: expected expression before ‘pid_t’ 4 | { _syscall0(pid_t,gettid); | ^~~~~ ninja: build stopped: subcommand failed. Source file was: #include #include int main() { _syscall0(pid_t,gettid); return 0; } Determining if the function WSAPoll exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_c49bb && [1/2] Building C object CMakeFiles/cmTC_c49bb.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_c49bb FAILED: cmTC_c49bb : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=WSAPoll CMakeFiles/cmTC_c49bb.dir/CheckFunctionExists.c.o -o cmTC_c49bb -ldl -lm -lrt -lcurses /usr/lib/x86_64-linux-gnu/libform.so /usr/lib/x86_64-linux-gnu/libgmp.so -pthread && : /usr/bin/ld: CMakeFiles/cmTC_c49bb.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `WSAPoll' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if the function WinExec exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_3d97e && [1/2] Building C object CMakeFiles/cmTC_3d97e.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_3d97e FAILED: cmTC_3d97e : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=WinExec CMakeFiles/cmTC_3d97e.dir/CheckFunctionExists.c.o -o cmTC_3d97e -ldl -lm -lrt -lcurses /usr/lib/x86_64-linux-gnu/libform.so /usr/lib/x86_64-linux-gnu/libgmp.so -pthread && : /usr/bin/ld: CMakeFiles/cmTC_3d97e.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `WinExec' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if the function socket exists in the socket failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_74af9 && [1/2] Building C object CMakeFiles/cmTC_74af9.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_74af9 FAILED: cmTC_74af9 : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=socket CMakeFiles/cmTC_74af9.dir/CheckFunctionExists.c.o -o cmTC_74af9 -lsocket && : /usr/bin/ld: cannot find -lsocket: No such file or directory collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if the function crypt exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_c3624 && [1/2] Building C object CMakeFiles/cmTC_c3624.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_c3624 FAILED: cmTC_c3624 : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=crypt CMakeFiles/cmTC_c3624.dir/CheckFunctionExists.c.o -o cmTC_c3624 && : /usr/bin/ld: CMakeFiles/cmTC_c3624.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `crypt' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if the include file io.h exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_78ac4 && [1/2] Building C object CMakeFiles/cmTC_78ac4.dir/CheckIncludeFile.c.o FAILED: CMakeFiles/cmTC_78ac4.dir/CheckIncludeFile.c.o /usr/bin/cc -o CMakeFiles/cmTC_78ac4.dir/CheckIncludeFile.c.o -c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: io.h: No such file or directory 1 | #include | ^~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Performing C SOURCE FILE Test HAVE_SET_RPC_SERVER failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_599a5 && [1/2] Building C object CMakeFiles/cmTC_599a5.dir/src.c.o FAILED: CMakeFiles/cmTC_599a5.dir/src.c.o /usr/bin/cc -DHAVE_SET_RPC_SERVER -o CMakeFiles/cmTC_599a5.dir/src.c.o -c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/src.c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/src.c:6:29: error: ‘DB_ENV’ has no member named ‘set_rpc_server’ 6 | (void)sizeof(((DB_ENV *)0)->set_rpc_server); | ^~ ninja: build stopped: subcommand failed. Source file was: #include int main() { (void)sizeof(((DB_ENV *)0)->set_rpc_server); return 0; } Performing C SOURCE FILE Test HAVE_SET_SERVER failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_d84cd && [1/2] Building C object CMakeFiles/cmTC_d84cd.dir/src.c.o FAILED: CMakeFiles/cmTC_d84cd.dir/src.c.o /usr/bin/cc -DHAVE_SET_SERVER -o CMakeFiles/cmTC_d84cd.dir/src.c.o -c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/src.c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/src.c:6:29: error: ‘DB_ENV’ has no member named ‘set_server’ 6 | (void)sizeof(((DB_ENV *)0)->set_server); | ^~ ninja: build stopped: subcommand failed. Source file was: #include int main() { (void)sizeof(((DB_ENV *)0)->set_server); return 0; } Determining if the include file Security/Security.h exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_416eb && [1/2] Building C object CMakeFiles/cmTC_416eb.dir/CheckIncludeFile.c.o FAILED: CMakeFiles/cmTC_416eb.dir/CheckIncludeFile.c.o /usr/bin/cc -o CMakeFiles/cmTC_416eb.dir/CheckIncludeFile.c.o -c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: Security/Security.h: No such file or directory 1 | #include | ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Performing C SOURCE FILE Test HAVE_KSECCLASS failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_d3d7e && [1/2] Building C object CMakeFiles/cmTC_d3d7e.dir/src.c.o FAILED: CMakeFiles/cmTC_d3d7e.dir/src.c.o /usr/bin/cc -DHAVE_KSECCLASS -o CMakeFiles/cmTC_d3d7e.dir/src.c.o -c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/src.c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/src.c:2:15: fatal error: Security/Security.h: No such file or directory 2 | #include | ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Source file was: #include #include int main() { const void *key = kSecClass; return 0; } Determining if the function CRYPTO_THREADID_get_callback exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_67ab3 && [1/2] Building C object CMakeFiles/cmTC_67ab3.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_67ab3 FAILED: cmTC_67ab3 : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=CRYPTO_THREADID_get_callback CMakeFiles/cmTC_67ab3.dir/CheckFunctionExists.c.o -o cmTC_67ab3 /usr/lib/x86_64-linux-gnu/libcrypto.so /usr/lib/x86_64-linux-gnu/libssl.so /usr/lib/x86_64-linux-gnu/libcrypto.so /usr/lib/x86_64-linux-gnu/libssl.so && : /usr/bin/ld: CMakeFiles/cmTC_67ab3.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `CRYPTO_THREADID_get_callback' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if the function CRYPTO_THREADID_set_callback exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_a7c32 && [1/2] Building C object CMakeFiles/cmTC_a7c32.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_a7c32 FAILED: cmTC_a7c32 : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=CRYPTO_THREADID_set_callback CMakeFiles/cmTC_a7c32.dir/CheckFunctionExists.c.o -o cmTC_a7c32 /usr/lib/x86_64-linux-gnu/libcrypto.so /usr/lib/x86_64-linux-gnu/libssl.so /usr/lib/x86_64-linux-gnu/libcrypto.so /usr/lib/x86_64-linux-gnu/libssl.so && : /usr/bin/ld: CMakeFiles/cmTC_a7c32.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `CRYPTO_THREADID_set_callback' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining if the function OPENSSL_zalloc exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_0392a && [1/2] Building C object CMakeFiles/cmTC_0392a.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_0392a FAILED: cmTC_0392a : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=OPENSSL_zalloc CMakeFiles/cmTC_0392a.dir/CheckFunctionExists.c.o -o cmTC_0392a /usr/lib/x86_64-linux-gnu/libcrypto.so /usr/lib/x86_64-linux-gnu/libssl.so /usr/lib/x86_64-linux-gnu/libcrypto.so /usr/lib/x86_64-linux-gnu/libssl.so && : /usr/bin/ld: CMakeFiles/cmTC_0392a.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `OPENSSL_zalloc' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. Determining size of CRYPTO_THREADID failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_25c04 && [1/2] Building C object CMakeFiles/cmTC_25c04.dir/SIZEOF_CRYPTO_THREADID.c.o FAILED: CMakeFiles/cmTC_25c04.dir/SIZEOF_CRYPTO_THREADID.c.o /usr/bin/cc -o CMakeFiles/cmTC_25c04.dir/SIZEOF_CRYPTO_THREADID.c.o -c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CheckTypeSize/SIZEOF_CRYPTO_THREADID.c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CheckTypeSize/SIZEOF_CRYPTO_THREADID.c:28:22: error: ‘CRYPTO_THREADID’ undeclared here (not in a function) 28 | #define SIZE (sizeof(CRYPTO_THREADID)) | ^~~~~~~~~~~~~~~ /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CheckTypeSize/SIZEOF_CRYPTO_THREADID.c:30:12: note: in expansion of macro ‘SIZE’ 30 | ('0' + ((SIZE / 10000)%10)), | ^~~~ ninja: build stopped: subcommand failed. /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CheckTypeSize/SIZEOF_CRYPTO_THREADID.c: #include #include #include #include "sys/socket.h" #undef KEY #if defined(__i386) # define KEY '_','_','i','3','8','6' #elif defined(__x86_64) # define KEY '_','_','x','8','6','_','6','4' #elif defined(__PPC64__) # define KEY '_','_','P','P','C','6','4','_','_' #elif defined(__ppc64__) # define KEY '_','_','p','p','c','6','4','_','_' #elif defined(__PPC__) # define KEY '_','_','P','P','C','_','_' #elif defined(__ppc__) # define KEY '_','_','p','p','c','_','_' #elif defined(__aarch64__) # define KEY '_','_','a','a','r','c','h','6','4','_','_' #elif defined(__ARM_ARCH_7A__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_' #elif defined(__ARM_ARCH_7S__) # define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_' #endif #define SIZE (sizeof(CRYPTO_THREADID)) static char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', ('0' + ((SIZE / 10000)%10)), ('0' + ((SIZE / 1000)%10)), ('0' + ((SIZE / 100)%10)), ('0' + ((SIZE / 10)%10)), ('0' + (SIZE % 10)), ']', #ifdef KEY ' ','k','e','y','[', KEY, ']', #endif '\0'}; #ifdef __CLASSIC_C__ int main(argc, argv) int argc; char *argv[]; #else int main(int argc, char *argv[]) #endif { int require = 0; require += info_size[argc]; (void)argv; return require; } Performing C SOURCE FILE Test HAVE_X509_VERIFY_PARAM_ID failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_32893 && [1/2] Building C object CMakeFiles/cmTC_32893.dir/src.c.o FAILED: CMakeFiles/cmTC_32893.dir/src.c.o /usr/bin/cc -DHAVE_X509_VERIFY_PARAM_ID -o CMakeFiles/cmTC_32893.dir/src.c.o -c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/src.c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/src.c: In function ‘main’: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/src.c:6:40: error: invalid use of incomplete typedef ‘X509_VERIFY_PARAM’ {aka ‘struct X509_VERIFY_PARAM_st’} 6 | (void)sizeof(((X509_VERIFY_PARAM *)0)->id); | ^~ ninja: build stopped: subcommand failed. Source file was: #include int main() { (void)sizeof(((X509_VERIFY_PARAM *)0)->id); return 0; } Determining if the include file stropts.h exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_fbaa8 && [1/2] Building C object CMakeFiles/cmTC_fbaa8.dir/CheckIncludeFile.c.o FAILED: CMakeFiles/cmTC_fbaa8.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/include/freetype2 -o CMakeFiles/cmTC_fbaa8.dir/CheckIncludeFile.c.o -c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: stropts.h: No such file or directory 1 | #include | ^~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Determining if the include file frame.h exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_9024b && [1/2] Building C object CMakeFiles/cmTC_9024b.dir/CheckIncludeFile.c.o FAILED: CMakeFiles/cmTC_9024b.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/include/freetype2 -o CMakeFiles/cmTC_9024b.dir/CheckIncludeFile.c.o -c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: frame.h: No such file or directory 1 | #include | ^~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Determining if the include file siginfo.h exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_c9d65 && [1/2] Building C object CMakeFiles/cmTC_c9d65.dir/CheckIncludeFile.c.o FAILED: CMakeFiles/cmTC_c9d65.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/include/freetype2 -o CMakeFiles/cmTC_c9d65.dir/CheckIncludeFile.c.o -c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: siginfo.h: No such file or directory 1 | #include | ^~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Determining if the include file bstring.h exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_01808 && [1/2] Building C object CMakeFiles/cmTC_01808.dir/CheckIncludeFile.c.o FAILED: CMakeFiles/cmTC_01808.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/include/freetype2 -o CMakeFiles/cmTC_01808.dir/CheckIncludeFile.c.o -c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: bstring.h: No such file or directory 1 | #include | ^~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Determining if the include file conio.h exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_d5016 && [1/2] Building C object CMakeFiles/cmTC_d5016.dir/CheckIncludeFile.c.o FAILED: CMakeFiles/cmTC_d5016.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/include/freetype2 -o CMakeFiles/cmTC_d5016.dir/CheckIncludeFile.c.o -c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: conio.h: No such file or directory 1 | #include | ^~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Determining if the include file sys/access.h exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_fb90c && [1/2] Building C object CMakeFiles/cmTC_fb90c.dir/CheckIncludeFile.c.o FAILED: CMakeFiles/cmTC_fb90c.dir/CheckIncludeFile.c.o /usr/bin/cc -I/usr/include/freetype2 -o CMakeFiles/cmTC_fb90c.dir/CheckIncludeFile.c.o -c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: sys/access.h: No such file or directory 1 | #include | ^~~~~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed. Determining if the function XmIsMotifWMRunning exists failed with the following output: Change Dir: /opt/logicmoo_workspace/swipl-devel/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/local/bin/ninja cmTC_8401d && [1/2] Building C object CMakeFiles/cmTC_8401d.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_8401d FAILED: cmTC_8401d : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=XmIsMotifWMRunning CMakeFiles/cmTC_8401d.dir/CheckFunctionExists.c.o -o cmTC_8401d /usr/lib/x86_64-linux-gnu/libXpm.so /usr/lib/x86_64-linux-gnu/libXext.so /usr/lib/x86_64-linux-gnu/libXt.so /usr/lib/x86_64-linux-gnu/libX11.so /usr/lib/x86_64-linux-gnu/libSM.so /usr/lib/x86_64-linux-gnu/libICE.so /usr/lib/x86_64-linux-gnu/libXft.so /usr/lib/x86_64-linux-gnu/libfreetype.so /usr/lib/x86_64-linux-gnu/libfontconfig.so && : /usr/bin/ld: CMakeFiles/cmTC_8401d.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x10): undefined reference to `XmIsMotifWMRunning' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed.