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 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/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] 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 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/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/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) ^~~~~ 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/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/openssl/e_os2.h:13, from /home/buildroot/autobuild/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/openssl/ssl.h:15, from ../../ibrcommon/ssl/TLSStream.h:29, from TLSStream.cpp:22: /home/buildroot/autobuild/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/openssl/ssl.h:1864: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/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/openssl/e_os2.h:13, from /home/buildroot/autobuild/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/openssl/ssl.h:15, from ../../ibrcommon/ssl/TLSStream.h:29, from TLSStream.cpp:22: /home/buildroot/autobuild/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/openssl/ssl.h:1864:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ ^~~~~~~~~~~~~~~~~~ CXX MD5Stream.lo CXX SHA256Stream.lo CXXLD libibrcommon_ssl.la Making all in xml CXX XMLStreamReader.lo CXX XMLStreamWriter.lo CXXLD libibrcommon_xml.la 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 Making all in tests Making all in unittests make[4]: Nothing to be done for `all'. Making all in stress make[4]: Nothing to be done for `all'. make[4]: Nothing to be done for `all-am'. make[3]: Nothing to be done for `all-am'. >>> ibrcommon 1.0.1 Installing to staging directory PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot install -C /home/buildroot/autobuild/run/instance-1/output/build/ibrcommon-1.0.1/ Making install in ibrcommon Making install in data make[5]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/ibrcommon-1.0/ibrcommon/data' /usr/bin/install -c -m 644 BLOB.h ConfigFile.h File.h BloomFilter.h iobuffer.h Base64Stream.h Base64Reader.h Base64.h '/home/buildroot/autobuild/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/ibrcommon-1.0/ibrcommon/data' Making install in link make[5]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/ibrcommon-1.0/ibrcommon/link' /usr/bin/install -c -m 644 nl802154.h LinkManager.h LinkEvent.h NetLinkManager.h '/home/buildroot/autobuild/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/ibrcommon-1.0/ibrcommon/link' Making install in net make[5]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/ibrcommon-1.0/ibrcommon/net' /usr/bin/install -c -m 644 socket.h socketstream.h ieee802154.h stopandwait.h vsocket.h vinterface.h vaddress.h lowpansocket.h lowpanstream.h '/home/buildroot/autobuild/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/ibrcommon-1.0/ibrcommon/net' Making install in thread make[5]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/ibrcommon-1.0/ibrcommon/thread' /usr/bin/install -c -m 644 Conditional.h Queue.h Mutex.h MutexLock.h Semaphore.h Thread.h Timer.h AtomicCounter.h ThreadsafeState.h ThreadsafeReference.h SharedReference.h RWMutex.h RWLock.h SignalHandler.h '/home/buildroot/autobuild/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/ibrcommon-1.0/ibrcommon/thread' Making install in ssl Making install in gcm make[6]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/ibrcommon-1.0/ibrcommon/ssl/gcm' /usr/bin/install -c -m 644 brg_endian.h brg_types.h gcm_aes.h gcm.h gf128mul.h mode_hdr.h '/home/buildroot/autobuild/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/ibrcommon-1.0/ibrcommon/ssl/gcm' make[6]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/ibrcommon-1.0/ibrcommon/ssl' /usr/bin/install -c -m 644 CipherStream.h HashStream.h HMacStream.h XORStream.h RSASHA256Stream.h AES128Stream.h TLSStream.h iostreamBIO.h MD5Stream.h SHA256Stream.h '/home/buildroot/autobuild/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/ibrcommon-1.0/ibrcommon/ssl' Making install in xml make[5]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/ibrcommon-1.0/ibrcommon/xml' /usr/bin/install -c -m 644 XMLStreamHandler.h XMLStreamReader.h XMLStreamWriter.h '/home/buildroot/autobuild/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/ibrcommon-1.0/ibrcommon/xml' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/ibrcommon-1.0/ibrcommon' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/ibrcommon-1.0/ibrcommon' /bin/sh ../libtool --mode=install /usr/bin/install -c libibrcommon.la '/home/buildroot/autobuild/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib' /usr/bin/install -c -m 644 appstreambuf.h Exceptions.h refcnt_ptr.h TimeMeasurement.h MonotonicClock.h Logger.h TLSExceptions.h Iterator.h SyslogStream.h '/home/buildroot/autobuild/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/ibrcommon-1.0/ibrcommon' /usr/bin/install -c -m 644 ibrcommon.h '/home/buildroot/autobuild/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/ibrcommon-1.0/ibrcommon' libtool: install: /usr/bin/install -c .libs/libibrcommon-1.0.so.1.0.0 /home/buildroot/autobuild/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libibrcommon-1.0.so.1.0.0 libtool: install: (cd /home/buildroot/autobuild/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libibrcommon-1.0.so.1.0.0 libibrcommon-1.0.so.1 || { rm -f libibrcommon-1.0.so.1 && ln -s libibrcommon-1.0.so.1.0.0 libibrcommon-1.0.so.1; }; }) libtool: install: (cd /home/buildroot/autobuild/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libibrcommon-1.0.so.1.0.0 libibrcommon.so || { rm -f libibrcommon.so && ln -s libibrcommon-1.0.so.1.0.0 libibrcommon.so; }; }) libtool: install: /usr/bin/install -c .libs/libibrcommon.lai /home/buildroot/autobuild/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libibrcommon.la libtool: install: warning: remember to run `libtool --finish /usr/lib' Making install in tests Making install in unittests make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. Making install in stress make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[4]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 ibrcommon.pc '/home/buildroot/autobuild/run/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' >>> ibrcommon 1.0.1 Fixing libtool files >>> ibrcommon 1.0.1 Installing to target PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-1/output/target install -C /home/buildroot/autobuild/run/instance-1/output/build/ibrcommon-1.0.1/ Making install in ibrcommon Making install in data make[5]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/include/ibrcommon-1.0/ibrcommon/data' /usr/bin/install -c -m 644 BLOB.h ConfigFile.h File.h BloomFilter.h iobuffer.h Base64Stream.h Base64Reader.h Base64.h '/home/buildroot/autobuild/run/instance-1/output/target/usr/include/ibrcommon-1.0/ibrcommon/data' Making install in link make[5]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/include/ibrcommon-1.0/ibrcommon/link' /usr/bin/install -c -m 644 nl802154.h LinkManager.h LinkEvent.h NetLinkManager.h '/home/buildroot/autobuild/run/instance-1/output/target/usr/include/ibrcommon-1.0/ibrcommon/link' Making install in net make[5]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/include/ibrcommon-1.0/ibrcommon/net' /usr/bin/install -c -m 644 socket.h socketstream.h ieee802154.h stopandwait.h vsocket.h vinterface.h vaddress.h lowpansocket.h lowpanstream.h '/home/buildroot/autobuild/run/instance-1/output/target/usr/include/ibrcommon-1.0/ibrcommon/net' Making install in thread make[5]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/include/ibrcommon-1.0/ibrcommon/thread' /usr/bin/install -c -m 644 Conditional.h Queue.h Mutex.h MutexLock.h Semaphore.h Thread.h Timer.h AtomicCounter.h ThreadsafeState.h ThreadsafeReference.h SharedReference.h RWMutex.h RWLock.h SignalHandler.h '/home/buildroot/autobuild/run/instance-1/output/target/usr/include/ibrcommon-1.0/ibrcommon/thread' Making install in ssl Making install in gcm make[6]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/include/ibrcommon-1.0/ibrcommon/ssl/gcm' /usr/bin/install -c -m 644 brg_endian.h brg_types.h gcm_aes.h gcm.h gf128mul.h mode_hdr.h '/home/buildroot/autobuild/run/instance-1/output/target/usr/include/ibrcommon-1.0/ibrcommon/ssl/gcm' make[6]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/include/ibrcommon-1.0/ibrcommon/ssl' /usr/bin/install -c -m 644 CipherStream.h HashStream.h HMacStream.h XORStream.h RSASHA256Stream.h AES128Stream.h TLSStream.h iostreamBIO.h MD5Stream.h SHA256Stream.h '/home/buildroot/autobuild/run/instance-1/output/target/usr/include/ibrcommon-1.0/ibrcommon/ssl' Making install in xml make[5]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/include/ibrcommon-1.0/ibrcommon/xml' /usr/bin/install -c -m 644 XMLStreamHandler.h XMLStreamReader.h XMLStreamWriter.h '/home/buildroot/autobuild/run/instance-1/output/target/usr/include/ibrcommon-1.0/ibrcommon/xml' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/lib' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/include/ibrcommon-1.0/ibrcommon' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/include/ibrcommon-1.0/ibrcommon' /bin/sh ../libtool --mode=install /usr/bin/install -c libibrcommon.la '/home/buildroot/autobuild/run/instance-1/output/target/usr/lib' /usr/bin/install -c -m 644 appstreambuf.h Exceptions.h refcnt_ptr.h TimeMeasurement.h MonotonicClock.h Logger.h TLSExceptions.h Iterator.h SyslogStream.h '/home/buildroot/autobuild/run/instance-1/output/target/usr/include/ibrcommon-1.0/ibrcommon' /usr/bin/install -c -m 644 ibrcommon.h '/home/buildroot/autobuild/run/instance-1/output/target/usr/include/ibrcommon-1.0/ibrcommon' libtool: install: /usr/bin/install -c .libs/libibrcommon-1.0.so.1.0.0 /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/libibrcommon-1.0.so.1.0.0 libtool: install: (cd /home/buildroot/autobuild/run/instance-1/output/target/usr/lib && { ln -s -f libibrcommon-1.0.so.1.0.0 libibrcommon-1.0.so.1 || { rm -f libibrcommon-1.0.so.1 && ln -s libibrcommon-1.0.so.1.0.0 libibrcommon-1.0.so.1; }; }) libtool: install: (cd /home/buildroot/autobuild/run/instance-1/output/target/usr/lib && { ln -s -f libibrcommon-1.0.so.1.0.0 libibrcommon.so || { rm -f libibrcommon.so && ln -s libibrcommon-1.0.so.1.0.0 libibrcommon.so; }; }) libtool: install: /usr/bin/install -c .libs/libibrcommon.lai /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/libibrcommon.la libtool: install: warning: remember to run `libtool --finish /usr/lib' Making install in tests Making install in unittests make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. Making install in stress make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[4]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 ibrcommon.pc '/home/buildroot/autobuild/run/instance-1/output/target/usr/lib/pkgconfig' imx-mkimage-rel_imx_4.14.78_1.0.0_ga.tar.gz: OK (sha256: d5d7afca6abef4fc6653a2f8b99545d62921a5ab8c44ff3481120232e2162dde) >>> host-imx-mkimage rel_imx_4.14.78_1.0.0_ga Extracting gzip -d -c /home/buildroot/autobuild/run/instance-1/dl/imx-mkimage/imx-mkimage-rel_imx_4.14.78_1.0.0_ga.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-1/output/build/host-imx-mkimage-rel_imx_4.14.78_1.0.0_ga -xf - >>> host-imx-mkimage rel_imx_4.14.78_1.0.0_ga Patching Applying 0001-add-support-for-overriding-bl32-and-bl33-not-only-bl.patch using patch: patching file iMX8M/mkimage_fit_atf.sh Hunk #1 succeeded at 18 (offset 7 lines). Applying 0002-add-ldflags-to-link-step.patch using patch: patching file iMX8M/soc.mak Hunk #1 succeeded at 42 with fuzz 2 (offset 27 lines). Applying 0003-Add-unused-fake-version.patch using patch: patching file Makefile >>> host-imx-mkimage rel_imx_4.14.78_1.0.0_ga Configuring >>> host-imx-mkimage rel_imx_4.14.78_1.0.0_ga Building PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PKG_CONFIG="/home/buildroot/autobuild/run/instance-1/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/run/instance-1/output/host/lib/pkgconfig:/home/buildroot/autobuild/run/instance-1/output/host/share/pkgconfig" /usr/bin/make -j4 PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PKG_CONFIG="/home/buildroot/autobuild/run/instance-1/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/run/instance-1/output/host/lib/pkgconfig:/home/buildroot/autobuild/run/instance-1/output/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/buildroot/autobuild/run/instance-1/output/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/run/instance-1/output/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/run/instance-1/output/host/include" LDFLAGS="-L/home/buildroot/autobuild/run/instance-1/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-1/output/host/lib" INTLTOOL_PERL=/usr/bin/perl -C /home/buildroot/autobuild/run/instance-1/output/build/host-imx-mkimage-rel_imx_4.14.78_1.0.0_ga MKIMG=mkimage_imx8 mkimage_imx8 Compiling mkimage_imx8 /usr/bin/gcc -O2 -I/home/buildroot/autobuild/run/instance-1/output/host/include src/imx8qm.c src/imx8qx.c src/imx8qxb0.c src/mkimage_imx8.c -o mkimage_imx8 -I src src/imx8qxb0.c: In function 'set_image_hash': src/imx8qxb0.c:253:2: error: 'for' loop initial declarations are only allowed in C99 mode for(int i = 0; i < strlen(hash)/2; i++){ ^ src/imx8qxb0.c:253:2: note: use option -std=c99 or -std=gnu99 to compile your code src/imx8qxb0.c: In function 'flatten_container_header': src/imx8qxb0.c:271:2: error: 'for' loop initial declarations are only allowed in C99 mode for (int i = 0; i < containers_count; i++) { ^ src/imx8qxb0.c:298:11: error: redefinition of 'i' for (int i = 0; i < containers_count; i++) { ^ src/imx8qxb0.c:271:11: note: previous definition of 'i' was here for (int i = 0; i < containers_count; i++) { ^ src/imx8qxb0.c:298:2: error: 'for' loop initial declarations are only allowed in C99 mode for (int i = 0; i < containers_count; i++) { ^ src/imx8qxb0.c:307:3: error: 'for' loop initial declarations are only allowed in C99 mode for (int j = 0; j < container->num_images; j++) { ^ src/imx8qxb0.c:311:12: error: redefinition of 'j' for (int j = 0; j < container->num_images; j++) { ^ src/imx8qxb0.c:307:12: note: previous definition of 'j' was here for (int j = 0; j < container->num_images; j++) { ^ src/imx8qxb0.c:311:3: error: 'for' loop initial declarations are only allowed in C99 mode for (int j = 0; j < container->num_images; j++) { ^ make[2]: *** [mkimage_imx8] Error 1 make[1]: *** [/home/buildroot/autobuild/run/instance-1/output/build/host-imx-mkimage-rel_imx_4.14.78_1.0.0_ga/.stamp_built] Error 2 make: *** [_all] Error 2 make: Leaving directory `/home/buildroot/autobuild/run/instance-1/buildroot'