../../ibrcommon/thread/Mutex.h:45:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void leave() throw (MutexException) = 0; ^~~~~ ../../ibrcommon/thread/Mutex.h:54:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void trylock() throw (MutexException) {}; ^~~~~ ../../ibrcommon/thread/Mutex.h:55:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void enter() throw (MutexException) {}; ^~~~~ ../../ibrcommon/thread/Mutex.h:56:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void leave() throw (MutexException) {}; ^~~~~ ../../ibrcommon/thread/Mutex.h:72:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void trylock() throw (MutexException); ^~~~~ ../../ibrcommon/thread/Mutex.h:73:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void enter() throw (MutexException); ^~~~~ ../../ibrcommon/thread/Mutex.h:74:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 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] void wait(size_t timeout = 0) throw (ConditionalAbortException); ^~~~~ ../../ibrcommon/thread/Conditional.h:64:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 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] void trylock() throw (MutexException); ^~~~~ ../../ibrcommon/thread/Semaphore.h:46:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void enter() throw (MutexException); ^~~~~ ../../ibrcommon/thread/Semaphore.h:47:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 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] void reset() throw (ThreadException); ^~~~~ ../../ibrcommon/thread/Thread.h:221:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void join(void) throw (ThreadException); ^~~~~ ../../ibrcommon/thread/Thread.h:231:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void start(int priority = 0) throw (ThreadException); ^~~~~ ../../ibrcommon/thread/Thread.h:269:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void start(int priority = 0) throw (ThreadException); ^~~~~ ../../ibrcommon/thread/Thread.h:274:15: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void stop() throw (ThreadException); ^~~~~ In file included from ../../ibrcommon/thread/MutexLock.h:25, from ../../ibrcommon/thread/Queue.h:25, from ../../ibrcommon/Logger.h:25, from RSASHA256Stream.cpp:23: ../../ibrcommon/thread/Mutex.h:43:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void trylock() throw (MutexException) = 0; ^~~~~ ../../ibrcommon/thread/Mutex.h:44:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void enter() throw (MutexException) = 0; ^~~~~ ../../ibrcommon/thread/Mutex.h:45:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void leave() throw (MutexException) = 0; ^~~~~ ../../ibrcommon/thread/Mutex.h:54:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void trylock() throw (MutexException) {}; ^~~~~ ../../ibrcommon/thread/Mutex.h:55:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void enter() throw (MutexException) {}; ^~~~~ ../../ibrcommon/thread/Mutex.h:56:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void leave() throw (MutexException) {}; ^~~~~ ../../ibrcommon/thread/Mutex.h:72:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void trylock() throw (MutexException); ^~~~~ ../../ibrcommon/thread/Mutex.h:73:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void enter() throw (MutexException); ^~~~~ ../../ibrcommon/thread/Mutex.h:74:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void leave() throw (MutexException); ^~~~~ In file included from ../../ibrcommon/thread/Queue.h:26, from ../../ibrcommon/Logger.h:25, from RSASHA256Stream.cpp:23: ../../ibrcommon/thread/Conditional.h:63:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void wait(size_t timeout = 0) throw (ConditionalAbortException); ^~~~~ ../../ibrcommon/thread/Conditional.h:64:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void wait(struct timespec *ts) throw (ConditionalAbortException); ^~~~~ In file included from ../../ibrcommon/thread/Queue.h:28, from ../../ibrcommon/Logger.h:25, from RSASHA256Stream.cpp:23: ../../ibrcommon/thread/Semaphore.h:45:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void trylock() throw (MutexException); ^~~~~ ../../ibrcommon/thread/Semaphore.h:46:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void enter() throw (MutexException); ^~~~~ ../../ibrcommon/thread/Semaphore.h:47:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void leave() throw (MutexException); ^~~~~ 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] void reset() throw (ThreadException); ^~~~~ ../../ibrcommon/thread/Thread.h:221:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void join(void) throw (ThreadException); ^~~~~ ../../ibrcommon/thread/Thread.h:231:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void start(int priority = 0) throw (ThreadException); ^~~~~ ../../ibrcommon/thread/Thread.h:269:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void start(int priority = 0) throw (ThreadException); ^~~~~ ../../ibrcommon/thread/Thread.h:274:15: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 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] T take() throw (QueueUnblockedException) ^~~~~ ../../ibrcommon/thread/Queue.h:176:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] T poll(size_t timeout = 0) throw (QueueUnblockedException) ^~~~~ ../../ibrcommon/thread/Queue.h:217:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 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] 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] void __wait(const WAIT_MODES mode) throw (QueueUnblockedException) ^~~~~ ../../ibrcommon/thread/Queue.h:348:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 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] virtual void trylock() throw (MutexException) = 0; ^~~~~ ../../ibrcommon/thread/Mutex.h:44:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void enter() throw (MutexException) = 0; ^~~~~ ../../ibrcommon/thread/Mutex.h:45:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void leave() throw (MutexException) = 0; ^~~~~ ../../ibrcommon/thread/Mutex.h:54:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void trylock() throw (MutexException) {}; ^~~~~ ../../ibrcommon/thread/Mutex.h:55:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void enter() throw (MutexException) {}; ^~~~~ ../../ibrcommon/thread/Mutex.h:56:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void leave() throw (MutexException) {}; ^~~~~ ../../ibrcommon/thread/Mutex.h:72:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void trylock() throw (MutexException); ^~~~~ ../../ibrcommon/thread/Mutex.h:73:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void enter() throw (MutexException); ^~~~~ ../../ibrcommon/thread/Mutex.h:74:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 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] void wait(size_t timeout = 0) throw (ConditionalAbortException); ^~~~~ ../../ibrcommon/thread/Conditional.h:64:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 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] void trylock() throw (MutexException); ^~~~~ ../../ibrcommon/thread/Semaphore.h:46:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void enter() throw (MutexException); ^~~~~ ../../ibrcommon/thread/Semaphore.h:47:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 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] void reset() throw (ThreadException); ^~~~~ ../../ibrcommon/thread/Thread.h:221:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void join(void) throw (ThreadException); ^~~~~ ../../ibrcommon/thread/Thread.h:231:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void start(int priority = 0) throw (ThreadException); ^~~~~ ../../ibrcommon/thread/Thread.h:269:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void start(int priority = 0) throw (ThreadException); ^~~~~ ../../ibrcommon/thread/Thread.h:274:15: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void stop() throw (ThreadException); ^~~~~ 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] T take() throw (QueueUnblockedException) ^~~~~ ../../ibrcommon/thread/Queue.h:176:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] T poll(size_t timeout = 0) throw (QueueUnblockedException) ^~~~~ ../../ibrcommon/thread/Queue.h:217:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 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] 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] void __wait(const WAIT_MODES mode) throw (QueueUnblockedException) ^~~~~ ../../ibrcommon/thread/Queue.h:348:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void __wait(const WAIT_MODES mode, const size_t timeout) throw (QueueUnblockedException) ^~~~~ 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] T take() throw (QueueUnblockedException) ^~~~~ ../../ibrcommon/thread/Queue.h:176:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] T poll(size_t timeout = 0) throw (QueueUnblockedException) ^~~~~ ../../ibrcommon/thread/Queue.h:217:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 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] 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] void __wait(const WAIT_MODES mode) throw (QueueUnblockedException) ^~~~~ ../../ibrcommon/thread/Queue.h:348:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void __wait(const WAIT_MODES mode, const size_t timeout) throw (QueueUnblockedException) ^~~~~ 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] virtual void trylock() throw (MutexException) = 0; ^~~~~ ../../ibrcommon/thread/Mutex.h:44:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void enter() throw (MutexException) = 0; ^~~~~ ../../ibrcommon/thread/Mutex.h:45:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void leave() throw (MutexException) = 0; ^~~~~ ../../ibrcommon/thread/Mutex.h:54:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void trylock() throw (MutexException) {}; ^~~~~ ../../ibrcommon/thread/Mutex.h:55:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void enter() throw (MutexException) {}; ^~~~~ ../../ibrcommon/thread/Mutex.h:56:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void leave() throw (MutexException) {}; ^~~~~ ../../ibrcommon/thread/Mutex.h:72:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void trylock() throw (MutexException); ^~~~~ ../../ibrcommon/thread/Mutex.h:73:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void enter() throw (MutexException); ^~~~~ ../../ibrcommon/thread/Mutex.h:74:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 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] void wait(size_t timeout = 0) throw (ConditionalAbortException); ^~~~~ ../../ibrcommon/thread/Conditional.h:64:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 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] void trylock() throw (MutexException); ^~~~~ ../../ibrcommon/thread/Semaphore.h:46:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void enter() throw (MutexException); ^~~~~ ../../ibrcommon/thread/Semaphore.h:47:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 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] void reset() throw (ThreadException); ^~~~~ ../../ibrcommon/thread/Thread.h:221:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void join(void) throw (ThreadException); ^~~~~ ../../ibrcommon/thread/Thread.h:231:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void start(int priority = 0) throw (ThreadException); ^~~~~ ../../ibrcommon/thread/Thread.h:269:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void start(int priority = 0) throw (ThreadException); ^~~~~ ../../ibrcommon/thread/Thread.h:274:15: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 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] T take() throw (QueueUnblockedException) ^~~~~ ../../ibrcommon/thread/Queue.h:176:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] T poll(size_t timeout = 0) throw (QueueUnblockedException) ^~~~~ ../../ibrcommon/thread/Queue.h:217:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 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] 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] void __wait(const WAIT_MODES mode) throw (QueueUnblockedException) ^~~~~ ../../ibrcommon/thread/Queue.h:348:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void __wait(const WAIT_MODES mode, const size_t timeout) throw (QueueUnblockedException) ^~~~~ CXX MD5Stream.lo 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] _ssl_ctx = SSL_CTX_new(TLSv1_method()); ^ In file included from /home/buildroot/autobuild/instance-3/output-1/per-package/ibrcommon/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from /home/buildroot/autobuild/instance-3/output-1/per-package/ibrcommon/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:15, from ../../ibrcommon/ssl/TLSStream.h:29, from TLSStream.cpp:22: /home/buildroot/autobuild/instance-3/output-1/per-package/ibrcommon/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1877:1: note: declared here 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] _ssl_ctx = SSL_CTX_new(TLSv1_method()); ^ In file included from /home/buildroot/autobuild/instance-3/output-1/per-package/ibrcommon/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from /home/buildroot/autobuild/instance-3/output-1/per-package/ibrcommon/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:15, from ../../ibrcommon/ssl/TLSStream.h:29, from TLSStream.cpp:22: /home/buildroot/autobuild/instance-3/output-1/per-package/ibrcommon/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1877:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ ^~~~~~~~~~~~~~~~~~ CXX SHA256Stream.lo CXXLD libibrcommon_ssl.la make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ibrcommon-1.0.1/ibrcommon/ssl' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ibrcommon-1.0.1/ibrcommon/ssl' Making all in xml make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ibrcommon-1.0.1/ibrcommon/xml' CXX XMLStreamReader.lo CXX XMLStreamWriter.lo CXXLD libibrcommon_xml.la make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ibrcommon-1.0.1/ibrcommon/xml' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ibrcommon-1.0.1/ibrcommon' CXX appstreambuf.lo CXX TimeMeasurement.lo CXX MonotonicClock.lo CXX Logger.lo CXX SyslogStream.lo 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] virtual void trylock() throw (MutexException) = 0; ^~~~~ ../ibrcommon/thread/Mutex.h:44:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void enter() throw (MutexException) = 0; ^~~~~ ../ibrcommon/thread/Mutex.h:45:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void leave() throw (MutexException) = 0; ^~~~~ ../ibrcommon/thread/Mutex.h:54:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void trylock() throw (MutexException) {}; ^~~~~ ../ibrcommon/thread/Mutex.h:55:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void enter() throw (MutexException) {}; ^~~~~ ../ibrcommon/thread/Mutex.h:56:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void leave() throw (MutexException) {}; ^~~~~ ../ibrcommon/thread/Mutex.h:72:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void trylock() throw (MutexException); ^~~~~ ../ibrcommon/thread/Mutex.h:73:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void enter() throw (MutexException); ^~~~~ ../ibrcommon/thread/Mutex.h:74:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 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] void wait(size_t timeout = 0) throw (ConditionalAbortException); ^~~~~ ../ibrcommon/thread/Conditional.h:64:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 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] void trylock() throw (MutexException); ^~~~~ ../ibrcommon/thread/Semaphore.h:46:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void enter() throw (MutexException); ^~~~~ ../ibrcommon/thread/Semaphore.h:47:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 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] void reset() throw (ThreadException); ^~~~~ ../ibrcommon/thread/Thread.h:221:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void join(void) throw (ThreadException); ^~~~~ ../ibrcommon/thread/Thread.h:231:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void start(int priority = 0) throw (ThreadException); ^~~~~ ../ibrcommon/thread/Thread.h:269:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void start(int priority = 0) throw (ThreadException); ^~~~~ ../ibrcommon/thread/Thread.h:274:15: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void stop() throw (ThreadException); ^~~~~ 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] T take() throw (QueueUnblockedException) ^~~~~ ../ibrcommon/thread/Queue.h:176:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] T poll(size_t timeout = 0) throw (QueueUnblockedException) ^~~~~ ../ibrcommon/thread/Queue.h:217:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 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] 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] void __wait(const WAIT_MODES mode) throw (QueueUnblockedException) ^~~~~ ../ibrcommon/thread/Queue.h:348:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void __wait(const WAIT_MODES mode, const size_t timeout) throw (QueueUnblockedException) ^~~~~ CXXLD libibrcommon.la libtool: link: warning: library `/home/buildroot/autobuild/instance-3/output-1/per-package/ibrcommon/host/opt/ext-toolchain/bin/../lib/gcc/mipsel-buildroot-linux-gnu/8.3.0/../../../../mipsel-buildroot-linux-gnu/lib/libstdc++.la' was moved. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ibrcommon-1.0.1/ibrcommon' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ibrcommon-1.0.1/ibrcommon' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ibrcommon-1.0.1/ibrcommon' Making all in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ibrcommon-1.0.1/tests' Making all in unittests make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ibrcommon-1.0.1/tests/unittests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ibrcommon-1.0.1/tests/unittests' Making all in stress make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ibrcommon-1.0.1/tests/stress' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ibrcommon-1.0.1/tests/stress' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ibrcommon-1.0.1/tests' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ibrcommon-1.0.1/tests' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ibrcommon-1.0.1/tests' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ibrcommon-1.0.1' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ibrcommon-1.0.1' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ibrcommon-1.0.1' make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'