source_subfolder/configure: line 16322: gperf: command not found ../source_subfolder/rutil/BaseException.cxx:36:10: warning: ‘std::ostream& resip::operator<<(std::ostream&, const resip::BaseException&)’ has not been declared within resip ostream& resip::operator<<(ostream& strm, const BaseException& e) ^~~~~ In file included from ../source_subfolder/rutil/BaseException.cxx:5:0: ../source_subfolder/rutil/BaseException.hxx:41:28: note: only here as a friend friend std::ostream& operator<<(std::ostream& strm, const BaseException& e); ^~~~~~~~ ../source_subfolder/rutil/Data.cxx:733:1: warning: ‘bool resip::operator==(const resip::Data&, const resip::Data&)’ has not been declared within resip resip::operator==(const Data& lhs, const Data& rhs) ^~~~~ In file included from ../source_subfolder/rutil/Data.cxx:14:0: ../source_subfolder/rutil/Data.hxx:400:19: note: only here as a friend friend bool operator==(const Data& lhs, const Data& rhs); ^~~~~~~~ ../source_subfolder/rutil/Data.cxx:743:1: warning: ‘bool resip::operator==(const resip::Data&, const char*)’ has not been declared within resip resip::operator==(const Data& lhs, const char* rhs) ^~~~~ In file included from ../source_subfolder/rutil/Data.cxx:14:0: ../source_subfolder/rutil/Data.hxx:401:19: note: only here as a friend friend bool operator==(const Data& lhs, const char* rhs); ^~~~~~~~ ../source_subfolder/rutil/Data.cxx:754:1: warning: ‘bool resip::operator<(const resip::Data&, const resip::Data&)’ has not been declared within resip resip::operator<(const Data& lhs, const Data& rhs) ^~~~~ In file included from ../source_subfolder/rutil/Data.cxx:14:0: ../source_subfolder/rutil/Data.hxx:403:19: note: only here as a friend friend bool operator<(const Data& lhs, const Data& rhs); ^~~~~~~~ ../source_subfolder/rutil/Data.cxx:773:1: warning: ‘bool resip::operator<(const resip::Data&, const char*)’ has not been declared within resip resip::operator<(const Data& lhs, const char* rhs) ^~~~~ In file included from ../source_subfolder/rutil/Data.cxx:14:0: ../source_subfolder/rutil/Data.hxx:404:19: note: only here as a friend friend bool operator<(const Data& lhs, const char* rhs); ^~~~~~~~ ../source_subfolder/rutil/Data.cxx:794:1: warning: ‘bool resip::operator<(const char*, const resip::Data&)’ has not been declared within resip resip::operator<(const char* lhs, const Data& rhs) ^~~~~ In file included from ../source_subfolder/rutil/Data.cxx:14:0: ../source_subfolder/rutil/Data.hxx:405:19: note: only here as a friend friend bool operator<(const char* lhs, const Data& rhs); ^~~~~~~~ ../source_subfolder/rutil/FdPoll.cxx: In member function ‘virtual void resip::FdPollImplFdSet::buildFdSet(resip::FdSet&)’: ../source_subfolder/rutil/FdPoll.cxx:362:8: warning: unused variable ‘loopCnt’ [-Wunused-variable] int loopCnt = 0; ^~~~~~~ ../source_subfolder/rutil/FdPoll.cxx: In member function ‘virtual bool resip::FdPollImplFdSet::processFdSet(resip::FdSet&)’: ../source_subfolder/rutil/FdPoll.cxx:415:8: warning: unused variable ‘loopCnt’ [-Wunused-variable] int loopCnt = 0; ^~~~~~~ ../source_subfolder/rutil/FdPoll.cxx: In member function ‘virtual resip::FdPollItemFake* resip::FdPollImplEpoll::addPollItem(resip::Socket, resip::FdPollEventMask, resip::FdPollItemIf*)’: ../source_subfolder/rutil/FdPoll.cxx:959:18: warning: unused variable ‘olditem’ [-Wunused-variable] FdPollItemIf *olditem = mItems[fd]; ^~~~~~~ ../source_subfolder/rutil/RecursiveMutex.cxx: In constructor ‘resip::RecursiveMutex::RecursiveMutex()’: ../source_subfolder/rutil/RecursiveMutex.cxx:71:8: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable] int rc = pthread_mutexattr_init(&mMutexAttr); ^~ ../source_subfolder/rutil/RecursiveMutex.cxx: In destructor ‘virtual resip::RecursiveMutex::~RecursiveMutex()’: ../source_subfolder/rutil/RecursiveMutex.cxx:89:10: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable] int rc = pthread_mutex_destroy(&mId); ^~ ../source_subfolder/rutil/Subsystem.cxx:25:1: warning: ‘std::ostream& resip::operator<<(std::ostream&, const resip::Subsystem&)’ has not been declared within resip resip::operator<<(EncodeStream& strm, const Subsystem& ss) ^~~~~ In file included from ../source_subfolder/rutil/Subsystem.cxx:1:0: ../source_subfolder/rutil/Subsystem.hxx:62:28: note: only here as a friend friend EncodeStream& operator<<(EncodeStream& strm, const Subsystem& ss); ^~~~~~~~ ../source_subfolder/rutil/dns/RRCache.cxx: In member function ‘int resip::RRCache::getTTL(const resip::RROverlay&)’: ../source_subfolder/rutil/dns/RRCache.cxx:214:8: warning: variable ‘status’ set but not used [-Wunused-but-set-variable] int status = ares_expand_name(overlay.data(), overlay.msg(), overlay.msgLength(), &name, &len); ^~~~~~ ../../source_subfolder/resip/stack/Cookie.cxx:48:1: warning: ‘std::ostream& resip::operator<<(std::ostream&, const resip::Cookie&)’ has not been declared within resip resip::operator<<(EncodeStream& strm, const Cookie& c) ^~~~~ In file included from ../../source_subfolder/resip/stack/Cookie.cxx:5:0: ../../source_subfolder/resip/stack/Cookie.hxx:22:28: note: only here as a friend friend EncodeStream& operator<<(EncodeStream& strm, const Cookie& c); ^~~~~~~~ ../../source_subfolder/resip/stack/DtmfPayloadContents.cxx: In member function ‘short unsigned int resip::DtmfPayloadContents::DtmfPayload::getEventCode() const’: ../../source_subfolder/resip/stack/DtmfPayloadContents.cxx:194:11: warning: ‘eventCode’ may be used uninitialized in this function [-Wmaybe-uninitialized] return eventCode; ^~~~~~~~~ ../../source_subfolder/resip/stack/ConnectionBase.cxx: In member function ‘char* resip::ConnectionBase::getWriteBufferForExtraBytes(int, int)’: ../../source_subfolder/resip/stack/ConnectionBase.cxx:1068:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if ((currentPos + extraBytes) > mBufferSize) ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ../../source_subfolder/resip/stack/Helper.cxx: In static member function ‘static resip::SipMessage* resip::Helper::make405(const resip::SipMessage&, const int*, int)’: ../../source_subfolder/resip/stack/Helper.cxx:1272:17: warning: variable ‘last’ set but not used [-Wunused-but-set-variable] int last = 0; ^~~~ ../../source_subfolder/resip/stack/StackThread.cxx: In member function ‘virtual void resip::StackThread::thread()’: ../../source_subfolder/resip/stack/StackThread.cxx:28:33: warning: ‘virtual void resip::SipStack::buildFdSet(resip::FdSet&)’ is deprecated [-Wdeprecated-declarations] mStack.buildFdSet(fdset); ^ In file included from ../../source_subfolder/rutil/Socket.hxx:15:0, from ../../source_subfolder/rutil/ThreadIf.hxx:4, from ../../source_subfolder/resip/stack/StackThread.hxx:4, from ../../source_subfolder/resip/stack/StackThread.cxx:1: ../../source_subfolder/resip/stack/SipStack.hxx:719:37: note: declared here RESIP_DEPRECATED(virtual void buildFdSet(FdSet& fdset)); ^ ../../source_subfolder/rutil/compat.hxx:312:29: note: in definition of macro ‘RESIP_DEPRECATED’ #define RESIP_DEPRECATED(x) x __attribute__ ((deprecated)) ^ ../../source_subfolder/resip/stack/StackThread.cxx:36:33: warning: ‘virtual void resip::SipStack::process(resip::FdSet&)’ is deprecated [-Wdeprecated-declarations] mStack.process(fdset); ^ In file included from ../../source_subfolder/rutil/Socket.hxx:15:0, from ../../source_subfolder/rutil/ThreadIf.hxx:4, from ../../source_subfolder/resip/stack/StackThread.hxx:4, from ../../source_subfolder/resip/stack/StackThread.cxx:1: ../../source_subfolder/resip/stack/SipStack.hxx:736:37: note: declared here RESIP_DEPRECATED(virtual void process(FdSet& fdset)); ^ ../../source_subfolder/rutil/compat.hxx:312:29: note: in definition of macro ‘RESIP_DEPRECATED’ #define RESIP_DEPRECATED(x) x __attribute__ ((deprecated)) ^ ../../source_subfolder/resip/stack/InterruptableStackThread.cxx: In member function ‘virtual void resip::InterruptableStackThread::thread()’: ../../source_subfolder/resip/stack/InterruptableStackThread.cxx:29:30: warning: ‘virtual void resip::SipStack::process(resip::FdSet&)’ is deprecated [-Wdeprecated-declarations] mStack.process(fdset); // .dcm. reqd to get send requests queued at transports ^ In file included from ../../source_subfolder/rutil/Socket.hxx:15:0, from ../../source_subfolder/rutil/ThreadIf.hxx:4, from ../../source_subfolder/resip/stack/InterruptableStackThread.hxx:4, from ../../source_subfolder/resip/stack/InterruptableStackThread.cxx:1: ../../source_subfolder/resip/stack/SipStack.hxx:736:37: note: declared here RESIP_DEPRECATED(virtual void process(FdSet& fdset)); ^ ../../source_subfolder/rutil/compat.hxx:312:29: note: in definition of macro ‘RESIP_DEPRECATED’ #define RESIP_DEPRECATED(x) x __attribute__ ((deprecated)) ^ ../../source_subfolder/resip/stack/InterruptableStackThread.cxx:31:33: warning: ‘virtual void resip::SipStack::buildFdSet(resip::FdSet&)’ is deprecated [-Wdeprecated-declarations] mStack.buildFdSet(fdset); ^ In file included from ../../source_subfolder/rutil/Socket.hxx:15:0, from ../../source_subfolder/rutil/ThreadIf.hxx:4, from ../../source_subfolder/resip/stack/InterruptableStackThread.hxx:4, from ../../source_subfolder/resip/stack/InterruptableStackThread.cxx:1: ../../source_subfolder/resip/stack/SipStack.hxx:719:37: note: declared here RESIP_DEPRECATED(virtual void buildFdSet(FdSet& fdset)); ^ ../../source_subfolder/rutil/compat.hxx:312:29: note: in definition of macro ‘RESIP_DEPRECATED’ #define RESIP_DEPRECATED(x) x __attribute__ ((deprecated)) ^ ../../source_subfolder/resip/stack/InterruptableStackThread.cxx:41:33: warning: ‘virtual void resip::SipStack::process(resip::FdSet&)’ is deprecated [-Wdeprecated-declarations] mStack.process(fdset); ^ In file included from ../../source_subfolder/rutil/Socket.hxx:15:0, from ../../source_subfolder/rutil/ThreadIf.hxx:4, from ../../source_subfolder/resip/stack/InterruptableStackThread.hxx:4, from ../../source_subfolder/resip/stack/InterruptableStackThread.cxx:1: ../../source_subfolder/resip/stack/SipStack.hxx:736:37: note: declared here RESIP_DEPRECATED(virtual void process(FdSet& fdset)); ^ ../../source_subfolder/rutil/compat.hxx:312:29: note: in definition of macro ‘RESIP_DEPRECATED’ #define RESIP_DEPRECATED(x) x __attribute__ ((deprecated)) ^ ../../source_subfolder/resip/stack/TransactionState.cxx:3013:1: warning: ‘std::ostream& resip::operator<<(std::ostream&, const resip::TransactionState&)’ has not been declared within resip resip::operator<<(EncodeStream& strm, const resip::TransactionState& state) ^~~~~ In file included from ../../source_subfolder/resip/stack/TransactionState.cxx:28:0: ../../source_subfolder/resip/stack/TransactionState.hxx:199:28: note: only here as a friend friend EncodeStream& operator<<(EncodeStream& strm, const TransactionState& state); ^~~~~~~~ ../../source_subfolder/resip/stack/ssl/TlsBaseTransport.cxx: In constructor ‘resip::TlsBaseTransport::TlsBaseTransport(resip::Fifo&, int, resip::IpVersion, const resip::Data&, resip::Security&, const resip::Data&, resip::SecurityTypes::SSLType, resip::TransportType, resip::AfterSocketCreationFuncPtr, resip::Compression&, unsigned int, resip::SecurityTypes::TlsClientVerificationMode, bool, const resip::Data&, const resip::Data&, const resip::Data&)’: ../../source_subfolder/resip/stack/ssl/TlsBaseTransport.cxx:68:50: warning: ‘const SSL_METHOD* TLSv1_method()’ is deprecated [-Wdeprecated-declarations] mDomainCtx = mSecurity->createDomainCtx(TLSv1_method(), sipDomain, certificateFilename, privateKeyFilename, privateKeyPassPhrase); ^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include/openssl/e_os2.h:13:0, from /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include/openssl/ssl.h:15, from ../../source_subfolder/resip/stack/ssl/TlsBaseTransport.hxx:14, from ../../source_subfolder/resip/stack/ssl/TlsBaseTransport.cxx:14: /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include/openssl/ssl.h:1877:45: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ ^ /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include/openssl/opensslconf.h:118:37: note: in definition of macro ‘DECLARE_DEPRECATED’ # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include/openssl/ssl.h:1877:1: note: in expansion of macro ‘DEPRECATEDIN_1_1_0’ DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ ^~~~~~~~~~~~~~~~~~ ../../source_subfolder/resip/stack/ssl/TlsBaseTransport.cxx:68:63: warning: ‘const SSL_METHOD* TLSv1_method()’ is deprecated [-Wdeprecated-declarations] mDomainCtx = mSecurity->createDomainCtx(TLSv1_method(), sipDomain, certificateFilename, privateKeyFilename, privateKeyPassPhrase); ^ In file included from /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include/openssl/e_os2.h:13:0, from /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include/openssl/ssl.h:15, from ../../source_subfolder/resip/stack/ssl/TlsBaseTransport.hxx:14, from ../../source_subfolder/resip/stack/ssl/TlsBaseTransport.cxx:14: /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include/openssl/ssl.h:1877:45: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ ^ /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include/openssl/opensslconf.h:118:37: note: in definition of macro ‘DECLARE_DEPRECATED’ # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include/openssl/ssl.h:1877:1: note: in expansion of macro ‘DEPRECATEDIN_1_1_0’ DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ ^~~~~~~~~~~~~~~~~~ ../../source_subfolder/resip/stack/ssl/Security.cxx: In function ‘int verifyCallback(int, X509_STORE_CTX*)’: ../../source_subfolder/resip/stack/ssl/Security.cxx:118:8: warning: variable ‘iErr’ set but not used [-Wunused-but-set-variable] int iErr = 0; ^~~~ ../../source_subfolder/resip/stack/ssl/Security.cxx: In constructor ‘resip::BaseSecurity::BaseSecurity(const resip::BaseSecurity::CipherList&, const resip::Data&, const resip::Data&)’: ../../source_subfolder/resip/stack/ssl/Security.cxx:1169:27: warning: ‘const SSL_METHOD* TLSv1_method()’ is deprecated [-Wdeprecated-declarations] mTlsCtx = SSL_CTX_new( TLSv1_method() ); ^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include/openssl/e_os2.h:13:0, from /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include/openssl/ssl.h:15, from ../../source_subfolder/resip/stack/ssl/Security.hxx:32, from ../../source_subfolder/resip/stack/ssl/Security.cxx:7: /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include/openssl/ssl.h:1877:45: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ ^ /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include/openssl/opensslconf.h:118:37: note: in definition of macro ‘DECLARE_DEPRECATED’ # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include/openssl/ssl.h:1877:1: note: in expansion of macro ‘DEPRECATEDIN_1_1_0’ DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ ^~~~~~~~~~~~~~~~~~ ../../source_subfolder/resip/stack/ssl/Security.cxx:1169:40: warning: ‘const SSL_METHOD* TLSv1_method()’ is deprecated [-Wdeprecated-declarations] mTlsCtx = SSL_CTX_new( TLSv1_method() ); ^ In file included from /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include/openssl/e_os2.h:13:0, from /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include/openssl/ssl.h:15, from ../../source_subfolder/resip/stack/ssl/Security.hxx:32, from ../../source_subfolder/resip/stack/ssl/Security.cxx:7: /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include/openssl/ssl.h:1877:45: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ ^ /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include/openssl/opensslconf.h:118:37: note: in definition of macro ‘DECLARE_DEPRECATED’ # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include/openssl/ssl.h:1877:1: note: in expansion of macro ‘DEPRECATEDIN_1_1_0’ DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ ^~~~~~~~~~~~~~~~~~ ../../source_subfolder/resip/stack/ssl/Security.cxx:1162:8: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable] int ret; ^~~ ../../source_subfolder/resip/stack/ssl/Security.cxx: In member function ‘void resip::BaseSecurity::generateUserCert(const resip::Data&, int, int)’: ../../source_subfolder/resip/stack/ssl/Security.cxx:1489:8: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable] int ret; ^~~ ../../source_subfolder/resip/stack/ssl/TlsConnection.cxx: In constructor ‘resip::TlsConnection::TlsConnection(resip::Transport*, const resip::Tuple&, resip::Socket, resip::Security*, bool, resip::Data, resip::SecurityTypes::SSLType, resip::Compression&)’: ../../source_subfolder/resip/stack/ssl/TlsConnection.cxx:126:43: warning: ‘verify_mode’ may be used uninitialized in this function [-Wmaybe-uninitialized] SSL_set_verify(mSsl, verify_mode, 0); ^ ../../source_subfolder/resip/dum/DialogId.cxx:118:1: warning: ‘std::ostream& resip::operator<<(std::ostream&, const resip::DialogId&)’ has not been declared within resip resip::operator<<(EncodeStream& os, const DialogId& id) ^~~~~ In file included from ../../source_subfolder/resip/dum/DialogId.cxx:1:0: ../../source_subfolder/resip/dum/DialogId.hxx:30:28: note: only here as a friend friend EncodeStream& operator<<(EncodeStream&, const DialogId& id); ^~~~~~~~ ../../source_subfolder/resip/dum/CertMessage.cxx:36:15: warning: ‘std::ostream& resip::operator<<(std::ostream&, const resip::MessageId&)’ has not been declared within resip EncodeStream& resip::operator<<(EncodeStream& strm, const MessageId& id) ^~~~~ In file included from ../../source_subfolder/resip/dum/CertMessage.cxx:3:0: ../../source_subfolder/resip/dum/CertMessage.hxx:20:28: note: only here as a friend friend EncodeStream& operator<<(EncodeStream& strm, const MessageId& id); ^~~~~~~~ libtool: warning: relinking 'librutil.la' libtool: warning: relinking 'libresip.la' libtool: warning: relinking 'libdum.la' CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY In file included from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/NameAddr.hxx:8:0, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/ParserCategories.hxx:15, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/Headers.hxx:4, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/Contents.hxx:10, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/SipMessage.hxx:11, from /home/conan/w/cci_PR-3432/21/a90334f7-01d9-444e-ab27-0c5577a78cd1/recipes/resiprocate/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/Uri.hxx:276:12: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] std::auto_ptr mEmbeddedHeadersText; ^~~~~~~~ In file included from /usr/include/c++/6/memory:81:0, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/a90334f7-01d9-444e-ab27-0c5577a78cd1/recipes/resiprocate/all/test_package/test_package.cpp:1: /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/NameAddr.hxx:8:0, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/ParserCategories.hxx:15, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/Headers.hxx:4, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/Contents.hxx:10, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/SipMessage.hxx:11, from /home/conan/w/cci_PR-3432/21/a90334f7-01d9-444e-ab27-0c5577a78cd1/recipes/resiprocate/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/Uri.hxx:277:12: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] std::auto_ptr mEmbeddedHeaders; ^~~~~~~~ In file included from /usr/include/c++/6/memory:81:0, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/a90334f7-01d9-444e-ab27-0c5577a78cd1/recipes/resiprocate/all/test_package/test_package.cpp:1: /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/rutil/SharedPtr.hxx:13:0, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/SipMessage.hxx:28, from /home/conan/w/cci_PR-3432/21/a90334f7-01d9-444e-ab27-0c5577a78cd1/recipes/resiprocate/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/rutil/SharedCount.hxx:244:31: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] explicit shared_count(std::auto_ptr & r): pi_(new sp_counted_base_impl< Y *, checked_deleter >(r.get(), checked_deleter())) ^~~~~~~~ In file included from /usr/include/c++/6/memory:81:0, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/a90334f7-01d9-444e-ab27-0c5577a78cd1/recipes/resiprocate/all/test_package/test_package.cpp:1: /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/SipMessage.hxx:28:0, from /home/conan/w/cci_PR-3432/21/a90334f7-01d9-444e-ab27-0c5577a78cd1/recipes/resiprocate/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/rutil/SharedPtr.hxx:154:28: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] explicit SharedPtr(std::auto_ptr & r): px(r.get()), pn() ^~~~~~~~ In file included from /usr/include/c++/6/memory:81:0, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/a90334f7-01d9-444e-ab27-0c5577a78cd1/recipes/resiprocate/all/test_package/test_package.cpp:1: /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/SipMessage.hxx:28:0, from /home/conan/w/cci_PR-3432/21/a90334f7-01d9-444e-ab27-0c5577a78cd1/recipes/resiprocate/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/rutil/SharedPtr.hxx:170:31: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] SharedPtr & operator=(std::auto_ptr & r) ^~~~~~~~ In file included from /usr/include/c++/6/memory:81:0, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/a90334f7-01d9-444e-ab27-0c5577a78cd1/recipes/resiprocate/all/test_package/test_package.cpp:1: /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from /home/conan/w/cci_PR-3432/21/a90334f7-01d9-444e-ab27-0c5577a78cd1/recipes/resiprocate/all/test_package/test_package.cpp:1:0: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/SipMessage.hxx:498:12: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] std::auto_ptr releaseContents(); ^~~~~~~~ In file included from /usr/include/c++/6/memory:81:0, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/a90334f7-01d9-444e-ab27-0c5577a78cd1/recipes/resiprocate/all/test_package/test_package.cpp:1: /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from /home/conan/w/cci_PR-3432/21/a90334f7-01d9-444e-ab27-0c5577a78cd1/recipes/resiprocate/all/test_package/test_package.cpp:1:0: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/SipMessage.hxx:505:29: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] void setContents(std::auto_ptr contents); ^~~~~~~~ In file included from /usr/include/c++/6/memory:81:0, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/a90334f7-01d9-444e-ab27-0c5577a78cd1/recipes/resiprocate/all/test_package/test_package.cpp:1: /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from /home/conan/w/cci_PR-3432/21/a90334f7-01d9-444e-ab27-0c5577a78cd1/recipes/resiprocate/all/test_package/test_package.cpp:1:0: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/SipMessage.hxx:563:39: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] void setSecurityAttributes(std::auto_ptr); ^~~~~~~~ In file included from /usr/include/c++/6/memory:81:0, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/a90334f7-01d9-444e-ab27-0c5577a78cd1/recipes/resiprocate/all/test_package/test_package.cpp:1: /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from /home/conan/w/cci_PR-3432/21/a90334f7-01d9-444e-ab27-0c5577a78cd1/recipes/resiprocate/all/test_package/test_package.cpp:1:0: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/SipMessage.hxx:568:38: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] void addOutboundDecorator(std::auto_ptr md){mOutboundDecorators.push_back(md.release());} ^~~~~~~~ In file included from /usr/include/c++/6/memory:81:0, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/a90334f7-01d9-444e-ab27-0c5577a78cd1/recipes/resiprocate/all/test_package/test_package.cpp:1: /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from /home/conan/w/cci_PR-3432/21/a90334f7-01d9-444e-ab27-0c5577a78cd1/recipes/resiprocate/all/test_package/test_package.cpp:1:0: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/SipMessage.hxx:737:12: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] std::auto_ptr mSecurityAttributes; ^~~~~~~~ In file included from /usr/include/c++/6/memory:81:0, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/a90334f7-01d9-444e-ab27-0c5577a78cd1/recipes/resiprocate/all/test_package/test_package.cpp:1: /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/Helper.hxx:14:0, from /home/conan/w/cci_PR-3432/21/a90334f7-01d9-444e-ab27-0c5577a78cd1/recipes/resiprocate/all/test_package/test_package.cpp:2: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/SdpContents.hxx:166:31: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] static std::auto_ptr sStaticCodecs; ^~~~~~~~ In file included from /usr/include/c++/6/memory:81:0, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/a90334f7-01d9-444e-ab27-0c5577a78cd1/recipes/resiprocate/all/test_package/test_package.cpp:1: /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from /home/conan/w/cci_PR-3432/21/a90334f7-01d9-444e-ab27-0c5577a78cd1/recipes/resiprocate/all/test_package/test_package.cpp:2:0: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/Helper.hxx:529:35: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] ContentsSecAttrs(std::auto_ptr contents, ^~~~~~~~ In file included from /usr/include/c++/6/memory:81:0, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/a90334f7-01d9-444e-ab27-0c5577a78cd1/recipes/resiprocate/all/test_package/test_package.cpp:1: /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from /home/conan/w/cci_PR-3432/21/a90334f7-01d9-444e-ab27-0c5577a78cd1/recipes/resiprocate/all/test_package/test_package.cpp:2:0: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/Helper.hxx:530:35: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] std::auto_ptr attributes); ^~~~~~~~ In file included from /usr/include/c++/6/memory:81:0, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/a90334f7-01d9-444e-ab27-0c5577a78cd1/recipes/resiprocate/all/test_package/test_package.cpp:1: /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from /home/conan/w/cci_PR-3432/21/a90334f7-01d9-444e-ab27-0c5577a78cd1/recipes/resiprocate/all/test_package/test_package.cpp:2:0: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/Helper.hxx:533:26: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] mutable std::auto_ptr mContents; ^~~~~~~~ In file included from /usr/include/c++/6/memory:81:0, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/a90334f7-01d9-444e-ab27-0c5577a78cd1/recipes/resiprocate/all/test_package/test_package.cpp:1: /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from /home/conan/w/cci_PR-3432/21/a90334f7-01d9-444e-ab27-0c5577a78cd1/recipes/resiprocate/all/test_package/test_package.cpp:2:0: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/Helper.hxx:534:26: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] mutable std::auto_ptr mAttributes; ^~~~~~~~ In file included from /usr/include/c++/6/memory:81:0, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/a90334f7-01d9-444e-ab27-0c5577a78cd1/recipes/resiprocate/all/test_package/test_package.cpp:1: /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from /home/conan/w/cci_PR-3432/21/a90334f7-01d9-444e-ab27-0c5577a78cd1/recipes/resiprocate/all/test_package/test_package.cpp:2:0: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/Helper.hxx:548:19: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] static std::auto_ptr getSdp(Contents* tree); ^~~~~~~~ In file included from /usr/include/c++/6/memory:81:0, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9d51ce9348e7ea9c65951139ade3b3caa5c453f5/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/a90334f7-01d9-444e-ab27-0c5577a78cd1/recipes/resiprocate/all/test_package/test_package.cpp:1: /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ WARN: libmysqlclient/8.0.17: requirement openssl/1.1.1g overridden by resiprocate/1.12.0 to openssl/1.1.1h