In file included from ./core/StatusReportGenerator.h:26, from ./core/BundleCore.h:29, from storage/MemoryBundleStorage.h:26, from NativeDaemon.cpp:37: /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/per-package/ibrdtnd/host/bin/../riscv64-buildroot-linux-uclibc/sysroot/usr/include/ibrdtn-1.0/ibrdtn/data/StatusReportBlock.h:64:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 64 | virtual void read(const dtn::data::PayloadBlock &p) throw (WrongRecordException); | ^~~~~ In file included from ./routing/BaseRouter.h:42, from ./core/BundleCore.h:32, from storage/MemoryBundleStorage.h:26, from NativeDaemon.cpp:37: /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/per-package/ibrdtnd/host/bin/../riscv64-buildroot-linux-uclibc/sysroot/usr/include/ibrcommon-1.0/ibrcommon/thread/RWMutex.h:36:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 36 | virtual void trylock() throw (MutexException); | ^~~~~ /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/per-package/ibrdtnd/host/bin/../riscv64-buildroot-linux-uclibc/sysroot/usr/include/ibrcommon-1.0/ibrcommon/thread/RWMutex.h:37:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 37 | virtual void enter() throw (MutexException); | ^~~~~ /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/per-package/ibrdtnd/host/bin/../riscv64-buildroot-linux-uclibc/sysroot/usr/include/ibrcommon-1.0/ibrcommon/thread/RWMutex.h:38:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 38 | virtual void leave() throw (MutexException); | ^~~~~ /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/per-package/ibrdtnd/host/bin/../riscv64-buildroot-linux-uclibc/sysroot/usr/include/ibrcommon-1.0/ibrcommon/thread/RWMutex.h:40:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 40 | virtual void trylock_wr() throw (MutexException); | ^~~~~ /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/per-package/ibrdtnd/host/bin/../riscv64-buildroot-linux-uclibc/sysroot/usr/include/ibrcommon-1.0/ibrcommon/thread/RWMutex.h:41:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 41 | virtual void enter_wr() throw (MutexException); | ^~~~~ In file included from ./core/BundleCore.h:33, from storage/MemoryBundleStorage.h:26, from NativeDaemon.cpp:37: ./core/BundleFilter.h:51:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 51 | const dtn::data::MetaBundle& getMetaBundle() const throw (FilterException); | ^~~~~ ./core/BundleFilter.h:54:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 54 | const dtn::data::Bundle& getBundle() const throw (FilterException); | ^~~~~ ./core/BundleFilter.h:57:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 57 | const dtn::data::PrimaryBlock& getPrimaryBlock() const throw (FilterException); | ^~~~~ ./core/BundleFilter.h:59:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 59 | const dtn::data::BundleID& getBundleID() const throw (FilterException); | ^~~~~ ./core/BundleFilter.h:62:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 62 | const dtn::data::Block& getBlock() const throw (FilterException); | ^~~~~ ./core/BundleFilter.h:63:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 63 | dtn::data::Number getBlockLength() const throw (FilterException); | ^~~~~ ./core/BundleFilter.h:66:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 66 | const dtn::data::EID& setPeer() const throw (FilterException); | ^~~~~ ./core/BundleFilter.h:69:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 69 | dtn::core::Node::Protocol getProtocol() const throw (FilterException); | ^~~~~ ./core/BundleFilter.h:72:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 72 | const std::string getRoutingTag() const throw (FilterException); | ^~~~~ In file included from ./core/BundleCore.h:35, from storage/MemoryBundleStorage.h:26, from NativeDaemon.cpp:37: ./net/ConnectionManager.h:114:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 114 | void open(const dtn::core::Node &node) throw (ibrcommon::Exception); | ^~~~~ ./net/ConnectionManager.h:128:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 128 | const protocol_list getSupportedProtocols(const dtn::data::EID &eid) throw (NodeNotAvailableException); | ^~~~~ ./net/ConnectionManager.h:149:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 149 | const dtn::core::Node getNeighbor(const dtn::data::EID &eid) throw (NodeNotAvailableException); | ^~~~~ ./net/ConnectionManager.h:202:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 202 | dtn::core::Node& getNode(const dtn::data::EID &eid) throw (NodeNotAvailableException); | ^~~~~ In file included from storage/MemoryBundleStorage.h:26, from NativeDaemon.cpp:37: ./core/BundleCore.h:133:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 133 | virtual void validate(const dtn::data::PrimaryBlock &obj) const throw (RejectedException); | ^~~~~ ./core/BundleCore.h:134:87: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 134 | virtual void validate(const dtn::data::Block &obj, const dtn::data::Number&) const throw (RejectedException); | ^~~~~ ./core/BundleCore.h:135:126: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 135 | virtual void validate(const dtn::data::PrimaryBlock &bundle, const dtn::data::Block &obj, const dtn::data::Number&) const throw (RejectedException); | ^~~~~ ./core/BundleCore.h:136:62: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 136 | virtual void validate(const dtn::data::Bundle &obj) const throw (RejectedException); | ^~~~~ ./core/BundleCore.h:137:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 137 | virtual void validate(const dtn::data::MetaBundle &obj) const throw (RejectedException); | ^~~~~ In file included from NativeDaemon.cpp:37: storage/MemoryBundleStorage.h:75:69: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 75 | virtual void get(const BundleSelector &cb, BundleResult &result) throw (NoBundleFoundException, BundleSelectorException); | ^~~~~ make[6]: Leaving directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/cairo-1.16.0/util/cairo-script' CCLD cairo-analyse-trace CCLD cairo-perf-trace In file included from storage/SimpleBundleStorage.h:32, from NativeDaemon.cpp:38: ./storage/DataStorage.h:103:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 103 | DataStorage::istream retrieve(const Hash &hash) throw (DataNotAvailableException); | ^~~~~ ./storage/DataStorage.h:149:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 149 | std::auto_ptr _container; | ^~~~~~~~ In file included from /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/per-package/ibrdtnd/host/riscv64-buildroot-linux-uclibc/include/c++/10.3.0/memory:83, from ./storage/DataStorage.h:32, from storage/SimpleBundleStorage.h:32, from NativeDaemon.cpp:38: /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/per-package/ibrdtnd/host/riscv64-buildroot-linux-uclibc/include/c++/10.3.0/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from storage/SimpleBundleStorage.h:33, from NativeDaemon.cpp:38: ./storage/MetaStorage.h:86:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 86 | const dtn::data::MetaBundle& find(const T &id) const throw (NoBundleFoundException) | ^~~~~ ./storage/MetaStorage.h:95:82: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 95 | const dtn::data::MetaBundle& find(const ibrcommon::BloomFilter &filter) const throw (NoBundleFoundException); | ^~~~~ In file included from NativeDaemon.cpp:38: storage/SimpleBundleStorage.h:97:69: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 97 | virtual void get(const BundleSelector &cb, BundleResult &result) throw (NoBundleFoundException, BundleSelectorException); | ^~~~~ In file included from NativeDaemon.cpp:42: core/FragmentManager.h:103:139: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 103 | static void split(const dtn::data::Bundle &bundle, const dtn::data::Length &maxPayloadLength, std::list &fragments) throw (FragmentationAbortedException); | ^~~~~ In file included from NativeDaemon.cpp:50: routing/SchedulingBundleIndex.h:34:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 34 | virtual void get(const dtn::storage::BundleSelector &cb, dtn::storage::BundleResult &result) throw (dtn::storage::NoBundleFoundException, dtn::storage::BundleSelectorException); | ^~~~~ In file included from routing/prophet/ProphetRoutingExtension.h:25, from NativeDaemon.cpp:52: ./routing/prophet/DeliveryPredictabilityMap.h:49:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 49 | float get(const dtn::data::EID &neighbor) const throw (ValueNotFoundException); | ^~~~~ In file included from NativeDaemon.cpp:59: net/UDPConvergenceLayer.h:64:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 64 | throw (dtn::net::DiscoveryBeaconHandler::NoServiceHereException); | ^~~~~ net/UDPConvergenceLayer.h:88:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 88 | void receive(dtn::data::Bundle&, dtn::data::EID &sender) throw (ibrcommon::socket_exception, dtn::InvalidDataException); | ^~~~~ net/UDPConvergenceLayer.h:89:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 89 | void send(const ibrcommon::vaddress &addr, const std::string &data) throw (ibrcommon::socket_exception, NoAddressFoundException); | ^~~~~ In file included from ./net/TCPConnection.h:38, from net/TCPConvergenceLayer.h:31, from NativeDaemon.cpp:60: /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/per-package/ibrdtnd/host/bin/../riscv64-buildroot-linux-uclibc/sysroot/usr/include/ibrcommon-1.0/ibrcommon/thread/SharedReference.h:39:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 39 | T& operator*() const throw (ibrcommon::Exception) | ^~~~~ In file included from net/TCPConvergenceLayer.h:31, from NativeDaemon.cpp:60: ./net/TCPConnection.h:139:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 139 | void initiateExtendedHandshake() throw (ibrcommon::Exception); | ^~~~~ ./net/TCPConnection.h:188:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 188 | safe_streamconnection getProtocolStream() throw (ibrcommon::Exception); | ^~~~~ In file included from NativeDaemon.cpp:60: net/TCPConvergenceLayer.h:104:85: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 104 | void onUpdateBeacon(const ibrcommon::vinterface &iface, DiscoveryBeacon &beacon) throw (NoServiceHereException); | ^~~~~ In file included from NativeDaemon.cpp:64: net/FileMonitor.h:42:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 42 | virtual void up() throw (ibrcommon::socket_exception); | ^~~~~ net/FileMonitor.h:43:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 43 | virtual void down() throw (ibrcommon::socket_exception); | ^~~~~ net/FileMonitor.h:45:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 45 | void watch(const ibrcommon::File &path, int opts) throw (ibrcommon::socket_exception); | ^~~~~ net/FileMonitor.h:47:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | ssize_t read(char *data, size_t len) throw (ibrcommon::socket_exception); | ^~~~~ In file included from net/DatagramConvergenceLayer.h:27, from NativeDaemon.cpp:67: ./net/DatagramService.h:82:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 82 | virtual void bind() throw (DatagramException) = 0; | ^~~~~ In file included from net/DatagramConvergenceLayer.h:27, from NativeDaemon.cpp:67: ./net/DatagramService.h:96:146: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 96 | 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) = 0; | ^~~~~ ./net/DatagramService.h:104:118: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 104 | virtual void send(const char &type, const char &flags, const unsigned int &seqno, const char *buf, size_t length) throw (DatagramException) = 0; | ^~~~~ ./net/DatagramService.h:114:122: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 114 | virtual size_t recvfrom(char *buf, size_t length, char &type, char &flags, unsigned int &seqno, std::string &address) throw (DatagramException) = 0; | ^~~~~ In file included from net/DatagramConvergenceLayer.h:28, from NativeDaemon.cpp:67: ./net/DatagramConnection.h:46:188: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 46 | virtual 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) = 0; | ^~~~~ ./net/DatagramConnection.h:47:121: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 47 | virtual void callback_ack(DatagramConnection &connection, const unsigned int &seqno, const std::string &destination) throw (DatagramException) = 0; | ^~~~~ ./net/DatagramConnection.h:48:122: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 48 | virtual void callback_nack(DatagramConnection &connection, const unsigned int &seqno, const std::string &destination) throw (DatagramException) = 0; | ^~~~~ ./net/DatagramConnection.h:138:77: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 138 | 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] 240 | void stream_send(const char *buf, const dtn::data::Length &len, bool last) throw (DatagramException); | ^~~~~ In file included from NativeDaemon.cpp:67: net/DatagramConvergenceLayer.h:99:180: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 99 | 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] 101 | 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] 103 | 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] 226 | DatagramConnection& getConnection(const std::string &identifier, bool create) throw (ConnectionNotAvailableException); | ^~~~~ In file included from NativeDaemon.cpp:68: net/UDPDatagramService.h:44:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 44 | virtual void bind() throw (DatagramException); | ^~~~~ In file included from NativeDaemon.cpp:68: net/UDPDatagramService.h:57:146: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 57 | 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] 64 | 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] 74 | 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] 102 | 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, from NativeDaemon.cpp:71: ./storage/SQLiteDatabase.h:177:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 177 | void prepare() throw (SQLiteQueryException); | ^~~~~ ./storage/SQLiteDatabase.h:179:16: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 179 | int step() throw (SQLiteQueryException); | ^~~~~ ./storage/SQLiteDatabase.h:196:16: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 196 | void open() throw (SQLiteQueryException); | ^~~~~ ./storage/SQLiteDatabase.h:213:18: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 213 | void vacuum() throw (SQLiteQueryException); | ^~~~~ ./storage/SQLiteDatabase.h:220:85: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 220 | 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] 227 | 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] 232 | 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] 239 | void get(const dtn::data::BundleID &id, dtn::data::MetaBundle &meta) const throw (SQLiteQueryException, NoBundleFoundException); | ^~~~~ In file included from storage/SQLiteBundleStorage.h:28, from NativeDaemon.cpp:71: ./storage/SQLiteDatabase.h:246:96: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 246 | 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] 252 | 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] 253 | 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] 254 | void transaction() throw (SQLiteQueryException); | ^~~~~ ./storage/SQLiteDatabase.h:255:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 255 | void rollback() throw (SQLiteQueryException); | ^~~~~ ./storage/SQLiteDatabase.h:256:18: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 256 | void commit() throw (SQLiteQueryException); | ^~~~~ ./storage/SQLiteDatabase.h:258:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 258 | bool empty() const throw (SQLiteQueryException); | ^~~~~ ./storage/SQLiteDatabase.h:260:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 260 | dtn::data::Size count() const throw (SQLiteQueryException); | ^~~~~ ./storage/SQLiteDatabase.h:262:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 262 | void clear() throw (SQLiteQueryException); | ^~~~~ ./storage/SQLiteDatabase.h:267:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 267 | 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] 272 | virtual const eid_set getDistinctDestinations() throw (SQLiteQueryException); | ^~~~~ ./storage/SQLiteDatabase.h:277:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 277 | void iterateAll() throw (SQLiteQueryException); | ^~~~~ ./storage/SQLiteDatabase.h:296:81: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 296 | 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] 304 | 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] 313 | 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] 318 | void update_expire_time() throw (SQLiteQueryException); | ^~~~~ ./storage/SQLiteDatabase.h:328:90: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 328 | 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] 333 | int getVersion() throw (SQLiteQueryException); | ^~~~~ ./storage/SQLiteDatabase.h:339:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 339 | void setVersion(int version) throw (SQLiteQueryException); | ^~~~~ ./storage/SQLiteDatabase.h:346:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 346 | void doUpgrade(int oldVersion, int newVersion) throw (ibrcommon::Exception); | ^~~~~ In file included from storage/SQLiteBundleStorage.h:29, from NativeDaemon.cpp:71: ./storage/SQLiteBundleSet.h:52:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 52 | static size_t create(SQLiteDatabase &db) throw (SQLiteDatabase::SQLiteQueryException); | ^~~~~ ./storage/SQLiteBundleSet.h:57:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 57 | 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] 58 | 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] 63 | 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] 115 | void get_bundleid(SQLiteDatabase::Statement &st, dtn::data::BundleID &id, int offset = 0) const throw (SQLiteDatabase::SQLiteQueryException); | ^~~~~ In file included from NativeDaemon.cpp:71: storage/SQLiteBundleStorage.h:104:69: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 104 | virtual void get(const BundleSelector &cb, BundleResult &result) throw (NoBundleFoundException, BundleSelectorException); | ^~~~~ In file included from api/ApiServer.h:26, from NativeDaemon.cpp:86: ./api/Registration.h:159:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 159 | dtn::data::Bundle receive() throw (dtn::storage::NoBundleFoundException); | ^~~~~ ./api/Registration.h:161:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 161 | dtn::data::MetaBundle receiveMetaBundle() throw (dtn::storage::NoBundleFoundException); | ^~~~~ ./api/Registration.h:273:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 273 | dtn::data::MetaBundle pop() throw (const ibrcommon::QueueUnblockedException); | ^~~~~ In file included from NativeDaemon.cpp:91: DTNTPWorker.h:68:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 68 | throw(NoServiceHereException); | ^~~~~ In file included from NativeDaemon.cpp:105: security/SecurityManager.h:64:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 64 | void sign(dtn::data::Bundle &bundle) const throw (KeyMissingException); | ^~~~~ security/SecurityManager.h:65:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 65 | void auth(dtn::data::Bundle &bundle) const throw (KeyMissingException); | ^~~~~ security/SecurityManager.h:72:64: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 72 | void verifyAuthentication(dtn::data::Bundle &bundle) const throw (VerificationFailedException); | ^~~~~ security/SecurityManager.h:73:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 73 | void verifyIntegrity(dtn::data::Bundle &bundle) const throw (VerificationFailedException); | ^~~~~ security/SecurityManager.h:80:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | 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] 88 | void encrypt(dtn::data::Bundle &bundle) const throw (EncryptException, KeyMissingException); | ^~~~~ In file included from NativeDaemon.cpp:106: security/SecurityKeyManager.h:68:157: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 68 | 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] 73 | 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: security/exchange/KeyExchanger.h:153:108: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 153 | KeyExchangeSession& getSession(const dtn::data::EID &peer, const dtn::security::KeyExchangeData &data) throw (ibrcommon::Exception); | ^~~~~ In file included from NativeDaemon.cpp:112: security/SecurityCertificateManager.h:72:74: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 72 | static void validateSubject(X509 *certificate, const std::string &cn) throw (SecurityCertificateException); | ^~~~~ make[5]: Leaving directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/cairo-1.16.0/perf' make[4]: Leaving directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/cairo-1.16.0/perf' make[3]: Leaving directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/cairo-1.16.0/perf' make[3]: Entering directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/cairo-1.16.0' Makefile:1502: warning: overriding recipe for target `recheck' Makefile:1140: warning: ignoring old recipe for target `recheck' make[3]: Leaving directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/cairo-1.16.0' make[2]: Leaving directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/cairo-1.16.0' make[1]: Leaving directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/cairo-1.16.0' NativeDaemon.cpp:576:75: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 576 | 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] 734 | NativeKeyInfo NativeDaemon::getKeyInfo(std::string eid) const throw (NativeDaemonException) | ^~~~~ NativeDaemon.cpp:760:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 760 | void NativeDaemon::removeKey(std::string eid) const throw (NativeDaemonException) | ^~~~~ NativeDaemon.cpp:868:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 868 | void NativeDaemon::init(DaemonRunLevel rl) throw (NativeDaemonException) | ^~~~~ NativeDaemon.cpp:884:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 884 | void NativeDaemon::init_up(DaemonRunLevel rl) throw (NativeDaemonException) | ^~~~~ NativeDaemon.cpp:940:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 940 | void NativeDaemon::init_down(DaemonRunLevel rl) throw (NativeDaemonException) | ^~~~~ NativeDaemon.cpp:1007:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 1007 | void NativeDaemon::init_core() throw (NativeDaemonException) | ^~~~~ NativeDaemon.cpp:1077:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 1077 | void NativeDaemon::shutdown_core() throw (NativeDaemonException) | ^~~~~ NativeDaemon.cpp:1104:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 1104 | void NativeDaemon::init_storage() throw (NativeDaemonException) | ^~~~~ NativeDaemon.cpp:1230:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 1230 | void NativeDaemon::shutdown_storage() const throw (NativeDaemonException) | ^~~~~ NativeDaemon.cpp:1242:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 1242 | void NativeDaemon::init_routing() throw (NativeDaemonException) | ^~~~~ NativeDaemon.cpp:1251:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 1251 | void NativeDaemon::shutdown_routing() const throw (NativeDaemonException) | ^~~~~ NativeDaemon.cpp:1255:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 1255 | void NativeDaemon::init_api() throw (NativeDaemonException) | ^~~~~ NativeDaemon.cpp:1322:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 1322 | void NativeDaemon::shutdown_api() throw (NativeDaemonException) | ^~~~~ NativeDaemon.cpp:1331:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 1331 | void NativeDaemon::init_network() throw (NativeDaemonException) | ^~~~~ NativeDaemon.cpp:1592:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 1592 | void NativeDaemon::shutdown_network() throw (NativeDaemonException) | ^~~~~ NativeDaemon.cpp:1620:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 1620 | void NativeDaemon::init_routing_extensions() throw (NativeDaemonException) | ^~~~~ NativeDaemon.cpp:1694:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 1694 | void NativeDaemon::shutdown_routing_extensions() const throw (NativeDaemonException) | ^~~~~ CXXLD libdtnd.la CXXLD dtnd make[4]: Leaving directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/ibrdtnd-1.0.1/src' make[3]: Leaving directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/ibrdtnd-1.0.1/src' make[2]: Leaving directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/ibrdtnd-1.0.1/src' Making all in etc make[2]: Entering directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/ibrdtnd-1.0.1/etc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/ibrdtnd-1.0.1/etc' Making all in doc make[2]: Entering directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/ibrdtnd-1.0.1/doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/ibrdtnd-1.0.1/doc' Making all in man make[2]: Entering directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/ibrdtnd-1.0.1/man' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/ibrdtnd-1.0.1/man' Making all in scripts make[2]: Entering directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/ibrdtnd-1.0.1/scripts' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/ibrdtnd-1.0.1/scripts' Making all in tests make[2]: Entering directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/ibrdtnd-1.0.1/tests' Making all in unittests make[3]: Entering directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/ibrdtnd-1.0.1/tests/unittests' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/ibrdtnd-1.0.1/tests/unittests' make[3]: Entering directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/ibrdtnd-1.0.1/tests' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/ibrdtnd-1.0.1/tests' make[2]: Leaving directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/ibrdtnd-1.0.1/tests' Making all in munin make[2]: Entering directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/ibrdtnd-1.0.1/munin' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/ibrdtnd-1.0.1/munin' make[2]: Entering directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/ibrdtnd-1.0.1' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/ibrdtnd-1.0.1' make[1]: Leaving directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/ibrdtnd-1.0.1' make: Leaving directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/buildroot'