./net/DatagramConnection.h:138:77: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void queue(const char *buf, const dtn::data::Length &len, bool isFirst) throw (DatagramException); ^~~~~ ./net/DatagramConnection.h:240:79: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void stream_send(const char *buf, const dtn::data::Length &len, bool last) throw (DatagramException); ^~~~~ In file included from NativeDaemon.cpp:67:0: net/DatagramConvergenceLayer.h:99:180: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void callback_send(DatagramConnection &connection, const char &flags, const unsigned int &seqno, const std::string &destination, const char *buf, const dtn::data::Length &len) throw (DatagramException); ^~~~~ net/DatagramConvergenceLayer.h:101:113: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void callback_ack(DatagramConnection &connection, const unsigned int &seqno, const std::string &destination) throw (DatagramException); ^~~~~ net/DatagramConvergenceLayer.h:103:114: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void callback_nack(DatagramConnection &connection, const unsigned int &seqno, const std::string &destination) throw (DatagramException); ^~~~~ net/DatagramConvergenceLayer.h:226:82: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] DatagramConnection& getConnection(const std::string &identifier, bool create) throw (ConnectionNotAvailableException); ^~~~~ In file included from NativeDaemon.cpp:68:0: net/UDPDatagramService.h:44:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void bind() throw (DatagramException); ^~~~~ In file included from NativeDaemon.cpp:68:0: net/UDPDatagramService.h:57:146: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void send(const char &type, const char &flags, const unsigned int &seqno, const std::string &address, const char *buf, size_t length) throw (DatagramException); ^~~~~ net/UDPDatagramService.h:64:118: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void send(const char &type, const char &flags, const unsigned int &seqno, const char *buf, size_t length) throw (DatagramException); ^~~~~ net/UDPDatagramService.h:74:122: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual size_t recvfrom(char *buf, size_t length, char &type, char &flags, unsigned int &seqno, std::string &address) throw (DatagramException); ^~~~~ net/UDPDatagramService.h:102:150: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void send(const char &type, const char &flags, const unsigned int &seqno, const ibrcommon::vaddress &destination, const char *buf, size_t length) throw (DatagramException); ^~~~~ In file included from storage/SQLiteBundleStorage.h:28:0, from NativeDaemon.cpp:71: ./storage/SQLiteDatabase.h:177:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void prepare() throw (SQLiteQueryException); ^~~~~ ./storage/SQLiteDatabase.h:179:16: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] int step() throw (SQLiteQueryException); ^~~~~ ./storage/SQLiteDatabase.h:196:16: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void open() throw (SQLiteQueryException); ^~~~~ ./storage/SQLiteDatabase.h:213:18: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void vacuum() throw (SQLiteQueryException); ^~~~~ ./storage/SQLiteDatabase.h:220:85: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void update(UPDATE_VALUES, const dtn::data::BundleID &id, const dtn::data::EID&) throw (SQLiteQueryException); ^~~~~ ./storage/SQLiteDatabase.h:227:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] dtn::data::Length remove(const dtn::data::BundleID &id) throw (SQLiteQueryException); ^~~~~ ./storage/SQLiteDatabase.h:232:69: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void get(const BundleSelector &cb, BundleResult &result) throw (NoBundleFoundException, BundleSelectorException); ^~~~~ ./storage/SQLiteDatabase.h:239:79: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void get(const dtn::data::BundleID &id, dtn::data::MetaBundle &meta) const throw (SQLiteQueryException, NoBundleFoundException); ^~~~~ In file included from storage/SQLiteBundleStorage.h:28:0, from NativeDaemon.cpp:71: ./storage/SQLiteDatabase.h:246:96: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void get(const dtn::data::BundleID &id, dtn::data::Bundle &bundle, blocklist &blocks) const throw (SQLiteQueryException, NoBundleFoundException); ^~~~~ ./storage/SQLiteDatabase.h:252:79: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void store(const dtn::data::Bundle &bundle, const dtn::data::Length &size) throw (SQLiteQueryException); ^~~~~ ./storage/SQLiteDatabase.h:253:117: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void store(const dtn::data::BundleID &id, int index, const dtn::data::Block &block, const ibrcommon::File &file) throw (SQLiteQueryException); ^~~~~ ./storage/SQLiteDatabase.h:254:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void transaction() throw (SQLiteQueryException); ^~~~~ ./storage/SQLiteDatabase.h:255:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void rollback() throw (SQLiteQueryException); ^~~~~ ./storage/SQLiteDatabase.h:256:18: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void commit() throw (SQLiteQueryException); ^~~~~ ./storage/SQLiteDatabase.h:258:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool empty() const throw (SQLiteQueryException); ^~~~~ ./storage/SQLiteDatabase.h:260:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] dtn::data::Size count() const throw (SQLiteQueryException); ^~~~~ ./storage/SQLiteDatabase.h:262:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void clear() throw (SQLiteQueryException); ^~~~~ ./storage/SQLiteDatabase.h:267:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool contains(const dtn::data::BundleID &id) throw (SQLiteDatabase::SQLiteQueryException); ^~~~~ ./storage/SQLiteDatabase.h:272:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual const eid_set getDistinctDestinations() throw (SQLiteQueryException); ^~~~~ ./storage/SQLiteDatabase.h:277:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void iterateAll() throw (SQLiteQueryException); ^~~~~ ./storage/SQLiteDatabase.h:296:81: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void get(Statement &st, dtn::data::MetaBundle &bundle, int offset = 0) const throw (SQLiteQueryException); ^~~~~ ./storage/SQLiteDatabase.h:304:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void get(Statement &st, dtn::data::Bundle &bundle, const int offset = 0) const throw (SQLiteQueryException); ^~~~~ ./storage/SQLiteDatabase.h:313:172: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void __get(const BundleSelector &cb, Statement &st, BundleResult &ret, size_t &items_added, const int bind_offset, const size_t offset, const size_t query_limit) const throw (SQLiteQueryException, NoBundleFoundException, BundleSelectorException); ^~~~~ ./storage/SQLiteDatabase.h:318:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void update_expire_time() throw (SQLiteQueryException); ^~~~~ ./storage/SQLiteDatabase.h:328:90: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void set_bundleid(Statement &st, const dtn::data::BundleID &id, int offset = 0) const throw (SQLiteQueryException); ^~~~~ ./storage/SQLiteDatabase.h:333:21: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] int getVersion() throw (SQLiteQueryException); ^~~~~ ./storage/SQLiteDatabase.h:339:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void setVersion(int version) throw (SQLiteQueryException); ^~~~~ ./storage/SQLiteDatabase.h:346:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void doUpgrade(int oldVersion, int newVersion) throw (ibrcommon::Exception); ^~~~~ In file included from storage/SQLiteBundleStorage.h:29:0, from NativeDaemon.cpp:71: ./storage/SQLiteBundleSet.h:52:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static size_t create(SQLiteDatabase &db) throw (SQLiteDatabase::SQLiteQueryException); ^~~~~ ./storage/SQLiteBundleSet.h:57:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static size_t create(SQLiteDatabase &db, const std::string &name) throw (SQLiteDatabase::SQLiteQueryException); ^~~~~ ./storage/SQLiteBundleSet.h:58:91: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static size_t __create(SQLiteDatabase &db, const std::string &name, bool persistent) throw (SQLiteDatabase::SQLiteQueryException); ^~~~~ ./storage/SQLiteBundleSet.h:63:89: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static bool __exists(SQLiteDatabase &db, const std::string &name, bool persistent) throw (SQLiteDatabase::SQLiteQueryException); ^~~~~ ./storage/SQLiteBundleSet.h:115:100: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void get_bundleid(SQLiteDatabase::Statement &st, dtn::data::BundleID &id, int offset = 0) const throw (SQLiteDatabase::SQLiteQueryException); ^~~~~ In file included from NativeDaemon.cpp:71:0: storage/SQLiteBundleStorage.h:104:69: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void get(const BundleSelector &cb, BundleResult &result) throw (NoBundleFoundException, BundleSelectorException); ^~~~~ In file included from NativeDaemon.cpp:80:0: net/LOWPANConvergenceLayer.h:57:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw (dtn::net::DiscoveryBeaconHandler::NoServiceHereException); ^~~~~ In file included from NativeDaemon.cpp:81:0: net/LOWPANDatagramService.h:45:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void bind() throw (DatagramException); ^~~~~ In file included from NativeDaemon.cpp:81:0: net/LOWPANDatagramService.h:58:146: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void send(const char &type, const char &flags, const unsigned int &seqno, const std::string &address, const char *buf, size_t length) throw (DatagramException); ^~~~~ net/LOWPANDatagramService.h:65:118: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual void send(const char &type, const char &flags, const unsigned int &seqno, const char *buf, size_t length) throw (DatagramException); ^~~~~ net/LOWPANDatagramService.h:75:122: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] virtual size_t recvfrom(char *buf, size_t length, char &type, char &flags, unsigned int &seqno, std::string &address) throw (DatagramException); ^~~~~ In file included from api/ApiServer.h:26:0, from NativeDaemon.cpp:86: ./api/Registration.h:159:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] dtn::data::Bundle receive() throw (dtn::storage::NoBundleFoundException); ^~~~~ ./api/Registration.h:161:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] dtn::data::MetaBundle receiveMetaBundle() throw (dtn::storage::NoBundleFoundException); ^~~~~ ./api/Registration.h:273:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] dtn::data::MetaBundle pop() throw (const ibrcommon::QueueUnblockedException); ^~~~~ In file included from NativeDaemon.cpp:91:0: DTNTPWorker.h:68:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(NoServiceHereException); ^~~~~ In file included from NativeDaemon.cpp:105:0: security/SecurityManager.h:64:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void sign(dtn::data::Bundle &bundle) const throw (KeyMissingException); ^~~~~ security/SecurityManager.h:65:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void auth(dtn::data::Bundle &bundle) const throw (KeyMissingException); ^~~~~ security/SecurityManager.h:72:64: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void verifyAuthentication(dtn::data::Bundle &bundle) const throw (VerificationFailedException); ^~~~~ security/SecurityManager.h:73:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void verifyIntegrity(dtn::data::Bundle &bundle) const throw (VerificationFailedException); ^~~~~ security/SecurityManager.h:80:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void decrypt(dtn::data::Bundle &bundle) const throw (DecryptException, KeyMissingException); ^~~~~ security/SecurityManager.h:88:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void encrypt(dtn::data::Bundle &bundle) const throw (EncryptException, KeyMissingException); ^~~~~ In file included from NativeDaemon.cpp:106:0: security/SecurityKeyManager.h:68:157: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] dtn::security::SecurityKey get(const dtn::data::EID &ref, const dtn::security::SecurityKey::KeyType type = dtn::security::SecurityKey::KEY_UNSPEC) const throw (SecurityKey::KeyNotFoundException); ^~~~~ security/SecurityKeyManager.h:73:184: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] dtn::security::SecurityKey get(const std::string &prefix, const dtn::data::EID &ref, const dtn::security::SecurityKey::KeyType type = dtn::security::SecurityKey::KEY_UNSPEC) const throw (SecurityKey::KeyNotFoundException); ^~~~~ In file included from NativeDaemon.cpp:107:0: security/exchange/KeyExchanger.h:153:108: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] KeyExchangeSession& getSession(const dtn::data::EID &peer, const dtn::security::KeyExchangeData &data) throw (ibrcommon::Exception); ^~~~~ In file included from NativeDaemon.cpp:112:0: security/SecurityCertificateManager.h:72:74: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static void validateSubject(X509 *certificate, const std::string &cn) throw (SecurityCertificateException); ^~~~~ NativeDaemon.cpp:576:75: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] NativeNode NativeDaemon::getInfo(const std::string &neighbor_eid) const throw (NativeDaemonException) ^~~~~ NativeDaemon.cpp:734:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] NativeKeyInfo NativeDaemon::getKeyInfo(std::string eid) const throw (NativeDaemonException) ^~~~~ NativeDaemon.cpp:760:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void NativeDaemon::removeKey(std::string eid) const throw (NativeDaemonException) ^~~~~ NativeDaemon.cpp:868:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void NativeDaemon::init(DaemonRunLevel rl) throw (NativeDaemonException) ^~~~~ NativeDaemon.cpp:884:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void NativeDaemon::init_up(DaemonRunLevel rl) throw (NativeDaemonException) ^~~~~ NativeDaemon.cpp:940:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void NativeDaemon::init_down(DaemonRunLevel rl) throw (NativeDaemonException) ^~~~~ NativeDaemon.cpp:1007:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void NativeDaemon::init_core() throw (NativeDaemonException) ^~~~~ NativeDaemon.cpp:1077:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void NativeDaemon::shutdown_core() throw (NativeDaemonException) ^~~~~ NativeDaemon.cpp:1104:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void NativeDaemon::init_storage() throw (NativeDaemonException) ^~~~~ NativeDaemon.cpp:1230:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void NativeDaemon::shutdown_storage() const throw (NativeDaemonException) ^~~~~ NativeDaemon.cpp:1242:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void NativeDaemon::init_routing() throw (NativeDaemonException) ^~~~~ NativeDaemon.cpp:1251:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void NativeDaemon::shutdown_routing() const throw (NativeDaemonException) ^~~~~ NativeDaemon.cpp:1255:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void NativeDaemon::init_api() throw (NativeDaemonException) ^~~~~ NativeDaemon.cpp:1322:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void NativeDaemon::shutdown_api() throw (NativeDaemonException) ^~~~~ NativeDaemon.cpp:1331:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void NativeDaemon::init_network() throw (NativeDaemonException) ^~~~~ NativeDaemon.cpp:1592:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void NativeDaemon::shutdown_network() throw (NativeDaemonException) ^~~~~ NativeDaemon.cpp:1620:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void NativeDaemon::init_routing_extensions() throw (NativeDaemonException) ^~~~~ NativeDaemon.cpp:1694:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void NativeDaemon::shutdown_routing_extensions() const throw (NativeDaemonException) ^~~~~ CXXLD libdtnd.la libtool: link: warning: library `/home/buildroot/autobuild/run/instance-1/output/host/opt/ext-toolchain/bin/../lib/gcc/nios2-buildroot-linux-gnu/7.4.0/../../../../nios2-buildroot-linux-gnu/lib/libstdc++.la' was moved. CXXLD dtnd libtool: link: warning: library `/home/buildroot/autobuild/run/instance-1/output/host/opt/ext-toolchain/bin/../lib/gcc/nios2-buildroot-linux-gnu/7.4.0/../../../../nios2-buildroot-linux-gnu/lib/libstdc++.la' was moved. libtool: link: warning: library `/home/buildroot/autobuild/run/instance-1/output/host/opt/ext-toolchain/bin/../lib/gcc/nios2-buildroot-linux-gnu/7.4.0/../../../../nios2-buildroot-linux-gnu/lib/libstdc++.la' was moved. Making all in etc make[3]: Nothing to be done for `all'. Making all in doc make[3]: Nothing to be done for `all'. Making all in man make[3]: Nothing to be done for `all'. Making all in scripts make[3]: Nothing to be done for `all'. Making all in tests Making all in unittests make[4]: Nothing to be done for `all'. make[4]: Nothing to be done for `all-am'. Making all in munin make[3]: Nothing to be done for `all'. make[3]: Nothing to be done for `all-am'. >>> ibrdtnd 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/ibrdtnd-1.0.1/ Making install in src Making install in core Making install in filter make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. Making install in storage make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. Making install in net make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. Making install in routing Making install in epidemic make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. Making install in flooding make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. Making install in prophet make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. Making install in api make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. Making install in security Making install in exchange make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[5]: Nothing to be done for `install-data-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/sbin' /bin/sh ../libtool --mode=install /usr/bin/install -c dtnd '/home/buildroot/autobuild/run/instance-1/output/target/usr/sbin' libtool: install: /usr/bin/install -c dtnd /home/buildroot/autobuild/run/instance-1/output/target/usr/sbin/dtnd Making install in etc make[4]: Nothing to be done for `install-data-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/etc' /usr/bin/install -c -m 644 ibrdtnd.conf '/home/buildroot/autobuild/run/instance-1/output/target/etc' Making install in doc make[4]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/share/doc/ibrdtnd' /usr/bin/install -c -m 644 api.tex BPSEC.txt README.txt '/home/buildroot/autobuild/run/instance-1/output/target/usr/share/doc/ibrdtnd' Making install in man make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in scripts make[4]: Nothing to be done for `install-data-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/bin' /usr/bin/install -c ibrdtn-genkey.sh '/home/buildroot/autobuild/run/instance-1/output/target/usr/bin' 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'. make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. Making install in munin /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/share/ibrdtnd/munin/plugins' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/share/ibrdtnd/munin' /usr/bin/install -c dtnd_bundles dtnd_neighbors dtnd_storage dtnd_traffic dtnstats.py '/home/buildroot/autobuild/run/instance-1/output/target/usr/share/ibrdtnd/munin/plugins' /usr/bin/install -c -m 644 README '/home/buildroot/autobuild/run/instance-1/output/target/usr/share/ibrdtnd/munin' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. igmpproxy-0.2.1.tar.gz: OK (sha256: 6faa1f42ba323f60a9eb4958550e25b2e7e9c645da32c52ba12db0c9bdfce1ba) >>> igmpproxy 0.2.1 Extracting gzip -d -c /home/buildroot/autobuild/run/instance-1/dl/igmpproxy/igmpproxy-0.2.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-1/output/build/igmpproxy-0.2.1 -xf - >>> igmpproxy 0.2.1 Patching >>> igmpproxy 0.2.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/run/instance-1/output/build/igmpproxy-0.2.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> igmpproxy 0.2.1 Configuring >>> igmpproxy 0.2.1 Autoreconfiguring configure.ac:6: installing './compile' configure.ac:12: installing './config.guess' configure.ac:12: installing './config.sub' configure.ac:3: installing './install-sh' configure.ac:3: installing './missing' Makefile.am: installing './INSTALL' src/Makefile.am: installing './depcomp' >>> igmpproxy 0.2.1 Patching libtool (cd /home/buildroot/autobuild/run/instance-1/output/build/igmpproxy-0.2.1/ && rm -rf config.cache && 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" AR="/home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-ar" AS="/home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-as" LD="/home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-ld" NM="/home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-nm" CC="/home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gcc" GCC="/home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gcc" CPP="/home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-cpp" CXX="/home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-g++" FC="/home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gfortran" F77="/home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gfortran" RANLIB="/home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-ranlib" READELF="/home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-readelf" STRIP="/home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-strip" OBJCOPY="/home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-objcopy" OBJDUMP="/home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/run/instance-1/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-1/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-1/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/run/instance-1/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-1/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-as" DEFAULT_LINKER="/home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/buildroot/autobuild/run/instance-1/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/run/instance-1/output/host/nios2-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=nios2-buildroot-linux-gnu --host=nios2-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --disable-static, --enable-shared checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for nios2-buildroot-linux-gnu-strip... /home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for nios2-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gcc accepts -g... yes checking for /home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gcc option to accept ISO C89... none needed checking whether /home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gcc understands -c and -o together... yes checking dependency style of /home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gcc... none checking for /home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gcc option to accept ISO C99... none needed checking build system type... x86_64-pc-linux-gnu checking host system type... nios2-buildroot-linux-gnu checking for struct sockaddr.sa_len... no checking for struct sockaddr_in.sin_len... no checking for library containing socket... none required checking for library containing clock_gettime... none required checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating doc/igmpproxy.8 config.status: creating doc/igmpproxy.conf.5 config.status: creating config.h config.status: linking src/os-linux.h to src/os.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --disable-static, --enable-shared >>> igmpproxy 0.2.1 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" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-1/output/build/igmpproxy-0.2.1/ /usr/bin/make all-recursive Making all in doc make[4]: Nothing to be done for `all'. Making all in src /home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o callout.o callout.c /home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o config.o config.c /home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o confread.o confread.c /home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o ifvc.o ifvc.c /home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o igmp.o igmp.c /home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o igmpproxy.o igmpproxy.c /home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o kern.o kern.c /home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o lib.o lib.c /home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o mcgroup.o mcgroup.c /home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o mroute-api.o mroute-api.c /home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o request.o request.c /home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o rttable.o rttable.c /home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o syslog.o syslog.c /home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o udpsock.o udpsock.c /home/buildroot/autobuild/run/instance-1/output/host/bin/nios2-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o igmpproxy callout.o config.o confread.o ifvc.o igmp.o igmpproxy.o kern.o lib.o mcgroup.o mroute-api.o request.o rttable.o syslog.o udpsock.o >>> igmpproxy 0.2.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/igmpproxy-0.2.1/ Making install in doc make[4]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/share/man/man8' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/share/man/man5' /usr/bin/install -c -m 644 igmpproxy.8 '/home/buildroot/autobuild/run/instance-1/output/target/usr/share/man/man8' /usr/bin/install -c -m 644 igmpproxy.conf.5 '/home/buildroot/autobuild/run/instance-1/output/target/usr/share/man/man5' Making install in src make[4]: Nothing to be done for `install-data-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/sbin' /usr/bin/install -c igmpproxy '/home/buildroot/autobuild/run/instance-1/output/target/usr/sbin' make[4]: Nothing to be done for `install-data-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/etc' /usr/bin/install -c -m 644 igmpproxy.conf '/home/buildroot/autobuild/run/instance-1/output/target/etc' 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'