| ^~~~~ ../../ibrcommon/thread/Mutex.h:55:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | virtual void enter() throw (MutexException) {}; | ^~~~~ ../../ibrcommon/thread/Mutex.h:56:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 56 | virtual void leave() throw (MutexException) {}; | ^~~~~ ../../ibrcommon/thread/Mutex.h:72:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 72 | virtual void trylock() throw (MutexException); | ^~~~~ ../../ibrcommon/thread/Mutex.h:73:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 73 | virtual void enter() throw (MutexException); | ^~~~~ ../../ibrcommon/thread/Mutex.h:74:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 74 | virtual void leave() throw (MutexException); | ^~~~~ In file included from ../../ibrcommon/thread/Queue.h:26, from ../../ibrcommon/Logger.h:25, from TLSStream.cpp:27: ../../ibrcommon/thread/Conditional.h:63:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 63 | void wait(size_t timeout = 0) throw (ConditionalAbortException); | ^~~~~ ../../ibrcommon/thread/Conditional.h:64:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 64 | void wait(struct timespec *ts) throw (ConditionalAbortException); | ^~~~~ In file included from ../../ibrcommon/thread/Queue.h:28, from ../../ibrcommon/Logger.h:25, from TLSStream.cpp:27: ../../ibrcommon/thread/Semaphore.h:45:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | void trylock() throw (MutexException); | ^~~~~ ../../ibrcommon/thread/Semaphore.h:46:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 46 | void enter() throw (MutexException); | ^~~~~ ../../ibrcommon/thread/Semaphore.h:47:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void leave() throw (MutexException); | ^~~~~ In file included from ../../ibrcommon/thread/Queue.h:29, from ../../ibrcommon/Logger.h:25, from TLSStream.cpp:27: ../../ibrcommon/thread/Thread.h:106:16: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | void reset() throw (ThreadException); | ^~~~~ ../../ibrcommon/thread/Thread.h:221:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 221 | void join(void) throw (ThreadException); | ^~~~~ ../../ibrcommon/thread/Thread.h:231:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 231 | void start(int priority = 0) throw (ThreadException); | ^~~~~ ../../ibrcommon/thread/Thread.h:269:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 269 | void start(int priority = 0) throw (ThreadException); | ^~~~~ ../../ibrcommon/thread/Thread.h:274:15: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 274 | void stop() throw (ThreadException); | ^~~~~ CCLD curl In file included from ../../ibrcommon/Logger.h:25, from TLSStream.cpp:27: ../../ibrcommon/thread/Queue.h:152:12: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 152 | T take() throw (QueueUnblockedException) | ^~~~~ ../../ibrcommon/thread/Queue.h:176:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 176 | T poll(size_t timeout = 0) throw (QueueUnblockedException) | ^~~~~ ../../ibrcommon/thread/Queue.h:217:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 217 | void wait(WAIT_MODES mode, const size_t timeout = 0) throw (QueueUnblockedException) | ^~~~~ ../../ibrcommon/thread/Queue.h:243:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 243 | void wait(WAIT_MODES mode, const size_t timeout = 0) throw (QueueUnblockedException) | ^~~~~ ../../ibrcommon/thread/Queue.h:310:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 310 | void __wait(const WAIT_MODES mode) throw (QueueUnblockedException) | ^~~~~ ../../ibrcommon/thread/Queue.h:348:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 348 | void __wait(const WAIT_MODES mode, const size_t timeout) throw (QueueUnblockedException) | ^~~~~ yes checking if EVP_DigestUpdate returns an int... TLSStream.cpp: In static member function 'static void ibrcommon::TLSStream::init(X509*, EVP_PKEY*, ibrcommon::File, bool)': TLSStream.cpp:271:39: warning: 'const SSL_METHOD* TLSv1_method()' is deprecated [-Wdeprecated-declarations] 271 | _ssl_ctx = SSL_CTX_new(TLSv1_method()); | ^ In file included from /home/giuliobenetti/autobuild/run/instance-1/output-1/per-package/ibrcommon/host/x86_64-buildroot-linux-uclibc/sysroot/usr/include/openssl/e_os2.h:13, from /home/giuliobenetti/autobuild/run/instance-1/output-1/per-package/ibrcommon/host/x86_64-buildroot-linux-uclibc/sysroot/usr/include/openssl/ssl.h:15, from ../../ibrcommon/ssl/TLSStream.h:29, from TLSStream.cpp:22: /home/giuliobenetti/autobuild/run/instance-1/output-1/per-package/ibrcommon/host/x86_64-buildroot-linux-uclibc/sysroot/usr/include/openssl/ssl.h:1877:1: note: declared here 1877 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ | ^~~~~~~~~~~~~~~~~~ TLSStream.cpp:271:39: warning: 'const SSL_METHOD* TLSv1_method()' is deprecated [-Wdeprecated-declarations] 271 | _ssl_ctx = SSL_CTX_new(TLSv1_method()); | ^ In file included from /home/giuliobenetti/autobuild/run/instance-1/output-1/per-package/ibrcommon/host/x86_64-buildroot-linux-uclibc/sysroot/usr/include/openssl/e_os2.h:13, from /home/giuliobenetti/autobuild/run/instance-1/output-1/per-package/ibrcommon/host/x86_64-buildroot-linux-uclibc/sysroot/usr/include/openssl/ssl.h:15, from ../../ibrcommon/ssl/TLSStream.h:29, from TLSStream.cpp:22: /home/giuliobenetti/autobuild/run/instance-1/output-1/per-package/ibrcommon/host/x86_64-buildroot-linux-uclibc/sysroot/usr/include/openssl/ssl.h:1877:1: note: declared here 1877 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ | ^~~~~~~~~~~~~~~~~~ CXX MD5Stream.lo In file included from ../../ibrcommon/thread/MutexLock.h:25, from ../../ibrcommon/thread/Queue.h:25, from ../../ibrcommon/Logger.h:25, from iostreamBIO.cpp:24: ../../ibrcommon/thread/Mutex.h:43:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | virtual void trylock() throw (MutexException) = 0; | ^~~~~ ../../ibrcommon/thread/Mutex.h:44:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | virtual void enter() throw (MutexException) = 0; | ^~~~~ ../../ibrcommon/thread/Mutex.h:45:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | virtual void leave() throw (MutexException) = 0; | ^~~~~ ../../ibrcommon/thread/Mutex.h:54:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 54 | virtual void trylock() throw (MutexException) {}; | ^~~~~ ../../ibrcommon/thread/Mutex.h:55:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | virtual void enter() throw (MutexException) {}; | ^~~~~ ../../ibrcommon/thread/Mutex.h:56:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 56 | virtual void leave() throw (MutexException) {}; | ^~~~~ ../../ibrcommon/thread/Mutex.h:72:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 72 | virtual void trylock() throw (MutexException); | ^~~~~ ../../ibrcommon/thread/Mutex.h:73:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 73 | virtual void enter() throw (MutexException); | ^~~~~ ../../ibrcommon/thread/Mutex.h:74:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 74 | virtual void leave() throw (MutexException); | ^~~~~ In file included from ../../ibrcommon/thread/Queue.h:26, from ../../ibrcommon/Logger.h:25, from iostreamBIO.cpp:24: ../../ibrcommon/thread/Conditional.h:63:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 63 | void wait(size_t timeout = 0) throw (ConditionalAbortException); | ^~~~~ ../../ibrcommon/thread/Conditional.h:64:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 64 | void wait(struct timespec *ts) throw (ConditionalAbortException); | ^~~~~ In file included from ../../ibrcommon/thread/Queue.h:28, from ../../ibrcommon/Logger.h:25, from iostreamBIO.cpp:24: ../../ibrcommon/thread/Semaphore.h:45:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | void trylock() throw (MutexException); | ^~~~~ ../../ibrcommon/thread/Semaphore.h:46:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 46 | void enter() throw (MutexException); | ^~~~~ ../../ibrcommon/thread/Semaphore.h:47:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void leave() throw (MutexException); | ^~~~~ In file included from ../../ibrcommon/thread/Queue.h:29, from ../../ibrcommon/Logger.h:25, from iostreamBIO.cpp:24: ../../ibrcommon/thread/Thread.h:106:16: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | void reset() throw (ThreadException); | ^~~~~ ../../ibrcommon/thread/Thread.h:221:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 221 | void join(void) throw (ThreadException); | ^~~~~ ../../ibrcommon/thread/Thread.h:231:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 231 | void start(int priority = 0) throw (ThreadException); | ^~~~~ ../../ibrcommon/thread/Thread.h:269:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 269 | void start(int priority = 0) throw (ThreadException); | ^~~~~ ../../ibrcommon/thread/Thread.h:274:15: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 274 | void stop() throw (ThreadException); | ^~~~~ make[3]: Leaving directory '/home/giuliobenetti/autobuild/run/instance-1/output-1/build/libcurl-7.78.0/src' make[2]: Leaving directory '/home/giuliobenetti/autobuild/run/instance-1/output-1/build/libcurl-7.78.0/src' make[2]: Entering directory '/home/giuliobenetti/autobuild/run/instance-1/output-1/build/libcurl-7.78.0' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/giuliobenetti/autobuild/run/instance-1/output-1/build/libcurl-7.78.0' yes make[1]: Leaving directory '/home/giuliobenetti/autobuild/run/instance-1/output-1/build/libcurl-7.78.0' checking for crypt in -lcrypt... CXX SHA256Stream.lo yes checking for crypt... In file included from ../../ibrcommon/Logger.h:25, from iostreamBIO.cpp:24: ../../ibrcommon/thread/Queue.h:152:12: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 152 | T take() throw (QueueUnblockedException) | ^~~~~ ../../ibrcommon/thread/Queue.h:176:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 176 | T poll(size_t timeout = 0) throw (QueueUnblockedException) | ^~~~~ ../../ibrcommon/thread/Queue.h:217:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 217 | void wait(WAIT_MODES mode, const size_t timeout = 0) throw (QueueUnblockedException) | ^~~~~ ../../ibrcommon/thread/Queue.h:243:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 243 | void wait(WAIT_MODES mode, const size_t timeout = 0) throw (QueueUnblockedException) | ^~~~~ ../../ibrcommon/thread/Queue.h:310:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 310 | void __wait(const WAIT_MODES mode) throw (QueueUnblockedException) | ^~~~~ ../../ibrcommon/thread/Queue.h:348:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 348 | void __wait(const WAIT_MODES mode, const size_t timeout) throw (QueueUnblockedException) | ^~~~~ yes checking for DES_crypt... yes checking for EVP_sha256... yes checking for EVP_sha384... yes checking for EVP_sha512... CXXLD libibrcommon_ssl.la yes checking whether OpenSSL has NID_X9_62_prime256v1... make[5]: Leaving directory '/home/giuliobenetti/autobuild/run/instance-1/output-1/build/ibrcommon-1.0.1/ibrcommon/ssl' make[4]: Leaving directory '/home/giuliobenetti/autobuild/run/instance-1/output-1/build/ibrcommon-1.0.1/ibrcommon/ssl' Making all in xml make[4]: Entering directory '/home/giuliobenetti/autobuild/run/instance-1/output-1/build/ibrcommon-1.0.1/ibrcommon/xml' CXX XMLStreamReader.lo CXX XMLStreamWriter.lo yes checking whether OpenSSL has NID_secp384r1... yes checking whether OpenSSL has NID_secp521r1... yes checking if OpenSSL's NID_secp521r1 is functional... configure: WARNING: cross-compiling: assuming yes checking for EC_KEY_METHOD_new... yes checking whether to enable PKCS11... yes checking whether to enable U2F... yes checking for arc4random... no checking for arc4random_buf... CXXLD libibrcommon_xml.la no checking for arc4random_stir... make[4]: Leaving directory '/home/giuliobenetti/autobuild/run/instance-1/output-1/build/ibrcommon-1.0.1/ibrcommon/xml' make[4]: Entering directory '/home/giuliobenetti/autobuild/run/instance-1/output-1/build/ibrcommon-1.0.1/ibrcommon' CXX appstreambuf.lo CXX TimeMeasurement.lo CXX MonotonicClock.lo CXX Logger.lo no checking for arc4random_uniform... CXX SyslogStream.lo no checking for ia_openinfo in -liaf... no checking whether OpenSSL's PRNG is internally seeded... configure: WARNING: cross compiling: assuming yes checking whether SECCOMP_MODE_FILTER is declared... yes checking kernel for seccomp_filter support... In file included from ../ibrcommon/thread/MutexLock.h:25, from ../ibrcommon/thread/Queue.h:25, from ../ibrcommon/Logger.h:25, from Logger.cpp:23: ../ibrcommon/thread/Mutex.h:43:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | virtual void trylock() throw (MutexException) = 0; | ^~~~~ ../ibrcommon/thread/Mutex.h:44:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | virtual void enter() throw (MutexException) = 0; | ^~~~~ ../ibrcommon/thread/Mutex.h:45:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | virtual void leave() throw (MutexException) = 0; | ^~~~~ ../ibrcommon/thread/Mutex.h:54:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 54 | virtual void trylock() throw (MutexException) {}; | ^~~~~ ../ibrcommon/thread/Mutex.h:55:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 55 | virtual void enter() throw (MutexException) {}; | ^~~~~ ../ibrcommon/thread/Mutex.h:56:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 56 | virtual void leave() throw (MutexException) {}; | ^~~~~ ../ibrcommon/thread/Mutex.h:72:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 72 | virtual void trylock() throw (MutexException); | ^~~~~ ../ibrcommon/thread/Mutex.h:73:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 73 | virtual void enter() throw (MutexException); | ^~~~~ ../ibrcommon/thread/Mutex.h:74:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 74 | virtual void leave() throw (MutexException); | ^~~~~ In file included from ../ibrcommon/thread/Queue.h:26, from ../ibrcommon/Logger.h:25, from Logger.cpp:23: ../ibrcommon/thread/Conditional.h:63:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 63 | void wait(size_t timeout = 0) throw (ConditionalAbortException); | ^~~~~ ../ibrcommon/thread/Conditional.h:64:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 64 | void wait(struct timespec *ts) throw (ConditionalAbortException); | ^~~~~ In file included from ../ibrcommon/thread/Queue.h:28, from ../ibrcommon/Logger.h:25, from Logger.cpp:23: ../ibrcommon/thread/Semaphore.h:45:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | void trylock() throw (MutexException); | ^~~~~ ../ibrcommon/thread/Semaphore.h:46:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 46 | void enter() throw (MutexException); | ^~~~~ ../ibrcommon/thread/Semaphore.h:47:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | void leave() throw (MutexException); | ^~~~~ In file included from ../ibrcommon/thread/Queue.h:29, from ../ibrcommon/Logger.h:25, from Logger.cpp:23: ../ibrcommon/thread/Thread.h:106:16: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 106 | void reset() throw (ThreadException); | ^~~~~ ../ibrcommon/thread/Thread.h:221:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 221 | void join(void) throw (ThreadException); | ^~~~~ ../ibrcommon/thread/Thread.h:231:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 231 | void start(int priority = 0) throw (ThreadException); | ^~~~~ ../ibrcommon/thread/Thread.h:269:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 269 | void start(int priority = 0) throw (ThreadException); | ^~~~~ ../ibrcommon/thread/Thread.h:274:15: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 274 | void stop() throw (ThreadException); | ^~~~~ yes checking if select works with descriptor rlimit... configure: WARNING: cross compiling: assuming yes checking if setrlimit(RLIMIT_NOFILE,{0,0}) works... configure: WARNING: cross compiling: assuming yes checking if setrlimit RLIMIT_FSIZE works... configure: WARNING: cross compiling: assuming yes checking for long long... In file included from ../ibrcommon/Logger.h:25, from Logger.cpp:23: ../ibrcommon/thread/Queue.h:152:12: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 152 | T take() throw (QueueUnblockedException) | ^~~~~ ../ibrcommon/thread/Queue.h:176:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 176 | T poll(size_t timeout = 0) throw (QueueUnblockedException) | ^~~~~ ../ibrcommon/thread/Queue.h:217:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 217 | void wait(WAIT_MODES mode, const size_t timeout = 0) throw (QueueUnblockedException) | ^~~~~ ../ibrcommon/thread/Queue.h:243:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 243 | void wait(WAIT_MODES mode, const size_t timeout = 0) throw (QueueUnblockedException) | ^~~~~ ../ibrcommon/thread/Queue.h:310:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 310 | void __wait(const WAIT_MODES mode) throw (QueueUnblockedException) | ^~~~~ ../ibrcommon/thread/Queue.h:348:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 348 | void __wait(const WAIT_MODES mode, const size_t timeout) throw (QueueUnblockedException) | ^~~~~ yes checking for unsigned long long... yes checking for long double... yes checking size of short int... 2 checking size of int... 4 checking size of long int... CXXLD libibrcommon.la libtool: link: warning: library `/home/giuliobenetti/autobuild/run/instance-1/output-1/per-package/ibrcommon/host/opt/ext-toolchain/bin/../lib/gcc/x86_64-buildroot-linux-uclibc/9.3.0/../../../../x86_64-buildroot-linux-uclibc/lib/../lib64/libstdc++.la' was moved. 8 checking size of long long int... make[4]: Leaving directory '/home/giuliobenetti/autobuild/run/instance-1/output-1/build/ibrcommon-1.0.1/ibrcommon' make[3]: Leaving directory '/home/giuliobenetti/autobuild/run/instance-1/output-1/build/ibrcommon-1.0.1/ibrcommon' make[2]: Leaving directory '/home/giuliobenetti/autobuild/run/instance-1/output-1/build/ibrcommon-1.0.1/ibrcommon' Making all in tests make[2]: Entering directory '/home/giuliobenetti/autobuild/run/instance-1/output-1/build/ibrcommon-1.0.1/tests' Making all in unittests make[3]: Entering directory '/home/giuliobenetti/autobuild/run/instance-1/output-1/build/ibrcommon-1.0.1/tests/unittests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/giuliobenetti/autobuild/run/instance-1/output-1/build/ibrcommon-1.0.1/tests/unittests' Making all in stress make[3]: Entering directory '/home/giuliobenetti/autobuild/run/instance-1/output-1/build/ibrcommon-1.0.1/tests/stress' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/giuliobenetti/autobuild/run/instance-1/output-1/build/ibrcommon-1.0.1/tests/stress' make[3]: Entering directory '/home/giuliobenetti/autobuild/run/instance-1/output-1/build/ibrcommon-1.0.1/tests' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/giuliobenetti/autobuild/run/instance-1/output-1/build/ibrcommon-1.0.1/tests' make[2]: Leaving directory '/home/giuliobenetti/autobuild/run/instance-1/output-1/build/ibrcommon-1.0.1/tests' make[2]: Entering directory '/home/giuliobenetti/autobuild/run/instance-1/output-1/build/ibrcommon-1.0.1' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/giuliobenetti/autobuild/run/instance-1/output-1/build/ibrcommon-1.0.1' make[1]: Leaving directory '/home/giuliobenetti/autobuild/run/instance-1/output-1/build/ibrcommon-1.0.1' 8 checking whether UINT32_MAX is declared... yes checking for u_int type... yes checking for intXX_t types... yes checking for int64_t type... yes checking for u_intXX_t types... yes checking for u_int64_t types... yes checking for uintXX_t types in stdint.h... yes checking for uintXX_t types in inttypes.h... yes checking for u_char... yes checking for intmax_t... yes checking for uintmax_t... yes checking for socklen_t... yes checking for sig_atomic_t... yes checking for fsblkcnt_t... yes checking for fsfilcnt_t... yes checking for struct statfs.f_files... yes checking for struct statfs.f_flags... yes checking for in_addr_t... yes checking for in_port_t... yes checking for size_t... yes checking for ssize_t... yes checking for clock_t... yes checking for sa_family_t... yes checking for pid_t... yes checking for mode_t... yes checking for struct sockaddr_storage... yes checking for struct sockaddr_in6... yes checking for struct in6_addr... yes checking for struct sockaddr_in6.sin6_scope_id... yes checking for struct addrinfo... yes checking for struct timeval... yes checking for struct timespec... yes configure: WARNING: cross compiling: Assuming working snprintf() checking for ut_host field in utmp.h... yes checking for ut_host field in utmpx.h... yes checking for syslen field in utmpx.h... no checking for ut_pid field in utmp.h... yes checking for ut_type field in utmp.h... yes checking for ut_type field in utmpx.h... yes checking for ut_tv field in utmp.h... yes checking for ut_id field in utmp.h... yes checking for ut_id field in utmpx.h... yes checking for ut_addr field in utmp.h... yes checking for ut_addr field in utmpx.h... yes checking for ut_addr_v6 field in utmp.h... yes checking for ut_addr_v6 field in utmpx.h... yes checking for ut_exit field in utmp.h... yes checking for ut_time field in utmp.h... no checking for ut_time field in utmpx.h... no checking for ut_tv field in utmpx.h... yes checking for ut_ss field in utmpx.h... no checking for struct stat.st_blksize... yes checking for struct stat.st_mtim... yes checking for struct stat.st_mtime... yes checking for struct passwd.pw_gecos... yes checking for struct passwd.pw_class... no checking for struct passwd.pw_change... no checking for struct passwd.pw_expire... no checking for struct __res_state.retrans... yes checking for ss_family field in struct sockaddr_storage... yes checking for __ss_family field in struct sockaddr_storage... no checking for msg_accrights field in struct msghdr... no checking if struct statvfs.f_fsid is integral type... yes checking for msg_control field in struct msghdr... yes checking if libc defines __progname... yes checking whether /home/giuliobenetti/autobuild/run/instance-1/output-1/per-package/openssh/host/bin/x86_64-linux-gcc implements __FUNCTION__... yes checking whether /home/giuliobenetti/autobuild/run/instance-1/output-1/per-package/openssh/host/bin/x86_64-linux-gcc implements __func__... yes checking whether va_copy exists... yes checking whether __va_copy exists... yes checking whether getopt has optreset support... no checking if libc defines sys_errlist... no checking if libc defines sys_nerr... no checking for library containing getrrsetbyname... no checking for library containing res_query... no checking for library containing dn_expand... no checking if res_query will link... yes checking for _getshort... no checking for _getlong... no checking whether _getshort is declared... no checking whether _getlong is declared... no checking for HEADER.ad... yes checking if struct __res_state _res is an extern... yes checking for xauth... /usr/bin/xauth checking Discovering system mail directory... configure: WARNING: cross compiling: use --with-maildir=/path/to/mail configure: WARNING: cross compiling: Disabling /dev/ptmx test configure: WARNING: cross compiling: Disabling /dev/ptc test checking if the systems has expire shadow information... yes configure: WARNING: cross compiling: not checking /etc/default/login checking if we need to convert IPv4 in IPv6-mapped addresses... yes (default) checking if your system defines LASTLOG_FILE... no checking if your system defines _PATH_LASTLOG... yes checking if your system defines UTMP_FILE... yes checking if your system defines WTMP_FILE... yes checking if your system defines WTMPX_FILE... no checking for struct lastlog.ll_line... yes checking for struct utmp.ut_line... yes checking whether BROKEN_GETADDRINFO is declared... no configure: creating ./config.status config.status: creating Makefile config.status: creating buildpkg.sh config.status: creating opensshd.init config.status: creating openssh.xml config.status: creating openbsd-compat/Makefile config.status: creating openbsd-compat/regress/Makefile config.status: creating survey.sh config.status: creating config.h configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --disable-static, --enable-shared OpenSSH has been configured with the following options: User binaries: /usr/bin System binaries: /usr/sbin Configuration files: /etc/ssh Askpass program: /usr/libexec/ssh-askpass Manual pages: /usr/share/man/manX PID file: /var/run Privilege separation chroot path: /var/empty sshd default user PATH: /bin:/sbin:/usr/bin:/usr/sbin Manpage format: doc PAM support: no OSF SIA support: no KerberosV support: no SELinux support: no MD5 password support: no libedit support: no libldns support: no Solaris process contract support: no Solaris project support: no Solaris privilege support: no IP address in $DISPLAY hack: no Translate v4 in v6 hack: yes BSD Auth support: no Random number source: OpenSSL internal ONLY Privsep sandbox style: seccomp_filter PKCS#11 support: yes U2F/FIDO support: yes Host: x86_64-buildroot-linux-uclibc Compiler: /home/giuliobenetti/autobuild/run/instance-1/output-1/per-package/openssh/host/bin/x86_64-linux-gcc Compiler flags: -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -pipe -Wno-error=format-truncation -Wall -Wextra -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-parameter -Wno-unused-result -Wimplicit-fallthrough -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fPIE Preprocessor flags: -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE Linker flags: -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -pie Libraries: -lcrypto -lz -L/home/giuliobenetti/autobuild/run/instance-1/output-1/per-package/openssh/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/lib64 -lssl -lcrypto -lcrypt make: Leaving directory '/home/giuliobenetti/autobuild/run/instance-1/buildroot'