source_subfolder/configure: line 16322: gperf: command not found ../source_subfolder/rutil/FdPoll.cxx:362:8: warning: unused variable 'loopCnt' [-Wunused-variable] int loopCnt = 0; ^ ../source_subfolder/rutil/FdPoll.cxx:415:8: warning: unused variable 'loopCnt' [-Wunused-variable] int loopCnt = 0; ^ ../source_subfolder/rutil/FdPoll.cxx:959:18: warning: unused variable 'olditem' [-Wunused-variable] FdPollItemIf *olditem = mItems[fd]; ^ 3 warnings generated. ../../source_subfolder/resip/stack/DtmfPayloadContents.cxx:185:12: warning: variable 'eventCode' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] else if(mButton >= 'A' && mButton <= 'D') ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../source_subfolder/resip/stack/DtmfPayloadContents.cxx:194:11: note: uninitialized use occurs here return eventCode; ^~~~~~~~~ ../../source_subfolder/resip/stack/DtmfPayloadContents.cxx:185:9: note: remove the 'if' if its condition is always true else if(mButton >= 'A' && mButton <= 'D') ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../source_subfolder/resip/stack/DtmfPayloadContents.cxx:185:12: warning: variable 'eventCode' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] else if(mButton >= 'A' && mButton <= 'D') ^~~~~~~~~~~~~~ ../../source_subfolder/resip/stack/DtmfPayloadContents.cxx:194:11: note: uninitialized use occurs here return eventCode; ^~~~~~~~~ ../../source_subfolder/resip/stack/DtmfPayloadContents.cxx:185:12: note: remove the '&&' if its condition is always true else if(mButton >= 'A' && mButton <= 'D') ^~~~~~~~~~~~~~~~~ ../../source_subfolder/resip/stack/DtmfPayloadContents.cxx:172:28: note: initialize the variable 'eventCode' to silence this warning unsigned short eventCode; ^ = 0 2 warnings generated. In file included from ../../source_subfolder/resip/stack/DeprecatedDialog.cxx:6: ../../source_subfolder/resip/stack/DeprecatedDialog.hxx:134:12: warning: private field 'secure' is not used [-Wunused-private-field] bool secure; // indicates the messages in this Dialog must use TLS ^ 1 warning generated. ../../source_subfolder/resip/stack/SipMessage.cxx:1143:11: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference] return *(StringCategories*)0; ^~~~~~~~~~~~~~~~~~~~~ 1 warning generated. In file included from ../../source_subfolder/resip/stack/UdpTransport.cxx:10: ../../source_subfolder/resip/stack/UdpTransport.hxx:120:9: warning: private field 'mInActiveWrite' is not used [-Wunused-private-field] bool mInActiveWrite; ^ 1 warning generated. In file included from ../../source_subfolder/resip/dum/DumProcessHandler.cxx:3: ../../source_subfolder/resip/dum/DumProcessHandler.hxx:30:12: warning: private field 'mCurrentlyProcessing' is not used [-Wunused-private-field] bool mCurrentlyProcessing; ^ 1 warning generated. In file included from ../../source_subfolder/resip/dum/InviteSessionCreator.cxx:3: ../../source_subfolder/resip/dum/InviteSessionCreator.hxx:47:13: warning: private field 'mState' is not used [-Wunused-private-field] State mState; ^ 1 warning generated. In file included from ../../source_subfolder/resip/dum/MasterProfile.cxx:3: ../../source_subfolder/resip/dum/MasterProfile.hxx:205:12: warning: private field 'mHasServerRegistrationMinExpires' is not used [-Wunused-private-field] bool mHasServerRegistrationMinExpires; ^ 1 warning generated. 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/21/183be646-5889-4cb7-bc0c-881cc925e7fe/recipes/resiprocate/all/test_package/test_package.cpp:1: In file included from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/2e7032f60bff6d8549c85f48bfc19638c4e9d5c7/include/resip/stack/SipMessage.hxx:11: In file included from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/2e7032f60bff6d8549c85f48bfc19638c4e9d5c7/include/resip/stack/Contents.hxx:10: In file included from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/2e7032f60bff6d8549c85f48bfc19638c4e9d5c7/include/resip/stack/Headers.hxx:4: In file included from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/2e7032f60bff6d8549c85f48bfc19638c4e9d5c7/include/resip/stack/ParserCategories.hxx:15: In file included from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/2e7032f60bff6d8549c85f48bfc19638c4e9d5c7/include/resip/stack/NameAddr.hxx:8: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/2e7032f60bff6d8549c85f48bfc19638c4e9d5c7/include/resip/stack/Uri.hxx:276:12: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr mEmbeddedHeadersText; ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/backward/auto_ptr.h:287:7: note: 'auto_ptr' has been explicitly marked deprecated here } _GLIBCXX_DEPRECATED; ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/x86_64-linux-gnu/c++/8/bits/c++config.h:86:46: note: expanded from macro '_GLIBCXX_DEPRECATED' # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) ^ In file included from /home/conan/w/cci_PR-3432/21/183be646-5889-4cb7-bc0c-881cc925e7fe/recipes/resiprocate/all/test_package/test_package.cpp:1: In file included from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/2e7032f60bff6d8549c85f48bfc19638c4e9d5c7/include/resip/stack/SipMessage.hxx:11: In file included from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/2e7032f60bff6d8549c85f48bfc19638c4e9d5c7/include/resip/stack/Contents.hxx:10: In file included from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/2e7032f60bff6d8549c85f48bfc19638c4e9d5c7/include/resip/stack/Headers.hxx:4: In file included from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/2e7032f60bff6d8549c85f48bfc19638c4e9d5c7/include/resip/stack/ParserCategories.hxx:15: In file included from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/2e7032f60bff6d8549c85f48bfc19638c4e9d5c7/include/resip/stack/NameAddr.hxx:8: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/2e7032f60bff6d8549c85f48bfc19638c4e9d5c7/include/resip/stack/Uri.hxx:277:12: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr mEmbeddedHeaders; ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/backward/auto_ptr.h:287:7: note: 'auto_ptr' has been explicitly marked deprecated here } _GLIBCXX_DEPRECATED; ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/x86_64-linux-gnu/c++/8/bits/c++config.h:86:46: note: expanded from macro '_GLIBCXX_DEPRECATED' # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) ^ In file included from /home/conan/w/cci_PR-3432/21/183be646-5889-4cb7-bc0c-881cc925e7fe/recipes/resiprocate/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/2e7032f60bff6d8549c85f48bfc19638c4e9d5c7/include/resip/stack/SipMessage.hxx:498:12: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr releaseContents(); ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/backward/auto_ptr.h:287:7: note: 'auto_ptr' has been explicitly marked deprecated here } _GLIBCXX_DEPRECATED; ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/x86_64-linux-gnu/c++/8/bits/c++config.h:86:46: note: expanded from macro '_GLIBCXX_DEPRECATED' # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) ^ In file included from /home/conan/w/cci_PR-3432/21/183be646-5889-4cb7-bc0c-881cc925e7fe/recipes/resiprocate/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/2e7032f60bff6d8549c85f48bfc19638c4e9d5c7/include/resip/stack/SipMessage.hxx:505:29: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] void setContents(std::auto_ptr contents); ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/backward/auto_ptr.h:287:7: note: 'auto_ptr' has been explicitly marked deprecated here } _GLIBCXX_DEPRECATED; ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/x86_64-linux-gnu/c++/8/bits/c++config.h:86:46: note: expanded from macro '_GLIBCXX_DEPRECATED' # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) ^ In file included from /home/conan/w/cci_PR-3432/21/183be646-5889-4cb7-bc0c-881cc925e7fe/recipes/resiprocate/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/2e7032f60bff6d8549c85f48bfc19638c4e9d5c7/include/resip/stack/SipMessage.hxx:563:39: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] void setSecurityAttributes(std::auto_ptr); ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/backward/auto_ptr.h:287:7: note: 'auto_ptr' has been explicitly marked deprecated here } _GLIBCXX_DEPRECATED; ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/x86_64-linux-gnu/c++/8/bits/c++config.h:86:46: note: expanded from macro '_GLIBCXX_DEPRECATED' # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) ^ In file included from /home/conan/w/cci_PR-3432/21/183be646-5889-4cb7-bc0c-881cc925e7fe/recipes/resiprocate/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/2e7032f60bff6d8549c85f48bfc19638c4e9d5c7/include/resip/stack/SipMessage.hxx:568:38: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] void addOutboundDecorator(std::auto_ptr md){mOutboundDecorators.push_back(md.release());} ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/backward/auto_ptr.h:287:7: note: 'auto_ptr' has been explicitly marked deprecated here } _GLIBCXX_DEPRECATED; ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/x86_64-linux-gnu/c++/8/bits/c++config.h:86:46: note: expanded from macro '_GLIBCXX_DEPRECATED' # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) ^ In file included from /home/conan/w/cci_PR-3432/21/183be646-5889-4cb7-bc0c-881cc925e7fe/recipes/resiprocate/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/2e7032f60bff6d8549c85f48bfc19638c4e9d5c7/include/resip/stack/SipMessage.hxx:737:12: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr mSecurityAttributes; ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/backward/auto_ptr.h:287:7: note: 'auto_ptr' has been explicitly marked deprecated here } _GLIBCXX_DEPRECATED; ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/x86_64-linux-gnu/c++/8/bits/c++config.h:86:46: note: expanded from macro '_GLIBCXX_DEPRECATED' # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) ^ In file included from /home/conan/w/cci_PR-3432/21/183be646-5889-4cb7-bc0c-881cc925e7fe/recipes/resiprocate/all/test_package/test_package.cpp:2: In file included from /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/2e7032f60bff6d8549c85f48bfc19638c4e9d5c7/include/resip/stack/Helper.hxx:14: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/2e7032f60bff6d8549c85f48bfc19638c4e9d5c7/include/resip/stack/SdpContents.hxx:166:31: warning: 'auto_ptr, std::equal_to, std::allocator > > >' is deprecated [-Wdeprecated-declarations] static std::auto_ptr sStaticCodecs; ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/backward/auto_ptr.h:287:7: note: 'auto_ptr, std::equal_to, std::allocator > > >' has been explicitly marked deprecated here } _GLIBCXX_DEPRECATED; ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/x86_64-linux-gnu/c++/8/bits/c++config.h:86:46: note: expanded from macro '_GLIBCXX_DEPRECATED' # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) ^ In file included from /home/conan/w/cci_PR-3432/21/183be646-5889-4cb7-bc0c-881cc925e7fe/recipes/resiprocate/all/test_package/test_package.cpp:2: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/2e7032f60bff6d8549c85f48bfc19638c4e9d5c7/include/resip/stack/Helper.hxx:530:35: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr attributes); ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/backward/auto_ptr.h:287:7: note: 'auto_ptr' has been explicitly marked deprecated here } _GLIBCXX_DEPRECATED; ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/x86_64-linux-gnu/c++/8/bits/c++config.h:86:46: note: expanded from macro '_GLIBCXX_DEPRECATED' # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) ^ In file included from /home/conan/w/cci_PR-3432/21/183be646-5889-4cb7-bc0c-881cc925e7fe/recipes/resiprocate/all/test_package/test_package.cpp:2: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/2e7032f60bff6d8549c85f48bfc19638c4e9d5c7/include/resip/stack/Helper.hxx:529:35: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] ContentsSecAttrs(std::auto_ptr contents, ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/backward/auto_ptr.h:287:7: note: 'auto_ptr' has been explicitly marked deprecated here } _GLIBCXX_DEPRECATED; ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/x86_64-linux-gnu/c++/8/bits/c++config.h:86:46: note: expanded from macro '_GLIBCXX_DEPRECATED' # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) ^ In file included from /home/conan/w/cci_PR-3432/21/183be646-5889-4cb7-bc0c-881cc925e7fe/recipes/resiprocate/all/test_package/test_package.cpp:2: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/2e7032f60bff6d8549c85f48bfc19638c4e9d5c7/include/resip/stack/Helper.hxx:533:26: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] mutable std::auto_ptr mContents; ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/backward/auto_ptr.h:287:7: note: 'auto_ptr' has been explicitly marked deprecated here } _GLIBCXX_DEPRECATED; ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/x86_64-linux-gnu/c++/8/bits/c++config.h:86:46: note: expanded from macro '_GLIBCXX_DEPRECATED' # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) ^ In file included from /home/conan/w/cci_PR-3432/21/183be646-5889-4cb7-bc0c-881cc925e7fe/recipes/resiprocate/all/test_package/test_package.cpp:2: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/2e7032f60bff6d8549c85f48bfc19638c4e9d5c7/include/resip/stack/Helper.hxx:534:26: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] mutable std::auto_ptr mAttributes; ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/backward/auto_ptr.h:287:7: note: 'auto_ptr' has been explicitly marked deprecated here } _GLIBCXX_DEPRECATED; ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/x86_64-linux-gnu/c++/8/bits/c++config.h:86:46: note: expanded from macro '_GLIBCXX_DEPRECATED' # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) ^ In file included from /home/conan/w/cci_PR-3432/21/183be646-5889-4cb7-bc0c-881cc925e7fe/recipes/resiprocate/all/test_package/test_package.cpp:2: /home/conan/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/2e7032f60bff6d8549c85f48bfc19638c4e9d5c7/include/resip/stack/Helper.hxx:548:19: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations] static std::auto_ptr getSdp(Contents* tree); ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/backward/auto_ptr.h:287:7: note: 'auto_ptr' has been explicitly marked deprecated here } _GLIBCXX_DEPRECATED; ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/x86_64-linux-gnu/c++/8/bits/c++config.h:86:46: note: expanded from macro '_GLIBCXX_DEPRECATED' # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) ^ 13 warnings generated. WARN: libmysqlclient/8.0.17: requirement openssl/1.1.1g overridden by resiprocate/1.12.0 to openssl/1.1.1h