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/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/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); ^~~~~~~~ In file included from ../../source_subfolder/rutil/ResipAssert.h:29:0, from ../../source_subfolder/rutil/Data.hxx:11, from ../../source_subfolder/resip/stack/NameAddr.hxx:5, from ../../source_subfolder/resip/stack/NameAddr.cxx:5: ../../source_subfolder/resip/stack/NameAddr.cxx: In member function ‘resip::NameAddr& resip::NameAddr::operator=(const resip::NameAddr&)’: ../../source_subfolder/resip/stack/NameAddr.cxx:87:26: warning: the compiler can assume that the address of ‘rhs’ will never be NULL [-Waddress] resip_assert( &rhs != 0 ); ~~~~~^~~~ ../../source_subfolder/resip/stack/NameAddr.cxx:87:7: note: in expansion of macro ‘resip_assert’ resip_assert( &rhs != 0 ); ^~~~~~~~~~~~ ../../source_subfolder/resip/stack/NameAddr.cxx:87:32: warning: nonnull argument ‘rhs’ compared to NULL [-Wnonnull-compare] resip_assert( &rhs != 0 ); ^ ../../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/ConnectionBase.cxx: In member function ‘virtual resip::Transport* resip::ConnectionBase::transport() const’: ../../source_subfolder/resip/stack/ConnectionBase.cxx:1096:22: warning: nonnull argument ‘this’ compared to NULL [-Wnonnull-compare] resip_assert(this); ^ ../../source_subfolder/resip/stack/DnsResult.cxx: In member function ‘void resip::DnsResult::destroy()’: ../../source_subfolder/resip/stack/DnsResult.cxx:132:22: warning: nonnull argument ‘this’ compared to NULL [-Wnonnull-compare] resip_assert(this); ^ In file included from ../../source_subfolder/rutil/ResipAssert.h:29:0, from ../../source_subfolder/resip/stack/LazyParser.cxx:6: ../../source_subfolder/resip/stack/LazyParser.cxx: In member function ‘resip::LazyParser& resip::LazyParser::operator=(const resip::LazyParser&)’: ../../source_subfolder/resip/stack/LazyParser.cxx:58:23: warning: the compiler can assume that the address of ‘rhs’ will never be NULL [-Waddress] resip_assert( &rhs != 0 ); ~~~~~^~~~ ../../source_subfolder/resip/stack/LazyParser.cxx:58:4: note: in expansion of macro ‘resip_assert’ resip_assert( &rhs != 0 ); ^~~~~~~~~~~~ ../../source_subfolder/resip/stack/LazyParser.cxx:58:29: warning: nonnull argument ‘rhs’ compared to NULL [-Wnonnull-compare] resip_assert( &rhs != 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/TcpTransport.cxx: In member function ‘virtual resip::Connection* resip::TcpTransport::createConnection(const resip::Tuple&, resip::Socket, bool)’: ../../source_subfolder/resip/stack/TcpTransport.cxx:52:22: warning: nonnull argument ‘this’ compared to NULL [-Wnonnull-compare] resip_assert(this); ^ ../../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/WsTransport.cxx: In member function ‘virtual resip::Connection* resip::WsTransport::createConnection(const resip::Tuple&, resip::Socket, bool)’: ../../source_subfolder/resip/stack/WsTransport.cxx:47:22: warning: nonnull argument ‘this’ compared to NULL [-Wnonnull-compare] resip_assert(this); ^ ../../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/2f7b82355ea4bfc093a8e85003164e724ce5930c/include/openssl/e_os2.h:13:0, from /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/2f7b82355ea4bfc093a8e85003164e724ce5930c/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/2f7b82355ea4bfc093a8e85003164e724ce5930c/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/2f7b82355ea4bfc093a8e85003164e724ce5930c/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/2f7b82355ea4bfc093a8e85003164e724ce5930c/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/2f7b82355ea4bfc093a8e85003164e724ce5930c/include/openssl/e_os2.h:13:0, from /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/2f7b82355ea4bfc093a8e85003164e724ce5930c/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/2f7b82355ea4bfc093a8e85003164e724ce5930c/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/2f7b82355ea4bfc093a8e85003164e724ce5930c/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/2f7b82355ea4bfc093a8e85003164e724ce5930c/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: In member function ‘virtual resip::Connection* resip::TlsBaseTransport::createConnection(const resip::Tuple&, resip::Socket, bool)’: ../../source_subfolder/resip/stack/ssl/TlsBaseTransport.cxx:155:22: warning: nonnull argument ‘this’ compared to NULL [-Wnonnull-compare] resip_assert(this); ^ ../../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/2f7b82355ea4bfc093a8e85003164e724ce5930c/include/openssl/e_os2.h:13:0, from /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/2f7b82355ea4bfc093a8e85003164e724ce5930c/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/2f7b82355ea4bfc093a8e85003164e724ce5930c/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/2f7b82355ea4bfc093a8e85003164e724ce5930c/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/2f7b82355ea4bfc093a8e85003164e724ce5930c/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/2f7b82355ea4bfc093a8e85003164e724ce5930c/include/openssl/e_os2.h:13:0, from /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/2f7b82355ea4bfc093a8e85003164e724ce5930c/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/2f7b82355ea4bfc093a8e85003164e724ce5930c/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/2f7b82355ea4bfc093a8e85003164e724ce5930c/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/2f7b82355ea4bfc093a8e85003164e724ce5930c/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/WssTransport.cxx: In member function ‘virtual resip::Connection* resip::WssTransport::createConnection(const resip::Tuple&, resip::Socket, bool)’: ../../source_subfolder/resip/stack/ssl/WssTransport.cxx:60:22: warning: nonnull argument ‘this’ compared to NULL [-Wnonnull-compare] resip_assert(this); ^ ../../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/b38eedfd39d3fcc196630293a2d5058298bf8ee1/include/resip/stack/NameAddr.hxx:8:0, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/b38eedfd39d3fcc196630293a2d5058298bf8ee1/include/resip/stack/ParserCategories.hxx:15, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/b38eedfd39d3fcc196630293a2d5058298bf8ee1/include/resip/stack/Headers.hxx:4, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/b38eedfd39d3fcc196630293a2d5058298bf8ee1/include/resip/stack/Contents.hxx:10, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/b38eedfd39d3fcc196630293a2d5058298bf8ee1/include/resip/stack/SipMessage.hxx:11, from /home/conan/w/cci_PR-3432/21/2de92fe7-edbf-4916-acfc-2cd0cc1f3cd6/recipes/resiprocate/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/b38eedfd39d3fcc196630293a2d5058298bf8ee1/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/b38eedfd39d3fcc196630293a2d5058298bf8ee1/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/2de92fe7-edbf-4916-acfc-2cd0cc1f3cd6/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/b38eedfd39d3fcc196630293a2d5058298bf8ee1/include/resip/stack/NameAddr.hxx:8:0, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/b38eedfd39d3fcc196630293a2d5058298bf8ee1/include/resip/stack/ParserCategories.hxx:15, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/b38eedfd39d3fcc196630293a2d5058298bf8ee1/include/resip/stack/Headers.hxx:4, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/b38eedfd39d3fcc196630293a2d5058298bf8ee1/include/resip/stack/Contents.hxx:10, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/b38eedfd39d3fcc196630293a2d5058298bf8ee1/include/resip/stack/SipMessage.hxx:11, from /home/conan/w/cci_PR-3432/21/2de92fe7-edbf-4916-acfc-2cd0cc1f3cd6/recipes/resiprocate/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/b38eedfd39d3fcc196630293a2d5058298bf8ee1/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/b38eedfd39d3fcc196630293a2d5058298bf8ee1/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/2de92fe7-edbf-4916-acfc-2cd0cc1f3cd6/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/b38eedfd39d3fcc196630293a2d5058298bf8ee1/include/rutil/SharedPtr.hxx:13:0, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/b38eedfd39d3fcc196630293a2d5058298bf8ee1/include/resip/stack/SipMessage.hxx:28, from /home/conan/w/cci_PR-3432/21/2de92fe7-edbf-4916-acfc-2cd0cc1f3cd6/recipes/resiprocate/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/b38eedfd39d3fcc196630293a2d5058298bf8ee1/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/b38eedfd39d3fcc196630293a2d5058298bf8ee1/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/2de92fe7-edbf-4916-acfc-2cd0cc1f3cd6/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/b38eedfd39d3fcc196630293a2d5058298bf8ee1/include/resip/stack/SipMessage.hxx:28:0, from /home/conan/w/cci_PR-3432/21/2de92fe7-edbf-4916-acfc-2cd0cc1f3cd6/recipes/resiprocate/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/b38eedfd39d3fcc196630293a2d5058298bf8ee1/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/b38eedfd39d3fcc196630293a2d5058298bf8ee1/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/2de92fe7-edbf-4916-acfc-2cd0cc1f3cd6/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/b38eedfd39d3fcc196630293a2d5058298bf8ee1/include/resip/stack/SipMessage.hxx:28:0, from /home/conan/w/cci_PR-3432/21/2de92fe7-edbf-4916-acfc-2cd0cc1f3cd6/recipes/resiprocate/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/b38eedfd39d3fcc196630293a2d5058298bf8ee1/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/b38eedfd39d3fcc196630293a2d5058298bf8ee1/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/2de92fe7-edbf-4916-acfc-2cd0cc1f3cd6/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/2de92fe7-edbf-4916-acfc-2cd0cc1f3cd6/recipes/resiprocate/all/test_package/test_package.cpp:1:0: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/b38eedfd39d3fcc196630293a2d5058298bf8ee1/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/b38eedfd39d3fcc196630293a2d5058298bf8ee1/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/2de92fe7-edbf-4916-acfc-2cd0cc1f3cd6/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/2de92fe7-edbf-4916-acfc-2cd0cc1f3cd6/recipes/resiprocate/all/test_package/test_package.cpp:1:0: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/b38eedfd39d3fcc196630293a2d5058298bf8ee1/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/b38eedfd39d3fcc196630293a2d5058298bf8ee1/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/2de92fe7-edbf-4916-acfc-2cd0cc1f3cd6/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/2de92fe7-edbf-4916-acfc-2cd0cc1f3cd6/recipes/resiprocate/all/test_package/test_package.cpp:1:0: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/b38eedfd39d3fcc196630293a2d5058298bf8ee1/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/b38eedfd39d3fcc196630293a2d5058298bf8ee1/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/2de92fe7-edbf-4916-acfc-2cd0cc1f3cd6/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/2de92fe7-edbf-4916-acfc-2cd0cc1f3cd6/recipes/resiprocate/all/test_package/test_package.cpp:1:0: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/b38eedfd39d3fcc196630293a2d5058298bf8ee1/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/b38eedfd39d3fcc196630293a2d5058298bf8ee1/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/2de92fe7-edbf-4916-acfc-2cd0cc1f3cd6/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/2de92fe7-edbf-4916-acfc-2cd0cc1f3cd6/recipes/resiprocate/all/test_package/test_package.cpp:1:0: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/b38eedfd39d3fcc196630293a2d5058298bf8ee1/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/b38eedfd39d3fcc196630293a2d5058298bf8ee1/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/2de92fe7-edbf-4916-acfc-2cd0cc1f3cd6/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/b38eedfd39d3fcc196630293a2d5058298bf8ee1/include/resip/stack/Helper.hxx:14:0, from /home/conan/w/cci_PR-3432/21/2de92fe7-edbf-4916-acfc-2cd0cc1f3cd6/recipes/resiprocate/all/test_package/test_package.cpp:2: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/b38eedfd39d3fcc196630293a2d5058298bf8ee1/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/b38eedfd39d3fcc196630293a2d5058298bf8ee1/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/2de92fe7-edbf-4916-acfc-2cd0cc1f3cd6/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/2de92fe7-edbf-4916-acfc-2cd0cc1f3cd6/recipes/resiprocate/all/test_package/test_package.cpp:2:0: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/b38eedfd39d3fcc196630293a2d5058298bf8ee1/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/b38eedfd39d3fcc196630293a2d5058298bf8ee1/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/2de92fe7-edbf-4916-acfc-2cd0cc1f3cd6/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/2de92fe7-edbf-4916-acfc-2cd0cc1f3cd6/recipes/resiprocate/all/test_package/test_package.cpp:2:0: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/b38eedfd39d3fcc196630293a2d5058298bf8ee1/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/b38eedfd39d3fcc196630293a2d5058298bf8ee1/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/2de92fe7-edbf-4916-acfc-2cd0cc1f3cd6/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/2de92fe7-edbf-4916-acfc-2cd0cc1f3cd6/recipes/resiprocate/all/test_package/test_package.cpp:2:0: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/b38eedfd39d3fcc196630293a2d5058298bf8ee1/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/b38eedfd39d3fcc196630293a2d5058298bf8ee1/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/2de92fe7-edbf-4916-acfc-2cd0cc1f3cd6/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/2de92fe7-edbf-4916-acfc-2cd0cc1f3cd6/recipes/resiprocate/all/test_package/test_package.cpp:2:0: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/b38eedfd39d3fcc196630293a2d5058298bf8ee1/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/b38eedfd39d3fcc196630293a2d5058298bf8ee1/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/2de92fe7-edbf-4916-acfc-2cd0cc1f3cd6/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/2de92fe7-edbf-4916-acfc-2cd0cc1f3cd6/recipes/resiprocate/all/test_package/test_package.cpp:2:0: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/b38eedfd39d3fcc196630293a2d5058298bf8ee1/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/b38eedfd39d3fcc196630293a2d5058298bf8ee1/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/2de92fe7-edbf-4916-acfc-2cd0cc1f3cd6/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