source_subfolder/configure: line 11877: gperf: command not found ar: `u' modifier ignored since `D' is the default (see `U') ../source_subfolder/rutil/BaseException.cxx:36:10: warning: ‘std::ostream& resip::operator<<(std::ostream&, const resip::BaseException&)’ has not been declared within ‘resip’ 36 | ostream& resip::operator<<(ostream& strm, const BaseException& e) | ^~~~~ In file included from ../source_subfolder/rutil/BaseException.cxx:5: ../source_subfolder/rutil/BaseException.hxx:41:28: note: only here as a ‘friend’ 41 | 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’ 733 | resip::operator==(const Data& lhs, const Data& rhs) | ^~~~~ In file included from ../source_subfolder/rutil/Data.cxx:14: ../source_subfolder/rutil/Data.hxx:400:19: note: only here as a ‘friend’ 400 | 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’ 743 | resip::operator==(const Data& lhs, const char* rhs) | ^~~~~ In file included from ../source_subfolder/rutil/Data.cxx:14: ../source_subfolder/rutil/Data.hxx:401:19: note: only here as a ‘friend’ 401 | 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’ 754 | resip::operator<(const Data& lhs, const Data& rhs) | ^~~~~ In file included from ../source_subfolder/rutil/Data.cxx:14: ../source_subfolder/rutil/Data.hxx:403:19: note: only here as a ‘friend’ 403 | 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’ 773 | resip::operator<(const Data& lhs, const char* rhs) | ^~~~~ In file included from ../source_subfolder/rutil/Data.cxx:14: ../source_subfolder/rutil/Data.hxx:404:19: note: only here as a ‘friend’ 404 | 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’ 794 | resip::operator<(const char* lhs, const Data& rhs) | ^~~~~ In file included from ../source_subfolder/rutil/Data.cxx:14: ../source_subfolder/rutil/Data.hxx:405:19: note: only here as a ‘friend’ 405 | 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’ 25 | resip::operator<<(EncodeStream& strm, const Subsystem& ss) | ^~~~~ In file included from ../source_subfolder/rutil/Subsystem.cxx:1: ../source_subfolder/rutil/Subsystem.hxx:62:28: note: only here as a ‘friend’ 62 | friend EncodeStream& operator<<(EncodeStream& strm, const Subsystem& ss); | ^~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ../../source_subfolder/resip/stack/Cookie.cxx:48:1: warning: ‘std::ostream& resip::operator<<(std::ostream&, const resip::Cookie&)’ has not been declared within ‘resip’ 48 | resip::operator<<(EncodeStream& strm, const Cookie& c) | ^~~~~ In file included from ../../source_subfolder/resip/stack/Cookie.cxx:5: ../../source_subfolder/resip/stack/Cookie.hxx:22:28: note: only here as a ‘friend’ 22 | friend EncodeStream& operator<<(EncodeStream& strm, const Cookie& c); | ^~~~~~~~ In file included from ../../source_subfolder/rutil/ResipAssert.h:29, 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] 87 | resip_assert( &rhs != 0 ); | ~~~~~^~~~ ../../source_subfolder/resip/stack/NameAddr.cxx:87:7: note: in expansion of macro ‘resip_assert’ 87 | 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 of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 1068 | if ((currentPos + extraBytes) > mBufferSize) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ In file included from ../../source_subfolder/rutil/ResipAssert.h:29, 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] 58 | resip_assert( &rhs != 0 ); | ~~~~~^~~~ ../../source_subfolder/resip/stack/LazyParser.cxx:58:4: note: in expansion of macro ‘resip_assert’ 58 | 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] 28 | mStack.buildFdSet(fdset); | ^ In file included from ../../source_subfolder/rutil/Socket.hxx:15, 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 719 | RESIP_DEPRECATED(virtual void buildFdSet(FdSet& fdset)); | ^~~~~~~~~~ ../../source_subfolder/rutil/compat.hxx:312:29: note: in definition of macro ‘RESIP_DEPRECATED’ 312 | #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] 36 | mStack.process(fdset); | ^ In file included from ../../source_subfolder/rutil/Socket.hxx:15, 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 736 | RESIP_DEPRECATED(virtual void process(FdSet& fdset)); | ^~~~~~~ ../../source_subfolder/rutil/compat.hxx:312:29: note: in definition of macro ‘RESIP_DEPRECATED’ 312 | #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] 29 | mStack.process(fdset); // .dcm. reqd to get send requests queued at transports | ^ In file included from ../../source_subfolder/rutil/Socket.hxx:15, 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 736 | RESIP_DEPRECATED(virtual void process(FdSet& fdset)); | ^~~~~~~ ../../source_subfolder/rutil/compat.hxx:312:29: note: in definition of macro ‘RESIP_DEPRECATED’ 312 | #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] 31 | mStack.buildFdSet(fdset); | ^ In file included from ../../source_subfolder/rutil/Socket.hxx:15, 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 719 | RESIP_DEPRECATED(virtual void buildFdSet(FdSet& fdset)); | ^~~~~~~~~~ ../../source_subfolder/rutil/compat.hxx:312:29: note: in definition of macro ‘RESIP_DEPRECATED’ 312 | #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] 41 | mStack.process(fdset); | ^ In file included from ../../source_subfolder/rutil/Socket.hxx:15, 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 736 | RESIP_DEPRECATED(virtual void process(FdSet& fdset)); | ^~~~~~~ ../../source_subfolder/rutil/compat.hxx:312:29: note: in definition of macro ‘RESIP_DEPRECATED’ 312 | #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’ 3013 | resip::operator<<(EncodeStream& strm, const resip::TransactionState& state) | ^~~~~ In file included from ../../source_subfolder/resip/stack/TransactionState.cxx:28: ../../source_subfolder/resip/stack/TransactionState.hxx:199:28: note: only here as a ‘friend’ 199 | 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:63: warning: ‘const SSL_METHOD* TLSv1_method()’ is deprecated [-Wdeprecated-declarations] 68 | 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/23b828d52c0630e6b0b96d2945419feb7843c4f8/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/23b828d52c0630e6b0b96d2945419feb7843c4f8/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/23b828d52c0630e6b0b96d2945419feb7843c4f8/include/openssl/ssl.h:1877:45: note: declared here 1877 | 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/23b828d52c0630e6b0b96d2945419feb7843c4f8/include/openssl/opensslconf.h:118:37: note: in definition of macro ‘DECLARE_DEPRECATED’ 118 | # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); | ^ /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/23b828d52c0630e6b0b96d2945419feb7843c4f8/include/openssl/ssl.h:1877:1: note: in expansion of macro ‘DEPRECATEDIN_1_1_0’ 1877 | 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] 68 | 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/23b828d52c0630e6b0b96d2945419feb7843c4f8/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/23b828d52c0630e6b0b96d2945419feb7843c4f8/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/23b828d52c0630e6b0b96d2945419feb7843c4f8/include/openssl/ssl.h:1877:45: note: declared here 1877 | 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/23b828d52c0630e6b0b96d2945419feb7843c4f8/include/openssl/opensslconf.h:118:37: note: in definition of macro ‘DECLARE_DEPRECATED’ 118 | # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); | ^ /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/23b828d52c0630e6b0b96d2945419feb7843c4f8/include/openssl/ssl.h:1877:1: note: in expansion of macro ‘DEPRECATEDIN_1_1_0’ 1877 | 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] 118 | 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:40: warning: ‘const SSL_METHOD* TLSv1_method()’ is deprecated [-Wdeprecated-declarations] 1169 | mTlsCtx = SSL_CTX_new( TLSv1_method() ); | ^ In file included from /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/23b828d52c0630e6b0b96d2945419feb7843c4f8/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/23b828d52c0630e6b0b96d2945419feb7843c4f8/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/23b828d52c0630e6b0b96d2945419feb7843c4f8/include/openssl/ssl.h:1877:45: note: declared here 1877 | 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/23b828d52c0630e6b0b96d2945419feb7843c4f8/include/openssl/opensslconf.h:118:37: note: in definition of macro ‘DECLARE_DEPRECATED’ 118 | # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); | ^ /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/23b828d52c0630e6b0b96d2945419feb7843c4f8/include/openssl/ssl.h:1877:1: note: in expansion of macro ‘DEPRECATEDIN_1_1_0’ 1877 | 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] 1169 | mTlsCtx = SSL_CTX_new( TLSv1_method() ); | ^ In file included from /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/23b828d52c0630e6b0b96d2945419feb7843c4f8/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/23b828d52c0630e6b0b96d2945419feb7843c4f8/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/23b828d52c0630e6b0b96d2945419feb7843c4f8/include/openssl/ssl.h:1877:45: note: declared here 1877 | 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/23b828d52c0630e6b0b96d2945419feb7843c4f8/include/openssl/opensslconf.h:118:37: note: in definition of macro ‘DECLARE_DEPRECATED’ 118 | # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); | ^ /home/conan/w/cci_PR-3432/.conan/data/openssl/1.1.1h/_/_/package/23b828d52c0630e6b0b96d2945419feb7843c4f8/include/openssl/ssl.h:1877:1: note: in expansion of macro ‘DEPRECATEDIN_1_1_0’ 1877 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ | ^~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ../../source_subfolder/resip/dum/DialogId.cxx:118:1: warning: ‘std::ostream& resip::operator<<(std::ostream&, const resip::DialogId&)’ has not been declared within ‘resip’ 118 | resip::operator<<(EncodeStream& os, const DialogId& id) | ^~~~~ In file included from ../../source_subfolder/resip/dum/DialogId.cxx:1: ../../source_subfolder/resip/dum/DialogId.hxx:30:28: note: only here as a ‘friend’ 30 | 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’ 36 | EncodeStream& resip::operator<<(EncodeStream& strm, const MessageId& id) | ^~~~~ In file included from ../../source_subfolder/resip/dum/CertMessage.cxx:3: ../../source_subfolder/resip/dum/CertMessage.hxx:20:28: note: only here as a ‘friend’ 20 | friend EncodeStream& operator<<(EncodeStream& strm, const MessageId& id); | ^~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') 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/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/NameAddr.hxx:8, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/ParserCategories.hxx:15, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/Headers.hxx:4, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/Contents.hxx:10, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/SipMessage.hxx:11, from /home/conan/w/cci_PR-3432/21/4a14f64b-3e7f-4674-90b8-5453dacb1866/recipes/resiprocate/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/Uri.hxx:276:12: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 276 | std::auto_ptr mEmbeddedHeadersText; | ^~~~~~~~ In file included from /usr/include/c++/9/memory:80, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/4a14f64b-3e7f-4674-90b8-5453dacb1866/recipes/resiprocate/all/test_package/test_package.cpp:1: /usr/include/c++/9/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/NameAddr.hxx:8, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/ParserCategories.hxx:15, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/Headers.hxx:4, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/Contents.hxx:10, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/SipMessage.hxx:11, from /home/conan/w/cci_PR-3432/21/4a14f64b-3e7f-4674-90b8-5453dacb1866/recipes/resiprocate/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/Uri.hxx:277:12: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 277 | std::auto_ptr mEmbeddedHeaders; | ^~~~~~~~ In file included from /usr/include/c++/9/memory:80, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/4a14f64b-3e7f-4674-90b8-5453dacb1866/recipes/resiprocate/all/test_package/test_package.cpp:1: /usr/include/c++/9/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/rutil/SharedPtr.hxx:13, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/SipMessage.hxx:28, from /home/conan/w/cci_PR-3432/21/4a14f64b-3e7f-4674-90b8-5453dacb1866/recipes/resiprocate/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/rutil/SharedCount.hxx:244:31: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 244 | 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++/9/memory:80, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/4a14f64b-3e7f-4674-90b8-5453dacb1866/recipes/resiprocate/all/test_package/test_package.cpp:1: /usr/include/c++/9/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/SipMessage.hxx:28, from /home/conan/w/cci_PR-3432/21/4a14f64b-3e7f-4674-90b8-5453dacb1866/recipes/resiprocate/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/rutil/SharedPtr.hxx:154:28: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 154 | explicit SharedPtr(std::auto_ptr & r): px(r.get()), pn() | ^~~~~~~~ In file included from /usr/include/c++/9/memory:80, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/4a14f64b-3e7f-4674-90b8-5453dacb1866/recipes/resiprocate/all/test_package/test_package.cpp:1: /usr/include/c++/9/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/SipMessage.hxx:28, from /home/conan/w/cci_PR-3432/21/4a14f64b-3e7f-4674-90b8-5453dacb1866/recipes/resiprocate/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/rutil/SharedPtr.hxx:170:31: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 170 | SharedPtr & operator=(std::auto_ptr & r) | ^~~~~~~~ In file included from /usr/include/c++/9/memory:80, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/4a14f64b-3e7f-4674-90b8-5453dacb1866/recipes/resiprocate/all/test_package/test_package.cpp:1: /usr/include/c++/9/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /home/conan/w/cci_PR-3432/21/4a14f64b-3e7f-4674-90b8-5453dacb1866/recipes/resiprocate/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/SipMessage.hxx:498:12: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 498 | std::auto_ptr releaseContents(); | ^~~~~~~~ In file included from /usr/include/c++/9/memory:80, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/4a14f64b-3e7f-4674-90b8-5453dacb1866/recipes/resiprocate/all/test_package/test_package.cpp:1: /usr/include/c++/9/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /home/conan/w/cci_PR-3432/21/4a14f64b-3e7f-4674-90b8-5453dacb1866/recipes/resiprocate/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/SipMessage.hxx:505:29: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 505 | void setContents(std::auto_ptr contents); | ^~~~~~~~ In file included from /usr/include/c++/9/memory:80, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/4a14f64b-3e7f-4674-90b8-5453dacb1866/recipes/resiprocate/all/test_package/test_package.cpp:1: /usr/include/c++/9/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /home/conan/w/cci_PR-3432/21/4a14f64b-3e7f-4674-90b8-5453dacb1866/recipes/resiprocate/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/SipMessage.hxx:563:39: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 563 | void setSecurityAttributes(std::auto_ptr); | ^~~~~~~~ In file included from /usr/include/c++/9/memory:80, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/4a14f64b-3e7f-4674-90b8-5453dacb1866/recipes/resiprocate/all/test_package/test_package.cpp:1: /usr/include/c++/9/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /home/conan/w/cci_PR-3432/21/4a14f64b-3e7f-4674-90b8-5453dacb1866/recipes/resiprocate/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/SipMessage.hxx:568:38: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 568 | void addOutboundDecorator(std::auto_ptr md){mOutboundDecorators.push_back(md.release());} | ^~~~~~~~ In file included from /usr/include/c++/9/memory:80, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/4a14f64b-3e7f-4674-90b8-5453dacb1866/recipes/resiprocate/all/test_package/test_package.cpp:1: /usr/include/c++/9/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /home/conan/w/cci_PR-3432/21/4a14f64b-3e7f-4674-90b8-5453dacb1866/recipes/resiprocate/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/SipMessage.hxx:737:12: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 737 | std::auto_ptr mSecurityAttributes; | ^~~~~~~~ In file included from /usr/include/c++/9/memory:80, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/4a14f64b-3e7f-4674-90b8-5453dacb1866/recipes/resiprocate/all/test_package/test_package.cpp:1: /usr/include/c++/9/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/Helper.hxx:14, from /home/conan/w/cci_PR-3432/21/4a14f64b-3e7f-4674-90b8-5453dacb1866/recipes/resiprocate/all/test_package/test_package.cpp:2: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/SdpContents.hxx:166:31: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 166 | static std::auto_ptr sStaticCodecs; | ^~~~~~~~ In file included from /usr/include/c++/9/memory:80, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/4a14f64b-3e7f-4674-90b8-5453dacb1866/recipes/resiprocate/all/test_package/test_package.cpp:1: /usr/include/c++/9/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /home/conan/w/cci_PR-3432/21/4a14f64b-3e7f-4674-90b8-5453dacb1866/recipes/resiprocate/all/test_package/test_package.cpp:2: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/Helper.hxx:529:35: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 529 | ContentsSecAttrs(std::auto_ptr contents, | ^~~~~~~~ In file included from /usr/include/c++/9/memory:80, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/4a14f64b-3e7f-4674-90b8-5453dacb1866/recipes/resiprocate/all/test_package/test_package.cpp:1: /usr/include/c++/9/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /home/conan/w/cci_PR-3432/21/4a14f64b-3e7f-4674-90b8-5453dacb1866/recipes/resiprocate/all/test_package/test_package.cpp:2: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/Helper.hxx:530:35: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 530 | std::auto_ptr attributes); | ^~~~~~~~ In file included from /usr/include/c++/9/memory:80, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/4a14f64b-3e7f-4674-90b8-5453dacb1866/recipes/resiprocate/all/test_package/test_package.cpp:1: /usr/include/c++/9/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /home/conan/w/cci_PR-3432/21/4a14f64b-3e7f-4674-90b8-5453dacb1866/recipes/resiprocate/all/test_package/test_package.cpp:2: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/Helper.hxx:533:26: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 533 | mutable std::auto_ptr mContents; | ^~~~~~~~ In file included from /usr/include/c++/9/memory:80, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/4a14f64b-3e7f-4674-90b8-5453dacb1866/recipes/resiprocate/all/test_package/test_package.cpp:1: /usr/include/c++/9/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /home/conan/w/cci_PR-3432/21/4a14f64b-3e7f-4674-90b8-5453dacb1866/recipes/resiprocate/all/test_package/test_package.cpp:2: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/Helper.hxx:534:26: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 534 | mutable std::auto_ptr mAttributes; | ^~~~~~~~ In file included from /usr/include/c++/9/memory:80, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/4a14f64b-3e7f-4674-90b8-5453dacb1866/recipes/resiprocate/all/test_package/test_package.cpp:1: /usr/include/c++/9/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /home/conan/w/cci_PR-3432/21/4a14f64b-3e7f-4674-90b8-5453dacb1866/recipes/resiprocate/all/test_package/test_package.cpp:2: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/Helper.hxx:548:19: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] 548 | static std::auto_ptr getSdp(Contents* tree); | ^~~~~~~~ In file included from /usr/include/c++/9/memory:80, from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/9972bf92ce53ea93aa7ef118a20cc19ada17d8df/include/resip/stack/SipMessage.hxx:9, from /home/conan/w/cci_PR-3432/21/4a14f64b-3e7f-4674-90b8-5453dacb1866/recipes/resiprocate/all/test_package/test_package.cpp:1: /usr/include/c++/9/bits/unique_ptr.h:53:28: note: declared here 53 | 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