In file included from ../../ibrcommon/thread/Queue.h:29, from ../../ibrcommon/Logger.h:25, from RSASHA256Stream.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); | ^~~~~ CC tool_cfgable.o In file included from ../../ibrcommon/Logger.h:25, from RSASHA256Stream.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) | ^~~~~ In file included from ../../ibrcommon/thread/MutexLock.h:25, from ../../ibrcommon/thread/Queue.h:25, from ../../ibrcommon/Logger.h:25, from AES128Stream.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 AES128Stream.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 AES128Stream.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 AES128Stream.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); | ^~~~~ In file included from ../../ibrcommon/Logger.h:25, from AES128Stream.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) | ^~~~~ CC tool_convert.o CC tool_dirhie.o CC tool_doswin.o CC tool_easysrc.o CXX iostreamBIO.lo CC tool_filetime.o CXX MD5Stream.lo CC tool_findfile.o CC tool_formparse.o In file included from ../../ibrcommon/ssl/TLSStream.h:30, from TLSStream.cpp:22: ../../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 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); | ^~~~~ 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) | ^~~~~ 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); | ^~~~~ 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-3/output-1/per-package/ibrcommon/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/include/openssl/e_os2.h:13, from /home/giuliobenetti/autobuild/run/instance-3/output-1/per-package/ibrcommon/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/include/openssl/ssl.h:15, from ../../ibrcommon/ssl/TLSStream.h:29, from TLSStream.cpp:22: /home/giuliobenetti/autobuild/run/instance-3/output-1/per-package/ibrcommon/host/arm-buildroot-uclinux-uclibcgnueabi/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 SHA256Stream.lo 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) | ^~~~~ CC tool_getparam.o [100%] Linking CXX executable ../../bin/geosop CC tool_getpass.o CC tool_help.o CC tool_helpers.o CC tool_hugehelp.o CC tool_libinfo.o CXXLD libibrcommon_ssl.la CC tool_listhelp.o CC tool_main.o make[5]: Leaving directory '/home/giuliobenetti/autobuild/run/instance-3/output-1/build/ibrcommon-1.0.1/ibrcommon/ssl' make[4]: Leaving directory '/home/giuliobenetti/autobuild/run/instance-3/output-1/build/ibrcommon-1.0.1/ibrcommon/ssl' Making all in xml make[4]: Entering directory '/home/giuliobenetti/autobuild/run/instance-3/output-1/build/ibrcommon-1.0.1/ibrcommon/xml' CXX XMLStreamReader.lo CC tool_msgs.o CC tool_operate.o CC tool_operhlp.o CC tool_panykey.o CC tool_paramhlp.o CC tool_parsecfg.o CC tool_progress.o CC tool_strdup.o CC tool_setopt.o CC tool_sleep.o CC tool_urlglob.o CC tool_util.o CC tool_vms.o CXX XMLStreamWriter.lo CC tool_writeout.o CC tool_writeout_json.o CC tool_xattr.o CC ../lib/strtoofft.o CC ../lib/nonblock.o CC ../lib/warnless.o CC ../lib/curl_ctype.o CC ../lib/curl_multibyte.o CC ../lib/version_win32.o CC ../lib/dynbuf.o CXXLD libibrcommon_xml.la make[4]: Leaving directory '/home/giuliobenetti/autobuild/run/instance-3/output-1/build/ibrcommon-1.0.1/ibrcommon/xml' make[4]: Entering directory '/home/giuliobenetti/autobuild/run/instance-3/output-1/build/ibrcommon-1.0.1/ibrcommon' CXX TimeMeasurement.lo CXX appstreambuf.lo CXX MonotonicClock.lo CXX Logger.lo CCLD curl 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); | ^~~~~ CXX SyslogStream.lo 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) | ^~~~~ make[3]: Leaving directory '/home/giuliobenetti/autobuild/run/instance-3/output-1/build/libcurl-7.81.0/src' make[2]: Leaving directory '/home/giuliobenetti/autobuild/run/instance-3/output-1/build/libcurl-7.81.0/src' make[2]: Entering directory '/home/giuliobenetti/autobuild/run/instance-3/output-1/build/libcurl-7.81.0' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/giuliobenetti/autobuild/run/instance-3/output-1/build/libcurl-7.81.0' make[1]: Leaving directory '/home/giuliobenetti/autobuild/run/instance-3/output-1/build/libcurl-7.81.0' CXXLD libibrcommon.la libtool: link: warning: library `/home/giuliobenetti/autobuild/run/instance-3/output-1/per-package/ibrcommon/host/opt/ext-toolchain/bin/../lib/gcc/arm-buildroot-uclinux-uclibcgnueabi/10.3.0/../../../../arm-buildroot-uclinux-uclibcgnueabi/lib/libstdc++.la' was moved. make[4]: Leaving directory '/home/giuliobenetti/autobuild/run/instance-3/output-1/build/ibrcommon-1.0.1/ibrcommon' make[3]: Leaving directory '/home/giuliobenetti/autobuild/run/instance-3/output-1/build/ibrcommon-1.0.1/ibrcommon' make[2]: Leaving directory '/home/giuliobenetti/autobuild/run/instance-3/output-1/build/ibrcommon-1.0.1/ibrcommon' Making all in tests make[2]: Entering directory '/home/giuliobenetti/autobuild/run/instance-3/output-1/build/ibrcommon-1.0.1/tests' Making all in unittests make[3]: Entering directory '/home/giuliobenetti/autobuild/run/instance-3/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-3/output-1/build/ibrcommon-1.0.1/tests/unittests' Making all in stress make[3]: Entering directory '/home/giuliobenetti/autobuild/run/instance-3/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-3/output-1/build/ibrcommon-1.0.1/tests/stress' make[3]: Entering directory '/home/giuliobenetti/autobuild/run/instance-3/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-3/output-1/build/ibrcommon-1.0.1/tests' make[2]: Leaving directory '/home/giuliobenetti/autobuild/run/instance-3/output-1/build/ibrcommon-1.0.1/tests' make[2]: Entering directory '/home/giuliobenetti/autobuild/run/instance-3/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-3/output-1/build/ibrcommon-1.0.1' make[1]: Leaving directory '/home/giuliobenetti/autobuild/run/instance-3/output-1/build/ibrcommon-1.0.1' make[3]: Leaving directory '/home/giuliobenetti/autobuild/run/instance-3/output-1/build/libgeos-3.10.1' [100%] Built target geosop make[2]: Leaving directory '/home/giuliobenetti/autobuild/run/instance-3/output-1/build/libgeos-3.10.1' make[1]: Leaving directory '/home/giuliobenetti/autobuild/run/instance-3/output-1/build/libgeos-3.10.1' make: Leaving directory '/home/giuliobenetti/autobuild/run/instance-3/buildroot'