./configure: line 16322: gperf: command not found ar: `u' modifier ignored since `D' is the default (see `U') 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 BaseException.cxx:5:0: ../rutil/BaseException.hxx:41:28: note: only here as a friend friend std::ostream& operator<<(std::ostream& strm, const BaseException& e); ^~~~~~~~ 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 Data.cxx:14:0: ../rutil/Data.hxx:400:19: note: only here as a friend friend bool operator==(const Data& lhs, const Data& rhs); ^~~~~~~~ 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 Data.cxx:14:0: ../rutil/Data.hxx:401:19: note: only here as a friend friend bool operator==(const Data& lhs, const char* rhs); ^~~~~~~~ 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 Data.cxx:14:0: ../rutil/Data.hxx:403:19: note: only here as a friend friend bool operator<(const Data& lhs, const Data& rhs); ^~~~~~~~ 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 Data.cxx:14:0: ../rutil/Data.hxx:404:19: note: only here as a friend friend bool operator<(const Data& lhs, const char* rhs); ^~~~~~~~ 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 Data.cxx:14:0: ../rutil/Data.hxx:405:19: note: only here as a friend friend bool operator<(const char* lhs, const Data& rhs); ^~~~~~~~ RecursiveMutex.cxx: In constructor ‘resip::RecursiveMutex::RecursiveMutex()’: RecursiveMutex.cxx:71:8: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable] int rc = pthread_mutexattr_init(&mMutexAttr); ^~ RecursiveMutex.cxx: In destructor ‘virtual resip::RecursiveMutex::~RecursiveMutex()’: RecursiveMutex.cxx:89:10: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable] int rc = pthread_mutex_destroy(&mId); ^~ FdPoll.cxx: In member function ‘virtual void resip::FdPollImplFdSet::buildFdSet(resip::FdSet&)’: FdPoll.cxx:362:8: warning: unused variable ‘loopCnt’ [-Wunused-variable] int loopCnt = 0; ^~~~~~~ FdPoll.cxx: In member function ‘virtual bool resip::FdPollImplFdSet::processFdSet(resip::FdSet&)’: FdPoll.cxx:415:8: warning: unused variable ‘loopCnt’ [-Wunused-variable] int loopCnt = 0; ^~~~~~~ FdPoll.cxx: In member function ‘virtual resip::FdPollItemFake* resip::FdPollImplEpoll::addPollItem(resip::Socket, resip::FdPollEventMask, resip::FdPollItemIf*)’: FdPoll.cxx:959:18: warning: unused variable ‘olditem’ [-Wunused-variable] FdPollItemIf *olditem = mItems[fd]; ^~~~~~~ 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 Subsystem.cxx:1:0: ../rutil/Subsystem.hxx:62:28: note: only here as a friend friend EncodeStream& operator<<(EncodeStream& strm, const Subsystem& ss); ^~~~~~~~ dns/RRCache.cxx: In member function ‘int resip::RRCache::getTTL(const resip::RROverlay&)’: 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); ^~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') 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 Cookie.cxx:5:0: ../../resip/stack/Cookie.hxx:22:28: note: only here as a friend friend EncodeStream& operator<<(EncodeStream& strm, const Cookie& c); ^~~~~~~~ DtmfPayloadContents.cxx: In member function ‘short unsigned int resip::DtmfPayloadContents::DtmfPayload::getEventCode() const’: DtmfPayloadContents.cxx:194:11: warning: ‘eventCode’ may be used uninitialized in this function [-Wmaybe-uninitialized] return eventCode; ^~~~~~~~~ ConnectionBase.cxx: In member function ‘char* resip::ConnectionBase::getWriteBufferForExtraBytes(int, int)’: ConnectionBase.cxx:1068:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if ((currentPos + extraBytes) > mBufferSize) ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ g++: internal compiler error: Terminated (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[5]: *** [ExistsParameter.lo] Error 1 make[5]: *** Waiting for unfinished jobs.... make[5]: *** [ExtensionHeader.lo] Error 1 g++: internal compiler error: Terminated (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[5]: *** [ExistsOrDataParameter.lo] Error 1 make[4]: *** [all-recursive] Error 1 make[3]: *** [all] Error 2 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 WARN: libmysqlclient/8.0.17: requirement openssl/1.1.1g overridden by resiprocate/1.12.0 to openssl/1.1.1h ERROR: Exiting with code: 5