This may be silly but XPCE is not compiled and I could’t figure out why:
[ssardina@Thinkpad-X1 build]$ l packages/xpce/
total 36K
drwxrwxr-x 3 ssardina ssardina 4.0K Jul 2 09:05 .
drwxrwxr-x 35 ssardina ssardina 4.0K Jul 2 08:20 ..
drwxrwxr-x 2 ssardina ssardina 4.0K Jul 2 08:20 CMakeFiles
-rw-rw-r-- 1 ssardina ssardina 1.2K Jul 2 08:20 cmake_install.cmake
-rw-rw-r-- 1 ssardina ssardina 339 Jul 2 08:20 CTestTestfile.cmake
To compile I did:
cmake -G Ninja -DCMAKE_INSTALL_PREFIX:PATH=/usr/local/swipl-git -DINSTALL_DOCUMENTATION=OFF
and then ninja -j8
of course.
I couldn’t see anything in the cmake output that hints why it is not compiling:
[ssardina@Thinkpad-X1 build]$ cmake -G Ninja -DCMAKE_INSTALL_PREFIX:PATH=/usr/local/swipl-git -DINSTALL_DOCUMENTATION=OFF ..
-- The C compiler identification is GNU 7.5.0
-- The CXX compiler identification is GNU 7.5.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Setting build type to 'RelWithDebInfo' as none was specified.
-- Configuring SWI-Prolog-8.3.2
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Check floating point format
-- Check floating point format - IEEE-754, little endian
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11")
-- Found GMP: /usr/lib/x86_64-linux-gnu/libgmp.so
-- Found Curses: /usr/lib/x86_64-linux-gnu/libcurses.so
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Found LibTCMalloc: /usr/lib/x86_64-linux-gnu/libtcmalloc_minimal.so
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Checking for 64-bit off_t
-- Checking for 64-bit off_t - present
-- Checking for fseeko/ftello
-- Checking for fseeko/ftello - present
-- Large File support - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for wchar.h
-- Looking for wchar.h - found
-- Looking for alloca.h
-- Looking for alloca.h - found
-- Looking for curses.h
-- Looking for curses.h - found
-- Looking for dirent.h
-- Looking for dirent.h - found
-- Looking for dl.h
-- Looking for dl.h - not found
-- Looking for dlfcn.h
-- Looking for dlfcn.h - found
-- Looking for dmalloc.h
-- Looking for dmalloc.h - not found
-- Looking for execinfo.h
-- Looking for execinfo.h - found
-- Looking for float.h
-- Looking for float.h - found
-- Looking for floatingpoint.h
-- Looking for floatingpoint.h - not found
-- Looking for ieeefp.h
-- Looking for ieeefp.h - not found
-- Looking for ieee754.h
-- Looking for ieee754.h - found
-- Looking for libloaderapi.h
-- Looking for libloaderapi.h - not found
-- Looking for limits.h
-- Looking for limits.h - found
-- Looking for locale.h
-- Looking for locale.h - found
-- Looking for malloc.h
-- Looking for malloc.h - found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for ncurses/curses.h
-- Looking for ncurses/curses.h - not found
-- Looking for ncurses/term.h
-- Looking for ncurses/term.h - not found
-- Looking for poll.h
-- Looking for poll.h - found
-- Looking for pwd.h
-- Looking for pwd.h - found
-- Looking for shlobj.h
-- Looking for shlobj.h - not found
-- Looking for signal.h
-- Looking for signal.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/dir.h
-- Looking for sys/dir.h - found
-- Looking for sys/file.h
-- Looking for sys/file.h - found
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Looking for sys/ndir.h
-- Looking for sys/ndir.h - not found
-- Looking for sys/param.h
-- Looking for sys/param.h - found
-- Looking for sys/resource.h
-- Looking for sys/resource.h - found
-- Looking for sys/select.h
-- Looking for sys/select.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for sys/syscall.h
-- Looking for sys/syscall.h - found
-- Looking for sys/termio.h
-- Looking for sys/termio.h - not found
-- Looking for sys/termios.h
-- Looking for sys/termios.h - found
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Looking for sys/wait.h
-- Looking for sys/wait.h - found
-- Looking for term.h
-- Looking for term.h - found
-- Looking for time.h
-- Looking for time.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for valgrind/valgrind.h
-- Looking for valgrind/valgrind.h - not found
-- Looking for vfork.h
-- Looking for vfork.h - not found
-- Looking for mach/thread_act.h
-- Looking for mach/thread_act.h - not found
-- Looking for sys/stropts.h
-- Looking for sys/stropts.h - found
-- Looking for zlib.h
-- Looking for zlib.h - found
-- Looking for crt_externs.h
-- Looking for crt_externs.h - not found
-- Performing Test HAVE_GCC_ATOMIC
-- Performing Test HAVE_GCC_ATOMIC - Success
-- Performing Test HAVE_GCC_ATOMIC_8
-- Performing Test HAVE_GCC_ATOMIC_8 - Success
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for sin in m
-- Looking for sin in m - found
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of void *
-- Check size of void * - done
-- Check size of long long
-- Check size of long long - done
-- Check size of wchar_t
-- Check size of wchar_t - done
-- Check size of off_t
-- Check size of off_t - done
-- Check size of mp_bitcnt_t
-- Check size of mp_bitcnt_t - done
-- Check alignment of INT64_T: 8
-- Check alignment of DOUBLE: 8
-- Check alignment of VOIDP: 8
-- Looking for mmap
-- Looking for mmap - found
-- Looking for strerror
-- Looking for strerror - found
-- Looking for poll
-- Looking for poll - found
-- Looking for popen
-- Looking for popen - found
-- Looking for getpwnam
-- Looking for getpwnam - found
-- Looking for fork
-- Looking for fork - found
-- Looking for vfork
-- Looking for vfork - found
-- Looking for qsort_r
-- Looking for qsort_r - found
-- Looking for qsort_s
-- Looking for qsort_s - not found
-- Looking for getpagesize
-- Looking for getpagesize - found
-- Looking for access
-- Looking for access - found
-- Looking for chmod
-- Looking for chmod - found
-- Looking for fchmod
-- Looking for fchmod - found
-- Looking for fcntl
-- Looking for fcntl - found
-- Looking for fstat
-- Looking for fstat - found
-- Looking for ftruncate
-- Looking for ftruncate - found
-- Looking for getcwd
-- Looking for getcwd - found
-- Looking for getwd
-- Looking for getwd - found
-- Looking for opendir
-- Looking for opendir - found
-- Looking for readlink
-- Looking for readlink - found
-- Looking for remove
-- Looking for remove - found
-- Looking for rename
-- Looking for rename - found
-- Looking for stat
-- Looking for stat - found
-- Looking for fopen64
-- Looking for fopen64 - found
-- Looking for memmove
-- Looking for memmove - found
-- Looking for strcasecmp
-- Looking for strcasecmp - found
-- Looking for stricmp
-- Looking for stricmp - not found
-- Looking for strlwr
-- Looking for strlwr - not found
-- Looking for setlocale
-- Looking for setlocale - found
-- Looking for mbsnrtowcs
-- Looking for mbsnrtowcs - found
-- Looking for mbcasescoll
-- Looking for mbcasescoll - not found
-- Looking for localeconv
-- Looking for localeconv - found
-- Looking for wcsdup
-- Looking for wcsdup - found
-- Looking for wcsxfrm
-- Looking for wcsxfrm - found
-- Looking for getuid
-- Looking for getuid - found
-- Looking for getpid
-- Looking for getpid - found
-- Looking for waitpid
-- Looking for waitpid - found
-- Looking for setenv
-- Looking for setenv - found
-- Looking for putenv
-- Looking for putenv - found
-- Looking for unsetenv
-- Looking for unsetenv - found
-- Looking for sysconf
-- Looking for sysconf - found
-- Looking for confstr
-- Looking for confstr - found
-- Looking for getrlimit
-- Looking for getrlimit - found
-- Looking for getrusage
-- Looking for getrusage - found
-- Looking for _NSGetEnviron
-- Looking for _NSGetEnviron - not found
-- Looking for shl_load
-- Looking for shl_load - not found
-- Looking for dlopen
-- Looking for dlopen - found
-- Looking for dladdr
-- Looking for dladdr - found
-- Looking for signal
-- Looking for signal - found
-- Looking for sigprocmask
-- Looking for sigprocmask - found
-- Looking for sigsetmask
-- Looking for sigsetmask - found
-- Looking for siggetmask
-- Looking for siggetmask - found
-- Looking for sigaction
-- Looking for sigaction - found
-- Looking for sigset
-- Looking for sigset - found
-- Looking for sigblock
-- Looking for sigblock - found
-- Looking for kill
-- Looking for kill - found
-- Looking for backtrace
-- Looking for backtrace - found
-- Looking for alarm
-- Looking for alarm - found
-- Looking for mtrace
-- Looking for mtrace - found
-- Looking for tgetent
-- Looking for tgetent - found
-- Looking for tcsetattr
-- Looking for tcsetattr - found
-- Looking for grantpt
-- Looking for grantpt - found
-- Looking for sgttyb
-- Looking for sgttyb - not found
-- Looking for cfmakeraw
-- Looking for cfmakeraw - found
-- Looking for ceil
-- Looking for ceil - found
-- Looking for floor
-- Looking for floor - found
-- Looking for srand
-- Looking for srand - found
-- Looking for srandom
-- Looking for srandom - found
-- Looking for random
-- Looking for random - found
-- Looking for rint
-- Looking for rint - found
-- Looking for fpclass
-- Looking for fpclass - not found
-- Looking for fpresetsticky
-- Looking for fpresetsticky - not found
-- Looking for fpsetmask
-- Looking for fpsetmask - not found
-- Looking for isnan
-- Looking for isnan - found
-- Looking for isinf
-- Looking for isinf - found
-- Looking for ftime
-- Looking for ftime - found
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Looking for gettimeofday
-- Looking for gettimeofday - found
-- Looking for localtime_r
-- Looking for localtime_r - found
-- Looking for localtime_s
-- Looking for localtime_s - not found
-- Looking for ctime_r
-- Looking for ctime_r - found
-- Looking for asctime_r
-- Looking for asctime_r - found
-- Looking for nanosleep
-- Looking for nanosleep - found
-- Looking for sleep
-- Looking for sleep - found
-- Looking for usleep
-- Looking for usleep - found
-- Looking for select
-- Looking for select - found
-- Looking for clock
-- Looking for clock - found
-- Looking for times
-- Looking for times - found
-- Looking for delay
-- Looking for delay - not found
-- Looking for dossleep
-- Looking for dossleep - not found
-- Performing Test SYS_CPUSET_H_FOUND
-- Performing Test SYS_CPUSET_H_FOUND - Failed
-- Looking for pthread_np.h
-- Looking for pthread_np.h - not found
-- Looking for pthread_attr_setaffinity_np
-- Looking for pthread_attr_setaffinity_np - found
-- Looking for pthread_getname_np
-- Looking for pthread_getname_np - found
-- Looking for pthread_getw32threadhandle_np
-- Looking for pthread_getw32threadhandle_np - not found
-- Looking for pthread_kill
-- Looking for pthread_kill - found
-- Looking for pthread_mutexattr_setkind_np
-- Looking for pthread_mutexattr_setkind_np - found
-- Looking for pthread_mutexattr_settype
-- Looking for pthread_mutexattr_settype - found
-- Looking for pthread_mutex_timedlock
-- Looking for pthread_mutex_timedlock - found
-- Looking for pthread_setconcurrency
-- Looking for pthread_setconcurrency - found
-- Looking for pthread_setname_np
-- Looking for pthread_setname_np - found
-- Looking for pthread_sigmask
-- Looking for pthread_sigmask - found
-- Looking for pthread_timedjoin_np
-- Looking for pthread_timedjoin_np - found
-- Looking for pthread_getcpuclockid
-- Looking for pthread_getcpuclockid - found
-- Looking for pthread_attr_setstacksize
-- Looking for pthread_attr_setstacksize - found
-- Looking for sched_setaffinity
-- Looking for sched_setaffinity - found
-- Looking for sema_init
-- Looking for sema_init - not found
-- Looking for sem_init
-- Looking for sem_init - found
-- Checking for recursive mutex support
-- Performing Test HAVE_PTHREAD_MUTEX_RECURSIVE
-- Performing Test HAVE_PTHREAD_MUTEX_RECURSIVE - Success
-- Checking for recursive mutex support -- found
-- Performing Test HAVE_PTHREAD_SETNAME_NP_WITH_TID
-- Performing Test HAVE_PTHREAD_SETNAME_NP_WITH_TID - Success
-- Performing Test HAVE_PTHREAD_SETNAME_NP_WITH_TID_AND_ARG
-- Performing Test HAVE_PTHREAD_SETNAME_NP_WITH_TID_AND_ARG - Failed
-- Performing Test HAVE_GETTID_MACRO
-- Performing Test HAVE_GETTID_MACRO - Failed
-- Performing Test HAVE_GETTID_SYSCALL
-- Performing Test HAVE_GETTID_SYSCALL - Success
-- Looking for WSAPoll
-- Looking for WSAPoll - not found
-- Looking for WinExec
-- Looking for WinExec - not found
-- Looking for F_SETLKW
-- Looking for F_SETLKW - found
-- Performing Test HAVE_VAR_TIMEZONE
-- Performing Test HAVE_VAR_TIMEZONE - Success
-- Looking for SIGPROF
-- Looking for SIGPROF - found
-- Performing Test HAVE_STRUCT_TIME_TM_GMTOFF
-- Performing Test HAVE_STRUCT_TIME_TM_GMTOFF - Success
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM - Success
-- Performing Test HAVE_RU_IDRSS
-- Performing Test HAVE_RU_IDRSS - Success
-- Performing Test HAVE_GMP_RANDINIT_MT
-- Performing Test HAVE_GMP_RANDINIT_MT - Success
-- qsort_r() has GNU signature
-- Performing Test HAVE__BUILTIN_CLZ
-- Performing Test HAVE__BUILTIN_CLZ - Success
-- Performing Test HAVE__BUILTIN_POPCOUNT
-- Performing Test HAVE__BUILTIN_POPCOUNT - Success
-- Performing Test HAVE___BUILTIN_EXPECT
-- Performing Test HAVE___BUILTIN_EXPECT - Success
-- Performing Test HAVE___THREAD
-- Performing Test HAVE___THREAD - Success
-- Performing Test HAVE_VOLATILE
-- Performing Test HAVE_VOLATILE - Success
-- Performing Test HAVE_INLINE
-- Performing Test HAVE_INLINE - Success
-- Performing Test O_LABEL_ADDRESSES
-- Performing Test O_LABEL_ADDRESSES - Success
-- Performing Test HAVE_VISIBILITY_ATTRIBUTE
-- Performing Test HAVE_VISIBILITY_ATTRIBUTE - Success
-- Performing Test HAVE_ALLOCA
-- Performing Test HAVE_ALLOCA - Success
-- Performing Test HAVE_SIGNBIT
-- Performing Test HAVE_SIGNBIT - Success
-- Check for signal return type in <signal.h>
-- Check for signal handler return type type void - found
-- sysconf() support for _SC_NPROCESSORS_CONF
-- sysconf() supports _SC_NPROCESSORS_CONF - found
-- Performing Test TIME_WITH_SYS_TIME
-- Performing Test TIME_WITH_SYS_TIME - Success
-- Looking for socket in socket
-- Looking for socket in socket - not found
-- Looking for gethostent in nsl
-- Looking for gethostent in nsl - found
-- Looking for socket
-- Looking for socket - found
-- Looking for sys/socket.h
-- Looking for sys/socket.h - found
-- Looking for sys/un.h
-- Looking for sys/un.h - found
-- Check size of socklen_t
-- Check size of socklen_t - done
-- Performing Test HAVE_H_ERRNO
-- Performing Test HAVE_H_ERRNO - Success
-- Performing Test HAVE_IP_MREQN
-- Performing Test HAVE_IP_MREQN - Success
-- Could NOT find LibUUID (missing: LIBUUID_INCLUDE_DIR UUID_LIBRARY)
-- Looking for crypt
-- Looking for crypt - not found
-- Looking for crypt in crypt
-- Looking for crypt in crypt - found
-- Looking for syslog
-- Looking for syslog - found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for utime.h
-- Looking for utime.h - found
-- Looking for crypt.h
-- Looking for crypt.h - found
-- Looking for syslog.h
-- Looking for syslog.h - found
-- Looking for sys/prctl.h
-- Looking for sys/prctl.h - found
-- Looking for netinet/tcp.h
-- Looking for netinet/tcp.h - found
-- Looking for setsid
-- Looking for setsid - found
-- Looking for utime
-- Looking for utime - found
-- Looking for strcasestr
-- Looking for strcasestr - found
-- Looking for pipe2
-- Looking for pipe2 - found
-- Looking for prctl
-- Looking for prctl - found
-- Looking for initgroups
-- Looking for initgroups - found
-- Looking for setgroups
-- Looking for setgroups - found
-- Looking for mallinfo
-- Looking for mallinfo - found
-- Looking for malloc_info
-- Looking for malloc_info - found
-- Looking for open_memstream
-- Looking for open_memstream - found
-- Looking for posix_spawn
-- Looking for posix_spawn - found
-- Looking for gai_strerror
-- Looking for gai_strerror - found
-- Looking for hstrerror
-- Looking for hstrerror - found
-- Searching for jQuery
-- Using system jQuery from /usr/share/javascript/jquery/jquery.min.js
-- Looking for wcscasecmp
-- Looking for wcscasecmp - found
-- Looking for io.h
-- Looking for io.h - not found
-- Looking for snprintf
-- Looking for snprintf - found
-- Looking for strtoll
-- Looking for strtoll - found
-- Looking for ctype.h
-- Looking for ctype.h - found
-- Found LibArchive: /usr/lib/x86_64-linux-gnu/libarchive.so (found version "3.2.2")
-- Looking for archive_read_support_filter_bzip2
-- Looking for archive_read_support_filter_bzip2 - found
-- Looking for archive_read_support_filter_compress
-- Looking for archive_read_support_filter_compress - found
-- Looking for archive_read_support_filter_gzip
-- Looking for archive_read_support_filter_gzip - found
-- Looking for archive_read_support_filter_grzip
-- Looking for archive_read_support_filter_grzip - found
-- Looking for archive_read_support_filter_lrzip
-- Looking for archive_read_support_filter_lrzip - found
-- Looking for archive_read_support_filter_lzip
-- Looking for archive_read_support_filter_lzip - found
-- Looking for archive_read_support_filter_lzma
-- Looking for archive_read_support_filter_lzma - found
-- Looking for archive_read_support_filter_lzop
-- Looking for archive_read_support_filter_lzop - found
-- Looking for archive_read_support_filter_none
-- Looking for archive_read_support_filter_none - found
-- Looking for archive_read_support_filter_rpm
-- Looking for archive_read_support_filter_rpm - found
-- Looking for archive_read_support_filter_uu
-- Looking for archive_read_support_filter_uu - found
-- Looking for archive_read_support_filter_xz
-- Looking for archive_read_support_filter_xz - found
-- Looking for archive_read_support_compression_bzip2
-- Looking for archive_read_support_compression_bzip2 - found
-- Looking for archive_read_support_compression_compress
-- Looking for archive_read_support_compression_compress - found
-- Looking for archive_read_support_compression_gzip
-- Looking for archive_read_support_compression_gzip - found
-- Looking for archive_read_support_compression_lzma
-- Looking for archive_read_support_compression_lzma - found
-- Looking for archive_read_support_compression_none
-- Looking for archive_read_support_compression_none - found
-- Looking for archive_read_support_compression_xz
-- Looking for archive_read_support_compression_xz - found
-- Looking for archive_read_support_format_7zip
-- Looking for archive_read_support_format_7zip - found
-- Looking for archive_read_support_format_ar
-- Looking for archive_read_support_format_ar - found
-- Looking for archive_read_support_format_cab
-- Looking for archive_read_support_format_cab - found
-- Looking for archive_read_support_format_cpio
-- Looking for archive_read_support_format_cpio - found
-- Looking for archive_read_support_format_empty
-- Looking for archive_read_support_format_empty - found
-- Looking for archive_read_support_format_gnutar
-- Looking for archive_read_support_format_gnutar - found
-- Looking for archive_read_support_format_iso9660
-- Looking for archive_read_support_format_iso9660 - found
-- Looking for archive_read_support_format_lha
-- Looking for archive_read_support_format_lha - found
-- Looking for archive_read_support_format_mtree
-- Looking for archive_read_support_format_mtree - found
-- Looking for archive_read_support_format_rar
-- Looking for archive_read_support_format_rar - found
-- Looking for archive_read_support_format_raw
-- Looking for archive_read_support_format_raw - found
-- Looking for archive_read_support_format_tar
-- Looking for archive_read_support_format_tar - found
-- Looking for archive_read_support_format_xar
-- Looking for archive_read_support_format_xar - found
-- Looking for archive_read_support_format_zip
-- Looking for archive_read_support_format_zip - found
-- Looking for archive_read_free
-- Looking for archive_read_free - found
-- Looking for archive_filter_count
-- Looking for archive_filter_count - found
-- Looking for archive_read_open1
-- Looking for archive_read_open1 - found
-- Could NOT find ODBC (missing: ODBC_LIBRARY ODBC_INCLUDE_DIR)
-- Optional package Berkeley DB was not found
-- Found PCRE: /usr/lib/x86_64-linux-gnu/libpcre.so
-- Could NOT find LibYAML (missing: LIBYAML_INCLUDE_DIR YAML_LIBRARY)
-- Found JNI: /usr/lib/jvm/java-11-openjdk-amd64/lib/libjawt.so
-- Found Java: /usr/lib/jvm/java-11-openjdk-amd64/bin/java (found version "11.0.7") found components: Development
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "1.1.1")
-- Looking for Security/Security.h
-- Looking for Security/Security.h - not found
-- Performing Test HAVE_KSECCLASS
-- Performing Test HAVE_KSECCLASS - Failed
-- Looking for timegm
-- Looking for timegm - found
-- Looking for ERR_remove_state
-- Looking for ERR_remove_state - found
-- Looking for ERR_remove_thread_state
-- Looking for ERR_remove_thread_state - found
-- Looking for X509_check_host
-- Looking for X509_check_host - found
-- Looking for CRYPTO_THREADID_get_callback
-- Looking for CRYPTO_THREADID_get_callback - not found
-- Looking for CRYPTO_THREADID_set_callback
-- Looking for CRYPTO_THREADID_set_callback - not found
-- Looking for EVP_MD_CTX_free
-- Looking for EVP_MD_CTX_free - found
-- Looking for OPENSSL_zalloc
-- Looking for OPENSSL_zalloc - not found
-- Looking for X509_CRL_get0_signature
-- Looking for X509_CRL_get0_signature - found
-- Looking for X509_get0_signature
-- Looking for X509_get0_signature - found
-- Looking for X509_get0_notBefore
-- Looking for X509_get0_notBefore - found
-- Looking for X509_get0_notAfter
-- Looking for X509_get0_notAfter - found
-- Looking for X509_digest
-- Looking for X509_digest - found
-- Looking for X509_CRL_digest
-- Looking for X509_CRL_digest - found
-- Looking for X509_STORE_CTX_get0_chain
-- Looking for X509_STORE_CTX_get0_chain - found
-- Looking for i2d_re_X509_tbs
-- Looking for i2d_re_X509_tbs - found
-- Looking for OpenSSL_version
-- Looking for OpenSSL_version - found
-- Looking for EVP_CIPHER_CTX_reset
-- Looking for EVP_CIPHER_CTX_reset - found
-- Looking for EVP_blake2b512
-- Looking for EVP_blake2b512 - found
-- Looking for EVP_blake2s256
-- Looking for EVP_blake2s256 - found
-- Looking for EVP_sha3_224
-- Looking for EVP_sha3_224 - found
-- Looking for EVP_sha3_256
-- Looking for EVP_sha3_256 - found
-- Looking for EVP_sha3_384
-- Looking for EVP_sha3_384 - found
-- Looking for EVP_sha3_512
-- Looking for EVP_sha3_512 - found
-- Looking for HMAC_CTX_new
-- Looking for HMAC_CTX_new - found
-- Looking for HMAC_CTX_free
-- Looking for HMAC_CTX_free - found
-- Looking for SSL_CTX_set_alpn_protos
-- Looking for SSL_CTX_set_alpn_protos - found
-- Looking for openssl/kdf.h
-- Looking for openssl/kdf.h - found
-- Performing Test GET_SIGNATURE_PASSED
-- Performing Test GET_SIGNATURE_PASSED - Success
-- GET0SIG_CONST_T const
-- Check size of CRYPTO_THREADID
-- Check size of CRYPTO_THREADID - failed
-- Performing Test HAVE_X509_VERIFY_PARAM_ID
-- Performing Test HAVE_X509_VERIFY_PARAM_ID - Failed
-- Using /usr/bin/openssl to create ssl test certificates
-- Looking for linux/tipc.h
-- Looking for linux/tipc.h - found
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
-- Found Libedit: /usr/lib/x86_64-linux-gnu/libedit.so
-- Looking for sys/ioctl.h
-- Looking for sys/ioctl.h - found
-- Looking for el_cursor
-- Looking for el_cursor - found
-- Looking for el_wset
-- Looking for el_wset - found
-- Found Readline: /usr/include
-- Looking for readline/readline.h
-- Looking for readline/readline.h - found
-- Looking for readline/history.h
-- Looking for readline/history.h - found
-- Looking for rl_completion_matches
-- Looking for rl_completion_matches - found
-- Looking for rl_insert_close
-- Looking for rl_insert_close - found
-- Looking for rl_set_prompt
-- Looking for rl_set_prompt - found
-- Looking for rl_clear_pending_input
-- Looking for rl_clear_pending_input - found
-- Looking for rl_cleanup_after_signal
-- Looking for rl_cleanup_after_signal - found
-- Looking for rl_filename_completion_function
-- Looking for rl_filename_completion_function - found
-- Looking for rl_readline_state
-- Looking for rl_readline_state - found
-- Looking for rl_done
-- Looking for rl_done - found
-- Looking for rl_event_hook
-- Looking for rl_event_hook - found
-- Finding default package generator
-- Setup for packaging with DEB
-- Configuring done
-- Generating done
-- Build files have been written to: /home/ssardina/git/soft/prolog/swipl-devel.git/build