summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2026-07-10 14:14:30 +0800
committerErik Kundiman <erik@megapahit.org>2026-07-10 15:18:43 +0800
commitca864099fa4a90a43bdb1c639163b81bf2b065bc (patch)
treee2fe76630cb2cd6ca081d776107a32836aa4adaf
parent2252a2f36cb9f688f7221dbfe98bea9810932570 (diff)
parenta937b237de3651e79cdb517f14381a5bdd4c844b (diff)
Merge tag 'Second_Life_Release#a937b237-26.3' into 26.3
For Linux x86-64, we use LL's binary again, no more linking problem. For Linux aarch64, we still use Crow Misia's, and I tried to use the version in parity with SLv, which is m144. But since m140, CM binaries have been compiled without use_custom_libcxx=false, and that seems to cause these linking errors: [1/687] Linking CXX shared library llwebrtc/libllwebrtc.so FAILED: [code=1] llwebrtc/libllwebrtc.so : && /usr/lib64/ccache/c++ -fPIC -O3 -std=c++20 -fPIC -DLL_LINUX=1 -O3 -DNDEBUG -shared -Wl,--no-keep-memory -Wl,--build-id -Wl,--no-undefined -Wl,--dependency-file=llwebrtc/CMakeFiles/llwebrtc.dir/link.d -Wl,-soname,libllwebrtc.so -o llwebrtc/libllwebrtc.so llwebrtc/CMakeFiles/llwebrtc.dir/llwebrtc.cpp.o -L/home/erik/Documents/Megapahit/viewer/build-linux-aarch64/packages/lib/release -Wl,-rpath,/usr/lib64/megapahit packages/lib/release/libwebrtc.a -lX11 && cd /home/erik/Documents/Megapahit/viewer/build-linux-aarch64/llwebrtc && /usr/bin/cmake -E copy_if_different /home/erik/Documents/Megapahit/viewer/build-linux-aarch64/llwebrtc/libllwebrtc.so /home/erik/Documents/Megapahit/viewer/build-linux-aarch64/sharedlibs/lib && cd /home/erik/Documents/Megapahit/viewer/build-linux-aarch64/llwebrtc && /usr/bin/strip libllwebrtc.so /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(checks.o): in function `webrtc::webrtc_checks_impl::ParseArg(std::__va_list*, webrtc::webrtc_checks_impl::CheckArgType const**, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*)': checks.cc:(.text+0x1c0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: checks.cc:(.text+0x3b0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: checks.cc:(.text+0x41c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(checks.o): in function `(anonymous namespace)::AppendFormat(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*, char const*, ...)': checks.cc:(.text+0x1c0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(checks.o): in function `webrtc::webrtc_checks_impl::FatalLog(char const*, int, char const*, webrtc::webrtc_checks_impl::CheckArgType const*, ...)': checks.cc:(.text+0x158): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(checks.o): in function `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__grow_by(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long)': checks.cc:(.text[_ZNSt4__Cr12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9__grow_byEmmmmmm]+0x180): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: checks.cc:(.text[_ZNSt4__Cr12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9__grow_byEmmmmmm]+0x194): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtc_stats.o): in function `webrtc::RTCStats::RTCStats(webrtc::RTCStats const&)': rtc_stats.cc:(.text+0x48): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtc_stats.o): in function `webrtc::RTCStats::operator==(webrtc::RTCStats const&) const': rtc_stats.cc:(.text+0x298): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: rtc_stats.cc:(.text+0x2b8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtc_stats.o): in function `webrtc::RTCStats::ToJson() const': rtc_stats.cc:(.text+0x40): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: rtc_stats.cc:(.text+0x6c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: rtc_stats.cc:(.text+0x80): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: rtc_stats.cc:(.text+0x9c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: rtc_stats.cc:(.text+0xb0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtc_stats.o):rtc_stats.cc:(.text+0xec): more undefined references to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtc_stats.o): in function `webrtc::RTCStats::ToJson() const': rtc_stats.cc:(.text+0x2a8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: rtc_stats.cc:(.text+0x2c8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: rtc_stats.cc:(.text+0x30c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_processing_impl.o): in function `webrtc::AudioProcessingImpl::AudioProcessingImpl(webrtc::Environment const&, webrtc::AudioProcessing::Config const&, std::__Cr::optional<webrtc::EchoCanceller3Config>, std::__Cr::optional<webrtc::EchoCanceller3Config>, std::__Cr::unique_ptr<webrtc::CustomProcessing, std::__Cr::default_delete<webrtc::CustomProcessing> >, std::__Cr::unique_ptr<webrtc::CustomProcessing, std::__Cr::default_delete<webrtc::CustomProcessing> >, std::__Cr::unique_ptr<webrtc::EchoControlFactory, std::__Cr::default_delete<webrtc::EchoControlFactory> >, webrtc::scoped_refptr<webrtc::EchoDetector>, std::__Cr::unique_ptr<webrtc::CustomAudioAnalyzer, std::__Cr::default_delete<webrtc::CustomAudioAnalyzer> >, std::__Cr::unique_ptr<webrtc::NeuralResidualEchoEstimator, std::__Cr::default_delete<webrtc::NeuralResidualEchoEstimator> >)': audio_processing_impl.cc:(.text+0x86c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_processing_impl.o): in function `webrtc::AudioProcessingImpl::~AudioProcessingImpl()': audio_processing_impl.cc:(.text+0x588): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_processing_impl.o): in function `webrtc::AudioProcessingImpl::AllocateRenderQueue()': audio_processing_impl.cc:(.text+0x3dc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: audio_processing_impl.cc:(.text+0x40c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_processing_impl.o):audio_processing_impl.cc:(.text+0x308): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_processing_impl.o): in function `webrtc::AudioProcessingImpl::WriteAecDumpConfigMessage(bool)': audio_processing_impl.cc:(.text+0x60): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: audio_processing_impl.cc:(.text+0x7c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: audio_processing_impl.cc:(.text+0x9c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: audio_processing_impl.cc:(.text+0xbc): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: audio_processing_impl.cc:(.text+0xd8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: audio_processing_impl.cc:(.text+0x218): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: audio_processing_impl.cc:(.text+0x228): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_processing_impl.o): in function `std::__Cr::unique_ptr<webrtc::PostFilter, std::__Cr::default_delete<webrtc::PostFilter> >::reset(webrtc::PostFilter*)': audio_processing_impl.cc:(.text[_ZNSt4__Cr10unique_ptrIN6webrtc10PostFilterENS_14default_deleteIS2_EEE5resetEPS2_]+0xb8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_processing_impl.o): in function `webrtc::AudioProcessingImpl::ApmStatsReporter::ApmStatsReporter()': audio_processing_impl.cc:(.text+0x90): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_processing_impl.o): in function `webrtc::AudioProcessingImpl::ApmStatsReporter::~ApmStatsReporter()': audio_processing_impl.cc:(.text+0x84): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_processing_impl.o): in function `webrtc::AudioProcessingImpl::ApmStatsReporter::GetStatistics()': audio_processing_impl.cc:(.text+0x14c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_processing_impl.o): in function `std::__Cr::__wrap_iter<float*> std::__Cr::vector<float, std::__Cr::allocator<float> >::__insert_with_size<std::__Cr::_ClassicAlgPolicy, float const*, float const*>(std::__Cr::__wrap_iter<float const*>, float const*, float const*, long)': audio_processing_impl.cc:(.text[_ZNSt4__Cr6vectorIfNS_9allocatorIfEEE18__insert_with_sizeINS_17_ClassicAlgPolicyEPKfS7_EENS_11__wrap_iterIPfEENS8_IS7_EET0_T1_l]+0x3d0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_processing_impl.o):audio_processing_impl.cc:(.text[_ZNKSt4__Cr14default_deleteIN6webrtc9SwapQueueINS_6vectorIsNS_9allocatorIsEEEENS1_23RenderQueueItemVerifierIsEEEEEclEPS9_]+0x104): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(message_lite.o): in function `void google::protobuf::internal::InternalMetadata::DoMergeFrom<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&)': message_lite.cc:(.text+0x48): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(message_lite.o): in function `google::protobuf::internal::OnShutdownRun(void (*)(void const*), void const*)': message_lite.cc:(.text+0xc0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(message_lite.o): in function `google::protobuf::ShutdownProtobufLibrary()': message_lite.cc:(.text+0x120): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(message_lite.o): in function `absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator<< <49>(char const (&) [49])': message_lite.cc:(.text[_ZN4absl12log_internal10LogMessagelsILi49EEERS1_RAT__Kc]+0x58): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(message_lite.o): in function `absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator<< <155>(char const (&) [155])': message_lite.cc:(.text[_ZN4absl12log_internal10LogMessagelsILi155EEERS1_RAT__Kc]+0x58): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(message_lite.o): in function `absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator<< <2>(char const (&) [2])': message_lite.cc:(.text[_ZN4absl12log_internal10LogMessagelsILi2EEERS1_RAT__Kc]+0x58): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(message_lite.o):message_lite.cc:(.text[_ZZNSt4__Cr6vectorINS_4pairIPFvPKvES3_EENS_9allocatorIS6_EEE12emplace_backIJS6_EEERS6_DpOT_ENKUlvE0_clEv]+0xf0): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o): in function `absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator<< <short>(short const&)': log_message.cc:(.text[_ZN4absl12log_internal10LogMessagelsIsEERS1_RKT_]+0x50): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(short)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o): in function `absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator<< <unsigned short>(unsigned short const&)': log_message.cc:(.text[_ZN4absl12log_internal10LogMessagelsItEERS1_RKT_]+0x50): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(unsigned short)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o): in function `absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator<< <int>(int const&)': log_message.cc:(.text[_ZN4absl12log_internal10LogMessagelsIiEERS1_RKT_]+0x50): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(int)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o): in function `absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator<< <unsigned int>(unsigned int const&)': log_message.cc:(.text[_ZN4absl12log_internal10LogMessagelsIjEERS1_RKT_]+0x50): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(unsigned int)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o): in function `absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator<< <long>(long const&)': log_message.cc:(.text[_ZN4absl12log_internal10LogMessagelsIlEERS1_RKT_]+0x50): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o): in function `absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator<< <unsigned long>(unsigned long const&)': log_message.cc:(.text[_ZN4absl12log_internal10LogMessagelsImEERS1_RKT_]+0x50): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o): in function `absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator<< <long long>(long long const&)': log_message.cc:(.text[_ZN4absl12log_internal10LogMessagelsIxEERS1_RKT_]+0x50): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(long long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o): in function `absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator<< <unsigned long long>(unsigned long long const&)': log_message.cc:(.text[_ZN4absl12log_internal10LogMessagelsIyEERS1_RKT_]+0x50): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(unsigned long long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o): in function `absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator<< <void*>(void* const&)': log_message.cc:(.text[_ZN4absl12log_internal10LogMessagelsIPvEERS1_RKT_]+0x50): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(void const*)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o): in function `absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator<< <void const*>(void const* const&)': log_message.cc:(.text[_ZN4absl12log_internal10LogMessagelsIPKvEERS1_RKT_]+0x50): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(void const*)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o): in function `absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator<< <float>(float const&)': log_message.cc:(.text[_ZN4absl12log_internal10LogMessagelsIfEERS1_RKT_]+0x50): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(float)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o): in function `absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator<< <double>(double const&)': log_message.cc:(.text[_ZN4absl12log_internal10LogMessagelsIdEERS1_RKT_]+0x50): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(double)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o): in function `absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator<< <bool>(bool const&)': log_message.cc:(.text[_ZN4absl12log_internal10LogMessagelsIbEERS1_RKT_]+0x50): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(bool)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o): in function `absl::log_internal::LogMessage::LogMessageData::LogMessageData(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, int, absl::LogSeverity, absl::Time)': log_message.cc:(.text+0x28): undefined reference to `vtable for std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: log_message.cc:(.text+0x70): undefined reference to `vtable for std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: log_message.cc:(.text+0x8c): undefined reference to `std::__Cr::ios_base::init(void*)' /usr/bin/ld.bfd: log_message.cc:(.text+0x184): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o): in function `absl::log_internal::LogMessage::LogMessageData::FinalizeEncodingAndFormat()': log_message.cc:(.text+0x1d0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: log_message.cc:(.text+0x240): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: log_message.cc:(.text+0x258): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o): in function `absl::log_internal::LogMessage::LogMessage(char const*, int, absl::LogSeverity)': log_message.cc:(.text.unlikely.+0x68): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o): in function `std::__Cr::unique_ptr<absl::log_internal::LogMessage::LogMessageData, std::__Cr::default_delete<absl::log_internal::LogMessage::LogMessageData> >::~unique_ptr()': log_message.cc:(.text[_ZNSt4__Cr10unique_ptrIN4absl12log_internal10LogMessage14LogMessageDataENS_14default_deleteIS4_EEED2Ev]+0x20): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::~basic_ostream()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o): in function `absl::log_internal::LogMessage::AtLocation(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, int)': log_message.cc:(.text+0xac): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o): in function `absl::log_internal::LogMessage::ToSinkAlso(absl::LogSink*)': log_message.cc:(.text+0xb8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::~basic_string()' /usr/bin/ld.bfd: log_message.cc:(.text+0x100): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o): in function `absl::log_internal::LogMessage::ToSinkOnly(absl::LogSink*)': log_message.cc:(.text+0xd4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::~basic_string()' /usr/bin/ld.bfd: log_message.cc:(.text+0x11c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o): in function `absl::log_internal::LogMessage::Flush()': log_message.cc:(.text+0x188): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: log_message.cc:(.text+0x19c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o): in function `absl::log_internal::LogMessage::OstreamView::OstreamView(absl::log_internal::LogMessage::LogMessageData&)': log_message.cc:(.text+0x14): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: log_message.cc:(.text+0x20): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: log_message.cc:(.text+0x2c): undefined reference to `std::__Cr::locale::locale()' /usr/bin/ld.bfd: log_message.cc:(.text+0xf4): undefined reference to `std::__Cr::ios_base::clear(unsigned int)' /usr/bin/ld.bfd: log_message.cc:(.text+0x108): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o): in function `absl::log_internal::LogMessage::OstreamView::~OstreamView()': log_message.cc:(.text+0x34): undefined reference to `std::__Cr::ios_base::clear(unsigned int)' /usr/bin/ld.bfd: log_message.cc:(.text+0x110): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: log_message.cc:(.text+0x114): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: log_message.cc:(.text+0x134): undefined reference to `std::__Cr::locale::~locale()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o): in function `absl::log_internal::LogMessage::PrepareToDie()': log_message.cc:(.text+0x74): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_external(char const*)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o): in function `absl::log_internal::(anonymous namespace)::WriteToString(char const*, void*)': log_message.cc:(.text+0x38): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: log_message.cc:(.text+0x4c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o): in function `absl::LogSink*& absl::inlined_vector_internal::Storage<absl::LogSink*, 16ul, std::__Cr::allocator<absl::LogSink*> >::EmplaceBackSlow<absl::LogSink* const&>(absl::LogSink* const&)': log_message.cc:(.text[_ZN4absl23inlined_vector_internal7StorageIPNS_7LogSinkELm16ENSt4__Cr9allocatorIS3_EEE15EmplaceBackSlowIJRKS3_EEERS3_DpOT_]+0x184): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o):(.data.rel.ro+0x20): undefined reference to `std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >::imbue(std::__Cr::locale const&)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o):(.data.rel.ro+0x28): undefined reference to `std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >::setbuf(char*, long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o):(.data.rel.ro+0x30): undefined reference to `std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >::seekoff(long long, std::__Cr::ios_base::seekdir, unsigned int)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o):(.data.rel.ro+0x38): undefined reference to `std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >::seekpos(std::__Cr::fpos<__mbstate_t>, unsigned int)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o):(.data.rel.ro+0x40): undefined reference to `std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >::sync()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o):(.data.rel.ro+0x48): undefined reference to `std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >::showmanyc()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o):(.data.rel.ro+0x50): undefined reference to `std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >::xsgetn(char*, long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o):(.data.rel.ro+0x58): undefined reference to `std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >::underflow()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o):(.data.rel.ro+0x60): undefined reference to `std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >::uflow()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o):(.data.rel.ro+0x68): undefined reference to `std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >::pbackfail(int)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o):(.data.rel.ro+0x70): undefined reference to `std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >::xsputn(char const*, long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o):(.data.rel.ro+0x78): undefined reference to `std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >::overflow(int)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_message.o):(.data.rel.ro+0x10): undefined reference to `typeinfo for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_encoder_pcm.o): in function `webrtc::AudioEncoderPcm::EncodeImpl(unsigned int, webrtc::ArrayView<short const, -4711l>, webrtc::BufferT<unsigned char, false>*)': audio_encoder_pcm.cc:(.text+0x1dc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: audio_encoder_pcm.cc:(.text+0x228): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_encoder_pcm.o): in function `webrtc::AudioEncoderPcm::Reset()': audio_encoder_pcm.cc:(.text+0x80): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_encoder_pcm.o): in function `webrtc::AudioEncoderPcmA::~AudioEncoderPcmA()': audio_encoder_pcm.cc:(.text[_ZN6webrtc16AudioEncoderPcmAD0Ev]+0x98): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_encoder_pcm.o): in function `webrtc::AudioEncoderPcm::~AudioEncoderPcm()': audio_encoder_pcm.cc:(.text+0x98): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_encoder_pcm.o):audio_encoder_pcm.cc:(.text[_ZN6webrtc16AudioEncoderPcmUD0Ev]+0x98): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(cord_internal.o): in function `absl::cord_internal::LogFatalNodeType(absl::cord_internal::CordRep*)': cord_internal.cc:(.text.unlikely.+0x64): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::~basic_string()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(cord_internal.o): in function `absl::AlphaNum::AlphaNum(int)': cord_internal.cc:(.text[_ZN4absl8AlphaNumC2Ei]+0x5c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: cord_internal.cc:(.text[_ZN4absl8AlphaNumC2Ei]+0x70): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(generated_message_tctable_lite.o): in function `google::protobuf::internal::TcParser::MessageName(google::protobuf::internal::TcParseTableBase const*)': generated_message_tctable_lite.cc:(.text+0x54): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(generated_message_tctable_lite.o): in function `google::protobuf::internal::TcParser::FieldName(google::protobuf::internal::TcParseTableBase const*, google::protobuf::internal::TcParseTableBase::FieldEntry const*)': generated_message_tctable_lite.cc:(.text+0x264): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(generated_message_tctable_lite.o): in function `google::protobuf::internal::TcParser::ReportFastUtf8Error(unsigned int, google::protobuf::internal::TcParseTableBase const*)': generated_message_tctable_lite.cc:(.text+0x2c8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(generated_message_tctable_lite.o):generated_message_tctable_lite.cc:(.text+0x248): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(coded_stream.o): in function `google::protobuf::io::CodedInputStream::ReadStringFallback(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*, int)': coded_stream.cc:(.text+0xac): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::reserve(unsigned long)' /usr/bin/ld.bfd: coded_stream.cc:(.text+0xc0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: coded_stream.cc:(.text+0x108): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(coded_stream.o): in function `google::protobuf::io::CodedInputStream::ReadCord(absl::Cord*, int)': coded_stream.cc:(.text+0x1b0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: coded_stream.cc:(.text+0x1c4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(zero_copy_stream.o): in function `google::protobuf::io::ZeroCopyOutputStream::WriteCord(absl::Cord const&)': zero_copy_stream.cc:(.text+0x1ec): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(zero_copy_stream.o): in function `absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator<< <123>(char const (&) [123])': zero_copy_stream.cc:(.text[_ZN4absl12log_internal10LogMessagelsILi123EEERS1_RAT__Kc]+0x58): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(repeated_field.o): in function `absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator<< <8>(char const (&) [8])': repeated_field.cc:(.text[_ZN4absl12log_internal10LogMessagelsILi8EEERS1_RAT__Kc]+0x58): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(repeated_field.o):repeated_field.cc:(.text[_ZN4absl12log_internal10LogMessagelsILi9EEERS1_RAT__Kc]+0x58): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(field_trial_parser.o): in function `webrtc::FieldTrialParameter<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >::FieldTrialParameter(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >)': field_trial_parser.cc:(.text[_ZN6webrtc19FieldTrialParameterINSt4__Cr12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEC5ENS1_17basic_string_viewIcS4_EES7_]+0x64): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(field_trial_parser.o): in function `webrtc::FieldTrialParameter<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >::Get() const': field_trial_parser.cc:(.text[_ZNK6webrtc19FieldTrialParameterINSt4__Cr12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE3GetEv]+0x28): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(field_trial_parser.o): in function `webrtc::FieldTrialParameter<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >::operator std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >() const': field_trial_parser.cc:(.text[_ZNK6webrtc19FieldTrialParameterINSt4__Cr12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEcvS7_Ev]+0x28): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(field_trial_parser.o): in function `webrtc::FieldTrialParameter<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >::SetForTest(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >)': field_trial_parser.cc:(.text[_ZN6webrtc19FieldTrialParameterINSt4__Cr12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE10SetForTestES7_]+0x4c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: field_trial_parser.cc:(.text[_ZN6webrtc19FieldTrialParameterINSt4__Cr12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE10SetForTestES7_]+0x58): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(field_trial_parser.o): in function `webrtc::FieldTrialParameter<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >::Parse(std::__Cr::optional<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >)': field_trial_parser.cc:(.text[_ZN6webrtc19FieldTrialParameterINSt4__Cr12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE5ParseENS1_8optionalIS7_EE]+0x134): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: field_trial_parser.cc:(.text[_ZN6webrtc19FieldTrialParameterINSt4__Cr12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE5ParseENS1_8optionalIS7_EE]+0x144): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: field_trial_parser.cc:(.text[_ZN6webrtc19FieldTrialParameterINSt4__Cr12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE5ParseENS1_8optionalIS7_EE]+0x190): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: field_trial_parser.cc:(.text[_ZN6webrtc19FieldTrialParameterINSt4__Cr12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE5ParseENS1_8optionalIS7_EE]+0x1a4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(field_trial_parser.o): in function `std::__Cr::optional<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > webrtc::ParseTypedParameter<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': field_trial_parser.cc:(.text+0xec): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: field_trial_parser.cc:(.text+0x100): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(field_trial_parser.o): in function `webrtc::FieldTrialOptional<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >::FieldTrialOptional(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, std::__Cr::optional<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >)': field_trial_parser.cc:(.text[_ZN6webrtc18FieldTrialOptionalINSt4__Cr12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEC5ENS1_17basic_string_viewIcS4_EENS1_8optionalIS7_EE]+0x60): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(field_trial_parser.o): in function `webrtc::FieldTrialOptional<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >::GetOptional() const': field_trial_parser.cc:(.text[_ZNK6webrtc18FieldTrialOptionalINSt4__Cr12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE11GetOptionalEv]+0x50): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: field_trial_parser.cc:(.text[_ZNK6webrtc18FieldTrialOptionalINSt4__Cr12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE11GetOptionalEv]+0x7c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(field_trial_parser.o): in function `webrtc::FieldTrialOptional<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >::Parse(std::__Cr::optional<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >)': field_trial_parser.cc:(.text[_ZN6webrtc18FieldTrialOptionalINSt4__Cr12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE5ParseENS1_8optionalIS7_EE]+0x164): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: field_trial_parser.cc:(.text[_ZN6webrtc18FieldTrialOptionalINSt4__Cr12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEE5ParseENS1_8optionalIS7_EE]+0x178): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(field_trial_parser.o): in function `_ZNSt4__Cr8optionalINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEEaSIRS6_TnNS_9enable_ifIXsr4_AndINS_17integral_constantIbXntu9__is_sameu14__remove_cvrefIT_ES7_EEEENS_7_OrImplIXaantcvbsr10_IsNotSameISD_S6_EE5valuenesZT1_Li0EEE7_ResultINSB_IbXntu9__is_sameSD_S6_EEEENS_4_NotINS_9is_scalarIS6_EEEEEENS_16is_constructibleIS6_JSC_EEENS_13is_assignableIS9_SC_EEEE5valueEiE4typeELi0EEERS7_OSC_': field_trial_parser.cc:(.text[_ZNSt4__Cr8optionalINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEEaSIRS6_TnNS_9enable_ifIXsr4_AndINS_17integral_constantIbXntu9__is_sameu14__remove_cvrefIT_ES7_EEEENS_7_OrImplIXaantcvbsr10_IsNotSameISD_S6_EE5valuenesZT1_Li0EEE7_ResultINSB_IbXntu9__is_sameSD_S6_EEEENS_4_NotINS_9is_scalarIS6_EEEEEENS_16is_constructibleIS6_JSC_EEENS_13is_assignableIS9_SC_EEEE5valueEiE4typeELi0EEERS7_OSC_]+0x7c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: field_trial_parser.cc:(.text[_ZNSt4__Cr8optionalINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEEaSIRS6_TnNS_9enable_ifIXsr4_AndINS_17integral_constantIbXntu9__is_sameu14__remove_cvrefIT_ES7_EEEENS_7_OrImplIXaantcvbsr10_IsNotSameISD_S6_EE5valuenesZT1_Li0EEE7_ResultINSB_IbXntu9__is_sameSD_S6_EEEENS_4_NotINS_9is_scalarIS6_EEEEEENS_16is_constructibleIS6_JSC_EEENS_13is_assignableIS9_SC_EEEE5valueEiE4typeELi0EEERS7_OSC_]+0xb4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: field_trial_parser.cc:(.text[_ZNSt4__Cr8optionalINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEEaSIRS6_TnNS_9enable_ifIXsr4_AndINS_17integral_constantIbXntu9__is_sameu14__remove_cvrefIT_ES7_EEEENS_7_OrImplIXaantcvbsr10_IsNotSameISD_S6_EE5valuenesZT1_Li0EEE7_ResultINSB_IbXntu9__is_sameSD_S6_EEEENS_4_NotINS_9is_scalarIS6_EEEEEENS_16is_constructibleIS6_JSC_EEENS_13is_assignableIS9_SC_EEEE5valueEiE4typeELi0EEERS7_OSC_]+0xc8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: field_trial_parser.cc:(.text[_ZNSt4__Cr8optionalINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEEaSIRS6_TnNS_9enable_ifIXsr4_AndINS_17integral_constantIbXntu9__is_sameu14__remove_cvrefIT_ES7_EEEENS_7_OrImplIXaantcvbsr10_IsNotSameISD_S6_EE5valuenesZT1_Li0EEE7_ResultINSB_IbXntu9__is_sameSD_S6_EEEENS_4_NotINS_9is_scalarIS6_EEEEEENS_16is_constructibleIS6_JSC_EEENS_13is_assignableIS9_SC_EEEE5valueEiE4typeELi0EEERS7_OSC_]+0xe0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(field_trial_parser.o): in function `webrtc::ParseFieldTrial(std::initializer_list<webrtc::FieldTrialParameterInterface*>, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': field_trial_parser.cc:(.text+0x4dc): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: field_trial_parser.cc:(.text+0x4ec): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: field_trial_parser.cc:(.text+0x6b4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: field_trial_parser.cc:(.text+0x6c8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: field_trial_parser.cc:(.text+0x6dc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(field_trial_parser.o): in function `webrtc::AbstractFieldTrialEnum::AbstractFieldTrialEnum(webrtc::AbstractFieldTrialEnum const&)': field_trial_parser.cc:(.text+0x88): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(field_trial_parser.o): in function `webrtc::AbstractFieldTrialEnum::~AbstractFieldTrialEnum()': field_trial_parser.cc:(.text+0xf0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(field_trial_parser.o): in function `webrtc::FieldTrialFlag::~FieldTrialFlag()': field_trial_parser.cc:(.text[_ZN6webrtc14FieldTrialFlagD0Ev]+0xbc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(field_trial_parser.o): in function `webrtc::FieldTrialParameter<bool>::~FieldTrialParameter()': field_trial_parser.cc:(.text[_ZN6webrtc19FieldTrialParameterIbED0Ev]+0xbc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(field_trial_parser.o): in function `webrtc::FieldTrialParameter<double>::~FieldTrialParameter()': field_trial_parser.cc:(.text[_ZN6webrtc19FieldTrialParameterIdED0Ev]+0xbc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(field_trial_parser.o): in function `webrtc::FieldTrialParameter<int>::~FieldTrialParameter()': field_trial_parser.cc:(.text[_ZN6webrtc19FieldTrialParameterIiED0Ev]+0xbc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(field_trial_parser.o):field_trial_parser.cc:(.text[_ZN6webrtc19FieldTrialParameterIjED0Ev]+0xbc): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(field_trial_parser.o): in function `std::__Cr::__tree_node<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, int>, void*>* std::__Cr::__tree<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, int>, std::__Cr::__map_value_compare<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, int>, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, int> > >::__construct_from_tree<std::__Cr::__tree<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, int>, std::__Cr::__map_value_compare<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, int>, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, int> > >::__copy_construct_tree(std::__Cr::__tree_node<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, int>, void*>*)::{lambda(std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, int> const&)#1}>(std::__Cr::__tree_node<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, int>, void*>*, std::__Cr::__tree<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, int>, std::__Cr::__map_value_compare<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, int>, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, int> > >::__copy_construct_tree(std::__Cr::__tree_node<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, int>, void*>*)::{lambda(std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, int> const&)#1})': field_trial_parser.cc:(.text[_ZNSt4__Cr6__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEiEENS_19__map_value_compareIS7_NS_4pairIKS7_iEENS_4lessIS7_EEEENS5_ISC_EEE21__construct_from_treeIZNSH_21__copy_construct_treeEPNS_11__tree_nodeIS8_PvEEEUlRKSC_E_EESM_SM_T_]+0x68): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: field_trial_parser.cc:(.text[_ZNSt4__Cr6__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEiEENS_19__map_value_compareIS7_NS_4pairIKS7_iEENS_4lessIS7_EEEENS5_ISC_EEE21__construct_from_treeIZNSH_21__copy_construct_treeEPNS_11__tree_nodeIS8_PvEEEUlRKSC_E_EESM_SM_T_]+0xe4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(field_trial_parser.o): in function `std::__Cr::__tree<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, int>, std::__Cr::__map_value_compare<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, int>, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, int> > >::__tree_deleter::operator()(std::__Cr::__tree_node<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, int>, void*>*)': field_trial_parser.cc:(.text[_ZNSt4__Cr6__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEiEENS_19__map_value_compareIS7_NS_4pairIKS7_iEENS_4lessIS7_EEEENS5_ISC_EEE14__tree_deleterclEPNS_11__tree_nodeIS8_PvEE]+0x84): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(field_trial_parser.o): in function `std::__Cr::__tree<std::__Cr::__value_type<std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, webrtc::FieldTrialParameterInterface*>, std::__Cr::__map_value_compare<std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, std::__Cr::pair<std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> > const, webrtc::FieldTrialParameterInterface*>, std::__Cr::less<std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> > > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> > const, webrtc::FieldTrialParameterInterface*> > >::__tree_deleter::operator()(std::__Cr::__tree_node<std::__Cr::__value_type<std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, webrtc::FieldTrialParameterInterface*>, void*>*)': field_trial_parser.cc:(.text[_ZNSt4__Cr6__treeINS_12__value_typeINS_17basic_string_viewIcNS_11char_traitsIcEEEEPN6webrtc28FieldTrialParameterInterfaceEEENS_19__map_value_compareIS5_NS_4pairIKS5_S8_EENS_4lessIS5_EEEENS_9allocatorISD_EEE14__tree_deleterclEPNS_11__tree_nodeIS9_PvEE]+0x6c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(field_trial_parser.o): in function `std::__Cr::__tree<std::__Cr::__value_type<std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, webrtc::FieldTrialParameterInterface*>, std::__Cr::__map_value_compare<std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, std::__Cr::pair<std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> > const, webrtc::FieldTrialParameterInterface*>, std::__Cr::less<std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> > > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> > const, webrtc::FieldTrialParameterInterface*> > >::__emplace_unique<std::__Cr::piecewise_construct_t const&, std::__Cr::tuple<std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >&&>, std::__Cr::tuple<> >(std::__Cr::piecewise_construct_t const&, std::__Cr::tuple<std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >&&>&&, std::__Cr::tuple<>&&)::{lambda(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> > const&, std::__Cr::piecewise_construct_t const&, std::__Cr::tuple<std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >&&>&&, std::__Cr::tuple<>&&)#1}::operator()(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> > const&, std::__Cr::piecewise_construct_t const&, std::__Cr::tuple<std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >&&>&&, std::__Cr::tuple<>&&) const': field_trial_parser.cc:(.text[_ZZNSt4__Cr6__treeINS_12__value_typeINS_17basic_string_viewIcNS_11char_traitsIcEEEEPN6webrtc28FieldTrialParameterInterfaceEEENS_19__map_value_compareIS5_NS_4pairIKS5_S8_EENS_4lessIS5_EEEENS_9allocatorISD_EEE16__emplace_uniqueIJRKNS_21piecewise_construct_tENS_5tupleIJOS5_EEENSO_IJEEEEEENSB_INS_15__tree_iteratorIS9_PNS_11__tree_nodeIS9_PvEElEEbEEDpOT_ENKUlRSC_SN_OSQ_OSR_E_clES12_SN_S13_S14_]+0x128): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(field_trial_parser.o): in function `_ZNSt4__Cr25__try_key_extraction_implIiNS_4pairINS_15__tree_iteratorIiPNS_11__tree_nodeIiPvEElEEbEEZNS_6__treeIiNS_4lessIiEENS_9allocatorIiEEE16__emplace_uniqueIJRKiEEES8_DpOT_EUlSH_SH_E_ZNSF_IJSH_EEES8_SK_EUlSH_E_SH_TnNS_9enable_ifIXsr7is_sameIT_u14__remove_constIu20__remove_reference_tIT3_EEEE5valueEiE4typeELi0EEET0_NS_14__priority_tagILm1EEET1_T2_OSP_': field_trial_parser.cc:(.text[_ZNSt4__Cr25__try_key_extraction_implIiNS_4pairINS_15__tree_iteratorIiPNS_11__tree_nodeIiPvEElEEbEEZNS_6__treeIiNS_4lessIiEENS_9allocatorIiEEE16__emplace_uniqueIJRKiEEES8_DpOT_EUlSH_SH_E_ZNSF_IJSH_EEES8_SK_EUlSH_E_SH_TnNS_9enable_ifIXsr7is_sameIT_u14__remove_constIu20__remove_reference_tIT3_EEEE5valueEiE4typeELi0EEET0_NS_14__priority_tagILm1EEET1_T2_OSP_]+0xf4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_if.o): in function `absl::time_internal::cctz::TimeZoneIf::Make(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&)': time_zone_if.cc:(.text+0x74): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::basic_string(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, unsigned long, unsigned long, std::__Cr::allocator<char> const&)' /usr/bin/ld.bfd: llwebrtc/CMakeFiles/llwebrtc.dir/llwebrtc.cpp.o: in function `llwebrtc::LLWebRTCImpl::LLWebRTCImpl(llwebrtc::LLWebRTCLogCallback*)': llwebrtc.cpp:(.text+0x27b4): undefined reference to `webrtc::EnvironmentFactory::Set(std::unique_ptr<webrtc::TaskQueueFactory, std::default_delete<webrtc::TaskQueueFactory> >)' /usr/bin/ld.bfd: llwebrtc/CMakeFiles/llwebrtc.dir/llwebrtc.cpp.o: in function `llwebrtc::LLWebRTCImpl::init()': llwebrtc.cpp:(.text+0x4018): undefined reference to `webrtc::Thread::SetName(std::basic_string_view<char, std::char_traits<char> >, void const*)' /usr/bin/ld.bfd: llwebrtc.cpp:(.text+0x4078): undefined reference to `webrtc::Thread::SetName(std::basic_string_view<char, std::char_traits<char> >, void const*)' /usr/bin/ld.bfd: llwebrtc.cpp:(.text+0x40d8): undefined reference to `webrtc::Thread::SetName(std::basic_string_view<char, std::char_traits<char> >, void const*)' /usr/bin/ld.bfd: llwebrtc.cpp:(.text+0x44a0): undefined reference to `webrtc::CreatePeerConnectionFactory(webrtc::Thread*, webrtc::Thread*, webrtc::Thread*, webrtc::scoped_refptr<webrtc::AudioDeviceModule>, webrtc::scoped_refptr<webrtc::AudioEncoderFactory>, webrtc::scoped_refptr<webrtc::AudioDecoderFactory>, std::unique_ptr<webrtc::VideoEncoderFactory, std::default_delete<webrtc::VideoEncoderFactory> >, std::unique_ptr<webrtc::VideoDecoderFactory, std::default_delete<webrtc::VideoDecoderFactory> >, webrtc::scoped_refptr<webrtc::AudioMixer>, webrtc::scoped_refptr<webrtc::AudioProcessing>, std::unique_ptr<webrtc::AudioFrameProcessor, std::default_delete<webrtc::AudioFrameProcessor> >, std::unique_ptr<webrtc::FieldTrialsView, std::default_delete<webrtc::FieldTrialsView> >)' /usr/bin/ld.bfd: llwebrtc/CMakeFiles/llwebrtc.dir/llwebrtc.cpp.o: in function `llwebrtc::iceCandidateToTrickleString(webrtc::IceCandidate const*)': llwebrtc.cpp:(.text+0x5de4): undefined reference to `webrtc::IPAddress::ToString[abi:cxx11]() const' /usr/bin/ld.bfd: llwebrtc.cpp:(.text+0x5e0c): undefined reference to `webrtc::SocketAddress::PortAsString[abi:cxx11]() const' /usr/bin/ld.bfd: llwebrtc.cpp:(.text+0x5fbc): undefined reference to `webrtc::IPAddress::ToString[abi:cxx11]() const' /usr/bin/ld.bfd: llwebrtc.cpp:(.text+0x5ff8): undefined reference to `webrtc::SocketAddress::PortAsString[abi:cxx11]() const' /usr/bin/ld.bfd: llwebrtc.cpp:(.text+0x6050): undefined reference to `webrtc::IPAddress::ToString[abi:cxx11]() const' /usr/bin/ld.bfd: llwebrtc.cpp:(.text+0x608c): undefined reference to `webrtc::SocketAddress::PortAsString[abi:cxx11]() const' /usr/bin/ld.bfd: llwebrtc.cpp:(.text+0x60d4): undefined reference to `webrtc::IPAddress::ToString[abi:cxx11]() const' /usr/bin/ld.bfd: llwebrtc.cpp:(.text+0x6110): undefined reference to `webrtc::SocketAddress::PortAsString[abi:cxx11]() const' /usr/bin/ld.bfd: llwebrtc/CMakeFiles/llwebrtc.dir/llwebrtc.cpp.o: in function `llwebrtc::LLWebRTCPeerConnectionImpl::OnSuccess(webrtc::SessionDescriptionInterface*)': llwebrtc.cpp:(.text+0x61fc): undefined reference to `webrtc::SessionDescriptionInterface::ToString[abi:cxx11]() const' /usr/bin/ld.bfd: llwebrtc.cpp:(.text+0x6644): undefined reference to `webrtc::CreateSessionDescription(webrtc::SdpType, std::basic_string_view<char, std::char_traits<char> >)' /usr/bin/ld.bfd: llwebrtc/CMakeFiles/llwebrtc.dir/llwebrtc.cpp.o: in function `llwebrtc::LLWebRTCPeerConnectionImpl::OnIceGatheringChange(webrtc::PeerConnectionInterface::IceGatheringState)': llwebrtc.cpp:(.text+0x6ad4): undefined reference to `absl::strings_internal::StringifySink::Append(std::basic_string_view<char, std::char_traits<char> >)' /usr/bin/ld.bfd: llwebrtc/CMakeFiles/llwebrtc.dir/llwebrtc.cpp.o: in function `llwebrtc::LLWebRTCPeerConnectionImpl::OnIceCandidate(webrtc::IceCandidate const*)': llwebrtc.cpp:(.text+0x6cd4): undefined reference to `webrtc::CreateIceCandidate(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int, webrtc::Candidate const&)' /usr/bin/ld.bfd: llwebrtc/CMakeFiles/llwebrtc.dir/llwebrtc.cpp.o: in function `void absl::internal_any_invocable::RemoteInvoker<false, void, llwebrtc::LLWebRTCPeerConnectionImpl::AnswerAvailable(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)::{lambda()#1}&&>(absl::internal_any_invocable::TypeErasedState*)': llwebrtc.cpp:(.text+0x7510): undefined reference to `webrtc::CreateSessionDescription(webrtc::SdpType, std::basic_string_view<char, std::char_traits<char> >)' /usr/bin/ld.bfd: llwebrtc/CMakeFiles/llwebrtc.dir/llwebrtc.cpp.o: in function `webrtc::webrtc_logging_impl::ToStringVal webrtc::webrtc_logging_impl::MakeVal<webrtc::PeerConnectionInterface::PeerConnectionState, (void*)0>(webrtc::PeerConnectionInterface::PeerConnectionState const&)': llwebrtc.cpp:(.text._ZN6webrtc19webrtc_logging_impl7MakeValINS_23PeerConnectionInterface19PeerConnectionStateELPv0EEENS0_11ToStringValERKT_[_ZN6webrtc19webrtc_logging_impl7MakeValINS_23PeerConnectionInterface19PeerConnectionStateELPv0EEENS0_11ToStringValERKT_]+0x74): undefined reference to `absl::strings_internal::StringifySink::Append(std::basic_string_view<char, std::char_traits<char> >)' /usr/bin/ld.bfd: llwebrtc/CMakeFiles/llwebrtc.dir/llwebrtc.cpp.o: in function `webrtc::webrtc_logging_impl::ToStringVal webrtc::webrtc_logging_impl::MakeVal<webrtc::PeerConnectionInterface::SignalingState, (void*)0>(webrtc::PeerConnectionInterface::SignalingState const&)': llwebrtc.cpp:(.text._ZN6webrtc19webrtc_logging_impl7MakeValINS_23PeerConnectionInterface14SignalingStateELPv0EEENS0_11ToStringValERKT_[_ZN6webrtc19webrtc_logging_impl7MakeValINS_23PeerConnectionInterface14SignalingStateELPv0EEENS0_11ToStringValERKT_]+0x50): undefined reference to `absl::strings_internal::StringifySink::Append(std::basic_string_view<char, std::char_traits<char> >)' /usr/bin/ld.bfd: llwebrtc/CMakeFiles/llwebrtc.dir/llwebrtc.cpp.o: in function `llwebrtc::LLStatsCollectorCallback::OnStatsDelivered(webrtc::scoped_refptr<webrtc::RTCStatsReport const> const&)': llwebrtc.cpp:(.text._ZN8llwebrtc24LLStatsCollectorCallback16OnStatsDeliveredERKN6webrtc13scoped_refptrIKNS1_14RTCStatsReportEEE[_ZN8llwebrtc24LLStatsCollectorCallback16OnStatsDeliveredERKN6webrtc13scoped_refptrIKNS1_14RTCStatsReportEEE]+0xa8): undefined reference to `webrtc::Attribute::ToString[abi:cxx11]() const' /usr/bin/ld.bfd: llwebrtc/CMakeFiles/llwebrtc.dir/llwebrtc.cpp.o:(.data.rel.ro._ZTVN8llwebrtc15LLWebRTCLogSinkE[_ZTVN8llwebrtc15LLWebRTCLogSinkE]+0x20): undefined reference to `webrtc::LogSink::OnLogMessage(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, webrtc::LoggingSeverity, char const*)' /usr/bin/ld.bfd: llwebrtc/CMakeFiles/llwebrtc.dir/llwebrtc.cpp.o:(.data.rel.ro._ZTVN8llwebrtc15LLWebRTCLogSinkE[_ZTVN8llwebrtc15LLWebRTCLogSinkE]+0x38): undefined reference to `webrtc::LogSink::OnLogMessage(std::basic_string_view<char, std::char_traits<char> >, webrtc::LoggingSeverity, char const*)' /usr/bin/ld.bfd: llwebrtc/CMakeFiles/llwebrtc.dir/llwebrtc.cpp.o:(.data.rel.ro._ZTVN8llwebrtc15LLWebRTCLogSinkE[_ZTVN8llwebrtc15LLWebRTCLogSinkE]+0x40): undefined reference to `webrtc::LogSink::OnLogMessage(std::basic_string_view<char, std::char_traits<char> >, webrtc::LoggingSeverity)' /usr/bin/ld.bfd: llwebrtc/CMakeFiles/llwebrtc.dir/llwebrtc.cpp.o:(.data.rel.ro._ZTVN8llwebrtc15LLWebRTCLogSinkE[_ZTVN8llwebrtc15LLWebRTCLogSinkE]+0x48): undefined reference to `webrtc::LogSink::OnLogMessage(std::basic_string_view<char, std::char_traits<char> >)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtc_error.o): in function `webrtc::RTCError::set_message(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': rtc_error.cc:(.text+0xf4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: rtc_error.cc:(.text+0x108): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtc_error.o): in function `std::__Cr::__throw_length_error(char const*)': rtc_error.cc:(.text[_ZNSt4__Cr20__throw_length_errorEPKc]+0x18): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(builtin_audio_decoder_factory.o): in function `webrtc::audio_decoder_factory_template_impl::AudioDecoderFactoryT<webrtc::AudioDecoderOpus, webrtc::(anonymous namespace)::NotAdvertised<webrtc::AudioDecoderMultiChannelOpus>, webrtc::AudioDecoderG722, webrtc::AudioDecoderG711, webrtc::(anonymous namespace)::NotAdvertised<webrtc::AudioDecoderL16> >::IsSupportedDecoder(webrtc::SdpAudioFormat const&)': builtin_audio_decoder_factory.cc:(.text+0xd0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(builtin_audio_decoder_factory.o): in function `webrtc::audio_decoder_factory_template_impl::AudioDecoderFactoryT<webrtc::AudioDecoderOpus, webrtc::(anonymous namespace)::NotAdvertised<webrtc::AudioDecoderMultiChannelOpus>, webrtc::AudioDecoderG722, webrtc::AudioDecoderG711, webrtc::(anonymous namespace)::NotAdvertised<webrtc::AudioDecoderL16> >::Create(webrtc::Environment const&, webrtc::SdpAudioFormat const&, std::__Cr::optional<webrtc::AudioCodecPairId>)': builtin_audio_decoder_factory.cc:(.text+0x208): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(peer_connection_interface.o): in function `webrtc::PeerConnectionInterface::IceServer::IceServer(webrtc::PeerConnectionInterface::IceServer const&)': peer_connection_interface.cc:(.text+0x3c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: peer_connection_interface.cc:(.text+0x88): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: peer_connection_interface.cc:(.text+0x9c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: peer_connection_interface.cc:(.text+0xcc): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(peer_connection_interface.o): in function `std::__Cr::vector<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::allocator<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >::vector(std::__Cr::vector<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::allocator<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > > const&)': peer_connection_interface.cc:(.text[_ZNSt4__Cr6vectorINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS4_IS6_EEEC2ERKS8_]+0x74): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: peer_connection_interface.cc:(.text[_ZNSt4__Cr6vectorINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS4_IS6_EEEC2ERKS8_]+0xd4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(peer_connection_interface.o): in function `webrtc::PeerConnectionInterface::IceServer::~IceServer()': peer_connection_interface.cc:(.text+0x19c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(peer_connection_interface.o): in function `webrtc::PeerConnectionInterface::RTCConfiguration::RTCConfiguration(webrtc::PeerConnectionInterface::RTCConfiguration const&)': peer_connection_interface.cc:(.text+0x1cc): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: peer_connection_interface.cc:(.text+0x298): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(peer_connection_interface.o): in function `webrtc::PeerConnectionInterface::RTCConfiguration::~RTCConfiguration()': peer_connection_interface.cc:(.text+0x194): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(socket_address.o): in function `webrtc::SocketAddress::SetIP(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': socket_address.cc:(.text+0x11c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: socket_address.cc:(.text+0x130): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(socket_address.o): in function `webrtc::SocketAddress::SocketAddress(webrtc::SocketAddress const&)': socket_address.cc:(.text+0x5c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(socket_address.o): in function `webrtc::SocketAddress::operator=(webrtc::SocketAddress const&)': socket_address.cc:(.text+0x5c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: socket_address.cc:(.text+0x6c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(socket_address.o): in function `webrtc::SocketAddress::HostAsURIString() const': socket_address.cc:(.text+0x4c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::insert(unsigned long, char const*, unsigned long)' /usr/bin/ld.bfd: socket_address.cc:(.text+0x78): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: socket_address.cc:(.text+0x114): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(socket_address.o): in function `webrtc::SocketAddress::HostAsSensitiveURIString() const': socket_address.cc:(.text+0x4c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::insert(unsigned long, char const*, unsigned long)' /usr/bin/ld.bfd: socket_address.cc:(.text+0x78): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: socket_address.cc:(.text+0x114): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(socket_address.o): in function `webrtc::SocketAddress::PortAsString() const': socket_address.cc:(.text+0x8): undefined reference to `std::__Cr::to_string(int)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(socket_address.o): in function `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::basic_string<0>(char const*)': socket_address.cc:(.text[_ZNSt4__Cr12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2ILi0EEEPKc]+0xcc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: socket_address.cc:(.text[_ZNSt4__Cr12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2ILi0EEEPKc]+0xe0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: socket_address.cc:(.text[_ZNSt4__Cr12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2ILi0EEEPKc]+0xf4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(socket_address.o): in function `webrtc::SocketAddress::FromString(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': socket_address.cc:(.text+0x2c8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: socket_address.cc:(.text+0x2dc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(socket_address.o): in function `webrtc::SocketAddressFromSockAddrStorage(sockaddr_storage const&, webrtc::SocketAddress*)': socket_address.cc:(.text+0x17c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: socket_address.cc:(.text+0x1c8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(socket_address.o): in function `std::__Cr::__throw_out_of_range(char const*)': socket_address.cc:(.text[_ZNSt4__Cr20__throw_out_of_rangeEPKc]+0x18): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(ip_address.o): in function `webrtc::IPAddress::ToSensitiveString() const': ip_address.cc:(.text+0x378): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(ip_address.o): in function `webrtc::InterfaceAddress::ToString() const': ip_address.cc:(.text+0xd0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::insert(unsigned long, char const*, unsigned long)' /usr/bin/ld.bfd: ip_address.cc:(.text+0x10c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(net_helpers.o): in function `webrtc::inet_pton(int, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, void*)': net_helpers.cc:(.text+0x11c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: net_helpers.cc:(.text+0x130): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(string_builder.o): in function `webrtc::StringBuilder::AppendFormat(char const*, ...)': string_builder.cc:(.text+0x1c8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_options.o): in function `webrtc::AudioOptions::operator==(webrtc::AudioOptions const&) const': audio_options.cc:(.text+0x1b4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_options.o): in function `_ZNSt4__CreqIbbTnNS_9enable_ifIX23__is_core_convertible_vIDTeqclsr3stdE7declvalIRKT_EEclsr3stdE7declvalIRKT0_EEEbEEiE4typeELi0EEEbRKNS_8optionalIS2_EERKNSB_IS5_EE': audio_options.cc:(.text[_ZNSt4__CreqIbbTnNS_9enable_ifIX23__is_core_convertible_vIDTeqclsr3stdE7declvalIRKT_EEclsr3stdE7declvalIRKT0_EEEbEEiE4typeELi0EEEbRKNS_8optionalIS2_EERKNSB_IS5_EE]+0x54): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_options.o):audio_options.cc:(.text[_ZNSt4__CreqIiiTnNS_9enable_ifIX23__is_core_convertible_vIDTeqclsr3stdE7declvalIRKT_EEclsr3stdE7declvalIRKT0_EEEbEEiE4typeELi0EEEbRKNS_8optionalIS2_EERKNSB_IS5_EE]+0x54): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_options.o): in function `void std::__Cr::__optional_storage_base<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, false>::__assign_from<std::__Cr::__optional_copy_assign_base<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, false> const&>(std::__Cr::__optional_copy_assign_base<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, false> const&)': audio_options.cc:(.text[_ZNSt4__Cr23__optional_storage_baseINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEELb0EE13__assign_fromIRKNS_27__optional_copy_assign_baseIS6_Lb0EEEEEvOT_]+0xb4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: audio_options.cc:(.text[_ZNSt4__Cr23__optional_storage_baseINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEELb0EE13__assign_fromIRKNS_27__optional_copy_assign_baseIS6_Lb0EEEEEvOT_]+0xc4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: audio_options.cc:(.text[_ZNSt4__Cr23__optional_storage_baseINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEELb0EE13__assign_fromIRKNS_27__optional_copy_assign_baseIS6_Lb0EEEEEvOT_]+0xf8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: audio_options.cc:(.text[_ZNSt4__Cr23__optional_storage_baseINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEELb0EE13__assign_fromIRKNS_27__optional_copy_assign_baseIS6_Lb0EEEEEvOT_]+0x10c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(candidate.o): in function `webrtc::Candidate::ParseCandidateString(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': candidate.cc:(.text+0x7cc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: candidate.cc:(.text+0x7e8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: candidate.cc:(.text+0x7fc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: candidate.cc:(.text+0x954): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(candidate.o):candidate.cc:(.text+0xd7c): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(candidate.o): in function `webrtc::Candidate::Candidate(webrtc::Candidate const&)': candidate.cc:(.text+0x3c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: candidate.cc:(.text+0x84): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: candidate.cc:(.text+0x98): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: candidate.cc:(.text+0xec): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: candidate.cc:(.text+0x100): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(candidate.o):candidate.cc:(.text+0x130): more undefined references to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(candidate.o): in function `webrtc::Candidate::ToStringInternal(bool) const': candidate.cc:(.text+0x84): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: candidate.cc:(.text+0xa0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: candidate.cc:(.text+0xb4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: candidate.cc:(.text+0xf0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: candidate.cc:(.text+0x114): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(candidate.o):candidate.cc:(.text+0x130): more undefined references to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(candidate.o): in function `webrtc::Candidate::ToCandidateAttribute(bool) const': candidate.cc:(.text+0x1f0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: candidate.cc:(.text+0x214): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: candidate.cc:(.text+0x224): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: candidate.cc:(.text+0x254): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: candidate.cc:(.text+0x264): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: candidate.cc:(.text+0x278): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(candidate.o):candidate.cc:(.text+0x288): more undefined references to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(candidate.o): in function `webrtc::Candidate::ToCandidateAttribute(bool) const': candidate.cc:(.text+0x6d0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(candidate.o): in function `webrtc::Candidate::ComputeFoundation(webrtc::SocketAddress const&, unsigned long)': candidate.cc:(.text+0x4c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: candidate.cc:(.text+0x80): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: candidate.cc:(.text+0x9c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: candidate.cc:(.text+0xb8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: candidate.cc:(.text+0x104): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(candidate.o): in function `webrtc::Candidate::Assign(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >&, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': candidate.cc:(.text+0xc): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_external(char const*, unsigned long)' /usr/bin/ld.bfd: candidate.cc:(.text+0x2c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(candidate.o): in function `webrtc::RTCError::RTCError(webrtc::RTCErrorType, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': candidate.cc:(.text[_ZN6webrtc8RTCErrorC2ENS_12RTCErrorTypeENSt4__Cr17basic_string_viewIcNS2_11char_traitsIcEEEE]+0xdc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: candidate.cc:(.text[_ZN6webrtc8RTCErrorC2ENS_12RTCErrorTypeENSt4__Cr17basic_string_viewIcNS2_11char_traitsIcEEEE]+0xf0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(candidate.o): in function `webrtc::Candidate::set_tcptype(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': candidate.cc:(.text[_ZN6webrtc9Candidate11set_tcptypeENSt4__Cr17basic_string_viewIcNS1_11char_traitsIcEEEE]+0x10): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_external(char const*, unsigned long)' /usr/bin/ld.bfd: candidate.cc:(.text[_ZN6webrtc9Candidate11set_tcptypeENSt4__Cr17basic_string_viewIcNS1_11char_traitsIcEEEE]+0x30): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(crypto_random.o): in function `webrtc::CreateRandomString(unsigned long, char const*, int, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*)': crypto_random.cc:(.text+0xbc): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::reserve(unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(crypto_random.o): in function `webrtc::CreateRandomUuid()': crypto_random.cc:(.text+0x6c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::reserve(unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtc_certificate.o): in function `webrtc::RTCCertificatePEM::RTCCertificatePEM(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': rtc_certificate.cc:(.text[_ZN6webrtc17RTCCertificatePEMC2ENSt4__Cr17basic_string_viewIcNS1_11char_traitsIcEEEES5_]+0x154): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: rtc_certificate.cc:(.text[_ZN6webrtc17RTCCertificatePEMC2ENSt4__Cr17basic_string_viewIcNS1_11char_traitsIcEEEES5_]+0x168): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(ssl_identity.o): in function `webrtc::SSLIdentity::PemToDer(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*)': ssl_identity.cc:(.text+0x10c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: ssl_identity.cc:(.text+0x23c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: ssl_identity.cc:(.text+0x480): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: ssl_identity.cc:(.text+0x494): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(ssl_identity.o): in function `webrtc::SSLIdentity::DerToPem(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, unsigned char const*, unsigned long)': ssl_identity.cc:(.text+0x4c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: ssl_identity.cc:(.text+0x5c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: ssl_identity.cc:(.text+0x70): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: ssl_identity.cc:(.text+0xcc): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: ssl_identity.cc:(.text+0xdc): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(ssl_identity.o):ssl_identity.cc:(.text+0xf0): more undefined references to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(ssl_identity.o): in function `webrtc::SSLIdentity::DerToPem(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, unsigned char const*, unsigned long)': ssl_identity.cc:(.text+0x194): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::basic_string(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, unsigned long, unsigned long, std::__Cr::allocator<char> const&)' /usr/bin/ld.bfd: ssl_identity.cc:(.text+0x1b4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: ssl_identity.cc:(.text+0x1dc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: ssl_identity.cc:(.text+0x1f0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(ssl_identity.o): in function `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > std::__Cr::__concatenate_strings<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >(std::__Cr::allocator<char> const&, std::__Cr::__type_identity<std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> > >::type, std::__Cr::__type_identity<std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> > >::type)': ssl_identity.cc:(.text[_ZNSt4__Cr21__concatenate_stringsIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_12basic_stringIT_T0_T1_EERKS8_NS_15__type_identityINS_17basic_string_viewIS6_S7_EEE4typeESG_]+0x114): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: ssl_identity.cc:(.text[_ZNSt4__Cr21__concatenate_stringsIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_12basic_stringIT_T0_T1_EERKS8_NS_15__type_identityINS_17basic_string_viewIS6_S7_EEE4typeESG_]+0x128): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(boringssl_identity.o): in function `webrtc::BoringSSLIdentity::BoringSSLIdentity(std::__Cr::unique_ptr<webrtc::OpenSSLKeyPair, std::__Cr::default_delete<webrtc::OpenSSLKeyPair> >, std::__Cr::unique_ptr<webrtc::BoringSSLCertificate, std::__Cr::default_delete<webrtc::BoringSSLCertificate> >)': boringssl_identity.cc:(.text+0x108): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(boringssl_identity.o):boringssl_identity.cc:(.text+0x11c): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(jsep.o): in function `webrtc::SessionDescriptionInterface::GetMediasectionIndex(webrtc::IceCandidate const*, unsigned long*) const': jsep.cc:(.text+0x8c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(jsep.o): in function `webrtc::(anonymous namespace)::UpdateConnectionAddress(webrtc::IceCandidateCollection const&, webrtc::MediaContentDescription*)': jsep.cc:(.text+0x210): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: jsep.cc:(.text+0x220): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(jsep.o): in function `webrtc::SessionDescriptionInterface::RemoveCandidate(webrtc::IceCandidate const*)': jsep.cc:(.text+0xdc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(jsep.o): in function `std::__Cr::vector<std::__Cr::unique_ptr<webrtc::IceCandidate, std::__Cr::default_delete<webrtc::IceCandidate> >, std::__Cr::allocator<std::__Cr::unique_ptr<webrtc::IceCandidate, std::__Cr::default_delete<webrtc::IceCandidate> > > >::__destroy_vector::operator()()': jsep.cc:(.text[_ZNSt4__Cr6vectorINS_10unique_ptrIN6webrtc12IceCandidateENS_14default_deleteIS3_EEEENS_9allocatorIS6_EEE16__destroy_vectorclEv]+0xc8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(jsep.o): in function `std::__Cr::vector<webrtc::IceCandidateCollection, std::__Cr::allocator<webrtc::IceCandidateCollection> >::__swap_out_circular_buffer(std::__Cr::__split_buffer<webrtc::IceCandidateCollection, std::__Cr::allocator<webrtc::IceCandidateCollection>&, std::__Cr::__split_buffer_pointer_layout>&)': jsep.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc22IceCandidateCollectionENS_9allocatorIS2_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS2_RS4_NS_29__split_buffer_pointer_layoutEEE]+0xe8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: jsep.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc22IceCandidateCollectionENS_9allocatorIS2_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS2_RS4_NS_29__split_buffer_pointer_layoutEEE]+0xfc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(jsep.o): in function `std::__Cr::vector<webrtc::IceCandidateCollection, std::__Cr::allocator<webrtc::IceCandidateCollection> >::reserve(unsigned long)': jsep.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc22IceCandidateCollectionENS_9allocatorIS2_EEE7reserveEm]+0xe8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(jsep.o):jsep.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc22IceCandidateCollectionENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJS2_EEEPS2_DpOT_]+0x168): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(jsep_ice_candidate.o): in function `webrtc::IceCandidate::Create(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, int, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, webrtc::SdpParseError*)': jsep_ice_candidate.cc:(.text+0xac): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_external(char const*, unsigned long)' /usr/bin/ld.bfd: jsep_ice_candidate.cc:(.text+0xc4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_external(char const*)' /usr/bin/ld.bfd: jsep_ice_candidate.cc:(.text+0x15c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: jsep_ice_candidate.cc:(.text+0x170): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: jsep_ice_candidate.cc:(.text+0x184): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(jsep_ice_candidate.o): in function `webrtc::IceCandidate::IceCandidate(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, int, webrtc::Candidate const&)': jsep_ice_candidate.cc:(.text+0x160): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: jsep_ice_candidate.cc:(.text+0x174): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(jsep_ice_candidate.o):jsep_ice_candidate.cc:(.text+0x9c): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(jsep_ice_candidate.o): in function `webrtc::IceCandidateCollection::HasCandidate(webrtc::IceCandidate const*) const': jsep_ice_candidate.cc:(.text+0x58): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: jsep_ice_candidate.cc:(.text+0xf8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(jsep_ice_candidate.o): in function `webrtc::IceCandidateCollection::Clone() const': jsep_ice_candidate.cc:(.text+0xb0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: jsep_ice_candidate.cc:(.text+0x18c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(jsep_ice_candidate.o): in function `std::__Cr::vector<std::__Cr::unique_ptr<webrtc::IceCandidate, std::__Cr::default_delete<webrtc::IceCandidate> >, std::__Cr::allocator<std::__Cr::unique_ptr<webrtc::IceCandidate, std::__Cr::default_delete<webrtc::IceCandidate> > > >::erase(std::__Cr::__wrap_iter<std::__Cr::unique_ptr<webrtc::IceCandidate, std::__Cr::default_delete<webrtc::IceCandidate> > const*>)': jsep_ice_candidate.cc:(.text[_ZNSt4__Cr6vectorINS_10unique_ptrIN6webrtc12IceCandidateENS_14default_deleteIS3_EEEENS_9allocatorIS6_EEE5eraseENS_11__wrap_iterIPKS6_EE]+0x10c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: jsep_ice_candidate.cc:(.text[_ZNSt4__Cr6vectorINS_10unique_ptrIN6webrtc12IceCandidateENS_14default_deleteIS3_EEEENS_9allocatorIS6_EEE5eraseENS_11__wrap_iterIPKS6_EE]+0x120): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(jsep_ice_candidate.o): in function `std::__Cr::unique_ptr<webrtc::IceCandidate, std::__Cr::default_delete<webrtc::IceCandidate> >* std::__Cr::vector<std::__Cr::unique_ptr<webrtc::IceCandidate, std::__Cr::default_delete<webrtc::IceCandidate> >, std::__Cr::allocator<std::__Cr::unique_ptr<webrtc::IceCandidate, std::__Cr::default_delete<webrtc::IceCandidate> > > >::__emplace_back_slow_path<std::__Cr::unique_ptr<webrtc::IceCandidate, std::__Cr::default_delete<webrtc::IceCandidate> > >(std::__Cr::unique_ptr<webrtc::IceCandidate, std::__Cr::default_delete<webrtc::IceCandidate> >&&)': jsep_ice_candidate.cc:(.text[_ZNSt4__Cr6vectorINS_10unique_ptrIN6webrtc12IceCandidateENS_14default_deleteIS3_EEEENS_9allocatorIS6_EEE24__emplace_back_slow_pathIJS6_EEEPS6_DpOT_]+0x110): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(jsep_ice_candidate.o): in function `std::__Cr::__split_buffer<std::__Cr::unique_ptr<webrtc::IceCandidate, std::__Cr::default_delete<webrtc::IceCandidate> >, std::__Cr::allocator<std::__Cr::unique_ptr<webrtc::IceCandidate, std::__Cr::default_delete<webrtc::IceCandidate> > >&, std::__Cr::__split_buffer_pointer_layout>::~__split_buffer()': jsep_ice_candidate.cc:(.text[_ZNSt4__Cr14__split_bufferINS_10unique_ptrIN6webrtc12IceCandidateENS_14default_deleteIS3_EEEERNS_9allocatorIS6_EENS_29__split_buffer_pointer_layoutEED2Ev]+0xb8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(jsep_ice_candidate.o):jsep_ice_candidate.cc:(.text[_ZNSt4__Cr6vectorINS_10unique_ptrIN6webrtc12IceCandidateENS_14default_deleteIS3_EEEENS_9allocatorIS6_EEE18__insert_with_sizeINS_17_ClassicAlgPolicyENS_13move_iteratorINS_11__wrap_iterIPS6_EEEESG_EESF_NSD_IPKS6_EET0_T1_l]+0x474): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::SdpSerialize(webrtc::SessionDescriptionInterface const&)': webrtc_sdp.cc:(.text+0x50): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x64): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x90): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0xa4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0xb8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o):webrtc_sdp.cc:(.text+0x3ec): more undefined references to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::SdpSerialize(webrtc::SessionDescriptionInterface const&)': webrtc_sdp.cc:(.text+0xc40): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0xc54): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0xcd8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0xcec): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::GetMediaStreamIds(webrtc::ContentInfo const*, std::__Cr::set<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::allocator<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >*)': webrtc_sdp.cc:(.text+0xec): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::BuildMediaDescription(webrtc::ContentInfo const*, webrtc::TransportInfo const*, webrtc::MediaType, std::__Cr::vector<webrtc::Candidate, std::__Cr::allocator<webrtc::Candidate> > const&, int, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*)': webrtc_sdp.cc:(.text+0xe4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x11c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x194): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x1dc): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x240): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x250): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x334): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x348): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x358): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x380): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x3a4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o):webrtc_sdp.cc:(.text+0x3b4): more undefined references to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::BuildMediaDescription(webrtc::ContentInfo const*, webrtc::TransportInfo const*, webrtc::MediaType, std::__Cr::vector<webrtc::Candidate, std::__Cr::allocator<webrtc::Candidate> > const&, int, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*)': webrtc_sdp.cc:(.text+0x3dc): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x400): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x424): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x45c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x470): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x510): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o):webrtc_sdp.cc:(.text+0x524): more undefined references to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::BuildMediaDescription(webrtc::ContentInfo const*, webrtc::TransportInfo const*, webrtc::MediaType, std::__Cr::vector<webrtc::Candidate, std::__Cr::allocator<webrtc::Candidate> > const&, int, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*)': webrtc_sdp.cc:(.text+0x720): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x850): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x864): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x874): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x8a8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x8e0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o):webrtc_sdp.cc:(.text+0x928): more undefined references to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::BuildMediaDescription(webrtc::ContentInfo const*, webrtc::TransportInfo const*, webrtc::MediaType, std::__Cr::vector<webrtc::Candidate, std::__Cr::allocator<webrtc::Candidate> > const&, int, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*)': webrtc_sdp.cc:(.text+0xad8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0xda0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0xdb4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0xdc8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0xdec): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0xe10): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o):webrtc_sdp.cc:(.text+0xe28): more undefined references to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::BuildMediaDescription(webrtc::ContentInfo const*, webrtc::TransportInfo const*, webrtc::MediaType, std::__Cr::vector<webrtc::Candidate, std::__Cr::allocator<webrtc::Candidate> > const&, int, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*)': webrtc_sdp.cc:(.text+0x178c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x180c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x1820): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x1834): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x1858): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x1890): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o):webrtc_sdp.cc:(.text+0x18b8): more undefined references to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::BuildMediaDescription(webrtc::ContentInfo const*, webrtc::TransportInfo const*, webrtc::MediaType, std::__Cr::vector<webrtc::Candidate, std::__Cr::allocator<webrtc::Candidate> > const&, int, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*)': webrtc_sdp.cc:(.text+0x1998): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x1a30): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x1a44): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x1a58): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x1a7c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x1ab4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o):webrtc_sdp.cc:(.text+0x1aec): more undefined references to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::BuildMediaDescription(webrtc::ContentInfo const*, webrtc::TransportInfo const*, webrtc::MediaType, std::__Cr::vector<webrtc::Candidate, std::__Cr::allocator<webrtc::Candidate> > const&, int, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*)': webrtc_sdp.cc:(.text+0x1e0c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x1e20): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x1e34): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x1e50): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::SdpDeserialize(webrtc::SdpType, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, webrtc::SdpParseError*)': webrtc_sdp.cc:(.text+0x9c4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x1294): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x15d4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x16e4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x1a68): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x1a7c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x23a0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x243c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x245c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x2470): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x2484): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `_ZNSt4__Cr12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2INS_17basic_string_viewIcS2_EETnNS_9enable_ifIXaa35__can_be_converted_to_string_view_vIcS2_T_Entsr7is_sameIu14__remove_cvrefISA_ES5_EE5valueEiE4typeELi0EEERKSA_': webrtc_sdp.cc:(.text[_ZNSt4__Cr12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2INS_17basic_string_viewIcS2_EETnNS_9enable_ifIXaa35__can_be_converted_to_string_view_vIcS2_T_Entsr7is_sameIu14__remove_cvrefISA_ES5_EE5valueEiE4typeELi0EEERKSA_]+0xc0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o):webrtc_sdp.cc:(.text[_ZNSt4__Cr12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2INS_17basic_string_viewIcS2_EETnNS_9enable_ifIXaa35__can_be_converted_to_string_view_vIcS2_T_Entsr7is_sameIu14__remove_cvrefISA_ES5_EE5valueEiE4typeELi0EEERKSA_]+0xd4): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `std::__Cr::__tree<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::allocator<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >::__emplace_unique<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&>(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&)::{lambda(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&)#1}::operator()(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&) const': webrtc_sdp.cc:(.text[_ZZNSt4__Cr6__treeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_4lessIS6_EENS4_IS6_EEE16__emplace_uniqueIJRKS6_EEENS_4pairINS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEElEEbEEDpOT_ENKUlSD_SD_E_clESD_SD_]+0xec): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZZNSt4__Cr6__treeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_4lessIS6_EENS4_IS6_EEE16__emplace_uniqueIJRKS6_EEENS_4pairINS_15__tree_iteratorIS6_PNS_11__tree_nodeIS6_PvEElEEbEEDpOT_ENKUlSD_SD_E_clESD_SD_]+0x164): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::Candidate* std::__Cr::vector<webrtc::Candidate, std::__Cr::allocator<webrtc::Candidate> >::__emplace_back_slow_path<webrtc::Candidate const&>(webrtc::Candidate const&)': webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc9CandidateENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRKS2_EEEPS2_DpOT_]+0x184): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc9CandidateENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRKS2_EEEPS2_DpOT_]+0x198): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `bool std::__Cr::operator==<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, char const*)': webrtc_sdp.cc:(.text[_ZNSt4__CreqIcNS_11char_traitsIcEENS_9allocatorIcEEEEbRKNS_12basic_stringIT_T0_T1_EEPKS6_]+0x90): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::BuildRtpContentAttributes(webrtc::MediaContentDescription const*, webrtc::MediaType, int, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*)': webrtc_sdp.cc:(.text+0x6c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x80): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x94): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0xcc): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0xe0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o):webrtc_sdp.cc:(.text+0x170): more undefined references to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::BuildRtpContentAttributes(webrtc::MediaContentDescription const*, webrtc::MediaType, int, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*)': webrtc_sdp.cc:(.text+0xe28): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0xe84): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0xe98): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0xeac): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0xed0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0xf08): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o):webrtc_sdp.cc:(.text+0xf2c): more undefined references to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::BuildRtpContentAttributes(webrtc::MediaContentDescription const*, webrtc::MediaType, int, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*)': webrtc_sdp.cc:(.text+0x138c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x13a0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x13f8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x140c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x1420): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x1448): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x145c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o):webrtc_sdp.cc:(.text+0x1480): more undefined references to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::BuildRtpContentAttributes(webrtc::MediaContentDescription const*, webrtc::MediaType, int, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*)': webrtc_sdp.cc:(.text+0x183c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x188c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x18a0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x18b4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x18d4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x190c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o):webrtc_sdp.cc:(.text+0x192c): more undefined references to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `std::__Cr::__optional_destruct_base<std::__Cr::vector<unsigned char, std::__Cr::allocator<unsigned char> > const, false>::~__optional_destruct_base()': webrtc_sdp.cc:(.text[_ZNSt4__Cr24__optional_destruct_baseIKNS_6vectorIhNS_9allocatorIhEEEELb0EED2Ev]+0x58): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `std::__Cr::vector<unsigned char, std::__Cr::allocator<unsigned char> >::~vector()': webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIhNS_9allocatorIhEEED2Ev]+0x4c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `std::__Cr::vector<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::allocator<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >::emplace_back<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >&&)::{lambda()#2}::operator()() const': webrtc_sdp.cc:(.text[_ZZNSt4__Cr6vectorINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS4_IS6_EEE12emplace_backIJS6_EEERS6_DpOT_ENKUlvE0_clEv]+0x124): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::AddRtcpFbLines(webrtc::Codec const&, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*)': webrtc_sdp.cc:(.text+0x90): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0xa0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0xb0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0xd0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x114): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o):webrtc_sdp.cc:(.text+0x13c): more undefined references to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `std::__Cr::vector<int, std::__Cr::allocator<int> >::emplace_back<int const&>(int const&)::{lambda()#2}::operator()() const': webrtc_sdp.cc:(.text[_ZZNSt4__Cr6vectorIiNS_9allocatorIiEEE12emplace_backIJRKiEEERiDpOT_ENKUlvE0_clEv]+0xf0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::ParseFailedExpectLine(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, unsigned long, char, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, webrtc::SdpParseError*)': webrtc_sdp.cc:(.text+0x54): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x74): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x88): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x98): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::ParseFailedExpectFieldNum(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, int, webrtc::SdpParseError*)': webrtc_sdp.cc:(.text+0x58): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o):webrtc_sdp.cc:(.text+0x94): more undefined references to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::HasAttribute(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': webrtc_sdp.cc:(.text+0xa8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::ParseIceOptions(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, std::__Cr::vector<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::allocator<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >*, webrtc::SdpParseError*)': webrtc_sdp.cc:(.text+0x220): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::ParseFingerprintAttribute(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, std::__Cr::unique_ptr<webrtc::SSLFingerprint, std::__Cr::default_delete<webrtc::SSLFingerprint> >*, webrtc::SdpParseError*)': webrtc_sdp.cc:(.text+0x300): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x350): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::ParseDtlsSetup(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, webrtc::ConnectionRole*, webrtc::SdpParseError*)': webrtc_sdp.cc:(.text+0x16c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::ParseExtmap(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, webrtc::RtpExtension*, webrtc::SdpParseError*)': webrtc_sdp.cc:(.text+0x298): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x2dc): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x484): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x4f0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `std::__Cr::vector<webrtc::RtpExtension, std::__Cr::allocator<webrtc::RtpExtension> >::push_back(webrtc::RtpExtension const&)': webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc12RtpExtensionENS_9allocatorIS2_EEE9push_backERKS2_]+0x50): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc12RtpExtensionENS_9allocatorIS2_EEE9push_backERKS2_]+0xa0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `std::__Cr::vector<std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, std::__Cr::allocator<std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> > > >::~vector()': webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorINS_17basic_string_viewIcNS_11char_traitsIcEEEENS_9allocatorIS4_EEED2Ev]+0x94): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::ParseFailed(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, unsigned long, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, webrtc::SdpParseError*)': webrtc_sdp.cc:(.text+0xe0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x144): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::ContentGroup* std::__Cr::vector<webrtc::ContentGroup, std::__Cr::allocator<webrtc::ContentGroup> >::__emplace_back_slow_path<webrtc::ContentGroup const&>(webrtc::ContentGroup const&)': webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc12ContentGroupENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRKS2_EEEPS2_DpOT_]+0x16c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc12ContentGroupENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRKS2_EEEPS2_DpOT_]+0x180): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::ParseFailedGetValue(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, webrtc::SdpParseError*)': webrtc_sdp.cc:(.text+0x58): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x68): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >* std::__Cr::construct_at<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >&, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*>(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >&)': webrtc_sdp.cc:(.text[_ZNSt4__Cr12construct_atINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEJRNS_17basic_string_viewIcS3_EEEPS6_EEPT_SC_DpOT0_]+0xd4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr12construct_atINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEJRNS_17basic_string_viewIcS3_EEEPS6_EEPT_SC_DpOT0_]+0xe8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr12construct_atINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEJRNS_17basic_string_viewIcS3_EEEPS6_EEPT_SC_DpOT0_]+0xfc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::ParseFailedExpectMinFieldNum(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, int, webrtc::SdpParseError*)': webrtc_sdp.cc:(.text+0x58): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x94): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0xb8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `bool webrtc::(anonymous namespace)::GetValueFromString<int>(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, int*, webrtc::SdpParseError*)': webrtc_sdp.cc:(.text+0xa4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0xb4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o):webrtc_sdp.cc:(.text+0xc8): more undefined references to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::RtpExtension* std::__Cr::vector<webrtc::RtpExtension, std::__Cr::allocator<webrtc::RtpExtension> >::__emplace_back_slow_path<webrtc::RtpExtension const&>(webrtc::RtpExtension const&)': webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc12RtpExtensionENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRKS2_EEEPS2_DpOT_]+0xc4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc12RtpExtensionENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRKS2_EEEPS2_DpOT_]+0x150): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc12RtpExtensionENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRKS2_EEEPS2_DpOT_]+0x164): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `std::__Cr::vector<webrtc::RtpExtension, std::__Cr::allocator<webrtc::RtpExtension> >::__swap_out_circular_buffer(std::__Cr::__split_buffer<webrtc::RtpExtension, std::__Cr::allocator<webrtc::RtpExtension>&, std::__Cr::__split_buffer_pointer_layout>&)': webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc12RtpExtensionENS_9allocatorIS2_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS2_RS4_NS_29__split_buffer_pointer_layoutEEE]+0x50): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc12RtpExtensionENS_9allocatorIS2_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS2_RS4_NS_29__split_buffer_pointer_layoutEEE]+0x100): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc12RtpExtensionENS_9allocatorIS2_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS2_RS4_NS_29__split_buffer_pointer_layoutEEE]+0x114): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::ParseContentDescription(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, webrtc::MediaType, int, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, std::__Cr::vector<int, std::__Cr::allocator<int> > const&, unsigned long*, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*, bool*, int*, webrtc::TransportDescription*, std::__Cr::vector<std::__Cr::unique_ptr<webrtc::IceCandidate, std::__Cr::default_delete<webrtc::IceCandidate> >, std::__Cr::allocator<std::__Cr::unique_ptr<webrtc::IceCandidate, std::__Cr::default_delete<webrtc::IceCandidate> > > >*, webrtc::SdpParseError*)': webrtc_sdp.cc:(.text+0x7e0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x7f4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x808): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::ParseContent(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, webrtc::MediaType, int, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, std::__Cr::vector<int, std::__Cr::allocator<int> > const&, unsigned long*, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*, bool*, int*, webrtc::MediaContentDescription*, webrtc::TransportDescription*, std::__Cr::vector<std::__Cr::unique_ptr<webrtc::IceCandidate, std::__Cr::default_delete<webrtc::IceCandidate> >, std::__Cr::allocator<std::__Cr::unique_ptr<webrtc::IceCandidate, std::__Cr::default_delete<webrtc::IceCandidate> > > >*, webrtc::SdpParseError*)': webrtc_sdp.cc:(.text+0xa80): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0xae0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0xcb4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0xf78): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0xfc8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0xfd8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x17c0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::compare(char const*) const' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x2664): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x2808): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x2818): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x288c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x28e8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x2910): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x2920): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x2f94): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x36c8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x36dc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x3758): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x376c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x37e8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x37fc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x3810): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x3824): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x3848): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o):webrtc_sdp.cc:(.text+0x385c): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::MediaContentDescription::AddRtpHeaderExtension(webrtc::RtpExtension const&)': webrtc_sdp.cc:(.text[_ZN6webrtc23MediaContentDescription21AddRtpHeaderExtensionERKNS_12RtpExtensionE]+0x50): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZN6webrtc23MediaContentDescription21AddRtpHeaderExtensionERKNS_12RtpExtensionE]+0xa0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::AudioContentDescription::set_protocol(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': webrtc_sdp.cc:(.text[_ZN6webrtc23AudioContentDescription12set_protocolENSt4__Cr17basic_string_viewIcNS1_11char_traitsIcEEEE]+0xf4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZN6webrtc23AudioContentDescription12set_protocolENSt4__Cr17basic_string_viewIcNS1_11char_traitsIcEEEE]+0x108): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::MediaContentDescription::set_protocol(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': webrtc_sdp.cc:(.text[_ZN6webrtc23MediaContentDescription12set_protocolENSt4__Cr17basic_string_viewIcNS1_11char_traitsIcEEEE]+0xf4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZN6webrtc23MediaContentDescription12set_protocolENSt4__Cr17basic_string_viewIcNS1_11char_traitsIcEEEE]+0x108): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o):webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorINS0_IN6webrtc14SimulcastLayerENS_9allocatorIS2_EEEENS3_IS5_EEE22__base_destruct_at_endEPS5_]+0xbc): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::MediaContentDescription::MediaContentDescription(webrtc::MediaContentDescription const&)': webrtc_sdp.cc:(.text[_ZN6webrtc23MediaContentDescriptionC2ERKS0_]+0x4c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZN6webrtc23MediaContentDescriptionC2ERKS0_]+0x7c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZN6webrtc23MediaContentDescriptionC2ERKS0_]+0x258): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `std::__Cr::vector<webrtc::RtpExtension, std::__Cr::allocator<webrtc::RtpExtension> >::vector(std::__Cr::vector<webrtc::RtpExtension, std::__Cr::allocator<webrtc::RtpExtension> > const&)': webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc12RtpExtensionENS_9allocatorIS2_EEEC2ERKS5_]+0x58): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc12RtpExtensionENS_9allocatorIS2_EEEC2ERKS5_]+0xc8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `std::__Cr::vector<std::__Cr::vector<webrtc::SimulcastLayer, std::__Cr::allocator<webrtc::SimulcastLayer> >, std::__Cr::allocator<std::__Cr::vector<webrtc::SimulcastLayer, std::__Cr::allocator<webrtc::SimulcastLayer> > > >::vector(std::__Cr::vector<std::__Cr::vector<webrtc::SimulcastLayer, std::__Cr::allocator<webrtc::SimulcastLayer> >, std::__Cr::allocator<std::__Cr::vector<webrtc::SimulcastLayer, std::__Cr::allocator<webrtc::SimulcastLayer> > > > const&)': webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorINS0_IN6webrtc14SimulcastLayerENS_9allocatorIS2_EEEENS3_IS5_EEEC2ERKS7_]+0xc0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `void std::__Cr::vector<webrtc::SimulcastLayer, std::__Cr::allocator<webrtc::SimulcastLayer> >::__init_with_size<webrtc::SimulcastLayer*, webrtc::SimulcastLayer*>(webrtc::SimulcastLayer*, webrtc::SimulcastLayer*, unsigned long)': webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc14SimulcastLayerENS_9allocatorIS2_EEE16__init_with_sizeIPS2_S7_EEvT_T0_m]+0x78): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc14SimulcastLayerENS_9allocatorIS2_EEE16__init_with_sizeIPS2_S7_EEvT_T0_m]+0xc4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::MediaContentDescription::~MediaContentDescription()': webrtc_sdp.cc:(.text[_ZN6webrtc23MediaContentDescriptionD2Ev]+0x1e0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::VideoContentDescription::set_protocol(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': webrtc_sdp.cc:(.text[_ZN6webrtc23VideoContentDescription12set_protocolENSt4__Cr17basic_string_viewIcNS1_11char_traitsIcEEEE]+0xf4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZN6webrtc23VideoContentDescription12set_protocolENSt4__Cr17basic_string_viewIcNS1_11char_traitsIcEEEE]+0x108): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `std::__Cr::__hash_table<std::__Cr::__hash_value_type<int, int>, std::__Cr::__unordered_map_hasher<int, std::__Cr::pair<int const, int>, std::__Cr::hash<int>, std::__Cr::equal_to<int> >, std::__Cr::__unordered_map_equal<int, std::__Cr::pair<int const, int>, std::__Cr::equal_to<int>, std::__Cr::hash<int> >, std::__Cr::allocator<std::__Cr::pair<int const, int> > >::__emplace_unique<std::__Cr::piecewise_construct_t const&, std::__Cr::tuple<int const&>, std::__Cr::tuple<> >(std::__Cr::piecewise_construct_t const&, std::__Cr::tuple<int const&>&&, std::__Cr::tuple<>&&)::{lambda(int const&, std::__Cr::piecewise_construct_t const&, std::__Cr::tuple<int const&>&&, std::__Cr::tuple<>&&)#1}::operator()(int const&, std::__Cr::piecewise_construct_t const&, std::__Cr::tuple<int const&>&&, std::__Cr::tuple<>&&) const': webrtc_sdp.cc:(.text[_ZZNSt4__Cr12__hash_tableINS_17__hash_value_typeIiiEENS_22__unordered_map_hasherIiNS_4pairIKiiEENS_4hashIiEENS_8equal_toIiEEEENS_21__unordered_map_equalIiS6_SA_S8_EENS_9allocatorIS6_EEE16__emplace_uniqueIJRKNS_21piecewise_construct_tENS_5tupleIJRS5_EEENSL_IJEEEEEENS4_INS_15__hash_iteratorIPNS_11__hash_nodeIS2_PvEEEEbEEDpOT_ENKUlSM_SK_OSN_OSO_E_clESM_SK_SZ_S10_]+0x15c): undefined reference to `std::__Cr::__next_prime(unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZZNSt4__Cr12__hash_tableINS_17__hash_value_typeIiiEENS_22__unordered_map_hasherIiNS_4pairIKiiEENS_4hashIiEENS_8equal_toIiEEEENS_21__unordered_map_equalIiS6_SA_S8_EENS_9allocatorIS6_EEE16__emplace_uniqueIJRKNS_21piecewise_construct_tENS_5tupleIJRS5_EEENSL_IJEEEEEENS4_INS_15__hash_iteratorIPNS_11__hash_nodeIS2_PvEEEEbEEDpOT_ENKUlSM_SK_OSN_OSO_E_clESM_SK_SZ_S10_]+0x1d4): undefined reference to `std::__Cr::__next_prime(unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZZNSt4__Cr12__hash_tableINS_17__hash_value_typeIiiEENS_22__unordered_map_hasherIiNS_4pairIKiiEENS_4hashIiEENS_8equal_toIiEEEENS_21__unordered_map_equalIiS6_SA_S8_EENS_9allocatorIS6_EEE16__emplace_uniqueIJRKNS_21piecewise_construct_tENS_5tupleIJRS5_EEENSL_IJEEEEEENS4_INS_15__hash_iteratorIPNS_11__hash_nodeIS2_PvEEEEbEEDpOT_ENKUlSM_SK_OSN_OSO_E_clESM_SK_SZ_S10_]+0x2bc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `void std::__Cr::__introsort<std::__Cr::_ClassicAlgPolicy, webrtc::(anonymous namespace)::ParseContentDescription(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, webrtc::MediaType, int, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, std::__Cr::vector<int, std::__Cr::allocator<int> > const&, unsigned long*, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*, bool*, int*, webrtc::TransportDescription*, std::__Cr::vector<std::__Cr::unique_ptr<webrtc::IceCandidate, std::__Cr::default_delete<webrtc::IceCandidate> >, std::__Cr::allocator<std::__Cr::unique_ptr<webrtc::IceCandidate, std::__Cr::default_delete<webrtc::IceCandidate> > > >*, webrtc::SdpParseError*)::$_0&, webrtc::Codec*, false>(webrtc::Codec*, webrtc::Codec*, webrtc::(anonymous namespace)::ParseContentDescription(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, webrtc::MediaType, int, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, std::__Cr::vector<int, std::__Cr::allocator<int> > const&, unsigned long*, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*, bool*, int*, webrtc::TransportDescription*, std::__Cr::vector<std::__Cr::unique_ptr<webrtc::IceCandidate, std::__Cr::default_delete<webrtc::IceCandidate> >, std::__Cr::allocator<std::__Cr::unique_ptr<webrtc::IceCandidate, std::__Cr::default_delete<webrtc::IceCandidate> > > >*, webrtc::SdpParseError*)::$_0&, std::__Cr::iterator_traits<webrtc::Codec*>::difference_type, bool)': webrtc_sdp.cc:(.text+0x978): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x98c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x1390): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x13e0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o):webrtc_sdp.cc:(.text+0x13f4): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > std::__Cr::operator+<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >&&, char const*)': webrtc_sdp.cc:(.text[_ZNSt4__CrplIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_12basic_stringIT_T0_T1_EEOS9_PKS6_]+0x38): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__CrplIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_12basic_stringIT_T0_T1_EEOS9_PKS6_]+0x78): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::ParseSctpPort(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, int*, webrtc::SdpParseError*)': webrtc_sdp.cc:(.text+0x248): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::ParseSctpMaxMessageSize(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, int*, webrtc::SdpParseError*)': webrtc_sdp.cc:(.text+0x198): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::ParseSctpInit(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, std::__Cr::vector<unsigned char, std::__Cr::allocator<unsigned char> >*, webrtc::SdpParseError*)': webrtc_sdp.cc:(.text+0x324): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x33c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o):webrtc_sdp.cc:(.text+0x3e4): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::ParseSsrcAttribute(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, std::__Cr::vector<webrtc::(anonymous namespace)::SsrcInfo, std::__Cr::allocator<webrtc::(anonymous namespace)::SsrcInfo> >*, int*, webrtc::SdpParseError*)': webrtc_sdp.cc:(.text+0x23c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x25c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x270): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x62c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x638): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::ParseRtpmapAttribute(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, webrtc::MediaType, std::__Cr::vector<int, std::__Cr::allocator<int> > const&, webrtc::MediaContentDescription*, webrtc::SdpParseError*)': webrtc_sdp.cc:(.text+0x2dc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x368): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x390): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x3a4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x510): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x52c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o):webrtc_sdp.cc:(.text+0x694): more undefined references to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::ParseRtpmapAttribute(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, webrtc::MediaType, std::__Cr::vector<int, std::__Cr::allocator<int> > const&, webrtc::MediaContentDescription*, webrtc::SdpParseError*)': webrtc_sdp.cc:(.text+0x730): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::ParsePacketizationAttribute(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, webrtc::MediaType, webrtc::MediaContentDescription*, webrtc::SdpParseError*)': webrtc_sdp.cc:(.text+0x304): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x42c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x440): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x454): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::ParseRtcpFbAttribute(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, webrtc::MediaType, webrtc::MediaContentDescription*, webrtc::SdpParseError*)': webrtc_sdp.cc:(.text+0x22c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x374): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x40c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::ParseMsidAttribute(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, std::__Cr::vector<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::allocator<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >*, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*, webrtc::SdpParseError*)': webrtc_sdp.cc:(.text+0x208): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x34c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x364): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x588): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x63c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x650): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x664): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `std::__Cr::vector<webrtc::RidDescription, std::__Cr::allocator<webrtc::RidDescription> >::push_back(webrtc::RidDescription&&)': webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc14RidDescriptionENS_9allocatorIS2_EEE9push_backEOS2_]+0x60): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::RTCErrorOr<webrtc::RidDescription>::MoveValue()': webrtc_sdp.cc:(.text[_ZN6webrtc10RTCErrorOrINS_14RidDescriptionEE9MoveValueEv]+0x34): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o):webrtc_sdp.cc:(.text+0x254): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `bool webrtc::(anonymous namespace)::GetValueFromString<unsigned int>(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, unsigned int*, webrtc::SdpParseError*)': webrtc_sdp.cc:(.text+0x9c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0xac): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0xc0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `std::__Cr::vector<unsigned int, std::__Cr::allocator<unsigned int> >::emplace_back<unsigned int const&>(unsigned int const&)::{lambda()#2}::operator()() const': webrtc_sdp.cc:(.text[_ZZNSt4__Cr6vectorIjNS_9allocatorIjEEE12emplace_backIJRKjEEERjDpOT_ENKUlvE0_clEv]+0xf0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::SsrcGroup* std::__Cr::vector<webrtc::SsrcGroup, std::__Cr::allocator<webrtc::SsrcGroup> >::__emplace_back_slow_path<webrtc::SsrcGroup>(webrtc::SsrcGroup&&)': webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc9SsrcGroupENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJS2_EEEPS2_DpOT_]+0x16c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc9SsrcGroupENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJS2_EEEPS2_DpOT_]+0x180): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `std::__Cr::vector<webrtc::(anonymous namespace)::SsrcInfo, std::__Cr::allocator<webrtc::(anonymous namespace)::SsrcInfo> >::emplace_back<webrtc::(anonymous namespace)::SsrcInfo const&>(webrtc::(anonymous namespace)::SsrcInfo const&)::{lambda()#2}::operator()() const': webrtc_sdp.cc:(.text+0x1e8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x1fc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `_ZNSt4__Cr16allocator_traitsINS_9allocatorIN6webrtc12_GLOBAL__N_18SsrcInfoEEEE9constructIS4_JRKS4_ETnNS_9enable_ifIXnt17__has_construct_vIS5_PT_DpT0_EEiE4typeELi0EEEvRS5_SC_DpOSD_': webrtc_sdp.cc:(.text+0x80): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x94): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0xb4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0xc8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::UpdateCodec(int, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, webrtc::MediaContentDescription*)': webrtc_sdp.cc:(.text+0x184): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x198): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `bool webrtc::(anonymous namespace)::GetValueFromString<unsigned long>(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, unsigned long*, webrtc::SdpParseError*)': webrtc_sdp.cc:(.text+0x80): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x90): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0xa4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::UpdateCodec(int, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, int, int, unsigned long, webrtc::MediaContentDescription*)': webrtc_sdp.cc:(.text+0x19c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x1b0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::FeedbackParam::FeedbackParam(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&)': webrtc_sdp.cc:(.text[_ZN6webrtc13FeedbackParamC2ENSt4__Cr17basic_string_viewIcNS1_11char_traitsIcEEEERKNS1_12basic_stringIcS4_NS1_9allocatorIcEEEE]+0xf4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZN6webrtc13FeedbackParamC2ENSt4__Cr17basic_string_viewIcNS1_11char_traitsIcEEEERKNS1_12basic_stringIcS4_NS1_9allocatorIcEEEE]+0x108): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZN6webrtc13FeedbackParamC2ENSt4__Cr17basic_string_viewIcNS1_11char_traitsIcEEEERKNS1_12basic_stringIcS4_NS1_9allocatorIcEEEE]+0x11c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >* std::__Cr::vector<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::allocator<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >::__emplace_back_slow_path<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&>(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&)': webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS4_IS6_EEE24__emplace_back_slow_pathIJRKS6_EEEPS6_DpOT_]+0xd4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS4_IS6_EEE24__emplace_back_slow_pathIJRKS6_EEEPS6_DpOT_]+0xe0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::RidDescription* std::__Cr::vector<webrtc::RidDescription, std::__Cr::allocator<webrtc::RidDescription> >::__emplace_back_slow_path<webrtc::RidDescription>(webrtc::RidDescription&&)': webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc14RidDescriptionENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJS2_EEEPS2_DpOT_]+0x16c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc14RidDescriptionENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJS2_EEEPS2_DpOT_]+0x180): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `void std::__Cr::vector<std::__Cr::vector<webrtc::SimulcastLayer, std::__Cr::allocator<webrtc::SimulcastLayer> >, std::__Cr::allocator<std::__Cr::vector<webrtc::SimulcastLayer, std::__Cr::allocator<webrtc::SimulcastLayer> > > >::__assign_with_size<std::__Cr::_ClassicAlgPolicy, std::__Cr::vector<webrtc::SimulcastLayer, std::__Cr::allocator<webrtc::SimulcastLayer> >*, std::__Cr::vector<webrtc::SimulcastLayer, std::__Cr::allocator<webrtc::SimulcastLayer> >*>(std::__Cr::vector<webrtc::SimulcastLayer, std::__Cr::allocator<webrtc::SimulcastLayer> >*, std::__Cr::vector<webrtc::SimulcastLayer, std::__Cr::allocator<webrtc::SimulcastLayer> >*, long)': webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorINS0_IN6webrtc14SimulcastLayerENS_9allocatorIS2_EEEENS3_IS5_EEE18__assign_with_sizeINS_17_ClassicAlgPolicyEPS5_SA_EEvT0_T1_l]+0x24c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `void std::__Cr::vector<webrtc::SimulcastLayer, std::__Cr::allocator<webrtc::SimulcastLayer> >::__assign_with_size<std::__Cr::_ClassicAlgPolicy, webrtc::SimulcastLayer*, webrtc::SimulcastLayer*>(webrtc::SimulcastLayer*, webrtc::SimulcastLayer*, long)': webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc14SimulcastLayerENS_9allocatorIS2_EEE18__assign_with_sizeINS_17_ClassicAlgPolicyEPS2_S8_EEvT0_T1_l]+0xc4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc14SimulcastLayerENS_9allocatorIS2_EEE18__assign_with_sizeINS_17_ClassicAlgPolicyEPS2_S8_EEvT0_T1_l]+0x11c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc14SimulcastLayerENS_9allocatorIS2_EEE18__assign_with_sizeINS_17_ClassicAlgPolicyEPS2_S8_EEvT0_T1_l]+0x150): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc14SimulcastLayerENS_9allocatorIS2_EEE18__assign_with_sizeINS_17_ClassicAlgPolicyEPS2_S8_EEvT0_T1_l]+0x1a0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc14SimulcastLayerENS_9allocatorIS2_EEE18__assign_with_sizeINS_17_ClassicAlgPolicyEPS2_S8_EEvT0_T1_l]+0x21c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc14SimulcastLayerENS_9allocatorIS2_EEE18__assign_with_sizeINS_17_ClassicAlgPolicyEPS2_S8_EEvT0_T1_l]+0x27c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc14SimulcastLayerENS_9allocatorIS2_EEE18__assign_with_sizeINS_17_ClassicAlgPolicyEPS2_S8_EEvT0_T1_l]+0x348): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc14SimulcastLayerENS_9allocatorIS2_EEE18__assign_with_sizeINS_17_ClassicAlgPolicyEPS2_S8_EEvT0_T1_l]+0x35c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::(anonymous namespace)::RemoveRidsFromSimulcastLayerList(std::__Cr::set<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::allocator<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > > const&, webrtc::SimulcastLayerList const&)': webrtc_sdp.cc:(.text+0x13c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x1f8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text+0x20c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::SimulcastLayer* std::__Cr::vector<webrtc::SimulcastLayer, std::__Cr::allocator<webrtc::SimulcastLayer> >::__emplace_back_slow_path<webrtc::SimulcastLayer const&>(webrtc::SimulcastLayer const&)': webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc14SimulcastLayerENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRKS2_EEEPS2_DpOT_]+0xc4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc14SimulcastLayerENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRKS2_EEEPS2_DpOT_]+0x164): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc14SimulcastLayerENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRKS2_EEEPS2_DpOT_]+0x178): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `std::__Cr::vector<webrtc::SimulcastLayer, std::__Cr::allocator<webrtc::SimulcastLayer> >::__swap_out_circular_buffer(std::__Cr::__split_buffer<webrtc::SimulcastLayer, std::__Cr::allocator<webrtc::SimulcastLayer>&, std::__Cr::__split_buffer_pointer_layout>&)': webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc14SimulcastLayerENS_9allocatorIS2_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS2_RS4_NS_29__split_buffer_pointer_layoutEEE]+0x48): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc14SimulcastLayerENS_9allocatorIS2_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS2_RS4_NS_29__split_buffer_pointer_layoutEEE]+0x108): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc14SimulcastLayerENS_9allocatorIS2_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS2_RS4_NS_29__split_buffer_pointer_layoutEEE]+0x11c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `std::__Cr::__tree<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, webrtc::RidDescription>, std::__Cr::__map_value_compare<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, webrtc::RidDescription>, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, webrtc::RidDescription> > >::__emplace_unique<std::__Cr::piecewise_construct_t const&, std::__Cr::tuple<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&>, std::__Cr::tuple<> >(std::__Cr::piecewise_construct_t const&, std::__Cr::tuple<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&>&&, std::__Cr::tuple<>&&)::{lambda(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, std::__Cr::piecewise_construct_t const&, std::__Cr::tuple<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&>&&, std::__Cr::tuple<>&&)#1}::operator()(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, std::__Cr::piecewise_construct_t const&, std::__Cr::tuple<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&>&&, std::__Cr::tuple<>&&) const': webrtc_sdp.cc:(.text[_ZZNSt4__Cr6__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN6webrtc14RidDescriptionEEENS_19__map_value_compareIS7_NS_4pairIKS7_S9_EENS_4lessIS7_EEEENS5_ISE_EEE16__emplace_uniqueIJRKNS_21piecewise_construct_tENS_5tupleIJRSD_EEENSO_IJEEEEEENSC_INS_15__tree_iteratorISA_PNS_11__tree_nodeISA_PvEElEEbEEDpOT_ENKUlSP_SN_OSQ_OSR_E_clESP_SN_S12_S13_]+0xf0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZZNSt4__Cr6__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN6webrtc14RidDescriptionEEENS_19__map_value_compareIS7_NS_4pairIKS7_S9_EENS_4lessIS7_EEEENS5_ISE_EEE16__emplace_uniqueIJRKNS_21piecewise_construct_tENS_5tupleIJRSD_EEENSO_IJEEEEEENSC_INS_15__tree_iteratorISA_PNS_11__tree_nodeISA_PvEElEEbEEDpOT_ENKUlSP_SN_OSQ_OSR_E_clESP_SN_S12_S13_]+0x170): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::RidDescription* std::__Cr::vector<webrtc::RidDescription, std::__Cr::allocator<webrtc::RidDescription> >::__emplace_back_slow_path<webrtc::RidDescription const&>(webrtc::RidDescription const&)': webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc14RidDescriptionENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRKS2_EEEPS2_DpOT_]+0x16c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc14RidDescriptionENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRKS2_EEEPS2_DpOT_]+0x180): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `std::__Cr::__tree<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, webrtc::RidDescription>, std::__Cr::__map_value_compare<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, webrtc::RidDescription>, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, webrtc::RidDescription> > >::__tree_deleter::operator()(std::__Cr::__tree_node<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, webrtc::RidDescription>, void*>*)': webrtc_sdp.cc:(.text[_ZNSt4__Cr6__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEN6webrtc14RidDescriptionEEENS_19__map_value_compareIS7_NS_4pairIKS7_S9_EENS_4lessIS7_EEEENS5_ISE_EEE14__tree_deleterclEPNS_11__tree_nodeISA_PvEE]+0x8c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `void std::__Cr::vector<webrtc::RidDescription, std::__Cr::allocator<webrtc::RidDescription> >::__assign_with_size<std::__Cr::_ClassicAlgPolicy, webrtc::RidDescription*, webrtc::RidDescription*>(webrtc::RidDescription*, webrtc::RidDescription*, long)': webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc14RidDescriptionENS_9allocatorIS2_EEE18__assign_with_sizeINS_17_ClassicAlgPolicyEPS2_S8_EEvT0_T1_l]+0x22c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o):webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc14RidDescriptionENS_9allocatorIS2_EEE18__assign_with_sizeINS_17_ClassicAlgPolicyEPS2_S8_EEvT0_T1_l]+0x240): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `void std::__Cr::vector<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::allocator<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >::__assign_with_size<std::__Cr::_ClassicAlgPolicy, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*>(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*, long)': webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS4_IS6_EEE18__assign_with_sizeINS_17_ClassicAlgPolicyEPS6_SB_EEvT0_T1_l]+0xd0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS4_IS6_EEE18__assign_with_sizeINS_17_ClassicAlgPolicyEPS6_SB_EEvT0_T1_l]+0x118): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS4_IS6_EEE18__assign_with_sizeINS_17_ClassicAlgPolicyEPS6_SB_EEvT0_T1_l]+0x14c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS4_IS6_EEE18__assign_with_sizeINS_17_ClassicAlgPolicyEPS6_SB_EEvT0_T1_l]+0x194): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS4_IS6_EEE18__assign_with_sizeINS_17_ClassicAlgPolicyEPS6_SB_EEvT0_T1_l]+0x22c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS4_IS6_EEE18__assign_with_sizeINS_17_ClassicAlgPolicyEPS6_SB_EEvT0_T1_l]+0x288): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS4_IS6_EEE18__assign_with_sizeINS_17_ClassicAlgPolicyEPS6_SB_EEvT0_T1_l]+0x338): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS4_IS6_EEE18__assign_with_sizeINS_17_ClassicAlgPolicyEPS6_SB_EEvT0_T1_l]+0x34c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::StreamParams* std::__Cr::vector<webrtc::StreamParams, std::__Cr::allocator<webrtc::StreamParams> >::__emplace_back_slow_path<webrtc::StreamParams>(webrtc::StreamParams&&)': webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc12StreamParamsENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJS2_EEEPS2_DpOT_]+0x184): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc12StreamParamsENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJS2_EEEPS2_DpOT_]+0x198): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::StreamParams* std::__Cr::vector<webrtc::StreamParams, std::__Cr::allocator<webrtc::StreamParams> >::__emplace_back_slow_path<webrtc::StreamParams const&>(webrtc::StreamParams const&)': webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc12StreamParamsENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRKS2_EEEPS2_DpOT_]+0x184): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o):webrtc_sdp.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc12StreamParamsENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRKS2_EEEPS2_DpOT_]+0x198): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `std::__Cr::__tree<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::__map_value_compare<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > > >::__emplace_unique<std::__Cr::piecewise_construct_t const&, std::__Cr::tuple<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&>, std::__Cr::tuple<> >(std::__Cr::piecewise_construct_t const&, std::__Cr::tuple<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&>&&, std::__Cr::tuple<>&&)::{lambda(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, std::__Cr::piecewise_construct_t const&, std::__Cr::tuple<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&>&&, std::__Cr::tuple<>&&)#1}::operator()(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, std::__Cr::piecewise_construct_t const&, std::__Cr::tuple<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&>&&, std::__Cr::tuple<>&&) const': webrtc_sdp.cc:(.text[_ZZNSt4__Cr6__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEES7_EENS_19__map_value_compareIS7_NS_4pairIKS7_S7_EENS_4lessIS7_EEEENS5_ISC_EEE16__emplace_uniqueIJRKNS_21piecewise_construct_tENS_5tupleIJRSB_EEENSM_IJEEEEEENSA_INS_15__tree_iteratorIS8_PNS_11__tree_nodeIS8_PvEElEEbEEDpOT_ENKUlSN_SL_OSO_OSP_E_clESN_SL_S10_S11_]+0xf0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZZNSt4__Cr6__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEES7_EENS_19__map_value_compareIS7_NS_4pairIKS7_S7_EENS_4lessIS7_EEEENS5_ISC_EEE16__emplace_uniqueIJRKNS_21piecewise_construct_tENS_5tupleIJRSB_EEENSM_IJEEEEEENSA_INS_15__tree_iteratorIS8_PNS_11__tree_nodeIS8_PvEElEEbEEDpOT_ENKUlSN_SL_OSO_OSP_E_clESN_SL_S10_S11_]+0x170): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::UnsupportedContentDescription::UnsupportedContentDescription(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': webrtc_sdp.cc:(.text[_ZN6webrtc29UnsupportedContentDescriptionC2ENSt4__Cr17basic_string_viewIcNS1_11char_traitsIcEEEE]+0x140): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: webrtc_sdp.cc:(.text[_ZN6webrtc29UnsupportedContentDescriptionC2ENSt4__Cr17basic_string_viewIcNS1_11char_traitsIcEEEE]+0x154): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `webrtc::UnsupportedContentDescription::CloneInternal() const': webrtc_sdp.cc:(.text[_ZNK6webrtc29UnsupportedContentDescription13CloneInternalEv]+0x5c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `std::__Cr::__tree<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::less<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > > >::__emplace_unique<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >(std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >&&)::{lambda(std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > const&, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >&&)#1}::operator()(std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > const&, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >&&) const': webrtc_sdp.cc:(.text[_ZZNSt4__Cr6__treeINS_4pairINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEES7_EENS_4lessIS8_EENS5_IS8_EEE16__emplace_uniqueIJS8_EEENS1_INS_15__tree_iteratorIS8_PNS_11__tree_nodeIS8_PvEElEEbEEDpOT_ENKUlRKS8_OS8_E_clESP_SQ_]+0x130): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `std::__Cr::__tree<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::less<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > > >::__tree_deleter::operator()(std::__Cr::__tree_node<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, void*>*)': webrtc_sdp.cc:(.text[_ZNSt4__Cr6__treeINS_4pairINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEES7_EENS_4lessIS8_EENS5_IS8_EEE14__tree_deleterclEPNS_11__tree_nodeIS8_PvEE]+0xa0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(webrtc_sdp.o): in function `std::__Cr::__tree<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::allocator<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >::__tree_deleter::operator()(std::__Cr::__tree_node<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, void*>*)': webrtc_sdp.cc:(.text[_ZNSt4__Cr6__treeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_4lessIS6_EENS4_IS6_EEE14__tree_deleterclEPNS_11__tree_nodeIS6_PvEE]+0x84): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtp_parameters.o): in function `webrtc::WriteFmtpParameters(std::__Cr::map<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > > > const&, webrtc::StringBuilder&)': rtp_parameters.cc:(.text+0xe0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x104): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x118): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x128): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x1c0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtp_parameters.o): in function `webrtc::ParseFmtpParameterSet(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, std::__Cr::map<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > > >&)': rtp_parameters.cc:(.text+0x308): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x324): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x3d0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x41c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x430): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtp_parameters.o): in function `webrtc::RtpCodec::RtpCodec(webrtc::RtpCodec const&)': rtp_parameters.cc:(.text+0x4c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x13c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtp_parameters.o): in function `webrtc::RtpCodec::~RtpCodec()': rtp_parameters.cc:(.text+0xc4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtp_parameters.o): in function `webrtc::RtpCodec::~RtpCodec()': rtp_parameters.cc:(.text+0xc4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtp_parameters.o): in function `webrtc::RtpCodecCapability::~RtpCodecCapability()': rtp_parameters.cc:(.text+0xe0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtp_parameters.o): in function `webrtc::RtpHeaderExtensionCapability::RtpHeaderExtensionCapability(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': rtp_parameters.cc:(.text+0xdc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtp_parameters.o):rtp_parameters.cc:(.text+0xf0): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtp_parameters.o): in function `webrtc::RtpEncodingParameters::RtpEncodingParameters(webrtc::RtpEncodingParameters const&)': rtp_parameters.cc:(.text+0xe4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x124): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtp_parameters.o): in function `webrtc::RtpEncodingParameters::~RtpEncodingParameters()': rtp_parameters.cc:(.text+0x18c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtp_parameters.o): in function `webrtc::RtpCodecParameters::~RtpCodecParameters()': rtp_parameters.cc:(.text+0xc4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtp_parameters.o): in function `webrtc::RtpCapabilities::~RtpCapabilities()': rtp_parameters.cc:(.text+0x98): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtp_parameters.o): in function `webrtc::RtcpParameters::RtcpParameters(webrtc::RtcpParameters const&)': rtp_parameters.cc:(.text+0x40): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtp_parameters.o): in function `webrtc::RtpParameters::RtpParameters(webrtc::RtpParameters const&)': rtp_parameters.cc:(.text+0x60): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x74): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x1c4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x204): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtp_parameters.o): in function `webrtc::RtpParameters::~RtpParameters()': rtp_parameters.cc:(.text+0x17c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtp_parameters.o): in function `webrtc::RtpExtension::DeduplicateHeaderExtensions(std::__Cr::vector<webrtc::RtpExtension, std::__Cr::allocator<webrtc::RtpExtension> > const&, webrtc::RtpExtension::Filter)': rtp_parameters.cc:(.text+0x110): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x1bc): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x29c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtp_parameters.o): in function `webrtc::RtpParameters::IsMixedCodec() const': rtp_parameters.cc:(.text+0x1a4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x1f4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtp_parameters.o): in function `std::__Cr::__tree_node<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, void*>* std::__Cr::__tree<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::__map_value_compare<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > > >::__construct_from_tree<std::__Cr::__tree<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::__map_value_compare<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > > >::__copy_construct_tree(std::__Cr::__tree_node<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, void*>*)::{lambda(std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > const&)#1}>(std::__Cr::__tree_node<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, void*>*, std::__Cr::__tree<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::__map_value_compare<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > > >::__copy_construct_tree(std::__Cr::__tree_node<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, void*>*)::{lambda(std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > const&)#1})': rtp_parameters.cc:(.text[_ZNSt4__Cr6__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEES7_EENS_19__map_value_compareIS7_NS_4pairIKS7_S7_EENS_4lessIS7_EEEENS5_ISC_EEE21__construct_from_treeIZNSH_21__copy_construct_treeEPNS_11__tree_nodeIS8_PvEEEUlRKSC_E_EESM_SM_T_]+0x118): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtp_parameters.o): in function `std::__Cr::unique_ptr<std::__Cr::__tree_node<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, void*>, std::__Cr::__tree_node_destructor<std::__Cr::allocator<std::__Cr::__tree_node<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, void*> > > > std::__Cr::__tree<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::__map_value_compare<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > > >::__construct_node<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > const&>(std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > const&)': rtp_parameters.cc:(.text[_ZNSt4__Cr6__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEES7_EENS_19__map_value_compareIS7_NS_4pairIKS7_S7_EENS_4lessIS7_EEEENS5_ISC_EEE16__construct_nodeIJRKSC_EEENS_10unique_ptrINS_11__tree_nodeIS8_PvEENS_22__tree_node_destructorINS5_ISO_EEEEEEDpOT_]+0x7c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text[_ZNSt4__Cr6__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEES7_EENS_19__map_value_compareIS7_NS_4pairIKS7_S7_EENS_4lessIS7_EEEENS5_ISC_EEE16__construct_nodeIJRKSC_EEENS_10unique_ptrINS_11__tree_nodeIS8_PvEENS_22__tree_node_destructorINS5_ISO_EEEEEEDpOT_]+0x90): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text[_ZNSt4__Cr6__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEES7_EENS_19__map_value_compareIS7_NS_4pairIKS7_S7_EENS_4lessIS7_EEEENS5_ISC_EEE16__construct_nodeIJRKSC_EEENS_10unique_ptrINS_11__tree_nodeIS8_PvEENS_22__tree_node_destructorINS5_ISO_EEEEEEDpOT_]+0xc0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtp_parameters.o): in function `void std::__Cr::__introsort<std::__Cr::_ClassicAlgPolicy, webrtc::RtpExtension::DeduplicateHeaderExtensions(std::__Cr::vector<webrtc::RtpExtension, std::__Cr::allocator<webrtc::RtpExtension> > const&, webrtc::RtpExtension::Filter)::$_0&, webrtc::RtpExtension*, false>(webrtc::RtpExtension*, webrtc::RtpExtension*, webrtc::RtpExtension::DeduplicateHeaderExtensions(std::__Cr::vector<webrtc::RtpExtension, std::__Cr::allocator<webrtc::RtpExtension> > const&, webrtc::RtpExtension::Filter)::$_0&, std::__Cr::iterator_traits<webrtc::RtpExtension*>::difference_type, bool)': rtp_parameters.cc:(.text+0x1c4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x558): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x56c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x5c4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x5d4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x670): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x9fc): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0xa0c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0xa64): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0xa74): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0xabc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0xad0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0xbc4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0xd70): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0xe98): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0xea8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0xfa0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0xfbc): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x10ac): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x1110): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x1124): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x11fc): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x1214): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x125c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x12a4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x13c0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x146c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x147c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x14d8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x14e8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x15b4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x15d0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x1628): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x1694): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x16a4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x1798): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x17a8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x17fc): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x18e0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x1948): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x195c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x1a44): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x1a5c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x1ad0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x1ae4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x1af8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x1b0c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtp_parameters.o):rtp_parameters.cc:(.text+0x1b20): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtp_parameters.o): in function `bool std::__Cr::__insertion_sort_incomplete<std::__Cr::_ClassicAlgPolicy, webrtc::RtpExtension::DeduplicateHeaderExtensions(std::__Cr::vector<webrtc::RtpExtension, std::__Cr::allocator<webrtc::RtpExtension> > const&, webrtc::RtpExtension::Filter)::$_0&, webrtc::RtpExtension*>(webrtc::RtpExtension*, webrtc::RtpExtension*, webrtc::RtpExtension::DeduplicateHeaderExtensions(std::__Cr::vector<webrtc::RtpExtension, std::__Cr::allocator<webrtc::RtpExtension> > const&, webrtc::RtpExtension::Filter)::$_0&)': rtp_parameters.cc:(.text+0x124): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x218): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x294): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x2ac): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text+0x38c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtp_parameters.o): in function `std::__Cr::enable_if<is_move_constructible<webrtc::RtpExtension>::value&&is_move_assignable<webrtc::RtpExtension>::value, void>::type std::__Cr::swap<webrtc::RtpExtension>(webrtc::RtpExtension&, webrtc::RtpExtension&)': rtp_parameters.cc:(.text[_ZNSt4__Cr4swapIN6webrtc12RtpExtensionEEENS_9enable_ifIXaasr21is_move_constructibleIT_EE5valuesr18is_move_assignableIS4_EE5valueEvE4typeERS4_S7_]+0x50): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text[_ZNSt4__Cr4swapIN6webrtc12RtpExtensionEEENS_9enable_ifIXaasr21is_move_constructibleIT_EE5valuesr18is_move_assignableIS4_EE5valueEvE4typeERS4_S7_]+0xac): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text[_ZNSt4__Cr4swapIN6webrtc12RtpExtensionEEENS_9enable_ifIXaasr21is_move_constructibleIT_EE5valuesr18is_move_assignableIS4_EE5valueEvE4typeERS4_S7_]+0xbc): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text[_ZNSt4__Cr4swapIN6webrtc12RtpExtensionEEENS_9enable_ifIXaasr21is_move_constructibleIT_EE5valuesr18is_move_assignableIS4_EE5valueEvE4typeERS4_S7_]+0x120): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: rtp_parameters.cc:(.text[_ZNSt4__Cr4swapIN6webrtc12RtpExtensionEEENS_9enable_ifIXaasr21is_move_constructibleIT_EE5valuesr18is_move_assignableIS4_EE5valueEvE4typeERS4_S7_]+0x130): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtp_parameters.o): in function `webrtc::RtpCodec::operator==(webrtc::RtpCodec const&) const': rtp_parameters.cc:(.text[_ZNK6webrtc8RtpCodeceqERKS0_]+0x1b4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o): in function `webrtc::FeedbackParams::~FeedbackParams()': codec.cc:(.text+0xb8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o): in function `std::__Cr::vector<webrtc::FeedbackParam, std::__Cr::allocator<webrtc::FeedbackParam> >::erase(std::__Cr::__wrap_iter<webrtc::FeedbackParam const*>)': codec.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc13FeedbackParamENS_9allocatorIS2_EEE5eraseENS_11__wrap_iterIPKS2_EE]+0x13c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: codec.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc13FeedbackParamENS_9allocatorIS2_EEE5eraseENS_11__wrap_iterIPKS2_EE]+0x150): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o): in function `webrtc::Codec::Codec(webrtc::Codec::Type, int, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, int)': codec.cc:(.text+0x4c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o): in function `webrtc::Codec::Codec(webrtc::Codec::Type, int, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, int, unsigned long)': codec.cc:(.text+0x54): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o): in function `webrtc::Codec::Codec(webrtc::Codec::Type)': codec.cc:(.text+0x7c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o): in function `webrtc::Codec::Codec(webrtc::SdpAudioFormat const&)': codec.cc:(.text+0x60): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o): in function `webrtc::Codec::Codec(webrtc::SdpVideoFormat const&)': codec.cc:(.text+0x68): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o):codec.cc:(.text+0x54): more undefined references to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o): in function `webrtc::Codec::~Codec()': codec.cc:(.text+0x138): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o): in function `webrtc::Codec::operator=(webrtc::Codec const&)': codec.cc:(.text+0x90): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: codec.cc:(.text+0xa0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o): in function `webrtc::Codec::operator=(webrtc::Codec&&)': codec.cc:(.text+0x254): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o): in function `webrtc::Codec::MatchesRtpCodec(webrtc::RtpCodec const&) const': codec.cc:(.text+0x1c4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o): in function `webrtc::Codec::GetParam(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*) const': codec.cc:(.text+0x10c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: codec.cc:(.text+0x11c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o): in function `webrtc::Codec::SetParam(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&)': codec.cc:(.text+0x84): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: codec.cc:(.text+0x90): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o): in function `webrtc::Codec::ToCodecParameters() const': codec.cc:(.text+0x88): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: codec.cc:(.text+0x98): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o): in function `webrtc::Codec::ToString() const': codec.cc:(.text+0x1f8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o): in function `webrtc::CreateAudioRtxCodec(int, int)': codec.cc:(.text+0x98): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o): in function `webrtc::CreateAudioCodec(int, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, int, unsigned long)': codec.cc:(.text+0x58): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o): in function `webrtc::CreateVideoCodec(int, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&)': codec.cc:(.text+0x90): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: codec.cc:(.text+0x19c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: codec.cc:(.text+0x1cc): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o): in function `webrtc::FindAllMatchingCodecs(std::__Cr::vector<webrtc::Codec, std::__Cr::allocator<webrtc::Codec> > const&, webrtc::Codec const&)': codec.cc:(.text+0x13c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o): in function `webrtc::AddH264ConstrainedBaselineProfileToSupportedFormats(std::__Cr::vector<webrtc::SdpVideoFormat, std::__Cr::allocator<webrtc::SdpVideoFormat> >*)': codec.cc:(.text+0x330): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: codec.cc:(.text+0x344): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: codec.cc:(.text+0x358): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o): in function `void std::__Cr::__if_likely_else<std::__Cr::vector<webrtc::FeedbackParam, std::__Cr::allocator<webrtc::FeedbackParam> >::emplace_back<webrtc::FeedbackParam const&>(webrtc::FeedbackParam const&)::{lambda()#1}, std::__Cr::vector<webrtc::FeedbackParam, std::__Cr::allocator<webrtc::FeedbackParam> >::emplace_back<webrtc::FeedbackParam const&>(webrtc::FeedbackParam const&)::{lambda()#2}>(bool, std::__Cr::vector<webrtc::FeedbackParam, std::__Cr::allocator<webrtc::FeedbackParam> >::emplace_back<webrtc::FeedbackParam const&>(webrtc::FeedbackParam const&)::{lambda()#1}, std::__Cr::vector<webrtc::FeedbackParam, std::__Cr::allocator<webrtc::FeedbackParam> >::emplace_back<webrtc::FeedbackParam const&>(webrtc::FeedbackParam const&)::{lambda()#2})': codec.cc:(.text[_ZNSt4__Cr16__if_likely_elseIZNS_6vectorIN6webrtc13FeedbackParamENS_9allocatorIS3_EEE12emplace_backIJRKS3_EEERS3_DpOT_EUlvE_ZNS7_IJS9_EEESA_SD_EUlvE0_EEvbT_T0_]+0x68): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: codec.cc:(.text[_ZNSt4__Cr16__if_likely_elseIZNS_6vectorIN6webrtc13FeedbackParamENS_9allocatorIS3_EEE12emplace_backIJRKS3_EEERS3_DpOT_EUlvE_ZNS7_IJS9_EEESA_SD_EUlvE0_EEvbT_T0_]+0x7c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: codec.cc:(.text[_ZNSt4__Cr16__if_likely_elseIZNS_6vectorIN6webrtc13FeedbackParamENS_9allocatorIS3_EEE12emplace_backIJRKS3_EEERS3_DpOT_EUlvE_ZNS7_IJS9_EEESA_SD_EUlvE0_EEvbT_T0_]+0xd4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o): in function `webrtc::FeedbackParam* std::__Cr::vector<webrtc::FeedbackParam, std::__Cr::allocator<webrtc::FeedbackParam> >::__emplace_back_slow_path<webrtc::FeedbackParam const&>(webrtc::FeedbackParam const&)': codec.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc13FeedbackParamENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRKS2_EEEPS2_DpOT_]+0x100): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: codec.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc13FeedbackParamENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRKS2_EEEPS2_DpOT_]+0x114): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: codec.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc13FeedbackParamENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRKS2_EEEPS2_DpOT_]+0x1c8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: codec.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc13FeedbackParamENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRKS2_EEEPS2_DpOT_]+0x1dc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o): in function `std::__Cr::vector<webrtc::FeedbackParam, std::__Cr::allocator<webrtc::FeedbackParam> >::__swap_out_circular_buffer(std::__Cr::__split_buffer<webrtc::FeedbackParam, std::__Cr::allocator<webrtc::FeedbackParam>&, std::__Cr::__split_buffer_pointer_layout>&)': codec.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc13FeedbackParamENS_9allocatorIS2_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS2_RS4_NS_29__split_buffer_pointer_layoutEEE]+0x118): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: codec.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc13FeedbackParamENS_9allocatorIS2_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS2_RS4_NS_29__split_buffer_pointer_layoutEEE]+0x12c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o): in function `std::__Cr::vector<webrtc::FeedbackParam, std::__Cr::allocator<webrtc::FeedbackParam> >::erase(std::__Cr::__wrap_iter<webrtc::FeedbackParam const*>, std::__Cr::__wrap_iter<webrtc::FeedbackParam const*>)': codec.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc13FeedbackParamENS_9allocatorIS2_EEE5eraseENS_11__wrap_iterIPKS2_EES9_]+0x144): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o):codec.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc13FeedbackParamENS_9allocatorIS2_EEE5eraseENS_11__wrap_iterIPKS2_EES9_]+0x158): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o): in function `_ZNSt4__Cr6__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEES7_EENS_19__map_value_compareIS7_NS_4pairIKS7_S7_EENS_4lessIS7_EEEENS5_ISC_EEE14__assign_valueIRKSC_S8_TnNS_9enable_ifIX22__is_tree_value_type_vIT0_EEiE4typeELi0EEEvRSC_OT_': codec.cc:(.text[_ZNSt4__Cr6__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEES7_EENS_19__map_value_compareIS7_NS_4pairIKS7_S7_EENS_4lessIS7_EEEENS5_ISC_EEE14__assign_valueIRKSC_S8_TnNS_9enable_ifIX22__is_tree_value_type_vIT0_EEiE4typeELi0EEEvRSC_OT_]+0x60): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: codec.cc:(.text[_ZNSt4__Cr6__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEES7_EENS_19__map_value_compareIS7_NS_4pairIKS7_S7_EENS_4lessIS7_EEEENS5_ISC_EEE14__assign_valueIRKSC_S8_TnNS_9enable_ifIX22__is_tree_value_type_vIT0_EEiE4typeELi0EEEvRSC_OT_]+0x70): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: codec.cc:(.text[_ZNSt4__Cr6__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEES7_EENS_19__map_value_compareIS7_NS_4pairIKS7_S7_EENS_4lessIS7_EEEENS5_ISC_EEE14__assign_valueIRKSC_S8_TnNS_9enable_ifIX22__is_tree_value_type_vIT0_EEiE4typeELi0EEEvRSC_OT_]+0xcc): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: codec.cc:(.text[_ZNSt4__Cr6__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEES7_EENS_19__map_value_compareIS7_NS_4pairIKS7_S7_EENS_4lessIS7_EEEENS5_ISC_EEE14__assign_valueIRKSC_S8_TnNS_9enable_ifIX22__is_tree_value_type_vIT0_EEiE4typeELi0EEEvRSC_OT_]+0xe4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o): in function `void std::__Cr::vector<webrtc::FeedbackParam, std::__Cr::allocator<webrtc::FeedbackParam> >::__init_with_size<webrtc::FeedbackParam*, webrtc::FeedbackParam*>(webrtc::FeedbackParam*, webrtc::FeedbackParam*, unsigned long)': codec.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc13FeedbackParamENS_9allocatorIS2_EEE16__init_with_sizeIPS2_S7_EEvT_T0_m]+0x70): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: codec.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc13FeedbackParamENS_9allocatorIS2_EEE16__init_with_sizeIPS2_S7_EEvT_T0_m]+0xb4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: codec.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc13FeedbackParamENS_9allocatorIS2_EEE16__init_with_sizeIPS2_S7_EEvT_T0_m]+0x10c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o): in function `void std::__Cr::vector<webrtc::FeedbackParam, std::__Cr::allocator<webrtc::FeedbackParam> >::__assign_with_size<std::__Cr::_ClassicAlgPolicy, webrtc::FeedbackParam*, webrtc::FeedbackParam*>(webrtc::FeedbackParam*, webrtc::FeedbackParam*, long)': codec.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc13FeedbackParamENS_9allocatorIS2_EEE18__assign_with_sizeINS_17_ClassicAlgPolicyEPS2_S8_EEvT0_T1_l]+0xf8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: codec.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc13FeedbackParamENS_9allocatorIS2_EEE18__assign_with_sizeINS_17_ClassicAlgPolicyEPS2_S8_EEvT0_T1_l]+0x13c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: codec.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc13FeedbackParamENS_9allocatorIS2_EEE18__assign_with_sizeINS_17_ClassicAlgPolicyEPS2_S8_EEvT0_T1_l]+0x26c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: codec.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc13FeedbackParamENS_9allocatorIS2_EEE18__assign_with_sizeINS_17_ClassicAlgPolicyEPS2_S8_EEvT0_T1_l]+0x2b0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: codec.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc13FeedbackParamENS_9allocatorIS2_EEE18__assign_with_sizeINS_17_ClassicAlgPolicyEPS2_S8_EEvT0_T1_l]+0x30c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: codec.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc13FeedbackParamENS_9allocatorIS2_EEE18__assign_with_sizeINS_17_ClassicAlgPolicyEPS2_S8_EEvT0_T1_l]+0x320): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o): in function `std::__Cr::pair<webrtc::FeedbackParam*, webrtc::FeedbackParam*> std::__Cr::__copy_impl::operator()<webrtc::FeedbackParam*, webrtc::FeedbackParam*, webrtc::FeedbackParam*>(webrtc::FeedbackParam*, webrtc::FeedbackParam*, webrtc::FeedbackParam*) const': codec.cc:(.text[_ZNKSt4__Cr11__copy_implclIPN6webrtc13FeedbackParamES4_S4_EENS_4pairIT_T1_EES6_T0_S7_]+0x4c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: codec.cc:(.text[_ZNKSt4__Cr11__copy_implclIPN6webrtc13FeedbackParamES4_S4_EENS_4pairIT_T1_EES6_T0_S7_]+0xb0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: codec.cc:(.text[_ZNKSt4__Cr11__copy_implclIPN6webrtc13FeedbackParamES4_S4_EENS_4pairIT_T1_EES6_T0_S7_]+0xc4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: codec.cc:(.text[_ZNKSt4__Cr11__copy_implclIPN6webrtc13FeedbackParamES4_S4_EENS_4pairIT_T1_EES6_T0_S7_]+0x108): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o): in function `std::__Cr::vector<webrtc::Codec const*, std::__Cr::allocator<webrtc::Codec const*> >::emplace_back<webrtc::Codec const*>(webrtc::Codec const*&&)::{lambda()#2}::operator()() const': codec.cc:(.text[_ZZNSt4__Cr6vectorIPKN6webrtc5CodecENS_9allocatorIS4_EEE12emplace_backIJS4_EEERS4_DpOT_ENKUlvE0_clEv]+0xf0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o): in function `webrtc::SdpVideoFormat* std::__Cr::vector<webrtc::SdpVideoFormat, std::__Cr::allocator<webrtc::SdpVideoFormat> >::__emplace_back_slow_path<webrtc::SdpVideoFormat const&>(webrtc::SdpVideoFormat const&)': codec.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc14SdpVideoFormatENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRKS2_EEEPS2_DpOT_]+0x16c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: codec.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc14SdpVideoFormatENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRKS2_EEEPS2_DpOT_]+0x180): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o): in function `void absl::inlined_vector_internal::Storage<webrtc::ScalabilityMode, 34ul, std::__Cr::allocator<webrtc::ScalabilityMode> >::Assign<absl::inlined_vector_internal::IteratorValueAdapter<std::__Cr::allocator<webrtc::ScalabilityMode>, webrtc::ScalabilityMode const*> >(absl::inlined_vector_internal::IteratorValueAdapter<std::__Cr::allocator<webrtc::ScalabilityMode>, webrtc::ScalabilityMode const*>, unsigned long)': codec.cc:(.text[_ZN4absl23inlined_vector_internal7StorageIN6webrtc15ScalabilityModeELm34ENSt4__Cr9allocatorIS3_EEE6AssignINS0_20IteratorValueAdapterIS6_PKS3_EEEEvT_m]+0x200): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o): in function `std::__Cr::__tree<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::__map_value_compare<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > > >::erase(std::__Cr::__tree_const_iterator<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::__tree_node<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, void*>*, long>)': codec.cc:(.text[_ZNSt4__Cr6__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEES7_EENS_19__map_value_compareIS7_NS_4pairIKS7_S7_EENS_4lessIS7_EEEENS5_ISC_EEE5eraseENS_21__tree_const_iteratorIS8_PNS_11__tree_nodeIS8_PvEElEE]+0xd4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec.o):codec.cc:(.text[_ZNSt4__Cr6__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEES7_EENS_19__map_value_compareIS7_NS_4pairIKS7_S7_EENS_4lessIS7_EEEENS5_ISC_EEE21__insert_range_uniqueINS_20__map_const_iteratorINS_21__tree_const_iteratorIS8_PNS_11__tree_nodeIS8_PvEElEEEESQ_EEvT_T0_]+0x194): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec_comparators.o): in function `std::__Cr::__tree<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::__map_value_compare<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > > >::__emplace_unique<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >(std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >&&)::{lambda(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >&&)#1}::operator()(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >&&) const': codec_comparators.cc:(.text[_ZZNSt4__Cr6__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEES7_EENS_19__map_value_compareIS7_NS_4pairIKS7_S7_EENS_4lessIS7_EEEENS5_ISC_EEE16__emplace_uniqueIJSC_EEENSA_INS_15__tree_iteratorIS8_PNS_11__tree_nodeIS8_PvEElEEbEEDpOT_ENKUlRSB_OSC_E_clEST_SU_]+0xec): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: codec_comparators.cc:(.text[_ZZNSt4__Cr6__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEES7_EENS_19__map_value_compareIS7_NS_4pairIKS7_S7_EENS_4lessIS7_EEEENS5_ISC_EEE16__emplace_uniqueIJSC_EEENSA_INS_15__tree_iteratorIS8_PNS_11__tree_nodeIS8_PvEElEEbEEDpOT_ENKUlRSB_OSC_E_clEST_SU_]+0x17c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(codec_comparators.o): in function `webrtc::(anonymous namespace)::GetFmtpParameterOrDefault(std::__Cr::map<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > > > const&, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&)': codec_comparators.cc:(.text+0x120): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(logging.o): in function `webrtc::LogLineRef::DefaultLogLine() const': logging.cc:(.text+0x118): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: logging.cc:(.text+0x138): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: logging.cc:(.text+0x17c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: logging.cc:(.text+0x1a0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: logging.cc:(.text+0x1bc): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(logging.o):logging.cc:(.text+0x1c8): more undefined references to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(logging.o): in function `webrtc::LogLineRef::DefaultLogLine() const': logging.cc:(.text+0x2ac): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(logging.o): in function `webrtc::LogMessage::LogMessage(char const*, int, webrtc::LoggingSeverity, webrtc::LogErrorContext, int)': logging.cc:(.text+0x1cc): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_external(char const*)' /usr/bin/ld.bfd: logging.cc:(.text+0x218): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: logging.cc:(.text+0x22c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(logging.o): in function `webrtc::LogMessage::~LogMessage()': logging.cc:(.text+0x54): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: logging.cc:(.text+0x70): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: logging.cc:(.text+0x84): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(logging.o): in function `webrtc::LogMessage::FinishPrintStream()': logging.cc:(.text+0x34): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: logging.cc:(.text+0x50): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(logging.o):logging.cc:(.text+0x70): more undefined references to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(logging.o): in function `webrtc::LogMessage::ConfigureLogging(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': logging.cc:(.text+0x3ac): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(logging.o): in function `webrtc::webrtc_logging_impl::Log(webrtc::webrtc_logging_impl::LogArgType const*, ...)': logging.cc:(.text+0x174): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: logging.cc:(.text+0x490): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: logging.cc:(.text+0x4cc): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(logging.o): in function `webrtc::LogSink::OnLogMessage(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, webrtc::LoggingSeverity, char const*)': logging.cc:(.text+0x70): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::insert(unsigned long, char const*, unsigned long)' /usr/bin/ld.bfd: logging.cc:(.text+0xf8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(logging.o): in function `webrtc::LogSink::OnLogMessage(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, webrtc::LoggingSeverity, char const*)': logging.cc:(.text+0xc8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::insert(unsigned long, char const*, unsigned long)' /usr/bin/ld.bfd: logging.cc:(.text+0x100): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::insert(unsigned long, char const*, unsigned long)' /usr/bin/ld.bfd: logging.cc:(.text+0x1a8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: logging.cc:(.text+0x1bc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: logging.cc:(.text+0x1d0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(logging.o): in function `webrtc::LogSink::OnLogMessage(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': logging.cc:(.text+0xf8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: logging.cc:(.text+0x10c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(sdp_video_format.o): in function `webrtc::SdpVideoFormat::SdpVideoFormat(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&)': sdp_video_format.cc:(.text+0x3c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(sdp_video_format.o): in function `webrtc::SdpVideoFormat::SdpVideoFormat(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, std::__Cr::map<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > > > const&)': sdp_video_format.cc:(.text+0x44): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(sdp_video_format.o): in function `webrtc::SdpVideoFormat::SdpVideoFormat(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, std::__Cr::map<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > > > const&, absl::InlinedVector<webrtc::ScalabilityMode, 34ul, std::__Cr::allocator<webrtc::ScalabilityMode> > const&)': sdp_video_format.cc:(.text+0x48): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(sdp_video_format.o): in function `webrtc::SdpVideoFormat::SdpVideoFormat(webrtc::SdpVideoFormat const&)': sdp_video_format.cc:(.text+0x40): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(sdp_video_format.o): in function `webrtc::SdpVideoFormat::operator=(webrtc::SdpVideoFormat const&)': sdp_video_format.cc:(.text+0x64): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: sdp_video_format.cc:(.text+0x9c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(sdp_video_format.o): in function `webrtc::SdpVideoFormat::ToString() const': sdp_video_format.cc:(.text+0x3c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: sdp_video_format.cc:(.text+0x58): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: sdp_video_format.cc:(.text+0x6c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: sdp_video_format.cc:(.text+0xa8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: sdp_video_format.cc:(.text+0xc4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(sdp_video_format.o):sdp_video_format.cc:(.text+0xd4): more undefined references to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(sdp_video_format.o): in function `webrtc::SdpVideoFormat::VP8()': sdp_video_format.cc:(.text+0x6c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(sdp_video_format.o): in function `webrtc::SdpVideoFormat::H264()': sdp_video_format.cc:(.text+0x6c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(sdp_video_format.o): in function `webrtc::SdpVideoFormat::H265()': sdp_video_format.cc:(.text+0x6c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(sdp_video_format.o): in function `webrtc::SdpVideoFormat::VP9Profile0()': sdp_video_format.cc:(.text+0xa4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(sdp_video_format.o): in function `webrtc::SdpVideoFormat::VP9Profile1()': sdp_video_format.cc:(.text+0xa4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(sdp_video_format.o):sdp_video_format.cc:(.text+0xa4): more undefined references to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(sdp_video_format.o): in function `webrtc::FuzzyMatchSdpVideoFormat(webrtc::ArrayView<webrtc::SdpVideoFormat const, -4711l>, webrtc::SdpVideoFormat const&)': sdp_video_format.cc:(.text+0x36c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: sdp_video_format.cc:(.text+0x380): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(sdp_video_format.o): in function `webrtc::(anonymous namespace)::H264GetPacketizationModeOrDefault(std::__Cr::map<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > > > const&)': sdp_video_format.cc:(.text+0x150): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(sdp_video_format.o): in function `void std::__Cr::__tree<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::__map_value_compare<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > > >::__insert_range_unique<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > const*, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > const*>(std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > const*, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > const*)': sdp_video_format.cc:(.text[_ZNSt4__Cr6__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEES7_EENS_19__map_value_compareIS7_NS_4pairIKS7_S7_EENS_4lessIS7_EEEENS5_ISC_EEE21__insert_range_uniqueIPKSC_SK_EEvT_T0_]+0x13c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(sdp_video_format.o): in function `std::__Cr::__tree<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::__map_value_compare<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > > >::__insert_range_unique<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > const*, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > const*>(std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > const*, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > const*)::{lambda(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > const&)#1}::operator()(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > const&) const': sdp_video_format.cc:(.text[_ZZNSt4__Cr6__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEES7_EENS_19__map_value_compareIS7_NS_4pairIKS7_S7_EENS_4lessIS7_EEEENS5_ISC_EEE21__insert_range_uniqueIPKSC_SK_EEvT_T0_ENKUlRSB_RSJ_E_clESN_SO_]+0x244): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rid_description.o): in function `webrtc::RidDescription::RidDescription(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, webrtc::RidDirection)': rid_description.cc:(.text+0x40): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rid_description.o): in function `webrtc::RidDescription::RidDescription(webrtc::RidDescription const&)': rid_description.cc:(.text+0x44): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: rid_description.cc:(.text+0x144): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rid_description.o): in function `webrtc::RidDescription::~RidDescription()': rid_description.cc:(.text+0xb4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rid_description.o): in function `webrtc::RidDescription::operator=(webrtc::RidDescription const&)': rid_description.cc:(.text+0x68): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: rid_description.cc:(.text+0x78): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtp_utils.o): in function `webrtc::ApplyPacketOptions(webrtc::ArrayView<unsigned char, -4711l>, webrtc::PacketTimeUpdateParams const&, unsigned long)': rtp_utils.cc:(.text+0x2f8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(stream_params.o): in function `webrtc::StreamParams::operator=(webrtc::StreamParams const&)': stream_params.cc:(.text+0x5c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: stream_params.cc:(.text+0x6c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: stream_params.cc:(.text+0xe4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: stream_params.cc:(.text+0xf4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(stream_params.o): in function `webrtc::SsrcGroup::SsrcGroup(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, std::__Cr::vector<unsigned int, std::__Cr::allocator<unsigned int> > const&)': stream_params.cc:(.text+0x44): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(stream_params.o): in function `webrtc::SsrcGroup::SsrcGroup(webrtc::SsrcGroup const&)': stream_params.cc:(.text+0x40): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(stream_params.o): in function `webrtc::SsrcGroup::~SsrcGroup()': stream_params.cc:(.text+0x94): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(stream_params.o): in function `webrtc::SsrcGroup::operator=(webrtc::SsrcGroup const&)': stream_params.cc:(.text+0x5c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: stream_params.cc:(.text+0x6c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(stream_params.o): in function `webrtc::SsrcGroup::operator=(webrtc::SsrcGroup&&)': stream_params.cc:(.text+0xd0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(stream_params.o): in function `webrtc::StreamParams::StreamParams(webrtc::StreamParams const&)': stream_params.cc:(.text+0x44): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: stream_params.cc:(.text+0x10c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: stream_params.cc:(.text+0x1b4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(stream_params.o): in function `webrtc::StreamParams::~StreamParams()': stream_params.cc:(.text+0x150): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(stream_params.o): in function `webrtc::StreamParams::operator=(webrtc::StreamParams&&)': stream_params.cc:(.text+0xd4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(stream_params.o): in function `webrtc::StreamParams::GenerateSsrcs(int, bool, bool, webrtc::UniqueRandomIdGenerator*)': stream_params.cc:(.text+0x2a0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: stream_params.cc:(.text+0x324): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: stream_params.cc:(.text+0x3ec): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: stream_params.cc:(.text+0x400): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(stream_params.o): in function `webrtc::StreamParams::GetPrimarySsrcs(std::__Cr::vector<unsigned int, std::__Cr::allocator<unsigned int> >*) const': stream_params.cc:(.text+0x178): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(stream_params.o): in function `webrtc::StreamParams::GetSecondarySsrcs(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, std::__Cr::vector<unsigned int, std::__Cr::allocator<unsigned int> > const&, std::__Cr::vector<unsigned int, std::__Cr::allocator<unsigned int> >*) const': stream_params.cc:(.text+0x168): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(stream_params.o): in function `webrtc::StreamParams::AddSecondarySsrc(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, unsigned int, unsigned int)': stream_params.cc:(.text+0xd4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: stream_params.cc:(.text+0x198): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: stream_params.cc:(.text+0x238): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(stream_params.o): in function `webrtc::StreamParams::first_stream_id() const': stream_params.cc:(.text+0x44): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(stream_params.o): in function `void std::__Cr::vector<unsigned int, std::__Cr::allocator<unsigned int> >::__assign_with_size<std::__Cr::_ClassicAlgPolicy, unsigned int*, unsigned int*>(unsigned int*, unsigned int*, long)': stream_params.cc:(.text[_ZNSt4__Cr6vectorIjNS_9allocatorIjEEE18__assign_with_sizeINS_17_ClassicAlgPolicyEPjS6_EEvT0_T1_l]+0x18c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(stream_params.o): in function `webrtc::SsrcGroup* std::__Cr::__uninitialized_allocator_copy_impl<std::__Cr::allocator<webrtc::SsrcGroup>, webrtc::SsrcGroup*, webrtc::SsrcGroup*, webrtc::SsrcGroup*>(std::__Cr::allocator<webrtc::SsrcGroup>&, webrtc::SsrcGroup*, webrtc::SsrcGroup*, webrtc::SsrcGroup*)': stream_params.cc:(.text[_ZNSt4__Cr35__uninitialized_allocator_copy_implINS_9allocatorIN6webrtc9SsrcGroupEEEPS3_S5_S5_EET2_RT_T0_T1_S6_]+0x68): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: stream_params.cc:(.text[_ZNSt4__Cr35__uninitialized_allocator_copy_implINS_9allocatorIN6webrtc9SsrcGroupEEEPS3_S5_S5_EET2_RT_T0_T1_S6_]+0xd8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(stream_params.o): in function `std::__Cr::vector<webrtc::SsrcGroup, std::__Cr::allocator<webrtc::SsrcGroup> >::clear()': stream_params.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc9SsrcGroupENS_9allocatorIS2_EEE5clearEv]+0xec): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(stream_params.o): in function `void std::__Cr::vector<webrtc::SsrcGroup, std::__Cr::allocator<webrtc::SsrcGroup> >::__assign_with_size<std::__Cr::_ClassicAlgPolicy, webrtc::SsrcGroup*, webrtc::SsrcGroup*>(webrtc::SsrcGroup*, webrtc::SsrcGroup*, long)': stream_params.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc9SsrcGroupENS_9allocatorIS2_EEE18__assign_with_sizeINS_17_ClassicAlgPolicyEPS2_S8_EEvT0_T1_l]+0x15c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: stream_params.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc9SsrcGroupENS_9allocatorIS2_EEE18__assign_with_sizeINS_17_ClassicAlgPolicyEPS2_S8_EEvT0_T1_l]+0x1cc): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: stream_params.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc9SsrcGroupENS_9allocatorIS2_EEE18__assign_with_sizeINS_17_ClassicAlgPolicyEPS2_S8_EEvT0_T1_l]+0x29c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(stream_params.o): in function `_ZNSt4__Cr8__copy_nINS_17_ClassicAlgPolicyEPN6webrtc9SsrcGroupES4_TnNS_9enable_ifIXsr37__has_random_access_iterator_categoryIT0_EE5valueEiE4typeELi0EEENS_4pairIS6_T1_EES6_NS_8_IterOpsIT_E17__difference_typeIS6_EESA_': stream_params.cc:(.text[_ZNSt4__Cr8__copy_nINS_17_ClassicAlgPolicyEPN6webrtc9SsrcGroupES4_TnNS_9enable_ifIXsr37__has_random_access_iterator_categoryIT0_EE5valueEiE4typeELi0EEENS_4pairIS6_T1_EES6_NS_8_IterOpsIT_E17__difference_typeIS6_EESA_]+0x54): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: stream_params.cc:(.text[_ZNSt4__Cr8__copy_nINS_17_ClassicAlgPolicyEPN6webrtc9SsrcGroupES4_TnNS_9enable_ifIXsr37__has_random_access_iterator_categoryIT0_EE5valueEiE4typeELi0EEENS_4pairIS6_T1_EES6_NS_8_IterOpsIT_E17__difference_typeIS6_EESA_]+0xc0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(stream_params.o): in function `void std::__Cr::__uninitialized_allocator_relocate<std::__Cr::allocator<webrtc::SsrcGroup>, webrtc::SsrcGroup*>(std::__Cr::allocator<webrtc::SsrcGroup>&, webrtc::SsrcGroup*, webrtc::SsrcGroup*, webrtc::SsrcGroup*)': stream_params.cc:(.text[_ZNSt4__Cr34__uninitialized_allocator_relocateINS_9allocatorIN6webrtc9SsrcGroupEEEPS3_EEvRT_T0_S8_S8_]+0x12c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: stream_params.cc:(.text[_ZNSt4__Cr34__uninitialized_allocator_relocateINS_9allocatorIN6webrtc9SsrcGroupEEEPS3_EEvRT_T0_S8_S8_]+0x150): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(stream_params.o): in function `std::__Cr::vector<unsigned int, std::__Cr::allocator<unsigned int> >::emplace_back<unsigned int>(unsigned int&&)::{lambda()#2}::operator()() const': stream_params.cc:(.text[_ZZNSt4__Cr6vectorIjNS_9allocatorIjEEE12emplace_backIJjEEERjDpOT_ENKUlvE0_clEv]+0xf0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(stream_params.o): in function `std::__Cr::__wrap_iter<unsigned int*> std::__Cr::vector<unsigned int, std::__Cr::allocator<unsigned int> >::__insert_with_size<std::__Cr::_ClassicAlgPolicy, std::__Cr::__wrap_iter<unsigned int const*>, std::__Cr::__wrap_iter<unsigned int const*> >(std::__Cr::__wrap_iter<unsigned int const*>, std::__Cr::__wrap_iter<unsigned int const*>, std::__Cr::__wrap_iter<unsigned int const*>, long)': stream_params.cc:(.text[_ZNSt4__Cr6vectorIjNS_9allocatorIjEEE18__insert_with_sizeINS_17_ClassicAlgPolicyENS_11__wrap_iterIPKjEES9_EENS6_IPjEES9_T0_T1_l]+0x3cc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(unique_id_generator.o): in function `webrtc::UniqueStringGenerator::AddKnownId(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': unique_id_generator.cc:(.text+0x158): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(unique_id_generator.o):unique_id_generator.cc:(.text+0x16c): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(transport_description.o): in function `webrtc::IceParameters::Validate() const': transport_description.cc:(.text+0x1a4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: transport_description.cc:(.text+0x1e0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: transport_description.cc:(.text+0x208): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: transport_description.cc:(.text+0x240): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: transport_description.cc:(.text+0x264): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(transport_description.o):transport_description.cc:(.text+0x56c): more undefined references to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(transport_description.o): in function `webrtc::IceParameters::Validate() const': transport_description.cc:(.text+0x808): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: transport_description.cc:(.text+0x81c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(transport_description.o): in function `webrtc::ConnectionRoleToString(webrtc::ConnectionRole const&, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*)': transport_description.cc:(.text+0x34): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_external(char const*)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(transport_description.o): in function `webrtc::TransportDescription::TransportDescription(std::__Cr::vector<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::allocator<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > > const&, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, webrtc::IceMode, webrtc::ConnectionRole, webrtc::SSLFingerprint const*)': transport_description.cc:(.text+0x17c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: transport_description.cc:(.text+0x1c0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: transport_description.cc:(.text+0x1d4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(transport_description.o): in function `webrtc::TransportDescription::TransportDescription(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': transport_description.cc:(.text+0x160): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: transport_description.cc:(.text+0x174): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(transport_description.o): in function `webrtc::TransportDescription::TransportDescription(webrtc::TransportDescription const&)': transport_description.cc:(.text+0x5c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: transport_description.cc:(.text+0x70): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: transport_description.cc:(.text+0xc4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(transport_description.o): in function `webrtc::TransportDescription::~TransportDescription()': transport_description.cc:(.text+0xf8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(transport_description.o): in function `webrtc::TransportDescription::operator=(webrtc::TransportDescription const&)': transport_description.cc:(.text+0x88): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: transport_description.cc:(.text+0x98): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: transport_description.cc:(.text+0xdc): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: transport_description.cc:(.text+0xec): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: transport_description.cc:(.text+0x140): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(media_protocol_names.o): in function `webrtc::IsRtpProtocol(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': media_protocol_names.cc:(.text+0xd0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(session_description.o): in function `webrtc::ContentGroup::ContentGroup(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&)': session_description.cc:(.text+0x3c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(session_description.o): in function `webrtc::ContentGroup::ContentGroup(webrtc::ContentGroup const&)': session_description.cc:(.text+0x3c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(session_description.o): in function `webrtc::ContentGroup::operator=(webrtc::ContentGroup const&)': session_description.cc:(.text+0x5c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: session_description.cc:(.text+0x6c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(session_description.o): in function `webrtc::ContentGroup::operator=(webrtc::ContentGroup&&)': session_description.cc:(.text+0xf8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(session_description.o): in function `webrtc::ContentGroup::~ContentGroup()': session_description.cc:(.text+0xac): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(session_description.o): in function `webrtc::ContentGroup::RemoveContentName(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': session_description.cc:(.text+0x140): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(session_description.o): in function `webrtc::ContentGroup::ToString() const': session_description.cc:(.text+0x40): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: session_description.cc:(.text+0x54): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: session_description.cc:(.text+0x78): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: session_description.cc:(.text+0x88): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: session_description.cc:(.text+0xb8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(session_description.o): in function `webrtc::SessionDescription::~SessionDescription()': session_description.cc:(.text+0x144): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(session_description.o): in function `webrtc::SessionDescription::AddContent(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, webrtc::MediaProtocolType, std::__Cr::unique_ptr<webrtc::MediaContentDescription, std::__Cr::default_delete<webrtc::MediaContentDescription> >)': session_description.cc:(.text+0x190): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: session_description.cc:(.text+0x1a4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: session_description.cc:(.text+0x1c8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(session_description.o): in function `webrtc::SessionDescription::AddContent(webrtc::ContentInfo&&)': session_description.cc:(.text+0xa0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(session_description.o):session_description.cc:(.text+0x1a8): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(session_description.o): in function `webrtc::SessionDescription::AddTransportInfo(webrtc::TransportInfo const&)': session_description.cc:(.text+0x50): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: session_description.cc:(.text+0x9c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(session_description.o): in function `std::__Cr::vector<webrtc::TransportInfo, std::__Cr::allocator<webrtc::TransportInfo> >::erase(std::__Cr::__wrap_iter<webrtc::TransportInfo const*>)': session_description.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc13TransportInfoENS_9allocatorIS2_EEE5eraseENS_11__wrap_iterIPKS2_EE]+0x10c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: session_description.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc13TransportInfoENS_9allocatorIS2_EEE5eraseENS_11__wrap_iterIPKS2_EE]+0x120): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(session_description.o): in function `webrtc::SessionDescription::GetGroupsByName(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&) const': session_description.cc:(.text+0x110): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(session_description.o): in function `webrtc::ContentInfo::ContentInfo(webrtc::ContentInfo const&)': session_description.cc:(.text+0x54): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(session_description.o): in function `void std::__Cr::vector<webrtc::ContentInfo, std::__Cr::allocator<webrtc::ContentInfo> >::__init_with_size<webrtc::ContentInfo*, webrtc::ContentInfo*>(webrtc::ContentInfo*, webrtc::ContentInfo*, unsigned long)': session_description.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc11ContentInfoENS_9allocatorIS2_EEE16__init_with_sizeIPS2_S7_EEvT_T0_m]+0x70): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: session_description.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc11ContentInfoENS_9allocatorIS2_EEE16__init_with_sizeIPS2_S7_EEvT_T0_m]+0x104): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(session_description.o): in function `void std::__Cr::vector<webrtc::TransportInfo, std::__Cr::allocator<webrtc::TransportInfo> >::__init_with_size<webrtc::TransportInfo*, webrtc::TransportInfo*>(webrtc::TransportInfo*, webrtc::TransportInfo*, unsigned long)': session_description.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc13TransportInfoENS_9allocatorIS2_EEE16__init_with_sizeIPS2_S7_EEvT_T0_m]+0x78): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: session_description.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc13TransportInfoENS_9allocatorIS2_EEE16__init_with_sizeIPS2_S7_EEvT_T0_m]+0xf8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(session_description.o): in function `void std::__Cr::vector<webrtc::ContentGroup, std::__Cr::allocator<webrtc::ContentGroup> >::__init_with_size<webrtc::ContentGroup*, webrtc::ContentGroup*>(webrtc::ContentGroup*, webrtc::ContentGroup*, unsigned long)': session_description.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc12ContentGroupENS_9allocatorIS2_EEE16__init_with_sizeIPS2_S7_EEvT_T0_m]+0x70): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: session_description.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc12ContentGroupENS_9allocatorIS2_EEE16__init_with_sizeIPS2_S7_EEvT_T0_m]+0xf0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(session_description.o): in function `void std::__Cr::__destroy_at<webrtc::ContentGroup>(webrtc::ContentGroup*)': session_description.cc:(.text[_ZNSt4__Cr12__destroy_atIN6webrtc12ContentGroupEEEvPT_]+0xb0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(session_description.o): in function `webrtc::ContentInfo* std::__Cr::vector<webrtc::ContentInfo, std::__Cr::allocator<webrtc::ContentInfo> >::__emplace_back_slow_path<webrtc::ContentInfo>(webrtc::ContentInfo&&)': session_description.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc11ContentInfoENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJS2_EEEPS2_DpOT_]+0x198): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: session_description.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc11ContentInfoENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJS2_EEEPS2_DpOT_]+0x1ac): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(session_description.o): in function `std::__Cr::vector<webrtc::ContentInfo, std::__Cr::allocator<webrtc::ContentInfo> >::__swap_out_circular_buffer(std::__Cr::__split_buffer<webrtc::ContentInfo, std::__Cr::allocator<webrtc::ContentInfo>&, std::__Cr::__split_buffer_pointer_layout>&)': session_description.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc11ContentInfoENS_9allocatorIS2_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS2_RS4_NS_29__split_buffer_pointer_layoutEEE]+0x114): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(session_description.o):session_description.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc11ContentInfoENS_9allocatorIS2_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS2_RS4_NS_29__split_buffer_pointer_layoutEEE]+0x128): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(session_description.o): in function `webrtc::TransportInfo* std::__Cr::vector<webrtc::TransportInfo, std::__Cr::allocator<webrtc::TransportInfo> >::__emplace_back_slow_path<webrtc::TransportInfo const&>(webrtc::TransportInfo const&)': session_description.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc13TransportInfoENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRKS2_EEEPS2_DpOT_]+0x100): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: session_description.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc13TransportInfoENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRKS2_EEEPS2_DpOT_]+0x1ac): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: session_description.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc13TransportInfoENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJRKS2_EEEPS2_DpOT_]+0x1c0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(session_description.o): in function `std::__Cr::vector<webrtc::TransportInfo, std::__Cr::allocator<webrtc::TransportInfo> >::__swap_out_circular_buffer(std::__Cr::__split_buffer<webrtc::TransportInfo, std::__Cr::allocator<webrtc::TransportInfo>&, std::__Cr::__split_buffer_pointer_layout>&)': session_description.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc13TransportInfoENS_9allocatorIS2_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS2_RS4_NS_29__split_buffer_pointer_layoutEEE]+0x100): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: session_description.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc13TransportInfoENS_9allocatorIS2_EEE26__swap_out_circular_bufferERNS_14__split_bufferIS2_RS4_NS_29__split_buffer_pointer_layoutEEE]+0x114): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(session_description.o): in function `std::__Cr::vector<webrtc::ContentGroup const*, std::__Cr::allocator<webrtc::ContentGroup const*> >::emplace_back<webrtc::ContentGroup const*>(webrtc::ContentGroup const*&&)::{lambda()#2}::operator()() const': session_description.cc:(.text[_ZZNSt4__Cr6vectorIPKN6webrtc12ContentGroupENS_9allocatorIS4_EEE12emplace_backIJS4_EEERS4_DpOT_ENKUlvE0_clEv]+0xf0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(simulcast_description.o):simulcast_description.cc:(.text+0xd8): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(simulcast_description.o): in function `webrtc::SimulcastLayerList::AddLayer(webrtc::SimulcastLayer const&)': simulcast_description.cc:(.text+0x44): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: simulcast_description.cc:(.text+0x90): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: simulcast_description.cc:(.text+0x100): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: simulcast_description.cc:(.text+0x178): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(simulcast_description.o): in function `webrtc::SimulcastLayerList::AddLayerWithAlternatives(std::__Cr::vector<webrtc::SimulcastLayer, std::__Cr::allocator<webrtc::SimulcastLayer> > const&)': simulcast_description.cc:(.text+0x78): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(simulcast_description.o): in function `webrtc::SimulcastLayerList::operator[](unsigned long) const': simulcast_description.cc:(.text+0x4c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(simulcast_description.o): in function `webrtc::SimulcastLayerList::GetAllLayers() const': simulcast_description.cc:(.text+0x8c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: simulcast_description.cc:(.text+0xf0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(simulcast_description.o): in function `std::__Cr::vector<webrtc::SimulcastLayer, std::__Cr::allocator<webrtc::SimulcastLayer> >* std::__Cr::vector<std::__Cr::vector<webrtc::SimulcastLayer, std::__Cr::allocator<webrtc::SimulcastLayer> >, std::__Cr::allocator<std::__Cr::vector<webrtc::SimulcastLayer, std::__Cr::allocator<webrtc::SimulcastLayer> > > >::__emplace_back_slow_path<std::__Cr::vector<webrtc::SimulcastLayer, std::__Cr::allocator<webrtc::SimulcastLayer> > >(std::__Cr::vector<webrtc::SimulcastLayer, std::__Cr::allocator<webrtc::SimulcastLayer> >&&)': simulcast_description.cc:(.text[_ZNSt4__Cr6vectorINS0_IN6webrtc14SimulcastLayerENS_9allocatorIS2_EEEENS3_IS5_EEE24__emplace_back_slow_pathIJS5_EEEPS5_DpOT_]+0x124): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(simulcast_description.o): in function `std::__Cr::vector<webrtc::SimulcastLayer, std::__Cr::allocator<webrtc::SimulcastLayer> >* std::__Cr::vector<std::__Cr::vector<webrtc::SimulcastLayer, std::__Cr::allocator<webrtc::SimulcastLayer> >, std::__Cr::allocator<std::__Cr::vector<webrtc::SimulcastLayer, std::__Cr::allocator<webrtc::SimulcastLayer> > > >::__emplace_back_slow_path<std::__Cr::vector<webrtc::SimulcastLayer, std::__Cr::allocator<webrtc::SimulcastLayer> > const&>(std::__Cr::vector<webrtc::SimulcastLayer, std::__Cr::allocator<webrtc::SimulcastLayer> > const&)': simulcast_description.cc:(.text[_ZNSt4__Cr6vectorINS0_IN6webrtc14SimulcastLayerENS_9allocatorIS2_EEEENS3_IS5_EEE24__emplace_back_slow_pathIJRKS5_EEEPS5_DpOT_]+0x118): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(simulcast_sdp_serializer.o): in function `webrtc::SimulcastSdpSerializer::SerializeSimulcastDescription(webrtc::SimulcastDescription const&) const': simulcast_sdp_serializer.cc:(.text+0x4c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: simulcast_sdp_serializer.cc:(.text+0x64): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: simulcast_sdp_serializer.cc:(.text+0xa0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: simulcast_sdp_serializer.cc:(.text+0xb4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: simulcast_sdp_serializer.cc:(.text+0xc8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(simulcast_sdp_serializer.o):simulcast_sdp_serializer.cc:(.text+0x6c): more undefined references to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(simulcast_sdp_serializer.o): in function `webrtc::SimulcastSdpSerializer::DeserializeSimulcastDescription(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >) const': simulcast_sdp_serializer.cc:(.text+0x920): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: simulcast_sdp_serializer.cc:(.text+0x95c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: simulcast_sdp_serializer.cc:(.text+0x970): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: simulcast_sdp_serializer.cc:(.text+0x984): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: simulcast_sdp_serializer.cc:(.text+0x998): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(simulcast_sdp_serializer.o): in function `webrtc::(anonymous namespace)::ParseSimulcastLayerList(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&)': simulcast_sdp_serializer.cc:(.text+0x128): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: simulcast_sdp_serializer.cc:(.text+0x67c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: simulcast_sdp_serializer.cc:(.text+0x6bc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: simulcast_sdp_serializer.cc:(.text+0x6dc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: simulcast_sdp_serializer.cc:(.text+0x6f0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(simulcast_sdp_serializer.o): in function `std::__Cr::enable_if<is_move_constructible<webrtc::RTCErrorOr<webrtc::SimulcastLayerList> >::value&&is_move_assignable<webrtc::RTCErrorOr<webrtc::SimulcastLayerList> >::value, void>::type std::__Cr::swap<webrtc::RTCErrorOr<webrtc::SimulcastLayerList> >(webrtc::RTCErrorOr<webrtc::SimulcastLayerList>&, webrtc::RTCErrorOr<webrtc::SimulcastLayerList>&)': simulcast_sdp_serializer.cc:(.text[_ZNSt4__Cr4swapIN6webrtc10RTCErrorOrINS1_18SimulcastLayerListEEEEENS_9enable_ifIXaasr21is_move_constructibleIT_EE5valuesr18is_move_assignableIS6_EE5valueEvE4typeERS6_S9_]+0x200): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(simulcast_sdp_serializer.o): in function `webrtc::SimulcastSdpSerializer::SerializeRidDescription(webrtc::MediaContentDescription const&, webrtc::RidDescription const&) const': simulcast_sdp_serializer.cc:(.text+0x54): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: simulcast_sdp_serializer.cc:(.text+0x68): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: simulcast_sdp_serializer.cc:(.text+0x90): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: simulcast_sdp_serializer.cc:(.text+0x1ac): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: simulcast_sdp_serializer.cc:(.text+0x1c0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(simulcast_sdp_serializer.o):simulcast_sdp_serializer.cc:(.text+0x1d4): more undefined references to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(simulcast_sdp_serializer.o): in function `webrtc::SimulcastSdpSerializer::SerializeRidDescription(webrtc::MediaContentDescription const&, webrtc::RidDescription const&) const': simulcast_sdp_serializer.cc:(.text+0x45c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: simulcast_sdp_serializer.cc:(.text+0x4ac): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(simulcast_sdp_serializer.o): in function `webrtc::SimulcastSdpSerializer::DeserializeRidDescription(webrtc::MediaContentDescription const&, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >) const': simulcast_sdp_serializer.cc:(.text+0x294): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: simulcast_sdp_serializer.cc:(.text+0x8ec): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: simulcast_sdp_serializer.cc:(.text+0x9d0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: simulcast_sdp_serializer.cc:(.text+0x1094): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: simulcast_sdp_serializer.cc:(.text+0x10a8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: simulcast_sdp_serializer.cc:(.text+0x10bc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: simulcast_sdp_serializer.cc:(.text+0x11f4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: simulcast_sdp_serializer.cc:(.text+0x121c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(simulcast_sdp_serializer.o): in function `webrtc::SimulcastLayer* std::__Cr::vector<webrtc::SimulcastLayer, std::__Cr::allocator<webrtc::SimulcastLayer> >::__emplace_back_slow_path<webrtc::SimulcastLayer>(webrtc::SimulcastLayer&&)': simulcast_sdp_serializer.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc14SimulcastLayerENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJS2_EEEPS2_DpOT_]+0xc4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: simulcast_sdp_serializer.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc14SimulcastLayerENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJS2_EEEPS2_DpOT_]+0x164): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: simulcast_sdp_serializer.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc14SimulcastLayerENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJS2_EEEPS2_DpOT_]+0x178): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(simulcast_sdp_serializer.o): in function `std::__Cr::__throw_bad_optional_access()': simulcast_sdp_serializer.cc:(.text[_ZNSt4__Cr27__throw_bad_optional_accessEv]+0x14): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(simulcast_sdp_serializer.o): in function `void std::__Cr::__optional_storage_base<webrtc::SimulcastLayerList, false>::__assign_from<std::__Cr::__optional_move_assign_base<webrtc::SimulcastLayerList, false> >(std::__Cr::__optional_move_assign_base<webrtc::SimulcastLayerList, false>&&)': simulcast_sdp_serializer.cc:(.text[_ZNSt4__Cr23__optional_storage_baseIN6webrtc18SimulcastLayerListELb0EE13__assign_fromINS_27__optional_move_assign_baseIS2_Lb0EEEEEvOT_]+0xe8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(thread.o): in function `webrtc::ThreadManager::~ThreadManager()': thread.cc:(.text+0x9c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(thread.o):thread.cc:(.text+0xac): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(thread.o): in function `webrtc::Thread::SetName(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, void const*)': thread.cc:(.text+0x11c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: thread.cc:(.text+0x168): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: thread.cc:(.text+0x17c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(thread.o): in function `webrtc::Thread::~Thread()': thread.cc:(.text+0x110): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(thread.o): in function `webrtc::Thread::DoDestroy()': thread.cc:(.text+0x10c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(thread.o): in function `webrtc::Thread::Get(int)': thread.cc:(.text+0x21c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(thread.o):thread.cc:(.text+0x230): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(attribute.o): in function `decltype(auto) std::__Cr::__variant_detail::__visitation::__base::__dispatcher<7ul>::__dispatch<std::__Cr::__variant_detail::__visitation::__variant::__value_visitor<webrtc::(anonymous namespace)::VisitToString>&&, std::__Cr::__variant_detail::__base<(std::__Cr::__variant_detail::_Trait)0, std::__Cr::optional<bool> const*, std::__Cr::optional<int> const*, std::__Cr::optional<unsigned int> const*, std::__Cr::optional<long> const*, std::__Cr::optional<unsigned long> const*, std::__Cr::optional<double> const*, std::__Cr::optional<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > const*, std::__Cr::optional<std::__Cr::vector<bool, std::__Cr::allocator<bool> > > const*, std::__Cr::optional<std::__Cr::vector<int, std::__Cr::allocator<int> > > const*, std::__Cr::optional<std::__Cr::vector<unsigned int, std::__Cr::allocator<unsigned int> > > const*, std::__Cr::optional<std::__Cr::vector<long, std::__Cr::allocator<long> > > const*, std::__Cr::optional<std::__Cr::vector<unsigned long, std::__Cr::allocator<unsigned long> > > const*, std::__Cr::optional<std::__Cr::vector<double, std::__Cr::allocator<double> > > const*, std::__Cr::optional<std::__Cr::vector<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::allocator<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > > > const*, std::__Cr::optional<std::__Cr::map<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, unsigned long, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, unsigned long> > > > const*, std::__Cr::optional<std::__Cr::map<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, double, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, double> > > > const*> const&>(std::__Cr::__variant_detail::__visitation::__variant::__value_visitor<webrtc::(anonymous namespace)::VisitToString>&&, std::__Cr::__variant_detail::__base<(std::__Cr::__variant_detail::_Trait)0, std::__Cr::optional<bool> const*, std::__Cr::optional<int> const*, std::__Cr::optional<unsigned int> const*, std::__Cr::optional<long> const*, std::__Cr::optional<unsigned long> const*, std::__Cr::optional<double> const*, std::__Cr::optional<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > const*, std::__Cr::optional<std::__Cr::vector<bool, std::__Cr::allocator<bool> > > const*, std::__Cr::optional<std::__Cr::vector<int, std::__Cr::allocator<int> > > const*, std::__Cr::optional<std::__Cr::vector<unsigned int, std::__Cr::allocator<unsigned int> > > const*, std::__Cr::optional<std::__Cr::vector<long, std::__Cr::allocator<long> > > const*, std::__Cr::optional<std::__Cr::vector<unsigned long, std::__Cr::allocator<unsigned long> > > const*, std::__Cr::optional<std::__Cr::vector<double, std::__Cr::allocator<double> > > const*, std::__Cr::optional<std::__Cr::vector<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::allocator<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > > > const*, std::__Cr::optional<std::__Cr::map<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, unsigned long, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, unsigned long> > > > const*, std::__Cr::optional<std::__Cr::map<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, double, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, double> > > > const*> const&)': attribute.cc:(.text+0x44): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: attribute.cc:(.text+0xb4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: attribute.cc:(.text+0x104): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: attribute.cc:(.text+0x138): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: attribute.cc:(.text+0x17c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(attribute.o):attribute.cc:(.text+0x3c): more undefined references to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(attribute.o): in function `_ZN6webrtc12_GLOBAL__N_113VisitToString13ValueToStringIlTnNSt4__Cr9enable_ifIXoooosr3stdE9is_same_vIT_lEsr3stdE9is_same_vIS5_mEsr3stdE9is_same_vIS5_dEEbE4typeELb1EEENS3_12basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEERKS5_': attribute.cc:(.text+0x10c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: attribute.cc:(.text+0x120): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(attribute.o): in function `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::basic_string(char const*, unsigned long)': attribute.cc:(.text[_ZNSt4__Cr12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2EPKcm]+0xc8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: attribute.cc:(.text[_ZNSt4__Cr12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2EPKcm]+0xdc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: attribute.cc:(.text[_ZNSt4__Cr12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEC2EPKcm]+0xf0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(attribute.o):attribute.cc:(.text+0x10c): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtc_stats_report.o): in function `webrtc::RTCStatsReport::AddStats(std::__Cr::unique_ptr<webrtc::RTCStats const, std::__Cr::default_delete<webrtc::RTCStats const> >)': rtc_stats_report.cc:(.text+0x40): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtc_stats_report.o): in function `webrtc::RTCStatsReport::ToJson() const': rtc_stats_report.cc:(.text+0x138): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: rtc_stats_report.cc:(.text+0x274): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: rtc_stats_report.cc:(.text+0x2a0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: rtc_stats_report.cc:(.text+0x334): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtc_stats_report.o): in function `std::__Cr::__tree<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::unique_ptr<webrtc::RTCStats const, std::__Cr::default_delete<webrtc::RTCStats const> > >, std::__Cr::__map_value_compare<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::unique_ptr<webrtc::RTCStats const, std::__Cr::default_delete<webrtc::RTCStats const> > >, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::unique_ptr<webrtc::RTCStats const, std::__Cr::default_delete<webrtc::RTCStats const> > > > >::__tree_deleter::operator()(std::__Cr::__tree_node<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::unique_ptr<webrtc::RTCStats const, std::__Cr::default_delete<webrtc::RTCStats const> > >, void*>*)': rtc_stats_report.cc:(.text[_ZNSt4__Cr6__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_10unique_ptrIKN6webrtc8RTCStatsENS_14default_deleteISB_EEEEEENS_19__map_value_compareIS7_NS_4pairIKS7_SE_EENS_4lessIS7_EEEENS5_ISJ_EEE14__tree_deleterclEPNS_11__tree_nodeISF_PvEE]+0x9c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtc_stats_report.o): in function `std::__Cr::__tree<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::unique_ptr<webrtc::RTCStats const, std::__Cr::default_delete<webrtc::RTCStats const> > >, std::__Cr::__map_value_compare<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::unique_ptr<webrtc::RTCStats const, std::__Cr::default_delete<webrtc::RTCStats const> > >, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::unique_ptr<webrtc::RTCStats const, std::__Cr::default_delete<webrtc::RTCStats const> > > > >::__emplace_unique<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::unique_ptr<webrtc::RTCStats const, std::__Cr::default_delete<webrtc::RTCStats const> > > >(std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::unique_ptr<webrtc::RTCStats const, std::__Cr::default_delete<webrtc::RTCStats const> > >&&)::{lambda(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::unique_ptr<webrtc::RTCStats const, std::__Cr::default_delete<webrtc::RTCStats const> > >&&)#1}::operator()(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::unique_ptr<webrtc::RTCStats const, std::__Cr::default_delete<webrtc::RTCStats const> > >&&) const': rtc_stats_report.cc:(.text[_ZZNSt4__Cr6__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_10unique_ptrIKN6webrtc8RTCStatsENS_14default_deleteISB_EEEEEENS_19__map_value_compareIS7_NS_4pairIKS7_SE_EENS_4lessIS7_EEEENS5_ISJ_EEE16__emplace_uniqueIJNSH_IS7_SE_EEEEENSH_INS_15__tree_iteratorISF_PNS_11__tree_nodeISF_PvEElEEbEEDpOT_ENKUlRSI_OSQ_E_clES11_S12_]+0x160): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(rtc_stats_report.o): in function `std::__Cr::__tree<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::unique_ptr<webrtc::RTCStats const, std::__Cr::default_delete<webrtc::RTCStats const> > >, std::__Cr::__map_value_compare<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::unique_ptr<webrtc::RTCStats const, std::__Cr::default_delete<webrtc::RTCStats const> > >, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::unique_ptr<webrtc::RTCStats const, std::__Cr::default_delete<webrtc::RTCStats const> > > > >::erase(std::__Cr::__tree_const_iterator<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::unique_ptr<webrtc::RTCStats const, std::__Cr::default_delete<webrtc::RTCStats const> > >, std::__Cr::__tree_node<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::unique_ptr<webrtc::RTCStats const, std::__Cr::default_delete<webrtc::RTCStats const> > >, void*>*, long>)': rtc_stats_report.cc:(.text[_ZNSt4__Cr6__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS_10unique_ptrIKN6webrtc8RTCStatsENS_14default_deleteISB_EEEEEENS_19__map_value_compareIS7_NS_4pairIKS7_SE_EENS_4lessIS7_EEEENS5_ISJ_EEE5eraseENS_21__tree_const_iteratorISF_PNS_11__tree_nodeISF_PvEElEE]+0xd0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_decoder_multi_channel_opus.o): in function `webrtc::AudioDecoderMultiChannelOpus::AppendSupportedDecoders(std::__Cr::vector<webrtc::AudioCodecSpec, std::__Cr::allocator<webrtc::AudioCodecSpec> >*)': audio_decoder_multi_channel_opus.cc:(.text+0x528): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_decoder_multi_channel_opus.o): in function `webrtc::AudioDecoderMultiChannelOpus::MakeAudioDecoder(webrtc::AudioDecoderMultiChannelOpusConfig, std::__Cr::optional<webrtc::AudioCodecPairId>, webrtc::FieldTrialsView const*)': audio_decoder_multi_channel_opus.cc:(.text+0xc8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_decoder_multi_channel_opus.o):audio_decoder_multi_channel_opus.cc:(.text[_ZNSt4__Cr6vectorIN6webrtc14AudioCodecSpecENS_9allocatorIS2_EEE24__emplace_back_slow_pathIJS2_EEEPS2_DpOT_]+0x150): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_coder_opus_common.o): in function `webrtc::GetFormatParameter(webrtc::SdpAudioFormat const&, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': audio_coder_opus_common.cc:(.text+0x180): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: audio_coder_opus_common.cc:(.text+0x1bc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: audio_coder_opus_common.cc:(.text+0x1d0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_coder_opus_common.o): in function `std::__Cr::optional<std::__Cr::vector<unsigned char, std::__Cr::allocator<unsigned char> > > webrtc::GetFormatParameter<std::__Cr::vector<unsigned char, std::__Cr::allocator<unsigned char> > >(webrtc::SdpAudioFormat const&, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': audio_coder_opus_common.cc:(.text+0x134): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::basic_string(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, unsigned long, unsigned long, std::__Cr::allocator<char> const&)' /usr/bin/ld.bfd: audio_coder_opus_common.cc:(.text+0x290): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: audio_coder_opus_common.cc:(.text+0x2a4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_coder_opus_common.o): in function `std::__Cr::vector<unsigned char, std::__Cr::allocator<unsigned char> >::emplace_back<unsigned char>(unsigned char&&)::{lambda()#2}::operator()() const': audio_coder_opus_common.cc:(.text[_ZZNSt4__Cr6vectorIhNS_9allocatorIhEEE12emplace_backIJhEEERhDpOT_ENKUlvE0_clEv]+0xe0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_encoder_multi_channel_opus_config.o): in function `webrtc::AudioEncoderMultiChannelOpusConfig::~AudioEncoderMultiChannelOpusConfig()': audio_encoder_multi_channel_opus_config.cc:(.text+0xb8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_encoder_multi_channel_opus_config.o): in function `std::__Cr::vector<int, std::__Cr::allocator<int> >::~vector()': audio_encoder_multi_channel_opus_config.cc:(.text[_ZNSt4__Cr6vectorIiNS_9allocatorIiEEED2Ev]+0x94): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_encoder_multi_channel_opus_config.o):audio_encoder_multi_channel_opus_config.cc:(.text+0x1d8): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(escaping.o): in function `absl::(anonymous namespace)::CUnescapeInternal(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, bool, char*, unsigned long*, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*)': escaping.cc:(.text+0x628): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_external(char const*)' /usr/bin/ld.bfd: escaping.cc:(.text+0x8f8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::insert(unsigned long, char const*, unsigned long)' /usr/bin/ld.bfd: escaping.cc:(.text+0x9c0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::insert(unsigned long, char const*, unsigned long)' /usr/bin/ld.bfd: escaping.cc:(.text+0xb08): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::insert(unsigned long, char const*, unsigned long)' /usr/bin/ld.bfd: escaping.cc:(.text+0xb34): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: escaping.cc:(.text+0xbac): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: escaping.cc:(.text+0xbc0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: escaping.cc:(.text+0xbd4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(escaping.o): in function `absl::CEscape(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': escaping.cc:(.text+0x124): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: escaping.cc:(.text+0x2e8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::~basic_string()' /usr/bin/ld.bfd: escaping.cc:(.text+0x350): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::~basic_string()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(escaping.o): in function `absl::(anonymous namespace)::CEscapeInternal(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, bool, bool)': escaping.cc:(.text+0x78): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: escaping.cc:(.text+0x178): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: escaping.cc:(.text+0x224): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(escaping.o): in function `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::operator+=(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&)': escaping.cc:(.text[_ZNSt4__Cr12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEpLERKS5_]+0x1c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(string_encode.o): in function `webrtc::hex_decode_with_delimiter(webrtc::ArrayView<char, -4711l>, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, char)': string_encode.cc:(.text+0x134): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(string_encode.o): in function `webrtc::tokenize(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, char, std::__Cr::vector<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::allocator<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >*)': string_encode.cc:(.text+0x98): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(string_encode.o): in function `webrtc::tokenize_first(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, char, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*)': string_encode.cc:(.text+0x21c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: string_encode.cc:(.text+0x230): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(string_encode.o): in function `webrtc::split(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, char)': string_encode.cc:(.text+0x158): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(string_encode.o):string_encode.cc:(.text[_ZNSt4__Cr12construct_atINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEJNS_17basic_string_viewIcS3_EEEPS6_EEPT_SB_DpOT0_]+0xd4): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(ssl_privkey.o): in function `set_sigalg_prefs(bssl::Array<unsigned short>*, bssl::Span<unsigned short const, 18446744073709551615ul>)': ssl_privkey.cc:(.text+0x21c): undefined reference to `void std::__Cr::__sort<std::__Cr::__less<unsigned short, unsigned short>&, unsigned short*>(unsigned short*, unsigned short*, std::__Cr::__less<unsigned short, unsigned short>&)' /usr/bin/ld.bfd: ssl_privkey.cc:(.text+0x5e8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(ssl_privkey.o): in function `SSL_CTX_set1_sigalgs': ssl_privkey.cc:(.text+0x184): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(ssl_privkey.o): in function `parse_sigalg_pairs(bssl::Array<unsigned short>*, int const*, unsigned long)': ssl_privkey.cc:(.text+0x2a4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(ssl_privkey.o): in function `SSL_set1_sigalgs': ssl_privkey.cc:(.text+0x1c4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(ssl_privkey.o): in function `SSL_CTX_set1_sigalgs_list': ssl_privkey.cc:(.text+0x184): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(ssl_privkey.o):ssl_privkey.cc:(.text+0x84c): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(ssl_certificate.o): in function `webrtc::SSLCertificateStats::Copy() const': ssl_certificate.cc:(.text+0x7c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: ssl_certificate.cc:(.text+0x90): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: ssl_certificate.cc:(.text+0xa4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(ssl_certificate.o): in function `webrtc::SSLCertificate::GetStats() const': ssl_certificate.cc:(.text+0x1bc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: ssl_certificate.cc:(.text+0x1d0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(ssl_certificate.o): in function `webrtc::SSLCertChain::SSLCertChain(std::__Cr::unique_ptr<webrtc::SSLCertificate, std::__Cr::default_delete<webrtc::SSLCertificate> >)': ssl_certificate.cc:(.text+0x5c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(ssl_certificate.o): in function `webrtc::SSLCertChain::operator=(webrtc::SSLCertChain&&)': ssl_certificate.cc:(.text+0xc4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(ssl_certificate.o): in function `webrtc::SSLCertChain::~SSLCertChain()': ssl_certificate.cc:(.text+0xa4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(ssl_certificate.o):ssl_certificate.cc:(.text+0x13c): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(ssl_fingerprint.o): in function `webrtc::SSLFingerprint::ToString() const': ssl_fingerprint.cc:(.text+0x4c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: ssl_fingerprint.cc:(.text+0x60): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: ssl_fingerprint.cc:(.text+0x90): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(boringssl_certificate.o): in function `webrtc::BoringSSLCertificate::Generate(webrtc::OpenSSLKeyPair*, webrtc::SSLIdentityParams const&)': boringssl_certificate.cc:(.text+0x6c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(boringssl_certificate.o): in function `webrtc::BoringSSLCertificate::GetSignatureDigestAlgorithm(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*) const': boringssl_certificate.cc:(.text+0x308): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_external(char const*)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(message_digest.o): in function `webrtc::ComputeDigest(webrtc::MessageDigest*, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': message_digest.cc:(.text+0xf4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: message_digest.cc:(.text+0x108): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(message_digest.o): in function `webrtc::ComputeHmac(webrtc::MessageDigest*, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': message_digest.cc:(.text+0xf4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: message_digest.cc:(.text+0x108): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(openssl_digest.o): in function `webrtc::OpenSSLDigest::GetDigestName(env_md_st const*, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*)': openssl_digest.cc:(.text+0xb0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_external(char const*)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_format.o): in function `webrtc::SdpAudioFormat::SdpAudioFormat(webrtc::SdpAudioFormat const&)': audio_format.cc:(.text+0x40): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_format.o): in function `webrtc::SdpAudioFormat::SdpAudioFormat(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, int, unsigned long)': audio_format.cc:(.text+0xec): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: audio_format.cc:(.text+0x100): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_format.o): in function `webrtc::SdpAudioFormat::SdpAudioFormat(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, int, unsigned long, std::__Cr::map<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > > > const&)': audio_format.cc:(.text+0x130): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: audio_format.cc:(.text+0x144): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_format.o): in function `webrtc::SdpAudioFormat::SdpAudioFormat(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, int, unsigned long, std::__Cr::map<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::less<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > > >&&)': audio_format.cc:(.text+0x120): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_format.o):audio_format.cc:(.text+0x134): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_format.o): in function `webrtc::SdpAudioFormat::operator=(webrtc::SdpAudioFormat const&)': audio_format.cc:(.text+0x68): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: audio_format.cc:(.text+0x78): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(event_tracer.o): in function `webrtc::tracing::(anonymous namespace)::InternalAddTraceEvent(char, unsigned char const*, char const*, unsigned long long, int, char const**, unsigned char const*, unsigned long long const*, unsigned char)': event_tracer.cc:(.text+0x2b8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: event_tracer.cc:(.text+0x318): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: event_tracer.cc:(.text+0x510): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(event_tracer.o): in function `webrtc::tracing::(anonymous namespace)::EventLogger::Start(_IO_FILE*, bool)': event_tracer.cc:(.text+0x1e4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(event_tracer.o): in function `webrtc::tracing::StartInternalCapture(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': event_tracer.cc:(.text+0x17c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(event_tracer.o):event_tracer.cc:(.text+0x190): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(event_tracer.o): in function `void absl::internal_any_invocable::LocalInvoker<false, void, webrtc::tracing::(anonymous namespace)::EventLogger::Start(_IO_FILE*, bool)::{lambda()#1}&&>(absl::internal_any_invocable::TypeErasedState*)': event_tracer.cc:(.text+0x134): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: event_tracer.cc:(.text+0x1d0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: event_tracer.cc:(.text+0x210): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: event_tracer.cc:(.text+0x220): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: event_tracer.cc:(.text+0x240): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(event_tracer.o):event_tracer.cc:(.text+0x250): more undefined references to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(event_tracer.o): in function `void absl::internal_any_invocable::LocalInvoker<false, void, webrtc::tracing::(anonymous namespace)::EventLogger::Start(_IO_FILE*, bool)::{lambda()#1}&&>(absl::internal_any_invocable::TypeErasedState*)': event_tracer.cc:(.text+0x284): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::reserve(unsigned long)' /usr/bin/ld.bfd: event_tracer.cc:(.text+0x63c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: event_tracer.cc:(.text+0x7f8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: event_tracer.cc:(.text+0x80c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: event_tracer.cc:(.text+0x820): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: event_tracer.cc:(.text+0x834): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(platform_thread.o): in function `webrtc::PlatformThread::SpawnThread(absl::AnyInvocable<void () &&>, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, webrtc::ThreadAttributes, bool)': platform_thread.cc:(.text+0x21c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(platform_thread.o):platform_thread.cc:(.text+0x230): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(metrics.o): in function `webrtc::metrics::GetAndReset(std::__Cr::map<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::unique_ptr<webrtc::metrics::SampleInfo, std::__Cr::default_delete<webrtc::metrics::SampleInfo> >, webrtc::AbslStringViewCmp, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::unique_ptr<webrtc::metrics::SampleInfo, std::__Cr::default_delete<webrtc::metrics::SampleInfo> > > > >*)': metrics.cc:(.text+0x1b4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: metrics.cc:(.text+0x290): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: metrics.cc:(.text+0x2a4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(metrics.o): in function `webrtc::metrics::(anonymous namespace)::RtcHistogram::RtcHistogram(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, int, int, int)': metrics.cc:(.text+0x124): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: metrics.cc:(.text+0x138): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(metrics.o): in function `std::__Cr::pair<std::__Cr::__map_iterator<std::__Cr::__tree_iterator<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::unique_ptr<webrtc::metrics::(anonymous namespace)::RtcHistogram, std::__Cr::default_delete<webrtc::metrics::(anonymous namespace)::RtcHistogram> > >, std::__Cr::__tree_node<std::__Cr::__value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::unique_ptr<webrtc::metrics::(anonymous namespace)::RtcHistogram, std::__Cr::default_delete<webrtc::metrics::(anonymous namespace)::RtcHistogram> > >, void*>*, long> >, bool> std::__Cr::map<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::unique_ptr<webrtc::metrics::(anonymous namespace)::RtcHistogram, std::__Cr::default_delete<webrtc::metrics::(anonymous namespace)::RtcHistogram> >, webrtc::AbslStringViewCmp, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, std::__Cr::unique_ptr<webrtc::metrics::(anonymous namespace)::RtcHistogram, std::__Cr::default_delete<webrtc::metrics::(anonymous namespace)::RtcHistogram> > > > >::emplace<std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >&, webrtc::metrics::(anonymous namespace)::RtcHistogram*&>(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >&, webrtc::metrics::(anonymous namespace)::RtcHistogram*&)': metrics.cc:(.text+0x264): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(metrics.o):metrics.cc:(.text+0x278): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(physical_socket_server.o): in function `webrtc::PhysicalSocketServer::Add(webrtc::Dispatcher*)': physical_socket_server.cc:(.text+0x54): undefined reference to `std::__Cr::__hash_memory(void const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(physical_socket_server.o): in function `webrtc::PhysicalSocketServer::Update(webrtc::Dispatcher*)': physical_socket_server.cc:(.text+0x64): undefined reference to `std::__Cr::__hash_memory(void const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(physical_socket_server.o): in function `webrtc::PhysicalSocketServer::Remove(webrtc::Dispatcher*)': physical_socket_server.cc:(.text+0x54): undefined reference to `std::__Cr::__hash_memory(void const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(physical_socket_server.o): in function `webrtc::PhysicalSocketServer::~PhysicalSocketServer()': physical_socket_server.cc:(.text+0xcc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(physical_socket_server.o): in function `std::__Cr::unordered_map<webrtc::Dispatcher*, unsigned long, std::__Cr::hash<webrtc::Dispatcher*>, std::__Cr::equal_to<webrtc::Dispatcher*>, std::__Cr::allocator<std::__Cr::pair<webrtc::Dispatcher* const, unsigned long> > >::at(webrtc::Dispatcher* const&)': physical_socket_server.cc:(.text[_ZNSt4__Cr13unordered_mapIPN6webrtc10DispatcherEmNS_4hashIS3_EENS_8equal_toIS3_EENS_9allocatorINS_4pairIKS3_mEEEEE2atERSA_]+0x38): undefined reference to `std::__Cr::__hash_memory(void const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(physical_socket_server.o): in function `webrtc::PhysicalSocketServer::WaitEpoll(int)': physical_socket_server.cc:(.text+0x29c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(physical_socket_server.o): in function `webrtc::PhysicalSocketServer::WaitSelect(int, bool)': physical_socket_server.cc:(.text+0x590): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: physical_socket_server.cc:(.text+0x5f0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(physical_socket_server.o): in function `std::__Cr::__hash_table<std::__Cr::__hash_value_type<unsigned long, webrtc::Dispatcher*>, std::__Cr::__unordered_map_hasher<unsigned long, std::__Cr::pair<unsigned long const, webrtc::Dispatcher*>, std::__Cr::hash<unsigned long>, std::__Cr::equal_to<unsigned long> >, std::__Cr::__unordered_map_equal<unsigned long, std::__Cr::pair<unsigned long const, webrtc::Dispatcher*>, std::__Cr::equal_to<unsigned long>, std::__Cr::hash<unsigned long> >, std::__Cr::allocator<std::__Cr::pair<unsigned long const, webrtc::Dispatcher*> > >::__emplace_unique<unsigned long&, webrtc::Dispatcher*&>(unsigned long&, webrtc::Dispatcher*&)::{lambda(unsigned long const&, unsigned long&, webrtc::Dispatcher*&)#1}::operator()(unsigned long const&, unsigned long&, webrtc::Dispatcher*&) const': physical_socket_server.cc:(.text[_ZZNSt4__Cr12__hash_tableINS_17__hash_value_typeImPN6webrtc10DispatcherEEENS_22__unordered_map_hasherImNS_4pairIKmS4_EENS_4hashImEENS_8equal_toImEEEENS_21__unordered_map_equalImS9_SD_SB_EENS_9allocatorIS9_EEE16__emplace_uniqueIJRmRS4_EEENS7_INS_15__hash_iteratorIPNS_11__hash_nodeIS5_PvEEEEbEEDpOT_ENKUlRS8_SL_SM_E_clESX_SL_SM_]+0x164): undefined reference to `std::__Cr::__next_prime(unsigned long)' /usr/bin/ld.bfd: physical_socket_server.cc:(.text[_ZZNSt4__Cr12__hash_tableINS_17__hash_value_typeImPN6webrtc10DispatcherEEENS_22__unordered_map_hasherImNS_4pairIKmS4_EENS_4hashImEENS_8equal_toImEEEENS_21__unordered_map_equalImS9_SD_SB_EENS_9allocatorIS9_EEE16__emplace_uniqueIJRmRS4_EEENS7_INS_15__hash_iteratorIPNS_11__hash_nodeIS5_PvEEEEbEEDpOT_ENKUlRS8_SL_SM_E_clESX_SL_SM_]+0x1dc): undefined reference to `std::__Cr::__next_prime(unsigned long)' /usr/bin/ld.bfd: physical_socket_server.cc:(.text[_ZZNSt4__Cr12__hash_tableINS_17__hash_value_typeImPN6webrtc10DispatcherEEENS_22__unordered_map_hasherImNS_4pairIKmS4_EENS_4hashImEENS_8equal_toImEEEENS_21__unordered_map_equalImS9_SD_SB_EENS_9allocatorIS9_EEE16__emplace_uniqueIJRmRS4_EEENS7_INS_15__hash_iteratorIPNS_11__hash_nodeIS5_PvEEEEbEEDpOT_ENKUlRS8_SL_SM_E_clESX_SL_SM_]+0x2c8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(physical_socket_server.o): in function `std::__Cr::__hash_table<std::__Cr::__hash_value_type<webrtc::Dispatcher*, unsigned long>, std::__Cr::__unordered_map_hasher<webrtc::Dispatcher*, std::__Cr::pair<webrtc::Dispatcher* const, unsigned long>, std::__Cr::hash<webrtc::Dispatcher*>, std::__Cr::equal_to<webrtc::Dispatcher*> >, std::__Cr::__unordered_map_equal<webrtc::Dispatcher*, std::__Cr::pair<webrtc::Dispatcher* const, unsigned long>, std::__Cr::equal_to<webrtc::Dispatcher*>, std::__Cr::hash<webrtc::Dispatcher*> >, std::__Cr::allocator<std::__Cr::pair<webrtc::Dispatcher* const, unsigned long> > >::__emplace_unique<webrtc::Dispatcher*&, unsigned long&>(webrtc::Dispatcher*&, unsigned long&)::{lambda(webrtc::Dispatcher* const&, webrtc::Dispatcher*&, unsigned long&)#1}::operator()(webrtc::Dispatcher* const&, webrtc::Dispatcher*&, unsigned long&) const': physical_socket_server.cc:(.text[_ZZNSt4__Cr12__hash_tableINS_17__hash_value_typeIPN6webrtc10DispatcherEmEENS_22__unordered_map_hasherIS4_NS_4pairIKS4_mEENS_4hashIS4_EENS_8equal_toIS4_EEEENS_21__unordered_map_equalIS4_S9_SD_SB_EENS_9allocatorIS9_EEE16__emplace_uniqueIJRS4_RmEEENS7_INS_15__hash_iteratorIPNS_11__hash_nodeIS5_PvEEEEbEEDpOT_ENKUlRS8_SL_SM_E_clESX_SL_SM_]+0x3c): undefined reference to `std::__Cr::__hash_memory(void const*, unsigned long)' /usr/bin/ld.bfd: physical_socket_server.cc:(.text[_ZZNSt4__Cr12__hash_tableINS_17__hash_value_typeIPN6webrtc10DispatcherEmEENS_22__unordered_map_hasherIS4_NS_4pairIKS4_mEENS_4hashIS4_EENS_8equal_toIS4_EEEENS_21__unordered_map_equalIS4_S9_SD_SB_EENS_9allocatorIS9_EEE16__emplace_uniqueIJRS4_RmEEENS7_INS_15__hash_iteratorIPNS_11__hash_nodeIS5_PvEEEEbEEDpOT_ENKUlRS8_SL_SM_E_clESX_SL_SM_]+0x17c): undefined reference to `std::__Cr::__next_prime(unsigned long)' /usr/bin/ld.bfd: physical_socket_server.cc:(.text[_ZZNSt4__Cr12__hash_tableINS_17__hash_value_typeIPN6webrtc10DispatcherEmEENS_22__unordered_map_hasherIS4_NS_4pairIKS4_mEENS_4hashIS4_EENS_8equal_toIS4_EEEENS_21__unordered_map_equalIS4_S9_SD_SB_EENS_9allocatorIS9_EEE16__emplace_uniqueIJRS4_RmEEENS7_INS_15__hash_iteratorIPNS_11__hash_nodeIS5_PvEEEEbEEDpOT_ENKUlRS8_SL_SM_E_clESX_SL_SM_]+0x1f4): undefined reference to `std::__Cr::__next_prime(unsigned long)' /usr/bin/ld.bfd: physical_socket_server.cc:(.text[_ZZNSt4__Cr12__hash_tableINS_17__hash_value_typeIPN6webrtc10DispatcherEmEENS_22__unordered_map_hasherIS4_NS_4pairIKS4_mEENS_4hashIS4_EENS_8equal_toIS4_EEEENS_21__unordered_map_equalIS4_S9_SD_SB_EENS_9allocatorIS9_EEE16__emplace_uniqueIJRS4_RmEEENS7_INS_15__hash_iteratorIPNS_11__hash_nodeIS5_PvEEEEbEEDpOT_ENKUlRS8_SL_SM_E_clESX_SL_SM_]+0x2e4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(physical_socket_server.o): in function `unsigned long std::__Cr::__hash_table<std::__Cr::__hash_value_type<webrtc::Dispatcher*, unsigned long>, std::__Cr::__unordered_map_hasher<webrtc::Dispatcher*, std::__Cr::pair<webrtc::Dispatcher* const, unsigned long>, std::__Cr::hash<webrtc::Dispatcher*>, std::__Cr::equal_to<webrtc::Dispatcher*> >, std::__Cr::__unordered_map_equal<webrtc::Dispatcher*, std::__Cr::pair<webrtc::Dispatcher* const, unsigned long>, std::__Cr::equal_to<webrtc::Dispatcher*>, std::__Cr::hash<webrtc::Dispatcher*> >, std::__Cr::allocator<std::__Cr::pair<webrtc::Dispatcher* const, unsigned long> > >::__erase_unique<webrtc::Dispatcher*>(webrtc::Dispatcher* const&)': physical_socket_server.cc:(.text[_ZNSt4__Cr12__hash_tableINS_17__hash_value_typeIPN6webrtc10DispatcherEmEENS_22__unordered_map_hasherIS4_NS_4pairIKS4_mEENS_4hashIS4_EENS_8equal_toIS4_EEEENS_21__unordered_map_equalIS4_S9_SD_SB_EENS_9allocatorIS9_EEE14__erase_uniqueIS4_EEmRKT_]+0x3c): undefined reference to `std::__Cr::__hash_memory(void const*, unsigned long)' /usr/bin/ld.bfd: physical_socket_server.cc:(.text[_ZNSt4__Cr12__hash_tableINS_17__hash_value_typeIPN6webrtc10DispatcherEmEENS_22__unordered_map_hasherIS4_NS_4pairIKS4_mEENS_4hashIS4_EENS_8equal_toIS4_EEEENS_21__unordered_map_equalIS4_S9_SD_SB_EENS_9allocatorIS9_EEE14__erase_uniqueIS4_EEmRKT_]+0x130): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(physical_socket_server.o): in function `unsigned long std::__Cr::__hash_table<std::__Cr::__hash_value_type<unsigned long, webrtc::Dispatcher*>, std::__Cr::__unordered_map_hasher<unsigned long, std::__Cr::pair<unsigned long const, webrtc::Dispatcher*>, std::__Cr::hash<unsigned long>, std::__Cr::equal_to<unsigned long> >, std::__Cr::__unordered_map_equal<unsigned long, std::__Cr::pair<unsigned long const, webrtc::Dispatcher*>, std::__Cr::equal_to<unsigned long>, std::__Cr::hash<unsigned long> >, std::__Cr::allocator<std::__Cr::pair<unsigned long const, webrtc::Dispatcher*> > >::__erase_unique<unsigned long>(unsigned long const&)': physical_socket_server.cc:(.text[_ZNSt4__Cr12__hash_tableINS_17__hash_value_typeImPN6webrtc10DispatcherEEENS_22__unordered_map_hasherImNS_4pairIKmS4_EENS_4hashImEENS_8equal_toImEEEENS_21__unordered_map_equalImS9_SD_SB_EENS_9allocatorIS9_EEE14__erase_uniqueImEEmRKT_]+0x108): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(async_dns_resolver.o): in function `webrtc::AsyncDnsResolver::~AsyncDnsResolver()': async_dns_resolver.cc:(.text+0x154): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(async_dns_resolver.o): in function `webrtc::AsyncDnsResolverResultImpl::~AsyncDnsResolverResultImpl()': async_dns_resolver.cc:(.text[_ZN6webrtc26AsyncDnsResolverResultImplD2Ev]+0xb4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(async_dns_resolver.o): in function `webrtc::AsyncDnsResolverResultImpl::~AsyncDnsResolverResultImpl()': async_dns_resolver.cc:(.text[_ZN6webrtc26AsyncDnsResolverResultImplD0Ev]+0xa8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(async_dns_resolver.o):async_dns_resolver.cc:(.text+0x274): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(openssl_adapter.o): in function `webrtc::OpenSSLAdapter::StartSSL(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': openssl_adapter.cc:(.text+0x34): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_external(char const*, unsigned long)' /usr/bin/ld.bfd: openssl_adapter.cc:(.text+0x104): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(openssl_adapter.o): in function `webrtc::OpenSSLAdapter::BeginSSL()': openssl_adapter.cc:(.text+0x218): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: openssl_adapter.cc:(.text+0x240): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(openssl_adapter.o): in function `webrtc::TransformAlpnProtocols(std::__Cr::vector<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::allocator<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > > const&)': openssl_adapter.cc:(.text+0x120): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(openssl_adapter.o): in function `webrtc::OpenSSLAdapter::SSLInfoCallback(ssl_st const*, int, int)': openssl_adapter.cc:(.text+0x1f0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(openssl_adapter.o): in function `webrtc::OpenSSLAdapter::SSLVerifyInternal(int, ssl_st*, x509_store_ctx_st*)': openssl_adapter.cc:(.text+0x38c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: openssl_adapter.cc:(.text+0x3a0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(openssl_session_cache.o): in function `webrtc::OpenSSLSessionCache::AddSession(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, ssl_session_st*)': openssl_session_cache.cc:(.text+0x1c0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: openssl_session_cache.cc:(.text+0x1d4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(openssl_session_cache.o):openssl_session_cache.cc:(.text[_ZNSt4__Cr6__treeINS_12__value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEP14ssl_session_stEENS_19__map_value_compareIS7_NS_4pairIKS7_S9_EEN6webrtc17AbslStringViewCmpEEENS5_ISE_EEE14__tree_deleterclEPNS_11__tree_nodeISA_PvEE]+0x84): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(openssl_stream_adapter.o): in function `webrtc::OpenSSLStreamAdapter::SetDtlsSrtpCryptoSuites(std::__Cr::vector<int, std::__Cr::allocator<int> > const&)': openssl_stream_adapter.cc:(.text+0x98): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: openssl_stream_adapter.cc:(.text+0xb8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: openssl_stream_adapter.cc:(.text+0x16c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: openssl_stream_adapter.cc:(.text+0x178): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: openssl_stream_adapter.cc:(.text+0x1c4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(openssl_stream_adapter.o): in function `webrtc::OpenSSLStreamAdapter::SSLVerifyCallback(ssl_st*, unsigned char*)': openssl_stream_adapter.cc:(.text+0x280): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: openssl_stream_adapter.cc:(.text+0x294): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(openssl_stream_adapter.o): in function `webrtc::BufferT<unsigned char, false>::operator std::__Cr::enable_if<internal::BufferCompat<unsigned char, char>::value, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> > >::type<unsigned char>() const': openssl_stream_adapter.cc:(.text[_ZNK6webrtc7BufferTIhLb0EEcvNSt4__Cr9enable_ifIXsr8internal12BufferCompatIT_cEE5valueENS2_17basic_string_viewIcNS2_11char_traitsIcEEEEE4typeEIhEEv]+0x3c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: openssl_stream_adapter.cc:(.text[_ZNK6webrtc7BufferTIhLb0EEcvNSt4__Cr9enable_ifIXsr8internal12BufferCompatIT_cEE5valueENS2_17basic_string_viewIcNS2_11char_traitsIcEEEEE4typeEIhEEv]+0x50): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(openssl_stream_adapter.o):openssl_stream_adapter.cc:(.text[_ZNSt4__Cr6vectorItNS_9allocatorItEEE18__assign_with_sizeINS_17_ClassicAlgPolicyEPtS6_EEvT0_T1_l]+0x17c): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(aec_dump.o): in function `webrtc::InternalAPMConfig::InternalAPMConfig(webrtc::InternalAPMConfig const&)': aec_dump.cc:(.text+0x3c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(aec_dump.o): in function `webrtc::InternalAPMConfig::operator=(webrtc::InternalAPMConfig const&)': aec_dump.cc:(.text+0x6c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: aec_dump.cc:(.text+0x80): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(gain_controller2.o): in function `webrtc::GainController2::Process(bool, webrtc::AudioBuffer*)': gain_controller2.cc:(.text+0x438): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: gain_controller2.cc:(.text+0x44c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(input_volume_controller.o): in function `webrtc::InputVolumeController::InputVolumeController(int, webrtc::InputVolumeController::Config const&)': input_volume_controller.cc:(.text+0x270): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: input_volume_controller.cc:(.text+0x284): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(input_volume_controller.o): in function `webrtc::InputVolumeController::~InputVolumeController()': input_volume_controller.cc:(.text+0xb4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(input_volume_controller.o):input_volume_controller.cc:(.text+0xf8): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(aec_dump_impl.o): in function `webrtc::AecDumpImpl::WriteRenderStreamMessage(webrtc::AudioFrameView<float const> const&)': aec_dump_impl.cc:(.text+0x8c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_external(char const*, unsigned long)' /usr/bin/ld.bfd: aec_dump_impl.cc:(.text+0x180): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(aec_dump_impl.o): in function `webrtc::AecDumpImpl::WriteRenderStreamMessage(float const* const*, int, int)': aec_dump_impl.cc:(.text+0xa0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_external(char const*, unsigned long)' /usr/bin/ld.bfd: aec_dump_impl.cc:(.text+0x164): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(capture_stream_info.o): in function `webrtc::CaptureStreamInfo::AddInputChannel(webrtc::ArrayView<float const, -4711l>)': capture_stream_info.cc:(.text+0x6c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_external(char const*, unsigned long)' /usr/bin/ld.bfd: capture_stream_info.cc:(.text+0xa0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(capture_stream_info.o): in function `webrtc::CaptureStreamInfo::AddOutputChannel(webrtc::ArrayView<float const, -4711l>)': capture_stream_info.cc:(.text+0x6c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_external(char const*, unsigned long)' /usr/bin/ld.bfd: capture_stream_info.cc:(.text+0xa0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(capture_stream_info.o): in function `webrtc::CaptureStreamInfo::AddInput(short const*, int, int)': capture_stream_info.cc:(.text+0xa8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: capture_stream_info.cc:(.text+0xbc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(capture_stream_info.o): in function `webrtc::CaptureStreamInfo::AddOutput(short const*, int, int)': capture_stream_info.cc:(.text+0xa8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: capture_stream_info.cc:(.text+0xbc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(arena.o):arena.cc:(.text+0x164): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(arenastring.o): in function `google::protobuf::internal::ArenaStringPtr::Set(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, google::protobuf::Arena*)': arenastring.cc:(.text+0x54): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_external(char const*, unsigned long)' /usr/bin/ld.bfd: arenastring.cc:(.text+0xc4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(arenastring.o): in function `void google::protobuf::internal::ArenaStringPtr::Set<>(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, google::protobuf::Arena*)': arenastring.cc:(.text+0xa0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: arenastring.cc:(.text+0xec): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(arenastring.o): in function `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >* google::protobuf::internal::ArenaStringPtr::MutableSlow<google::protobuf::internal::LazyString>(google::protobuf::Arena*, google::protobuf::internal::LazyString const&)': arenastring.cc:(.text[_ZN6google8protobuf8internal14ArenaStringPtr11MutableSlowIJNS1_10LazyStringEEEEPNSt4__Cr12basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEEPNS0_5ArenaEDpRKT_]+0x5c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: arenastring.cc:(.text[_ZN6google8protobuf8internal14ArenaStringPtr11MutableSlowIJNS1_10LazyStringEEEEPNSt4__Cr12basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEEPNS0_5ArenaEDpRKT_]+0xac): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(arenastring.o): in function `google::protobuf::internal::ArenaStringPtr::Release()': arenastring.cc:(.text+0x88): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(arenastring.o): in function `google::protobuf::internal::ArenaStringPtr::ClearToDefault(google::protobuf::internal::LazyString const&, google::protobuf::Arena*)': arenastring.cc:(.text+0x7c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: arenastring.cc:(.text+0x94): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(parse_context.o): in function `google::protobuf::internal::EpsCopyInputStream::ReadStringFallback(char const*, int, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*)': parse_context.cc:(.text+0x88): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::reserve(unsigned long)' /usr/bin/ld.bfd: parse_context.cc:(.text+0xac): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: parse_context.cc:(.text+0x114): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(parse_context.o): in function `google::protobuf::internal::EpsCopyInputStream::VerifyUTF8(char const*, unsigned long)': parse_context.cc:(.text+0x88): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: parse_context.cc:(.text+0x9c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(parse_context.o): in function `google::protobuf::internal::EpsCopyInputStream::AppendStringFallback(char const*, int, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*)': parse_context.cc:(.text+0x68): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::reserve(unsigned long)' /usr/bin/ld.bfd: parse_context.cc:(.text+0x8c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: parse_context.cc:(.text+0xf4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(parse_context.o): in function `google::protobuf::internal::EpsCopyInputStream::ReadCordFallback(char const*, int, absl::Cord*)': parse_context.cc:(.text+0x384): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: parse_context.cc:(.text+0x398): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(parse_context.o): in function `google::protobuf::internal::WriteLengthDelimited(unsigned int, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*)': parse_context.cc:(.text+0x2a8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(parse_context.o): in function `google::protobuf::internal::StringParser(char const*, char const*, void*, google::protobuf::internal::ParseContext*)': parse_context.cc:(.text+0x24): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(parse_context.o): in function `google::protobuf::internal::VerifyUTF8(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, char const*)': parse_context.cc:(.text+0x78): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(parse_context.o): in function `google::protobuf::internal::EpsCopyInputStream::VerifyUTF8Fallback(char const*, unsigned long)::$_0::operator()(char const*, int) const': parse_context.cc:(.text+0x174): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: parse_context.cc:(.text+0x188): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: parse_context.cc:(.text+0x19c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(parse_context.o): in function `absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator<< <google::protobuf::RepeatedField<unsigned int>*>(google::protobuf::RepeatedField<unsigned int>* const&)': parse_context.cc:(.text[_ZN4absl12log_internal10LogMessagelsIPN6google8protobuf13RepeatedFieldIjEEEERS1_RKT_]+0x50): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(void const*)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(parse_context.o): in function `absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator<< <google::protobuf::RepeatedField<int>*>(google::protobuf::RepeatedField<int>* const&)': parse_context.cc:(.text[_ZN4absl12log_internal10LogMessagelsIPN6google8protobuf13RepeatedFieldIiEEEERS1_RKT_]+0x50): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(void const*)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(parse_context.o): in function `absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator<< <google::protobuf::RepeatedField<unsigned long>*>(google::protobuf::RepeatedField<unsigned long>* const&)': parse_context.cc:(.text[_ZN4absl12log_internal10LogMessagelsIPN6google8protobuf13RepeatedFieldImEEEERS1_RKT_]+0x50): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(void const*)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(parse_context.o): in function `absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator<< <google::protobuf::RepeatedField<long>*>(google::protobuf::RepeatedField<long>* const&)': parse_context.cc:(.text[_ZN4absl12log_internal10LogMessagelsIPN6google8protobuf13RepeatedFieldIlEEEERS1_RKT_]+0x50): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(void const*)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(parse_context.o): in function `absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator<< <google::protobuf::RepeatedField<float>*>(google::protobuf::RepeatedField<float>* const&)': parse_context.cc:(.text[_ZN4absl12log_internal10LogMessagelsIPN6google8protobuf13RepeatedFieldIfEEEERS1_RKT_]+0x50): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(void const*)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(parse_context.o):parse_context.cc:(.text[_ZN4absl12log_internal10LogMessagelsIPN6google8protobuf13RepeatedFieldIdEEEERS1_RKT_]+0x50): more undefined references to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(void const*)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(parse_context.o): in function `google::protobuf::internal::UnknownFieldLiteParserHelper::AddFixed64(unsigned int, unsigned long)': parse_context.cc:(.text[_ZN6google8protobuf8internal28UnknownFieldLiteParserHelper10AddFixed64Ejm]+0x180): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(parse_context.o): in function `google::protobuf::internal::UnknownFieldLiteParserHelper::ParseLengthDelimited(unsigned int, char const*, google::protobuf::internal::ParseContext*)': parse_context.cc:(.text[_ZN6google8protobuf8internal28UnknownFieldLiteParserHelper20ParseLengthDelimitedEjPKcPNS1_12ParseContextE]+0x3ac): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(parse_context.o): in function `absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator<< <13>(char const (&) [13])': parse_context.cc:(.text[_ZN4absl12log_internal10LogMessagelsILi13EEERS1_RAT__Kc]+0x58): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(parse_context.o): in function `google::protobuf::internal::UnknownFieldLiteParserHelper::AddFixed32(unsigned int, unsigned int)': parse_context.cc:(.text[_ZN6google8protobuf8internal28UnknownFieldLiteParserHelper10AddFixed32Ejj]+0x170): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(parse_context.o): in function `google::protobuf::internal::MicroString::SetInChunks<google::protobuf::internal::EpsCopyInputStream::ReadMicroStringFallback(char const*, int, google::protobuf::internal::MicroString&, google::protobuf::Arena*)::$_0>(unsigned long, google::protobuf::Arena*, google::protobuf::internal::EpsCopyInputStream::ReadMicroStringFallback(char const*, int, google::protobuf::internal::MicroString&, google::protobuf::Arena*)::$_0, unsigned long)::{lambda(google::protobuf::internal::MicroString::StringRep*)#1}::operator()(google::protobuf::internal::MicroString::StringRep*) const': parse_context.cc:(.text+0x84): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: parse_context.cc:(.text+0xf8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: parse_context.cc:(.text+0x164): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: parse_context.cc:(.text+0x178): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(parse_context.o): in function `google::protobuf::internal::MicroString::SetInChunks<google::protobuf::internal::EpsCopyInputStream::ReadMicroStringFallback(char const*, int, google::protobuf::internal::MicroString&, google::protobuf::Arena*)::$_0>(unsigned long, google::protobuf::Arena*, google::protobuf::internal::EpsCopyInputStream::ReadMicroStringFallback(char const*, int, google::protobuf::internal::MicroString&, google::protobuf::Arena*)::$_0, unsigned long)::{lambda(char*)#1}::operator()(char*) const': parse_context.cc:(.text+0x140): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: parse_context.cc:(.text+0x154): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(repeated_ptr_field.o): in function `google::protobuf::internal::CloneSlow(google::protobuf::Arena*, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&)': repeated_ptr_field.cc:(.text+0x74): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(repeated_ptr_field.o): in function `void google::protobuf::internal::RepeatedPtrFieldBase::MergeFrom<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >(google::protobuf::internal::RepeatedPtrFieldBase const&, google::protobuf::Arena*)': repeated_ptr_field.cc:(.text+0x108): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: repeated_ptr_field.cc:(.text+0x154): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: repeated_ptr_field.cc:(.text+0x164): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: repeated_ptr_field.cc:(.text+0x1d0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(wire_format_lite.o): in function `google::protobuf::internal::WireFormatLite::VerifyUtf8String(char const*, int, google::protobuf::internal::WireFormatLite::Operation, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': wire_format_lite.cc:(.text+0xa4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: wire_format_lite.cc:(.text+0xb8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(check_op.o): in function `char const* absl::log_internal::MakeCheckOpString<bool, bool>(bool, bool, char const*)': check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIbbEEPKcT_T0_S3_]+0x2c): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIbbEEPKcT_T0_S3_]+0x30): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIbbEEPKcT_T0_S3_]+0x70): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIbbEEPKcT_T0_S3_]+0x74): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIbbEEPKcT_T0_S3_]+0xa8): undefined reference to `std::__Cr::ios_base::init(void*)' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIbbEEPKcT_T0_S3_]+0xc0): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIbbEEPKcT_T0_S3_]+0xc8): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIbbEEPKcT_T0_S3_]+0xd8): undefined reference to `std::__Cr::locale::locale()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIbbEEPKcT_T0_S3_]+0xe0): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIbbEEPKcT_T0_S3_]+0xe8): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIbbEEPKcT_T0_S3_]+0x13c): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(bool)' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIbbEEPKcT_T0_S3_]+0x15c): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(bool)' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIbbEEPKcT_T0_S3_]+0x188): undefined reference to `std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::str() const' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIbbEEPKcT_T0_S3_]+0x1d4): undefined reference to `std::__Cr::locale::~locale()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIbbEEPKcT_T0_S3_]+0x1e0): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::~basic_ostream()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIbbEEPKcT_T0_S3_]+0x1e8): undefined reference to `std::__Cr::basic_ios<char, std::__Cr::char_traits<char> >::~basic_ios()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(check_op.o): in function `absl::log_internal::CheckOpMessageBuilder::NewString()': check_op.cc:(.text+0x38): undefined reference to `std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::str() const' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(check_op.o): in function `char const* absl::log_internal::MakeCheckOpString<long, long>(long, long, char const*)': check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIllEEPKcT_T0_S3_]+0x2c): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIllEEPKcT_T0_S3_]+0x30): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIllEEPKcT_T0_S3_]+0x70): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIllEEPKcT_T0_S3_]+0x74): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIllEEPKcT_T0_S3_]+0xa8): undefined reference to `std::__Cr::ios_base::init(void*)' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIllEEPKcT_T0_S3_]+0xc0): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIllEEPKcT_T0_S3_]+0xc8): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIllEEPKcT_T0_S3_]+0xd8): undefined reference to `std::__Cr::locale::locale()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIllEEPKcT_T0_S3_]+0xe0): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIllEEPKcT_T0_S3_]+0xe8): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIllEEPKcT_T0_S3_]+0x13c): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(long)' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIllEEPKcT_T0_S3_]+0x15c): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(long)' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIllEEPKcT_T0_S3_]+0x188): undefined reference to `std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::str() const' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIllEEPKcT_T0_S3_]+0x1d4): undefined reference to `std::__Cr::locale::~locale()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIllEEPKcT_T0_S3_]+0x1e0): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::~basic_ostream()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIllEEPKcT_T0_S3_]+0x1e8): undefined reference to `std::__Cr::basic_ios<char, std::__Cr::char_traits<char> >::~basic_ios()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(check_op.o): in function `char const* absl::log_internal::MakeCheckOpString<unsigned long, unsigned long>(unsigned long, unsigned long, char const*)': check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImmEEPKcT_T0_S3_]+0x2c): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImmEEPKcT_T0_S3_]+0x30): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImmEEPKcT_T0_S3_]+0x70): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImmEEPKcT_T0_S3_]+0x74): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImmEEPKcT_T0_S3_]+0xa8): undefined reference to `std::__Cr::ios_base::init(void*)' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImmEEPKcT_T0_S3_]+0xc0): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImmEEPKcT_T0_S3_]+0xc8): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImmEEPKcT_T0_S3_]+0xd8): undefined reference to `std::__Cr::locale::locale()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImmEEPKcT_T0_S3_]+0xe0): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImmEEPKcT_T0_S3_]+0xe8): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImmEEPKcT_T0_S3_]+0x13c): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(unsigned long)' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImmEEPKcT_T0_S3_]+0x15c): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(unsigned long)' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImmEEPKcT_T0_S3_]+0x188): undefined reference to `std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::str() const' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImmEEPKcT_T0_S3_]+0x1d4): undefined reference to `std::__Cr::locale::~locale()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImmEEPKcT_T0_S3_]+0x1e0): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::~basic_ostream()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImmEEPKcT_T0_S3_]+0x1e8): undefined reference to `std::__Cr::basic_ios<char, std::__Cr::char_traits<char> >::~basic_ios()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(check_op.o): in function `char const* absl::log_internal::MakeCheckOpString<float, float>(float, float, char const*)': check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIffEEPKcT_T0_S3_]+0x30): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIffEEPKcT_T0_S3_]+0x34): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIffEEPKcT_T0_S3_]+0x70): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIffEEPKcT_T0_S3_]+0x74): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIffEEPKcT_T0_S3_]+0xa8): undefined reference to `std::__Cr::ios_base::init(void*)' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIffEEPKcT_T0_S3_]+0xc0): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIffEEPKcT_T0_S3_]+0xc8): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIffEEPKcT_T0_S3_]+0xd8): undefined reference to `std::__Cr::locale::locale()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIffEEPKcT_T0_S3_]+0xe0): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIffEEPKcT_T0_S3_]+0xe8): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIffEEPKcT_T0_S3_]+0x13c): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(float)' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIffEEPKcT_T0_S3_]+0x15c): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(float)' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIffEEPKcT_T0_S3_]+0x188): undefined reference to `std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::str() const' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIffEEPKcT_T0_S3_]+0x1d4): undefined reference to `std::__Cr::locale::~locale()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIffEEPKcT_T0_S3_]+0x1e0): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::~basic_ostream()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIffEEPKcT_T0_S3_]+0x1e8): undefined reference to `std::__Cr::basic_ios<char, std::__Cr::char_traits<char> >::~basic_ios()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(check_op.o): in function `char const* absl::log_internal::MakeCheckOpString<double, double>(double, double, char const*)': check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIddEEPKcT_T0_S3_]+0x30): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIddEEPKcT_T0_S3_]+0x34): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIddEEPKcT_T0_S3_]+0x70): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIddEEPKcT_T0_S3_]+0x74): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIddEEPKcT_T0_S3_]+0xa8): undefined reference to `std::__Cr::ios_base::init(void*)' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIddEEPKcT_T0_S3_]+0xc0): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIddEEPKcT_T0_S3_]+0xc8): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIddEEPKcT_T0_S3_]+0xd8): undefined reference to `std::__Cr::locale::locale()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIddEEPKcT_T0_S3_]+0xe0): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIddEEPKcT_T0_S3_]+0xe8): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIddEEPKcT_T0_S3_]+0x13c): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(double)' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIddEEPKcT_T0_S3_]+0x15c): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(double)' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIddEEPKcT_T0_S3_]+0x188): undefined reference to `std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::str() const' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIddEEPKcT_T0_S3_]+0x1d4): undefined reference to `std::__Cr::locale::~locale()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIddEEPKcT_T0_S3_]+0x1e0): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::~basic_ostream()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIddEEPKcT_T0_S3_]+0x1e8): undefined reference to `std::__Cr::basic_ios<char, std::__Cr::char_traits<char> >::~basic_ios()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(check_op.o): in function `char const* absl::log_internal::MakeCheckOpString<char, char>(char, char, char const*)': check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIccEEPKcT_T0_S3_]+0x2c): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIccEEPKcT_T0_S3_]+0x30): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIccEEPKcT_T0_S3_]+0x80): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIccEEPKcT_T0_S3_]+0x84): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIccEEPKcT_T0_S3_]+0xbc): undefined reference to `std::__Cr::ios_base::init(void*)' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIccEEPKcT_T0_S3_]+0xd4): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIccEEPKcT_T0_S3_]+0xdc): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIccEEPKcT_T0_S3_]+0xec): undefined reference to `std::__Cr::locale::locale()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIccEEPKcT_T0_S3_]+0xf0): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIccEEPKcT_T0_S3_]+0xfc): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIccEEPKcT_T0_S3_]+0x1ac): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(int)' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIccEEPKcT_T0_S3_]+0x220): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(int)' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIccEEPKcT_T0_S3_]+0x250): undefined reference to `std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::str() const' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIccEEPKcT_T0_S3_]+0x2a0): undefined reference to `std::__Cr::locale::~locale()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIccEEPKcT_T0_S3_]+0x2ac): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::~basic_ostream()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIccEEPKcT_T0_S3_]+0x2b4): undefined reference to `std::__Cr::basic_ios<char, std::__Cr::char_traits<char> >::~basic_ios()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(check_op.o): in function `absl::log_internal::MakeCheckOpValueString(std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >&, char)': check_op.cc:(.text+0x8c): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(int)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(check_op.o): in function `char const* absl::log_internal::MakeCheckOpString<unsigned char, unsigned char>(unsigned char, unsigned char, char const*)': check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIhhEEPKcT_T0_S3_]+0x2c): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIhhEEPKcT_T0_S3_]+0x30): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIhhEEPKcT_T0_S3_]+0x80): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIhhEEPKcT_T0_S3_]+0x84): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIhhEEPKcT_T0_S3_]+0xbc): undefined reference to `std::__Cr::ios_base::init(void*)' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIhhEEPKcT_T0_S3_]+0xd4): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIhhEEPKcT_T0_S3_]+0xdc): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIhhEEPKcT_T0_S3_]+0xec): undefined reference to `std::__Cr::locale::locale()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIhhEEPKcT_T0_S3_]+0xf0): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIhhEEPKcT_T0_S3_]+0xfc): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIhhEEPKcT_T0_S3_]+0x1ac): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(int)' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIhhEEPKcT_T0_S3_]+0x220): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(int)' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIhhEEPKcT_T0_S3_]+0x250): undefined reference to `std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::str() const' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIhhEEPKcT_T0_S3_]+0x2a0): undefined reference to `std::__Cr::locale::~locale()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIhhEEPKcT_T0_S3_]+0x2ac): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::~basic_ostream()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIhhEEPKcT_T0_S3_]+0x2b4): undefined reference to `std::__Cr::basic_ios<char, std::__Cr::char_traits<char> >::~basic_ios()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(check_op.o): in function `absl::log_internal::MakeCheckOpValueString(std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >&, unsigned char)': check_op.cc:(.text+0x8c): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(int)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(check_op.o): in function `char const* absl::log_internal::MakeCheckOpString<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&>(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, char const*)': check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIRKNSt4__Cr12basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEESA_EEPKcT_T0_SC_]+0x2c): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIRKNSt4__Cr12basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEESA_EEPKcT_T0_SC_]+0x30): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIRKNSt4__Cr12basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEESA_EEPKcT_T0_SC_]+0x70): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIRKNSt4__Cr12basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEESA_EEPKcT_T0_SC_]+0x74): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIRKNSt4__Cr12basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEESA_EEPKcT_T0_SC_]+0xa8): undefined reference to `std::__Cr::ios_base::init(void*)' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIRKNSt4__Cr12basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEESA_EEPKcT_T0_SC_]+0xc0): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIRKNSt4__Cr12basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEESA_EEPKcT_T0_SC_]+0xc8): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIRKNSt4__Cr12basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEESA_EEPKcT_T0_SC_]+0xd8): undefined reference to `std::__Cr::locale::locale()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIRKNSt4__Cr12basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEESA_EEPKcT_T0_SC_]+0xe0): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIRKNSt4__Cr12basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEESA_EEPKcT_T0_SC_]+0xe8): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIRKNSt4__Cr12basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEESA_EEPKcT_T0_SC_]+0x1b0): undefined reference to `std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::str() const' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIRKNSt4__Cr12basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEESA_EEPKcT_T0_SC_]+0x1fc): undefined reference to `std::__Cr::locale::~locale()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIRKNSt4__Cr12basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEESA_EEPKcT_T0_SC_]+0x208): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::~basic_ostream()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIRKNSt4__Cr12basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEESA_EEPKcT_T0_SC_]+0x210): undefined reference to `std::__Cr::basic_ios<char, std::__Cr::char_traits<char> >::~basic_ios()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(check_op.o): in function `char const* absl::log_internal::MakeCheckOpString<std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> > const&, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> > const&>(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> > const&, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> > const&, char const*)': check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIRKNSt4__Cr17basic_string_viewIcNS2_11char_traitsIcEEEES8_EEPKcT_T0_SA_]+0x2c): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIRKNSt4__Cr17basic_string_viewIcNS2_11char_traitsIcEEEES8_EEPKcT_T0_SA_]+0x30): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIRKNSt4__Cr17basic_string_viewIcNS2_11char_traitsIcEEEES8_EEPKcT_T0_SA_]+0x70): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIRKNSt4__Cr17basic_string_viewIcNS2_11char_traitsIcEEEES8_EEPKcT_T0_SA_]+0x74): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIRKNSt4__Cr17basic_string_viewIcNS2_11char_traitsIcEEEES8_EEPKcT_T0_SA_]+0xa8): undefined reference to `std::__Cr::ios_base::init(void*)' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIRKNSt4__Cr17basic_string_viewIcNS2_11char_traitsIcEEEES8_EEPKcT_T0_SA_]+0xc0): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIRKNSt4__Cr17basic_string_viewIcNS2_11char_traitsIcEEEES8_EEPKcT_T0_SA_]+0xc8): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIRKNSt4__Cr17basic_string_viewIcNS2_11char_traitsIcEEEES8_EEPKcT_T0_SA_]+0xd8): undefined reference to `std::__Cr::locale::locale()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIRKNSt4__Cr17basic_string_viewIcNS2_11char_traitsIcEEEES8_EEPKcT_T0_SA_]+0xe0): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIRKNSt4__Cr17basic_string_viewIcNS2_11char_traitsIcEEEES8_EEPKcT_T0_SA_]+0xe8): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIRKNSt4__Cr17basic_string_viewIcNS2_11char_traitsIcEEEES8_EEPKcT_T0_SA_]+0x188): undefined reference to `std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::str() const' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIRKNSt4__Cr17basic_string_viewIcNS2_11char_traitsIcEEEES8_EEPKcT_T0_SA_]+0x1d4): undefined reference to `std::__Cr::locale::~locale()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIRKNSt4__Cr17basic_string_viewIcNS2_11char_traitsIcEEEES8_EEPKcT_T0_SA_]+0x1e0): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::~basic_ostream()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIRKNSt4__Cr17basic_string_viewIcNS2_11char_traitsIcEEEES8_EEPKcT_T0_SA_]+0x1e8): undefined reference to `std::__Cr::basic_ios<char, std::__Cr::char_traits<char> >::~basic_ios()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(check_op.o): in function `char const* absl::log_internal::MakeCheckOpString<char const*, char const*>(char const*, char const*, char const*)': check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKcS3_EES3_T_T0_S3_]+0x2c): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKcS3_EES3_T_T0_S3_]+0x30): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKcS3_EES3_T_T0_S3_]+0x70): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKcS3_EES3_T_T0_S3_]+0x74): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKcS3_EES3_T_T0_S3_]+0xa8): undefined reference to `std::__Cr::ios_base::init(void*)' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKcS3_EES3_T_T0_S3_]+0xc0): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKcS3_EES3_T_T0_S3_]+0xc8): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKcS3_EES3_T_T0_S3_]+0xd8): undefined reference to `std::__Cr::locale::locale()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKcS3_EES3_T_T0_S3_]+0xe0): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKcS3_EES3_T_T0_S3_]+0xe8): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKcS3_EES3_T_T0_S3_]+0x1b8): undefined reference to `std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::str() const' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKcS3_EES3_T_T0_S3_]+0x204): undefined reference to `std::__Cr::locale::~locale()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKcS3_EES3_T_T0_S3_]+0x210): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::~basic_ostream()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKcS3_EES3_T_T0_S3_]+0x218): undefined reference to `std::__Cr::basic_ios<char, std::__Cr::char_traits<char> >::~basic_ios()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(check_op.o): in function `char const* absl::log_internal::MakeCheckOpString<signed char const*, signed char const*>(signed char const*, signed char const*, char const*)': check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKaS3_EEPKcT_T0_S5_]+0x2c): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKaS3_EEPKcT_T0_S5_]+0x30): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKaS3_EEPKcT_T0_S5_]+0x70): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKaS3_EEPKcT_T0_S5_]+0x74): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKaS3_EEPKcT_T0_S5_]+0xa8): undefined reference to `std::__Cr::ios_base::init(void*)' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKaS3_EEPKcT_T0_S5_]+0xc0): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKaS3_EEPKcT_T0_S5_]+0xc8): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKaS3_EEPKcT_T0_S5_]+0xd8): undefined reference to `std::__Cr::locale::locale()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKaS3_EEPKcT_T0_S5_]+0xe0): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKaS3_EEPKcT_T0_S5_]+0xe8): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKaS3_EEPKcT_T0_S5_]+0x1b8): undefined reference to `std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::str() const' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKaS3_EEPKcT_T0_S5_]+0x204): undefined reference to `std::__Cr::locale::~locale()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKaS3_EEPKcT_T0_S5_]+0x210): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::~basic_ostream()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKaS3_EEPKcT_T0_S5_]+0x218): undefined reference to `std::__Cr::basic_ios<char, std::__Cr::char_traits<char> >::~basic_ios()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(check_op.o): in function `char const* absl::log_internal::MakeCheckOpString<unsigned char const*, unsigned char const*>(unsigned char const*, unsigned char const*, char const*)': check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKhS3_EEPKcT_T0_S5_]+0x2c): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKhS3_EEPKcT_T0_S5_]+0x30): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKhS3_EEPKcT_T0_S5_]+0x70): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKhS3_EEPKcT_T0_S5_]+0x74): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKhS3_EEPKcT_T0_S5_]+0xa8): undefined reference to `std::__Cr::ios_base::init(void*)' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKhS3_EEPKcT_T0_S5_]+0xc0): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKhS3_EEPKcT_T0_S5_]+0xc8): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKhS3_EEPKcT_T0_S5_]+0xd8): undefined reference to `std::__Cr::locale::locale()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKhS3_EEPKcT_T0_S5_]+0xe0): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKhS3_EEPKcT_T0_S5_]+0xe8): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKhS3_EEPKcT_T0_S5_]+0x1b8): undefined reference to `std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::str() const' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKhS3_EEPKcT_T0_S5_]+0x204): undefined reference to `std::__Cr::locale::~locale()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKhS3_EEPKcT_T0_S5_]+0x210): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::~basic_ostream()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKhS3_EEPKcT_T0_S5_]+0x218): undefined reference to `std::__Cr::basic_ios<char, std::__Cr::char_traits<char> >::~basic_ios()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(check_op.o): in function `char const* absl::log_internal::MakeCheckOpString<void const*, void const*>(void const*, void const*, char const*)': check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKvS3_EEPKcT_T0_S5_]+0x2c): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKvS3_EEPKcT_T0_S5_]+0x30): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKvS3_EEPKcT_T0_S5_]+0x70): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKvS3_EEPKcT_T0_S5_]+0x74): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKvS3_EEPKcT_T0_S5_]+0xa8): undefined reference to `std::__Cr::ios_base::init(void*)' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKvS3_EEPKcT_T0_S5_]+0xc0): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKvS3_EEPKcT_T0_S5_]+0xc8): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKvS3_EEPKcT_T0_S5_]+0xd8): undefined reference to `std::__Cr::locale::locale()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKvS3_EEPKcT_T0_S5_]+0xdc): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKvS3_EEPKcT_T0_S5_]+0xe8): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKvS3_EEPKcT_T0_S5_]+0x140): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(void const*)' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKvS3_EEPKcT_T0_S5_]+0x17c): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(void const*)' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKvS3_EEPKcT_T0_S5_]+0x1c4): undefined reference to `std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::str() const' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKvS3_EEPKcT_T0_S5_]+0x214): undefined reference to `std::__Cr::locale::~locale()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKvS3_EEPKcT_T0_S5_]+0x220): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::~basic_ostream()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIPKvS3_EEPKcT_T0_S5_]+0x228): undefined reference to `std::__Cr::basic_ios<char, std::__Cr::char_traits<char> >::~basic_ios()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(check_op.o): in function `absl::log_internal::MakeCheckOpValueString(std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >&, void const*)': check_op.cc:(.text+0x8): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(void const*)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(check_op.o): in function `absl::log_internal::CheckOpMessageBuilder::CheckOpMessageBuilder(char const*)': check_op.cc:(.text+0x18): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text+0x1c): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text+0x24): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text+0x28): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text+0x60): undefined reference to `std::__Cr::ios_base::init(void*)' /usr/bin/ld.bfd: check_op.cc:(.text+0x7c): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: check_op.cc:(.text+0x80): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: check_op.cc:(.text+0x90): undefined reference to `std::__Cr::locale::locale()' /usr/bin/ld.bfd: check_op.cc:(.text+0x94): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: check_op.cc:(.text+0xa0): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(check_op.o): in function `absl::log_internal::MakeCheckOpValueString(std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >&, signed char)': check_op.cc:(.text+0x94): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(int)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(check_op.o): in function `absl::log_internal::detect_specialization::StringifySink::Append(unsigned long, char)': check_op.cc:(.text+0x30): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::put(char)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(check_op.o): in function `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >& std::__Cr::__put_character_sequence<char, std::__Cr::char_traits<char> >(std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >&, char const*, unsigned long)': check_op.cc:(.text[_ZNSt4__Cr24__put_character_sequenceIcNS_11char_traitsIcEEEERNS_13basic_ostreamIT_T0_EES7_PKS4_m]+0x3c): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::sentry::sentry(std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >&)' /usr/bin/ld.bfd: check_op.cc:(.text[_ZNSt4__Cr24__put_character_sequenceIcNS_11char_traitsIcEEEERNS_13basic_ostreamIT_T0_EES7_PKS4_m]+0x90): undefined reference to `std::__Cr::ios_base::getloc() const' /usr/bin/ld.bfd: check_op.cc:(.text[_ZNSt4__Cr24__put_character_sequenceIcNS_11char_traitsIcEEEERNS_13basic_ostreamIT_T0_EES7_PKS4_m]+0x94): undefined reference to `std::__Cr::ctype<char>::id' /usr/bin/ld.bfd: check_op.cc:(.text[_ZNSt4__Cr24__put_character_sequenceIcNS_11char_traitsIcEEEERNS_13basic_ostreamIT_T0_EES7_PKS4_m]+0x9c): undefined reference to `std::__Cr::ctype<char>::id' /usr/bin/ld.bfd: check_op.cc:(.text[_ZNSt4__Cr24__put_character_sequenceIcNS_11char_traitsIcEEEERNS_13basic_ostreamIT_T0_EES7_PKS4_m]+0xa0): undefined reference to `std::__Cr::locale::use_facet(std::__Cr::locale::id&) const' /usr/bin/ld.bfd: check_op.cc:(.text[_ZNSt4__Cr24__put_character_sequenceIcNS_11char_traitsIcEEEERNS_13basic_ostreamIT_T0_EES7_PKS4_m]+0xbc): undefined reference to `std::__Cr::locale::~locale()' /usr/bin/ld.bfd: check_op.cc:(.text[_ZNSt4__Cr24__put_character_sequenceIcNS_11char_traitsIcEEEERNS_13basic_ostreamIT_T0_EES7_PKS4_m]+0x108): undefined reference to `std::__Cr::ios_base::clear(unsigned int)' /usr/bin/ld.bfd: check_op.cc:(.text[_ZNSt4__Cr24__put_character_sequenceIcNS_11char_traitsIcEEEERNS_13basic_ostreamIT_T0_EES7_PKS4_m]+0x110): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::sentry::~sentry()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(check_op.o): in function `std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_buf_ptrs()': check_op.cc:(.text[_ZNSt4__Cr15basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE15__init_buf_ptrsEv]+0x188): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: check_op.cc:(.text[_ZNSt4__Cr15basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE15__init_buf_ptrsEv]+0x19c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_sink_set.o): in function `absl::log_internal::LogToSinks(absl::LogEntry const&, absl::Span<absl::LogSink*>, bool)': log_sink_set.cc:(.text+0x140): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: log_sink_set.cc:(.text+0x154): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_sink_set.o): in function `absl::log_internal::(anonymous namespace)::GlobalLogSinkSet::AddLogSink(absl::LogSink*)': log_sink_set.cc:(.text+0x150): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(log_sink_set.o):log_sink_set.cc:(.text+0x174): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(globals.o): in function `absl::SetAndroidNativeTag(char const*)': globals.cc:(.text+0xb4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::~basic_string()' /usr/bin/ld.bfd: globals.cc:(.text+0x114): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::~basic_string()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(strerror.o): in function `absl::base_internal::StrError(int)': strerror.cc:(.text+0xec): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_encoder_multi_channel_opus_impl.o): in function `webrtc::AudioEncoderMultiChannelOpusImpl::RecreateEncoderInstance(webrtc::AudioEncoderMultiChannelOpusConfig const&)': audio_encoder_multi_channel_opus_impl.cc:(.text+0xc8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_encoder_multi_channel_opus_impl.o): in function `webrtc::AudioEncoderMultiChannelOpusImpl::~AudioEncoderMultiChannelOpusImpl()': audio_encoder_multi_channel_opus_impl.cc:(.text+0x9c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_encoder_multi_channel_opus_impl.o): in function `webrtc::AudioEncoderMultiChannelOpusImpl::SdpToConfig(webrtc::SdpAudioFormat const&)': audio_encoder_multi_channel_opus_impl.cc:(.text+0x4a4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: audio_encoder_multi_channel_opus_impl.cc:(.text+0x6d8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: audio_encoder_multi_channel_opus_impl.cc:(.text+0x6ec): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_encoder_multi_channel_opus_impl.o):audio_encoder_multi_channel_opus_impl.cc:(.text+0x240): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(escaping.o): in function `absl::strings_internal::CalculateBase64EscapedLenInternal(unsigned long, bool)': escaping.cc:(.text+0xa8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::~basic_string()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(stringify_sink.o): in function `absl::strings_internal::StringifySink::Append(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': stringify_sink.cc:(.text+0x4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(sysinfo.o): in function `void absl::base_internal::CallOnceImpl<absl::base_internal::NumCPUs()::$_0>(std::__Cr::atomic<unsigned int>*, absl::base_internal::SchedulingMode, absl::base_internal::NumCPUs()::$_0&&)': sysinfo.cc:(.text+0x4c): undefined reference to `std::__Cr::thread::hardware_concurrency()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(arg.o): in function `bool absl::str_format_internal::ConvertIntArg<char>(char, absl::str_format_internal::FormatConversionSpecImpl, absl::str_format_internal::FormatSinkImpl*)': arg.cc:(.text[_ZN4absl19str_format_internal13ConvertIntArgIcEEbT_NS0_24FormatConversionSpecImplEPNS0_14FormatSinkImplE]+0x310): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: arg.cc:(.text[_ZN4absl19str_format_internal13ConvertIntArgIcEEbT_NS0_24FormatConversionSpecImplEPNS0_14FormatSinkImplE]+0x324): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(arg.o): in function `absl::str_format_internal::(anonymous namespace)::ConvertWCharTImpl(wchar_t, absl::str_format_internal::FormatConversionSpecImpl, absl::str_format_internal::FormatSinkImpl*)': arg.cc:(.text+0x12c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: arg.cc:(.text+0x140): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(arg.o): in function `absl::str_format_internal::(anonymous namespace)::ConvertIntImplInnerSlow(absl::str_format_internal::(anonymous namespace)::IntDigits const&, absl::str_format_internal::FormatConversionSpecImpl, absl::str_format_internal::FormatSinkImpl*)': arg.cc:(.text+0x37c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(arg.o):arg.cc:(.text+0x390): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(bind.o): in function `absl::str_format_internal::Streamable::Print(std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >&) const': bind.cc:(.text+0x54): undefined reference to `std::__Cr::ios_base::clear(unsigned int)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(bind.o): in function `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::erase(unsigned long, unsigned long)': bind.cc:(.text[_ZNSt4__Cr12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE5eraseEmm]+0x34): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__erase_external_with_move(unsigned long, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(bind.o): in function `void absl::str_format_internal::FormatRawSinkImpl::Flush<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >(void*, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': bind.cc:(.text[_ZN4absl19str_format_internal17FormatRawSinkImpl5FlushINSt4__Cr12basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEEEvPvNS3_17basic_string_viewIcS6_EE]+0x4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(bind.o): in function `absl::str_format_internal::(anonymous namespace)::ConverterConsumer<absl::str_format_internal::(anonymous namespace)::SummarizingConverter>::ConvertOne(absl::str_format_internal::UnboundConversion const&, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': bind.cc:(.text+0x148): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: bind.cc:(.text+0x158): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: bind.cc:(.text+0x190): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: bind.cc:(.text+0x198): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: bind.cc:(.text+0x1d4): undefined reference to `std::__Cr::ios_base::init(void*)' /usr/bin/ld.bfd: bind.cc:(.text+0x1dc): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: bind.cc:(.text+0x1f0): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: bind.cc:(.text+0x204): undefined reference to `std::__Cr::locale::locale()' /usr/bin/ld.bfd: bind.cc:(.text+0x208): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: bind.cc:(.text+0x214): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: bind.cc:(.text+0x2a4): undefined reference to `std::__Cr::ios_base::clear(unsigned int)' /usr/bin/ld.bfd: bind.cc:(.text+0x30c): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(int)' /usr/bin/ld.bfd: bind.cc:(.text+0x32c): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(int)' /usr/bin/ld.bfd: bind.cc:(.text+0x380): undefined reference to `std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::str() const' /usr/bin/ld.bfd: bind.cc:(.text+0x3e8): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: bind.cc:(.text+0x3f0): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: bind.cc:(.text+0x42c): undefined reference to `std::__Cr::locale::~locale()' /usr/bin/ld.bfd: bind.cc:(.text+0x438): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::~basic_ostream()' /usr/bin/ld.bfd: bind.cc:(.text+0x440): undefined reference to `std::__Cr::basic_ios<char, std::__Cr::char_traits<char> >::~basic_ios()' /usr/bin/ld.bfd: bind.cc:(.text+0x514): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: bind.cc:(.text+0x528): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(bind.o): in function `void absl::str_format_internal::FormatRawSinkImpl::Flush<std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> > >(void*, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': bind.cc:(.text[_ZN4absl19str_format_internal17FormatRawSinkImpl5FlushINSt4__Cr13basic_ostreamIcNS3_11char_traitsIcEEEEEEvPvNS3_17basic_string_viewIcS6_EE]+0x4): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::write(char const*, long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(extension.o): in function `absl::str_format_internal::FlagsToString(absl::str_format_internal::Flags)': extension.cc:(.text+0x48): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: extension.cc:(.text+0x64): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: extension.cc:(.text+0x80): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: extension.cc:(.text+0x9c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: extension.cc:(.text+0xc8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(extension.o): in function `absl::str_format_internal::FormatSinkImpl::PutPaddedString(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, int, int, bool)': extension.cc:(.text+0x184): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: extension.cc:(.text+0x198): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(float_conversion.o): in function `absl::str_format_internal::ConvertFloatImpl(long double, absl::str_format_internal::FormatConversionSpecImpl const&, absl::str_format_internal::FormatSinkImpl*)': float_conversion.cc:(.text+0xac8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: float_conversion.cc:(.text+0xadc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(float_conversion.o): in function `bool absl::str_format_internal::(anonymous namespace)::FloatToSink<double>(double, absl::str_format_internal::FormatConversionSpecImpl const&, absl::str_format_internal::FormatSinkImpl*)': float_conversion.cc:(.text+0x9b4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(float_conversion.o):float_conversion.cc:(.text+0x9c8): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(parser.o): in function `std::__Cr::__hash_table<int, std::__Cr::hash<int>, std::__Cr::equal_to<int>, std::__Cr::allocator<int> >::__emplace_unique<int const&>(int const&)::{lambda(int const&, int const&)#1}::operator()(int const&, int const&) const': parser.cc:(.text[_ZZNSt4__Cr12__hash_tableIiNS_4hashIiEENS_8equal_toIiEENS_9allocatorIiEEE16__emplace_uniqueIJRKiEEENS_4pairINS_15__hash_iteratorIPNS_11__hash_nodeIiPvEEEEbEEDpOT_ENKUlSA_SA_E_clESA_SA_]+0x158): undefined reference to `std::__Cr::__next_prime(unsigned long)' /usr/bin/ld.bfd: parser.cc:(.text[_ZZNSt4__Cr12__hash_tableIiNS_4hashIiEENS_8equal_toIiEENS_9allocatorIiEEE16__emplace_uniqueIJRKiEEENS_4pairINS_15__hash_iteratorIPNS_11__hash_nodeIiPvEEEEbEEDpOT_ENKUlSA_SA_E_clESA_SA_]+0x1d0): undefined reference to `std::__Cr::__next_prime(unsigned long)' /usr/bin/ld.bfd: parser.cc:(.text[_ZZNSt4__Cr12__hash_tableIiNS_4hashIiEENS_8equal_toIiEENS_9allocatorIiEEE16__emplace_uniqueIJRKiEEENS_4pairINS_15__hash_iteratorIPNS_11__hash_nodeIiPvEEEEbEEDpOT_ENKUlSA_SA_E_clESA_SA_]+0x2b8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(parser.o): in function `std::__Cr::vector<absl::str_format_internal::ParsedFormatBase::ConversionItem, std::__Cr::allocator<absl::str_format_internal::ParsedFormatBase::ConversionItem> >::emplace_back<absl::str_format_internal::ParsedFormatBase::ConversionItem>(absl::str_format_internal::ParsedFormatBase::ConversionItem&&)::{lambda()#2}::operator()() const': parser.cc:(.text[_ZZNSt4__Cr6vectorIN4absl19str_format_internal16ParsedFormatBase14ConversionItemENS_9allocatorIS4_EEE12emplace_backIJS4_EEERS4_DpOT_ENKUlvE0_clEv]+0xf0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(d1_lib.o): in function `bssl::DTLS1_STATE::~DTLS1_STATE()': d1_lib.cc:(.text+0x244): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(d1_lib.o): in function `void bssl::Delete<bssl::DTLSIncomingMessage>(bssl::DTLSIncomingMessage*)': d1_lib.cc:(.text[_ZN4bssl6DeleteINS_19DTLSIncomingMessageEEEvPT_]+0xa0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(d1_lib.o): in function `void bssl::Delete<bssl::DTLSReadEpoch>(bssl::DTLSReadEpoch*)': d1_lib.cc:(.text[_ZN4bssl6DeleteINS_13DTLSReadEpochEEEvPT_]+0xa8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(d1_lib.o):d1_lib.cc:(.text[_ZN4bssl6DeleteINS_17DTLSPrevReadEpochEEEvPT_]+0xa8): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(extensions.o): in function `bssl::tls1_check_duplicate_extensions(cbs_st const*)': extensions.cc:(.text+0xf8): undefined reference to `void std::__Cr::__sort<std::__Cr::__less<unsigned short, unsigned short>&, unsigned short*>(unsigned short*, unsigned short*, std::__Cr::__less<unsigned short, unsigned short>&)' /usr/bin/ld.bfd: extensions.cc:(.text+0x248): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(extensions.o): in function `bssl::ssl_setup_key_shares(bssl::SSL_HANDSHAKE*, unsigned short)': extensions.cc:(.text+0x390): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(extensions.o): in function `bssl::ssl_ext_key_share_parse_serverhello(bssl::SSL_HANDSHAKE*, bssl::Array<unsigned char>*, unsigned char*, cbs_st*)': extensions.cc:(.text+0x1c8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(extensions.o): in function `bssl::ssl_setup_pake_shares(bssl::SSL_HANDSHAKE*)': extensions.cc:(.text+0x2b8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(extensions.o): in function `bssl::ssl_setup_extension_permutation(bssl::SSL_HANDSHAKE*)': extensions.cc:(.text+0x12c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(extensions.o):extensions.cc:(.text+0x3f0): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(extensions.o): in function `bssl::cert_compression_parse_clienthello(bssl::SSL_HANDSHAKE*, unsigned char*, cbs_st*)': extensions.cc:(.text+0x178): undefined reference to `void std::__Cr::__sort<std::__Cr::__less<unsigned short, unsigned short>&, unsigned short*>(unsigned short*, unsigned short*, std::__Cr::__less<unsigned short, unsigned short>&)' /usr/bin/ld.bfd: extensions.cc:(.text+0x2bc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(extensions.o): in function `bssl::ext_pake_parse_clienthello(bssl::SSL_HANDSHAKE*, unsigned char*, cbs_st*)': extensions.cc:(.text+0x43c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(extensions.o): in function `bssl::ext_trust_anchors_add_clienthello(bssl::SSL_HANDSHAKE const*, cbb_st*, cbb_st*, bssl::ssl_client_hello_type_t)': extensions.cc:(.text+0xc4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(extensions.o): in function `bssl::ext_trust_anchors_parse_serverhello(bssl::SSL_HANDSHAKE*, unsigned char*, cbs_st*)': extensions.cc:(.text+0x238): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(extensions.o): in function `bssl::ext_trust_anchors_parse_clienthello(bssl::SSL_HANDSHAKE*, unsigned char*, cbs_st*)': extensions.cc:(.text+0x244): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(extensions.o):extensions.cc:(.text+0x258): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time.o): in function `absl::Time::In(absl::TimeZone) const': time.cc:(.text+0xd0): undefined reference to `std::__Cr::chrono::system_clock::from_time_t(long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time.o): in function `absl::FromChrono(std::__Cr::chrono::time_point<std::__Cr::chrono::system_clock, std::__Cr::chrono::duration<long long, std::__Cr::ratio<1l, 1000000l> > > const&)': time.cc:(.text+0x18): undefined reference to `std::__Cr::chrono::system_clock::from_time_t(long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time.o): in function `absl::ToChronoTime(absl::Time)': time.cc:(.text+0x44): undefined reference to `std::__Cr::chrono::system_clock::from_time_t(long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time.o): in function `absl::TimeZone::At(absl::Time) const': time.cc:(.text+0xd8): undefined reference to `std::__Cr::chrono::system_clock::from_time_t(long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time.o): in function `absl::(anonymous namespace)::MakeTimeWithOverflow(std::__Cr::chrono::time_point<std::__Cr::chrono::system_clock, std::__Cr::chrono::duration<long, std::__Cr::ratio<1l, 1l> > > const&, absl::time_internal::cctz::detail::civil_time<absl::time_internal::cctz::detail::second_tag> const&, absl::time_internal::cctz::time_zone const&, bool*)': time.cc:(.text+0x17c): undefined reference to `std::__Cr::chrono::system_clock::from_time_t(long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time.o):time.cc:(.text+0x28): more undefined references to `std::__Cr::chrono::system_clock::from_time_t(long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(cord.o): in function `absl::NewTree(char const*, unsigned long, unsigned long)': cord.cc:(.text+0x148): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: cord.cc:(.text+0x15c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(cord.o): in function `absl::Cord::InlineRep::AppendArray(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, absl::cord_internal::CordzUpdateTracker::MethodIdentifier)': cord.cc:(.text+0x188): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(cord.o): in function `void absl::Cord::AppendImpl<absl::Cord const&>(absl::Cord const&)': cord.cc:(.text[_ZN4absl4Cord10AppendImplIRKS0_EEvOT_]+0x37c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(cord.o): in function `void absl::Cord::AppendImpl<absl::Cord>(absl::Cord&&)': cord.cc:(.text[_ZN4absl4Cord10AppendImplIS0_EEvOT_]+0x388): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(cord.o):cord.cc:(.text+0x180): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(cord.o): in function `absl::Cord::RemovePrefix(unsigned long)': cord.cc:(.text+0x228): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::~basic_string()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(cord.o): in function `absl::AlphaNum::AlphaNum(unsigned long)': cord.cc:(.text[_ZN4absl8AlphaNumC2Em]+0x5c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: cord.cc:(.text[_ZN4absl8AlphaNumC2Em]+0x70): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(cord.o): in function `absl::Cord::RemoveSuffix(unsigned long)': cord.cc:(.text+0x264): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::~basic_string()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(cord.o): in function `absl::Cord::SetExpectedChecksum(unsigned int)': cord.cc:(.text+0x10c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(cord.o): in function `absl::Cord::GetFlatAux(absl::cord_internal::CordRep*, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >*)': cord.cc:(.text+0x168): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: cord.cc:(.text+0x17c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(cord.o): in function `absl::Cord::ChunkIterator::AdvanceAndReadBytes(unsigned long)': cord.cc:(.text+0x3e0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(cord.o): in function `absl::cord_internal::CordRepBtreeReader::Next()': cord.cc:(.text[_ZN4absl13cord_internal18CordRepBtreeReader4NextEv]+0xe0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(cord.o):cord.cc:(.text[_ZN4absl13cord_internal18CordRepBtreeReader4NextEv]+0xf4): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(cord.o): in function `absl::operator<<(std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >&, absl::Cord const&)': cord.cc:(.text+0x80): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::write(char const*, long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(cord.o): in function `absl::strings_internal::CordTestAccess::LengthToTag(unsigned long)': cord.cc:(.text+0xdc): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::~basic_string()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(cord.o): in function `absl::cord_internal::CordRepExternalImpl<absl::CordRepFromString(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >&&)::StringReleaser>::Release(absl::cord_internal::CordRepExternal*)': cord.cc:(.text+0x70): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: cord.cc:(.text+0x84): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(cord.o): in function `absl::Cord::ChunkIterator::ChunkIterator(absl::Cord const*)': cord.cc:(.text[_ZN4absl4Cord13ChunkIteratorC2EPKS0_]+0x120): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: cord.cc:(.text[_ZN4absl4Cord13ChunkIteratorC2EPKS0_]+0x134): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(cord.o): in function `absl::cord_internal::CordRepBtreeReader::Init(absl::cord_internal::CordRepBtree*)': cord.cc:(.text[_ZN4absl13cord_internal18CordRepBtreeReader4InitEPNS0_12CordRepBtreeE]+0xec): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(cord.o):cord.cc:(.text[_ZN4absl13cord_internal18CordRepBtreeReader4InitEPNS0_12CordRepBtreeE]+0x100): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(cord_rep_btree.o): in function `absl::cord_internal::(anonymous namespace)::DumpAll(absl::cord_internal::CordRep const*, bool, std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >&, unsigned long)': cord_rep_btree.cc:(.text+0x2dc): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(unsigned long)' /usr/bin/ld.bfd: cord_rep_btree.cc:(.text+0x2f4): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(unsigned long)' /usr/bin/ld.bfd: cord_rep_btree.cc:(.text+0x348): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(unsigned long)' /usr/bin/ld.bfd: cord_rep_btree.cc:(.text+0x3c0): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(unsigned long)' /usr/bin/ld.bfd: cord_rep_btree.cc:(.text+0x424): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(cord_rep_btree.o):cord_rep_btree.cc:(.text+0x43c): more undefined references to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(cord_rep_btree.o): in function `absl::cord_internal::(anonymous namespace)::DumpAll(absl::cord_internal::CordRep const*, bool, std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >&, unsigned long)': cord_rep_btree.cc:(.text+0x530): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(cord_rep_btree.o): in function `absl::cord_internal::CordRepBtree::IsFlat(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >*) const': cord_rep_btree.cc:(.text+0xbc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: cord_rep_btree.cc:(.text+0xd0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(cord_rep_btree.o): in function `absl::cord_internal::CordRepBtree::IsFlat(unsigned long, unsigned long, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >*) const': cord_rep_btree.cc:(.text+0xe8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: cord_rep_btree.cc:(.text+0xfc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(cord_rep_btree.o):cord_rep_btree.cc:(.text+0xc4): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(duration.o): in function `absl::FormatDuration(absl::Duration)': duration.cc:(.text+0x84): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_external(char const*)' /usr/bin/ld.bfd: duration.cc:(.text+0x9c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: duration.cc:(.text+0x104): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: duration.cc:(.text+0x1c4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: duration.cc:(.text+0x1d8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: duration.cc:(.text+0x28c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(duration.o):duration.cc:(.text+0x2a0): more undefined references to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_lookup.o): in function `absl::time_internal::cctz::time_zone::name() const': time_zone_lookup.cc:(.text+0x64): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(file_wrapper.o): in function `webrtc::(anonymous namespace)::FileOpen(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, bool, int*)': file_wrapper.cc:(.text+0x15c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: file_wrapper.cc:(.text+0x170): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(echo_canceller3.o): in function `webrtc::EchoCanceller3::RenderWriter::RenderWriter(webrtc::ApmDataDumper*, webrtc::EchoCanceller3Config const&, webrtc::SwapQueue<std::__Cr::vector<std::__Cr::vector<std::__Cr::vector<float, std::__Cr::allocator<float> >, std::__Cr::allocator<std::__Cr::vector<float, std::__Cr::allocator<float> > > >, std::__Cr::allocator<std::__Cr::vector<std::__Cr::vector<float, std::__Cr::allocator<float> >, std::__Cr::allocator<std::__Cr::vector<float, std::__Cr::allocator<float> > > > > >, webrtc::Aec3RenderQueueItemVerifier>*, unsigned long, unsigned long)': echo_canceller3.cc:(.text+0x27c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: echo_canceller3.cc:(.text+0x290): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(echo_canceller3.o): in function `std::__Cr::vector<std::__Cr::vector<float, std::__Cr::allocator<float> >, std::__Cr::allocator<std::__Cr::vector<float, std::__Cr::allocator<float> > > >::vector(unsigned long, std::__Cr::vector<float, std::__Cr::allocator<float> > const&)': echo_canceller3.cc:(.text[_ZNSt4__Cr6vectorINS0_IfNS_9allocatorIfEEEENS1_IS3_EEEC2EmRKS3_]+0xe8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(echo_canceller3.o):echo_canceller3.cc:(.text+0x1c4): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(interpolated_gain_curve.o): in function `webrtc::InterpolatedGainCurve::InterpolatedGainCurve(webrtc::ApmDataDumper*, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': interpolated_gain_curve.cc:(.text+0x7c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: interpolated_gain_curve.cc:(.text+0x90): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: interpolated_gain_curve.cc:(.text+0xe4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: interpolated_gain_curve.cc:(.text+0xf8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: interpolated_gain_curve.cc:(.text+0x154): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(interpolated_gain_curve.o):interpolated_gain_curve.cc:(.text+0x168): more undefined references to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(interpolated_gain_curve.o): in function `webrtc::InterpolatedGainCurve::InterpolatedGainCurve(webrtc::ApmDataDumper*, std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >)': interpolated_gain_curve.cc:(.text+0x304): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(interpolated_gain_curve.o): in function `webrtc::InterpolatedGainCurve::LookUpGainToApply(float) const': interpolated_gain_curve.cc:(.text+0x1f8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(quantile_noise_estimator.o): in function `webrtc::QuantileNoiseEstimator::Estimate(webrtc::ArrayView<float const, 129l>, webrtc::ArrayView<float, 129l>)': quantile_noise_estimator.cc:(.text+0x1d4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(generated_enum_util.o): in function `google::protobuf::internal::InitializeEnumStrings(google::protobuf::internal::EnumEntry const*, int const*, unsigned long, google::protobuf::internal::ExplicitlyConstructed<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, 1ul>*)': generated_enum_util.cc:(.text+0x124): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: generated_enum_util.cc:(.text+0x138): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(generated_enum_util.o):generated_enum_util.cc:(.text+0x5f0): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(zero_copy_stream_impl.o): in function `google::protobuf::io::IstreamInputStream::CopyingIstreamInputStream::Read(void*, int)': zero_copy_stream_impl.cc:(.text+0x1c): undefined reference to `std::__Cr::basic_istream<char, std::__Cr::char_traits<char> >::read(char*, long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(zero_copy_stream_impl.o): in function `google::protobuf::io::OstreamOutputStream::CopyingOstreamOutputStream::Write(void const*, int)': zero_copy_stream_impl.cc:(.text+0x1c): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::write(char const*, long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(zero_copy_stream_impl_lite.o): in function `absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator<< <55>(char const (&) [55])': zero_copy_stream_impl_lite.cc:(.text[_ZN4absl12log_internal10LogMessagelsILi55EEERS1_RAT__Kc]+0x58): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(zero_copy_stream_impl_lite.o): in function `absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator<< <58>(char const (&) [58])': zero_copy_stream_impl_lite.cc:(.text[_ZN4absl12log_internal10LogMessagelsILi58EEERS1_RAT__Kc]+0x58): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(zero_copy_stream_impl_lite.o): in function `absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator<< <43>(char const (&) [43])': zero_copy_stream_impl_lite.cc:(.text[_ZN4absl12log_internal10LogMessagelsILi43EEERS1_RAT__Kc]+0x58): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(zero_copy_stream_impl_lite.o): in function `absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator<< <78>(char const (&) [78])': zero_copy_stream_impl_lite.cc:(.text[_ZN4absl12log_internal10LogMessagelsILi78EEERS1_RAT__Kc]+0x58): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(zero_copy_stream_impl_lite.o): in function `absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator<< <42>(char const (&) [42])': zero_copy_stream_impl_lite.cc:(.text[_ZN4absl12log_internal10LogMessagelsILi42EEERS1_RAT__Kc]+0x58): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(map.o): in function `google::protobuf::internal::UntypedMapBase::UntypedMergeFrom(google::protobuf::internal::UntypedMapBase const&)': map.cc:(.text+0x1bc): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: map.cc:(.text+0x518): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(map.o): in function `char const* absl::log_internal::MakeCheckOpString<unsigned long, long>(unsigned long, long, char const*)': map.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImlEEPKcT_T0_S3_]+0x64): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(unsigned long)' /usr/bin/ld.bfd: map.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImlEEPKcT_T0_S3_]+0x74): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(long)' /usr/bin/ld.bfd: map.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImlEEPKcT_T0_S3_]+0x80): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: map.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImlEEPKcT_T0_S3_]+0x88): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: map.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImlEEPKcT_T0_S3_]+0xa0): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: map.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImlEEPKcT_T0_S3_]+0xa4): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: map.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImlEEPKcT_T0_S3_]+0xc0): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: map.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImlEEPKcT_T0_S3_]+0xc8): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: map.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImlEEPKcT_T0_S3_]+0xd4): undefined reference to `std::__Cr::locale::~locale()' /usr/bin/ld.bfd: map.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImlEEPKcT_T0_S3_]+0xe0): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::~basic_ostream()' /usr/bin/ld.bfd: map.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImlEEPKcT_T0_S3_]+0xe8): undefined reference to `std::__Cr::basic_ios<char, std::__Cr::char_traits<char> >::~basic_ios()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(map.o): in function `char const* absl::log_internal::MakeCheckOpString<unsigned long, unsigned char>(unsigned long, unsigned char, char const*)': map.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImhEEPKcT_T0_S3_]+0x64): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(unsigned long)' /usr/bin/ld.bfd: map.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImhEEPKcT_T0_S3_]+0x80): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: map.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImhEEPKcT_T0_S3_]+0x88): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: map.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImhEEPKcT_T0_S3_]+0xa0): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: map.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImhEEPKcT_T0_S3_]+0xa4): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: map.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImhEEPKcT_T0_S3_]+0xc0): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: map.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImhEEPKcT_T0_S3_]+0xc8): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: map.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImhEEPKcT_T0_S3_]+0xd4): undefined reference to `std::__Cr::locale::~locale()' /usr/bin/ld.bfd: map.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImhEEPKcT_T0_S3_]+0xe0): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::~basic_ostream()' /usr/bin/ld.bfd: map.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringImhEEPKcT_T0_S3_]+0xe8): undefined reference to `std::__Cr::basic_ios<char, std::__Cr::char_traits<char> >::~basic_ios()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(micro_string.o): in function `google::protobuf::internal::MicroString::SetFromOtherSlow(google::protobuf::internal::MicroString const&, google::protobuf::Arena*, unsigned long)': micro_string.cc:(.text+0xc0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(micro_string.o): in function `google::protobuf::internal::MicroString::SetImpl(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, google::protobuf::Arena*, unsigned long)': micro_string.cc:(.text+0x21c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_external(char const*, unsigned long)' /usr/bin/ld.bfd: micro_string.cc:(.text+0x25c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(micro_string.o): in function `google::protobuf::internal::MicroString::ClearToDefault(google::protobuf::internal::MicroString::UnownedPayload const&, google::protobuf::Arena*)': micro_string.cc:(.text+0xdc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(micro_string.o): in function `google::protobuf::internal::MicroString::ClearToDefault(google::protobuf::internal::MicroString const&, google::protobuf::Arena*)': micro_string.cc:(.text+0x104): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(status_internal.o): in function `absl::status_internal::StatusRep::SetPayload(std::__Cr::basic_string_view<char, std::__Cr::char_traits<char> >, absl::Cord)': status_internal.cc:(.text+0x22c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: status_internal.cc:(.text+0x240): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(status_internal.o):status_internal.cc:(.text+0x274): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(status_internal.o): in function `absl::status_internal::StatusRep::ToString(absl::StatusToStringMode) const': status_internal.cc:(.text+0x2fc): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(status_internal.o): in function `absl::status_internal::StatusRep::CloneAndUnref() const': status_internal.cc:(.text+0x1c0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: status_internal.cc:(.text+0x1d4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(status_internal.o): in function `absl::status_internal::Payload& absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1ul, std::__Cr::allocator<absl::status_internal::Payload> >::EmplaceBackSlow<absl::status_internal::Payload>(absl::status_internal::Payload&&)': status_internal.cc:(.text[_ZN4absl23inlined_vector_internal7StorageINS_15status_internal7PayloadELm1ENSt4__Cr9allocatorIS3_EEE15EmplaceBackSlowIJS3_EEERS3_DpOT_]+0x180): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: status_internal.cc:(.text[_ZN4absl23inlined_vector_internal7StorageINS_15status_internal7PayloadELm1ENSt4__Cr9allocatorIS3_EEE15EmplaceBackSlowIJS3_EEERS3_DpOT_]+0x194): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(status_internal.o): in function `absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1ul, std::__Cr::allocator<absl::status_internal::Payload> >::Erase(absl::status_internal::Payload const*, absl::status_internal::Payload const*)': status_internal.cc:(.text[_ZN4absl23inlined_vector_internal7StorageINS_15status_internal7PayloadELm1ENSt4__Cr9allocatorIS3_EEE5EraseEPKS3_S9_]+0x188): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(status_internal.o):status_internal.cc:(.text[_ZN4absl23inlined_vector_internal7StorageINS_15status_internal7PayloadELm1ENSt4__Cr9allocatorIS3_EEE15DestroyContentsEv]+0xc8): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(status_internal.o): in function `absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1ul, std::__Cr::allocator<absl::status_internal::Payload> >::InitFrom(absl::inlined_vector_internal::Storage<absl::status_internal::Payload, 1ul, std::__Cr::allocator<absl::status_internal::Payload> > const&)': status_internal.cc:(.text[_ZN4absl23inlined_vector_internal7StorageINS_15status_internal7PayloadELm1ENSt4__Cr9allocatorIS3_EEE8InitFromERKS7_]+0xd0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: status_internal.cc:(.text[_ZN4absl23inlined_vector_internal7StorageINS_15status_internal7PayloadELm1ENSt4__Cr9allocatorIS3_EEE8InitFromERKS7_]+0x160): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_network_adaptor_impl.o): in function `webrtc::AudioNetworkAdaptorImpl::SetUplinkBandwidth(int)': audio_network_adaptor_impl.cc:(.text+0x1a8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_network_adaptor_impl.o): in function `webrtc::AudioNetworkAdaptorImpl::UpdateNetworkMetrics(webrtc::Controller::NetworkMetrics const&)': audio_network_adaptor_impl.cc:(.text+0xd8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_network_adaptor_impl.o): in function `webrtc::AudioNetworkAdaptorImpl::SetUplinkPacketLossFraction(float)': audio_network_adaptor_impl.cc:(.text+0x1a4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_network_adaptor_impl.o): in function `webrtc::AudioNetworkAdaptorImpl::SetRtt(int)': audio_network_adaptor_impl.cc:(.text+0x1a0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(audio_network_adaptor_impl.o):audio_network_adaptor_impl.cc:(.text+0x1a0): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(frame_length_controller_v2.o): in function `webrtc::FrameLengthControllerV2::FrameLengthControllerV2(webrtc::ArrayView<int const, -4711l>, int, bool)': frame_length_controller_v2.cc:(.text+0x184): undefined reference to `void std::__Cr::__sort<std::__Cr::__less<int, int>&, int*>(int*, int*, std::__Cr::__less<int, int>&)' /usr/bin/ld.bfd: frame_length_controller_v2.cc:(.text+0x1b0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(frame_length_controller_v2.o): in function `webrtc::FrameLengthControllerV2::UpdateNetworkMetrics(webrtc::Controller::NetworkMetrics const&)': frame_length_controller_v2.cc:(.text+0x94): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(frame_length_controller_v2.o): in function `webrtc::FrameLengthControllerV2::MakeDecision(webrtc::AudioEncoderRuntimeConfig*)': frame_length_controller_v2.cc:(.text+0xd0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(frame_length_controller_v2.o): in function `webrtc::FrameLengthControllerV2::~FrameLengthControllerV2()': frame_length_controller_v2.cc:(.text[_ZN6webrtc23FrameLengthControllerV2D2Ev]+0x94): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(frame_length_controller_v2.o): in function `webrtc::FrameLengthControllerV2::~FrameLengthControllerV2()': frame_length_controller_v2.cc:(.text[_ZN6webrtc23FrameLengthControllerV2D0Ev]+0x94): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(str_split.o):str_split.cc:(.text+0xc0): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(int128.o): in function `absl::(anonymous namespace)::Uint128ToFormattedString(absl::uint128, unsigned int)': int128.cc:(.text+0x7c): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: int128.cc:(.text+0x80): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: int128.cc:(.text+0xb4): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: int128.cc:(.text+0xb8): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: int128.cc:(.text+0xec): undefined reference to `std::__Cr::ios_base::init(void*)' /usr/bin/ld.bfd: int128.cc:(.text+0x104): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: int128.cc:(.text+0x10c): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: int128.cc:(.text+0x11c): undefined reference to `std::__Cr::locale::locale()' /usr/bin/ld.bfd: int128.cc:(.text+0x120): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: int128.cc:(.text+0x12c): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: int128.cc:(.text+0x264): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(unsigned long)' /usr/bin/ld.bfd: int128.cc:(.text+0x29c): undefined reference to `std::__Cr::ios_base::getloc() const' /usr/bin/ld.bfd: int128.cc:(.text+0x2a0): undefined reference to `std::__Cr::ctype<char>::id' /usr/bin/ld.bfd: int128.cc:(.text+0x2a8): undefined reference to `std::__Cr::ctype<char>::id' /usr/bin/ld.bfd: int128.cc:(.text+0x2ac): undefined reference to `std::__Cr::locale::use_facet(std::__Cr::locale::id&) const' /usr/bin/ld.bfd: int128.cc:(.text+0x2c4): undefined reference to `std::__Cr::locale::~locale()' /usr/bin/ld.bfd: int128.cc:(.text+0x398): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(unsigned long)' /usr/bin/ld.bfd: int128.cc:(.text+0x3d0): undefined reference to `std::__Cr::ios_base::getloc() const' /usr/bin/ld.bfd: int128.cc:(.text+0x3d4): undefined reference to `std::__Cr::ctype<char>::id' /usr/bin/ld.bfd: int128.cc:(.text+0x3dc): undefined reference to `std::__Cr::ctype<char>::id' /usr/bin/ld.bfd: int128.cc:(.text+0x3e0): undefined reference to `std::__Cr::locale::use_facet(std::__Cr::locale::id&) const' /usr/bin/ld.bfd: int128.cc:(.text+0x3f8): undefined reference to `std::__Cr::locale::~locale()' /usr/bin/ld.bfd: int128.cc:(.text+0x424): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(unsigned long)' /usr/bin/ld.bfd: int128.cc:(.text+0x448): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(unsigned long)' /usr/bin/ld.bfd: int128.cc:(.text+0x454): undefined reference to `std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::str() const' /usr/bin/ld.bfd: int128.cc:(.text+0x490): undefined reference to `std::__Cr::locale::~locale()' /usr/bin/ld.bfd: int128.cc:(.text+0x49c): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::~basic_ostream()' /usr/bin/ld.bfd: int128.cc:(.text+0x4a4): undefined reference to `std::__Cr::basic_ios<char, std::__Cr::char_traits<char> >::~basic_ios()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(int128.o): in function `absl::operator<<(std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >&, absl::uint128)': int128.cc:(.text+0x15c): undefined reference to `std::__Cr::ios_base::getloc() const' /usr/bin/ld.bfd: int128.cc:(.text+0x160): undefined reference to `std::__Cr::ctype<char>::id' /usr/bin/ld.bfd: int128.cc:(.text+0x168): undefined reference to `std::__Cr::ctype<char>::id' /usr/bin/ld.bfd: int128.cc:(.text+0x16c): undefined reference to `std::__Cr::locale::use_facet(std::__Cr::locale::id&) const' /usr/bin/ld.bfd: int128.cc:(.text+0x188): undefined reference to `std::__Cr::locale::~locale()' /usr/bin/ld.bfd: int128.cc:(.text+0x1f0): undefined reference to `std::__Cr::ios_base::getloc() const' /usr/bin/ld.bfd: int128.cc:(.text+0x1f4): undefined reference to `std::__Cr::ctype<char>::id' /usr/bin/ld.bfd: int128.cc:(.text+0x1fc): undefined reference to `std::__Cr::ctype<char>::id' /usr/bin/ld.bfd: int128.cc:(.text+0x200): undefined reference to `std::__Cr::locale::use_facet(std::__Cr::locale::id&) const' /usr/bin/ld.bfd: int128.cc:(.text+0x21c): undefined reference to `std::__Cr::locale::~locale()' /usr/bin/ld.bfd: int128.cc:(.text+0x344): undefined reference to `std::__Cr::ios_base::getloc() const' /usr/bin/ld.bfd: int128.cc:(.text+0x348): undefined reference to `std::__Cr::ctype<char>::id' /usr/bin/ld.bfd: int128.cc:(.text+0x350): undefined reference to `std::__Cr::ctype<char>::id' /usr/bin/ld.bfd: int128.cc:(.text+0x354): undefined reference to `std::__Cr::locale::use_facet(std::__Cr::locale::id&) const' /usr/bin/ld.bfd: int128.cc:(.text+0x370): undefined reference to `std::__Cr::locale::~locale()' /usr/bin/ld.bfd: int128.cc:(.text+0x394): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::insert(unsigned long, unsigned long, char)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(int128.o): in function `absl::int128::ToString() const': int128.cc:(.text+0x70): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(int128.o): in function `absl::operator<<(std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >&, absl::int128)': int128.cc:(.text+0x80): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: int128.cc:(.text+0x1d4): undefined reference to `std::__Cr::ios_base::getloc() const' /usr/bin/ld.bfd: int128.cc:(.text+0x1d8): undefined reference to `std::__Cr::ctype<char>::id' /usr/bin/ld.bfd: int128.cc:(.text+0x1e0): undefined reference to `std::__Cr::ctype<char>::id' /usr/bin/ld.bfd: int128.cc:(.text+0x1e4): undefined reference to `std::__Cr::locale::use_facet(std::__Cr::locale::id&) const' /usr/bin/ld.bfd: int128.cc:(.text+0x200): undefined reference to `std::__Cr::locale::~locale()' /usr/bin/ld.bfd: int128.cc:(.text+0x288): undefined reference to `std::__Cr::ios_base::getloc() const' /usr/bin/ld.bfd: int128.cc:(.text+0x28c): undefined reference to `std::__Cr::ctype<char>::id' /usr/bin/ld.bfd: int128.cc:(.text+0x294): undefined reference to `std::__Cr::ctype<char>::id' /usr/bin/ld.bfd: int128.cc:(.text+0x298): undefined reference to `std::__Cr::locale::use_facet(std::__Cr::locale::id&) const' /usr/bin/ld.bfd: int128.cc:(.text+0x2b4): undefined reference to `std::__Cr::locale::~locale()' /usr/bin/ld.bfd: int128.cc:(.text+0x338): undefined reference to `std::__Cr::ios_base::getloc() const' /usr/bin/ld.bfd: int128.cc:(.text+0x33c): undefined reference to `std::__Cr::ctype<char>::id' /usr/bin/ld.bfd: int128.cc:(.text+0x344): undefined reference to `std::__Cr::ctype<char>::id' /usr/bin/ld.bfd: int128.cc:(.text+0x348): undefined reference to `std::__Cr::locale::use_facet(std::__Cr::locale::id&) const' /usr/bin/ld.bfd: int128.cc:(.text+0x364): undefined reference to `std::__Cr::locale::~locale()' /usr/bin/ld.bfd: int128.cc:(.text+0x3cc): undefined reference to `std::__Cr::ios_base::getloc() const' /usr/bin/ld.bfd: int128.cc:(.text+0x3d0): undefined reference to `std::__Cr::ctype<char>::id' /usr/bin/ld.bfd: int128.cc:(.text+0x3d8): undefined reference to `std::__Cr::ctype<char>::id' /usr/bin/ld.bfd: int128.cc:(.text+0x3dc): undefined reference to `std::__Cr::locale::use_facet(std::__Cr::locale::id&) const' /usr/bin/ld.bfd: int128.cc:(.text+0x3f8): undefined reference to `std::__Cr::locale::~locale()' /usr/bin/ld.bfd: int128.cc:(.text+0x41c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::insert(unsigned long, unsigned long, char)' /usr/bin/ld.bfd: int128.cc:(.text+0x464): undefined reference to `std::__Cr::ios_base::getloc() const' /usr/bin/ld.bfd: int128.cc:(.text+0x468): undefined reference to `std::__Cr::ctype<char>::id' /usr/bin/ld.bfd: int128.cc:(.text+0x470): undefined reference to `std::__Cr::ctype<char>::id' /usr/bin/ld.bfd: int128.cc:(.text+0x474): undefined reference to `std::__Cr::locale::use_facet(std::__Cr::locale::id&) const' /usr/bin/ld.bfd: int128.cc:(.text+0x490): undefined reference to `std::__Cr::locale::~locale()' /usr/bin/ld.bfd: int128.cc:(.text+0x4b4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::insert(unsigned long, unsigned long, char)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(a_sign.o): in function `x509_sign_to_bit_string': a_sign.cc:(.text+0x194): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(d1_both.o): in function `bssl::DTLSMessageBitmap::Init(unsigned long)': d1_both.cc:(.text+0xd0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(d1_both.o): in function `bssl::DTLSMessageBitmap::MarkRange(unsigned long, unsigned long)': d1_both.cc:(.text+0x174): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(d1_both.o): in function `bssl::dtls_clear_outgoing_messages(ssl_st*)': d1_both.cc:(.text+0xe0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(d1_both.o): in function `bssl::dtls_clear_unused_write_epochs(ssl_st*)': d1_both.cc:(.text+0x1b0): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(d1_both.o):d1_both.cc:(.text+0x8c): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_fixed.o): in function `absl::time_internal::cctz::FixedOffsetToAbbr(std::__Cr::chrono::duration<long, std::__Cr::ratio<1l, 1l> > const&)': time_zone_fixed.cc:(.text+0x54): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__erase_external_with_move(unsigned long, unsigned long)' /usr/bin/ld.bfd: time_zone_fixed.cc:(.text+0x7c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__erase_external_with_move(unsigned long, unsigned long)' /usr/bin/ld.bfd: time_zone_fixed.cc:(.text+0xa4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__erase_external_with_move(unsigned long, unsigned long)' /usr/bin/ld.bfd: time_zone_fixed.cc:(.text+0x11c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__erase_external_with_move(unsigned long, unsigned long)' /usr/bin/ld.bfd: time_zone_fixed.cc:(.text+0x1a0): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__erase_external_with_move(unsigned long, unsigned long)' /usr/bin/ld.bfd: time_zone_fixed.cc:(.text+0x1c4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_impl.o): in function `absl::time_internal::cctz::time_zone::Impl::LoadTimeZone(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, absl::time_internal::cctz::time_zone*)': time_zone_impl.cc:(.text+0x84): undefined reference to `std::__Cr::mutex::lock()' /usr/bin/ld.bfd: time_zone_impl.cc:(.text+0xb8): undefined reference to `std::__Cr::mutex::unlock()' /usr/bin/ld.bfd: time_zone_impl.cc:(.text+0xc4): undefined reference to `std::__Cr::mutex::unlock()' /usr/bin/ld.bfd: time_zone_impl.cc:(.text+0xf8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: time_zone_impl.cc:(.text+0x118): undefined reference to `std::__Cr::mutex::lock()' /usr/bin/ld.bfd: time_zone_impl.cc:(.text+0x198): undefined reference to `std::__Cr::mutex::unlock()' /usr/bin/ld.bfd: time_zone_impl.cc:(.text+0x204): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_impl.o): in function `absl::time_internal::cctz::time_zone::Impl::ClearTimeZoneMapTestOnly()': time_zone_impl.cc:(.text+0x34): undefined reference to `std::__Cr::mutex::lock()' /usr/bin/ld.bfd: time_zone_impl.cc:(.text+0x130): undefined reference to `std::__Cr::mutex::unlock()' /usr/bin/ld.bfd: time_zone_impl.cc:(.text+0x174): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: time_zone_impl.cc:(.text+0x188): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_impl.o): in function `absl::time_internal::cctz::time_zone::Impl::Impl(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&)': time_zone_impl.cc:(.text+0x3c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_impl.o): in function `std::__Cr::__hash_iterator<std::__Cr::__hash_node<std::__Cr::__hash_value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, absl::time_internal::cctz::time_zone::Impl const*>, void*>*> std::__Cr::__hash_table<std::__Cr::__hash_value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, absl::time_internal::cctz::time_zone::Impl const*>, std::__Cr::__unordered_map_hasher<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, absl::time_internal::cctz::time_zone::Impl const*>, std::__Cr::hash<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::equal_to<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >, std::__Cr::__unordered_map_equal<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, absl::time_internal::cctz::time_zone::Impl const*>, std::__Cr::equal_to<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::hash<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, absl::time_internal::cctz::time_zone::Impl const*> > >::find<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&)': time_zone_impl.cc:(.text[_ZNSt4__Cr12__hash_tableINS_17__hash_value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPKN4absl13time_internal4cctz9time_zone4ImplEEENS_22__unordered_map_hasherIS7_NS_4pairIKS7_SE_EENS_4hashIS7_EENS_8equal_toIS7_EEEENS_21__unordered_map_equalIS7_SJ_SN_SL_EENS5_ISJ_EEE4findIS7_EENS_15__hash_iteratorIPNS_11__hash_nodeISF_PvEEEERKT_]+0x50): undefined reference to `std::__Cr::__hash_memory(void const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_impl.o): in function `std::__Cr::__hash_table<std::__Cr::__hash_value_type<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, absl::time_internal::cctz::time_zone::Impl const*>, std::__Cr::__unordered_map_hasher<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, absl::time_internal::cctz::time_zone::Impl const*>, std::__Cr::hash<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::equal_to<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >, std::__Cr::__unordered_map_equal<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >, std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, absl::time_internal::cctz::time_zone::Impl const*>, std::__Cr::equal_to<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > >, std::__Cr::hash<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > > >, std::__Cr::allocator<std::__Cr::pair<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const, absl::time_internal::cctz::time_zone::Impl const*> > >::__emplace_unique<std::__Cr::piecewise_construct_t const&, std::__Cr::tuple<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&>, std::__Cr::tuple<> >(std::__Cr::piecewise_construct_t const&, std::__Cr::tuple<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&>&&, std::__Cr::tuple<>&&)::{lambda(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, std::__Cr::piecewise_construct_t const&, std::__Cr::tuple<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&>&&, std::__Cr::tuple<>&&)#1}::operator()(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, std::__Cr::piecewise_construct_t const&, std::__Cr::tuple<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&>&&, std::__Cr::tuple<>&&) const': time_zone_impl.cc:(.text[_ZZNSt4__Cr12__hash_tableINS_17__hash_value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPKN4absl13time_internal4cctz9time_zone4ImplEEENS_22__unordered_map_hasherIS7_NS_4pairIKS7_SE_EENS_4hashIS7_EENS_8equal_toIS7_EEEENS_21__unordered_map_equalIS7_SJ_SN_SL_EENS5_ISJ_EEE16__emplace_uniqueIJRKNS_21piecewise_construct_tENS_5tupleIJRSI_EEENSX_IJEEEEEENSH_INS_15__hash_iteratorIPNS_11__hash_nodeISF_PvEEEEbEEDpOT_ENKUlSY_SW_OSZ_OS10_E_clESY_SW_S1B_S1C_]+0x48): undefined reference to `std::__Cr::__hash_memory(void const*, unsigned long)' /usr/bin/ld.bfd: time_zone_impl.cc:(.text[_ZZNSt4__Cr12__hash_tableINS_17__hash_value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPKN4absl13time_internal4cctz9time_zone4ImplEEENS_22__unordered_map_hasherIS7_NS_4pairIKS7_SE_EENS_4hashIS7_EENS_8equal_toIS7_EEEENS_21__unordered_map_equalIS7_SJ_SN_SL_EENS5_ISJ_EEE16__emplace_uniqueIJRKNS_21piecewise_construct_tENS_5tupleIJRSI_EEENSX_IJEEEEEENSH_INS_15__hash_iteratorIPNS_11__hash_nodeISF_PvEEEEbEEDpOT_ENKUlSY_SW_OSZ_OS10_E_clESY_SW_S1B_S1C_]+0x158): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: time_zone_impl.cc:(.text[_ZZNSt4__Cr12__hash_tableINS_17__hash_value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPKN4absl13time_internal4cctz9time_zone4ImplEEENS_22__unordered_map_hasherIS7_NS_4pairIKS7_SE_EENS_4hashIS7_EENS_8equal_toIS7_EEEENS_21__unordered_map_equalIS7_SJ_SN_SL_EENS5_ISJ_EEE16__emplace_uniqueIJRKNS_21piecewise_construct_tENS_5tupleIJRSI_EEENSX_IJEEEEEENSH_INS_15__hash_iteratorIPNS_11__hash_nodeISF_PvEEEEbEEDpOT_ENKUlSY_SW_OSZ_OS10_E_clESY_SW_S1B_S1C_]+0x1d0): undefined reference to `std::__Cr::__next_prime(unsigned long)' /usr/bin/ld.bfd: time_zone_impl.cc:(.text[_ZZNSt4__Cr12__hash_tableINS_17__hash_value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPKN4absl13time_internal4cctz9time_zone4ImplEEENS_22__unordered_map_hasherIS7_NS_4pairIKS7_SE_EENS_4hashIS7_EENS_8equal_toIS7_EEEENS_21__unordered_map_equalIS7_SJ_SN_SL_EENS5_ISJ_EEE16__emplace_uniqueIJRKNS_21piecewise_construct_tENS_5tupleIJRSI_EEENSX_IJEEEEEENSH_INS_15__hash_iteratorIPNS_11__hash_nodeISF_PvEEEEbEEDpOT_ENKUlSY_SW_OSZ_OS10_E_clESY_SW_S1B_S1C_]+0x240): undefined reference to `std::__Cr::__next_prime(unsigned long)' /usr/bin/ld.bfd: time_zone_impl.cc:(.text[_ZZNSt4__Cr12__hash_tableINS_17__hash_value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEPKN4absl13time_internal4cctz9time_zone4ImplEEENS_22__unordered_map_hasherIS7_NS_4pairIKS7_SE_EENS_4hashIS7_EENS_8equal_toIS7_EEEENS_21__unordered_map_equalIS7_SJ_SN_SL_EENS5_ISJ_EEE16__emplace_uniqueIJRKNS_21piecewise_construct_tENS_5tupleIJRSI_EEENSX_IJEEEEEENSH_INS_15__hash_iteratorIPNS_11__hash_nodeISF_PvEEEEbEEDpOT_ENKUlSY_SW_OSZ_OS10_E_clESY_SW_S1B_S1C_]+0x338): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_impl.o): in function `std::__Cr::deque<absl::time_internal::cctz::time_zone::Impl const*, std::__Cr::allocator<absl::time_internal::cctz::time_zone::Impl const*> >::__add_back_capacity()': time_zone_impl.cc:(.text[_ZNSt4__Cr5dequeIPKN4absl13time_internal4cctz9time_zone4ImplENS_9allocatorIS7_EEE19__add_back_capacityEv]+0x1ac): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_impl.o): in function `void std::__Cr::__split_buffer<absl::time_internal::cctz::time_zone::Impl const**, std::__Cr::allocator<absl::time_internal::cctz::time_zone::Impl const**>, std::__Cr::__split_buffer_pointer_layout>::emplace_back<absl::time_internal::cctz::time_zone::Impl const**&>(absl::time_internal::cctz::time_zone::Impl const**&)': time_zone_impl.cc:(.text[_ZNSt4__Cr14__split_bufferIPPKN4absl13time_internal4cctz9time_zone4ImplENS_9allocatorIS8_EENS_29__split_buffer_pointer_layoutEE12emplace_backIJRS8_EEEvDpOT_]+0x19c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: time_zone_impl.cc:(.text[_ZNSt4__Cr14__split_bufferIPPKN4absl13time_internal4cctz9time_zone4ImplENS_9allocatorIS8_EENS_29__split_buffer_pointer_layoutEE12emplace_backIJRS8_EEEvDpOT_]+0x280): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_impl.o): in function `void std::__Cr::__split_buffer<absl::time_internal::cctz::time_zone::Impl const**, std::__Cr::allocator<absl::time_internal::cctz::time_zone::Impl const**>, std::__Cr::__split_buffer_pointer_layout>::emplace_back<absl::time_internal::cctz::time_zone::Impl const**>(absl::time_internal::cctz::time_zone::Impl const**&&)': time_zone_impl.cc:(.text[_ZNSt4__Cr14__split_bufferIPPKN4absl13time_internal4cctz9time_zone4ImplENS_9allocatorIS8_EENS_29__split_buffer_pointer_layoutEE12emplace_backIJS8_EEEvDpOT_]+0x19c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_impl.o):time_zone_impl.cc:(.text[_ZNSt4__Cr14__split_bufferIPPKN4absl13time_internal4cctz9time_zone4ImplENS_9allocatorIS8_EENS_29__split_buffer_pointer_layoutEE12emplace_backIJS8_EEEvDpOT_]+0x280): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(demangle.o): in function `absl::debugging_internal::DemangleString(char const*)': demangle.cc:(.text+0x5c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: demangle.cc:(.text+0x84): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: demangle.cc:(.text+0xac): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(block_delay_buffer.o): in function `webrtc::BlockDelayBuffer::BlockDelayBuffer(unsigned long, unsigned long, unsigned long, unsigned long)': block_delay_buffer.cc:(.text+0x288): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: block_delay_buffer.cc:(.text+0x29c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(block_delay_buffer.o): in function `webrtc::BlockDelayBuffer::DelaySignal(webrtc::AudioBuffer*)': block_delay_buffer.cc:(.text+0x148): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(block_framer.o): in function `webrtc::BlockFramer::BlockFramer(unsigned long, unsigned long)': block_framer.cc:(.text+0x26c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(block_framer.o):block_framer.cc:(.text+0x280): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(extension_set.o): in function `google::protobuf::internal::ExtensionSet::InternalExtensionMergeFromIntoUninitializedExtension(google::protobuf::internal::ExtensionSet::Extension&, google::protobuf::MessageLite const*, int, google::protobuf::internal::ExtensionSet::Extension const&, google::protobuf::Arena*)': extension_set.cc:(.text+0x168): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(extension_set.o): in function `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::assign(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&)': extension_set.cc:(.text[_ZNSt4__Cr12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignERKS5_]+0x44): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<false>(char const*, unsigned long)' /usr/bin/ld.bfd: extension_set.cc:(.text[_ZNSt4__Cr12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignERKS5_]+0x50): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >& std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_no_alias<true>(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(extension_set.o): in function `absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator<< <37>(char const (&) [37])': extension_set.cc:(.text[_ZN4absl12log_internal10LogMessagelsILi37EEERS1_RAT__Kc]+0x58): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(extension_set.o): in function `absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator<< <16>(char const (&) [16])': extension_set.cc:(.text[_ZN4absl12log_internal10LogMessagelsILi16EEERS1_RAT__Kc]+0x58): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(extension_set.o): in function `char const* absl::log_internal::MakeCheckOpString<unsigned char, long>(unsigned char, long, char const*)': extension_set.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIhlEEPKcT_T0_S3_]+0x74): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(long)' /usr/bin/ld.bfd: extension_set.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIhlEEPKcT_T0_S3_]+0x80): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: extension_set.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIhlEEPKcT_T0_S3_]+0x88): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: extension_set.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIhlEEPKcT_T0_S3_]+0xa0): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: extension_set.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIhlEEPKcT_T0_S3_]+0xa4): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: extension_set.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIhlEEPKcT_T0_S3_]+0xc0): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: extension_set.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIhlEEPKcT_T0_S3_]+0xc8): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: extension_set.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIhlEEPKcT_T0_S3_]+0xd4): undefined reference to `std::__Cr::locale::~locale()' /usr/bin/ld.bfd: extension_set.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIhlEEPKcT_T0_S3_]+0xe0): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::~basic_ostream()' /usr/bin/ld.bfd: extension_set.cc:(.text[_ZN4absl12log_internal17MakeCheckOpStringIhlEEPKcT_T0_S3_]+0xe8): undefined reference to `std::__Cr::basic_ios<char, std::__Cr::char_traits<char> >::~basic_ios()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(extension_set.o): in function `absl::log_internal::LogMessage& absl::log_internal::LogMessage::operator<< <44>(char const (&) [44])': extension_set.cc:(.text[_ZN4absl12log_internal10LogMessagelsILi44EEERS1_RAT__Kc]+0x58): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(extension_set.o): in function `google::protobuf::internal::OnShutdownDelete<absl::flat_hash_set<google::protobuf::internal::ExtensionInfo, google::protobuf::internal::(anonymous namespace)::ExtensionHasher, google::protobuf::internal::(anonymous namespace)::ExtensionEq, std::__Cr::allocator<google::protobuf::internal::ExtensionInfo> > >(absl::flat_hash_set<google::protobuf::internal::ExtensionInfo, google::protobuf::internal::(anonymous namespace)::ExtensionHasher, google::protobuf::internal::(anonymous namespace)::ExtensionEq, std::__Cr::allocator<google::protobuf::internal::ExtensionInfo> >*)::{lambda(void const*)#1}::__invoke(void const*)': extension_set.cc:(.text+0x88): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(extension_set.o): in function `absl::container_internal::btree_node<absl::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::__Cr::less<int>, std::__Cr::allocator<std::__Cr::pair<int const, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::clear_and_delete(absl::container_internal::btree_node<absl::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::__Cr::less<int>, std::__Cr::allocator<std::__Cr::pair<int const, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, std::__Cr::allocator<std::__Cr::pair<int const, google::protobuf::internal::ExtensionSet::Extension> >*)': extension_set.cc:(.text[_ZN4absl18container_internal10btree_nodeINS0_10map_paramsIiN6google8protobuf8internal12ExtensionSet9ExtensionENSt4__Cr4lessIiEENS8_9allocatorINS8_4pairIKiS7_EEEELi256ELb0EEEE16clear_and_deleteEPSH_PSF_]+0x284): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(extension_set.o): in function `absl::container_internal::btree_iterator<absl::container_internal::btree_node<absl::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::__Cr::less<int>, std::__Cr::allocator<std::__Cr::pair<int const, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >, std::__Cr::pair<int const, google::protobuf::internal::ExtensionSet::Extension>&, std::__Cr::pair<int const, google::protobuf::internal::ExtensionSet::Extension>*> absl::container_internal::btree<absl::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::__Cr::less<int>, std::__Cr::allocator<std::__Cr::pair<int const, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::internal_emplace<std::__Cr::pair<int const, google::protobuf::internal::ExtensionSet::Extension> >(absl::container_internal::btree_iterator<absl::container_internal::btree_node<absl::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::__Cr::less<int>, std::__Cr::allocator<std::__Cr::pair<int const, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >, std::__Cr::pair<int const, google::protobuf::internal::ExtensionSet::Extension>&, std::__Cr::pair<int const, google::protobuf::internal::ExtensionSet::Extension>*>, std::__Cr::pair<int const, google::protobuf::internal::ExtensionSet::Extension>&&)': extension_set.cc:(.text[_ZN4absl18container_internal5btreeINS0_10map_paramsIiN6google8protobuf8internal12ExtensionSet9ExtensionENSt4__Cr4lessIiEENS8_9allocatorINS8_4pairIKiS7_EEEELi256ELb0EEEE16internal_emplaceIJSE_EEENS0_14btree_iteratorINS0_10btree_nodeISG_EERSE_PSE_EESO_DpOT_]+0x1c4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(extension_set.o): in function `absl::container_internal::btree_node<absl::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::__Cr::less<int>, std::__Cr::allocator<std::__Cr::pair<int const, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >::split(int, absl::container_internal::btree_node<absl::container_internal::map_params<int, google::protobuf::internal::ExtensionSet::Extension, std::__Cr::less<int>, std::__Cr::allocator<std::__Cr::pair<int const, google::protobuf::internal::ExtensionSet::Extension> >, 256, false> >*, std::__Cr::allocator<std::__Cr::pair<int const, google::protobuf::internal::ExtensionSet::Extension> >*)': extension_set.cc:(.text[_ZN4absl18container_internal10btree_nodeINS0_10map_paramsIiN6google8protobuf8internal12ExtensionSet9ExtensionENSt4__Cr4lessIiEENS8_9allocatorINS8_4pairIKiS7_EEEELi256ELb0EEEE5splitEiPSH_PSF_]+0x1a8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(extension_set.o):extension_set.cc:(.text[_ZN4absl18container_internal10btree_nodeINS0_10map_paramsIiN6google8protobuf8internal12ExtensionSet9ExtensionENSt4__Cr4lessIiEENS8_9allocatorINS8_4pairIKiS7_EEEELi256ELb0EEEE5splitEiPSH_PSF_]+0x1bc): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(kernel_timeout.o): in function `absl::synchronization_internal::KernelTimeout::SteadyClockNow()': kernel_timeout.cc:(.text+0x4): undefined reference to `std::__Cr::chrono::steady_clock::now()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(kernel_timeout.o): in function `absl::synchronization_internal::KernelTimeout::KernelTimeout(absl::Duration)': kernel_timeout.cc:(.text+0x78): undefined reference to `std::__Cr::chrono::steady_clock::now()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(kernel_timeout.o): in function `absl::synchronization_internal::KernelTimeout::MakeAbsNanos() const': kernel_timeout.cc:(.text+0x38): undefined reference to `std::__Cr::chrono::steady_clock::now()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(kernel_timeout.o): in function `absl::synchronization_internal::KernelTimeout::InNanosecondsFromNow() const': kernel_timeout.cc:(.text+0x34): undefined reference to `std::__Cr::chrono::steady_clock::now()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(kernel_timeout.o): in function `absl::synchronization_internal::KernelTimeout::MakeAbsTimespec() const': kernel_timeout.cc:(.text+0x3c): undefined reference to `std::__Cr::chrono::steady_clock::now()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(kernel_timeout.o):kernel_timeout.cc:(.text+0x38): more undefined references to `std::__Cr::chrono::steady_clock::now()' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(kernel_timeout.o): in function `absl::synchronization_internal::KernelTimeout::ToChronoTimePoint() const': kernel_timeout.cc:(.text+0x80): undefined reference to `std::__Cr::chrono::system_clock::from_time_t(long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(kernel_timeout.o): in function `absl::synchronization_internal::KernelTimeout::ToChronoDuration() const': kernel_timeout.cc:(.text+0x34): undefined reference to `std::__Cr::chrono::steady_clock::now()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_info.o): in function `absl::time_internal::cctz::TimeZoneInfo::GetTransitionType(long, bool, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&, unsigned char*)': time_zone_info.cc:(.text+0x1e8): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x2b4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x2c8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x2dc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_info.o): in function `std::__Cr::__wrap_iter<absl::time_internal::cctz::TransitionType*> std::__Cr::vector<absl::time_internal::cctz::TransitionType, std::__Cr::allocator<absl::time_internal::cctz::TransitionType> >::emplace<>(std::__Cr::__wrap_iter<absl::time_internal::cctz::TransitionType const*>)': time_zone_info.cc:(.text[_ZNSt4__Cr6vectorIN4absl13time_internal4cctz14TransitionTypeENS_9allocatorIS4_EEE7emplaceIJEEENS_11__wrap_iterIPS4_EENS9_IPKS4_EEDpOT_]+0x220): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_info.o): in function `absl::time_internal::cctz::TimeZoneInfo::EquivTransitions(unsigned char, unsigned char) const': time_zone_info.cc:(.text+0xb4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_info.o):time_zone_info.cc:(.text+0x854): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_info.o): in function `absl::time_internal::cctz::TimeZoneInfo::Load(absl::time_internal::cctz::ZoneInfoSource*)': time_zone_info.cc:(.text+0x688): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::reserve(unsigned long)' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x73c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::push_back(char)' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x9f8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0xa14): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_info.o): in function `std::__Cr::vector<char, std::__Cr::allocator<char> >::vector(unsigned long)': time_zone_info.cc:(.text[_ZNSt4__Cr6vectorIcNS_9allocatorIcEEEC2Em]+0xbc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_info.o): in function `std::__Cr::vector<absl::time_internal::cctz::Transition, std::__Cr::allocator<absl::time_internal::cctz::Transition> >::resize(unsigned long)': time_zone_info.cc:(.text[_ZNSt4__Cr6vectorIN4absl13time_internal4cctz10TransitionENS_9allocatorIS4_EEE6resizeEm]+0x178): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: time_zone_info.cc:(.text[_ZNSt4__Cr6vectorIN4absl13time_internal4cctz10TransitionENS_9allocatorIS4_EEE6resizeEm]+0x23c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_info.o): in function `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::assign(char const*, unsigned long)': time_zone_info.cc:(.text[_ZNSt4__Cr12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKcm]+0xc): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_external(char const*, unsigned long)' /usr/bin/ld.bfd: time_zone_info.cc:(.text[_ZNSt4__Cr12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKcm]+0x2c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_info.o): in function `std::__Cr::vector<char, std::__Cr::allocator<char> >::~vector()': time_zone_info.cc:(.text[_ZNSt4__Cr6vectorIcNS_9allocatorIcEEED2Ev]+0x4c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_info.o): in function `absl::time_internal::cctz::TimeZoneInfo::LocalTime(long, absl::time_internal::cctz::Transition const&) const': time_zone_info.cc:(.text+0x108): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x11c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_info.o): in function `absl::time_internal::cctz::TimeZoneInfo::BreakTime(std::__Cr::chrono::time_point<std::__Cr::chrono::system_clock, std::__Cr::chrono::duration<long, std::__Cr::ratio<1l, 1l> > > const&) const': time_zone_info.cc:(.text+0x24): undefined reference to `std::__Cr::chrono::system_clock::from_time_t(long)' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x23c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_info.o): in function `absl::time_internal::cctz::TimeZoneInfo::MakeTime(absl::time_internal::cctz::detail::civil_time<absl::time_internal::cctz::detail::second_tag> const&) const': time_zone_info.cc:(.text+0x4b0): undefined reference to `std::__Cr::chrono::system_clock::from_time_t(long)' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x818): undefined reference to `std::__Cr::chrono::system_clock::from_time_t(long)' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x944): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_info.o): in function `absl::time_internal::cctz::(anonymous namespace)::MakeSkipped(absl::time_internal::cctz::Transition const&, absl::time_internal::cctz::detail::civil_time<absl::time_internal::cctz::detail::second_tag> const&)': time_zone_info.cc:(.text+0x98): undefined reference to `std::__Cr::chrono::system_clock::from_time_t(long)' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0xdc): undefined reference to `std::__Cr::chrono::system_clock::from_time_t(long)' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x14c): undefined reference to `std::__Cr::chrono::system_clock::from_time_t(long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_info.o): in function `absl::time_internal::cctz::(anonymous namespace)::MakeRepeated(absl::time_internal::cctz::Transition const&, absl::time_internal::cctz::detail::civil_time<absl::time_internal::cctz::detail::second_tag> const&)': time_zone_info.cc:(.text+0xac): undefined reference to `std::__Cr::chrono::system_clock::from_time_t(long)' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0xe0): undefined reference to `std::__Cr::chrono::system_clock::from_time_t(long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_info.o):time_zone_info.cc:(.text+0x14c): more undefined references to `std::__Cr::chrono::system_clock::from_time_t(long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_info.o): in function `absl::time_internal::cctz::TimeZoneInfo::Version() const': time_zone_info.cc:(.text+0x28): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_info.o): in function `absl::time_internal::cctz::TimeZoneInfo::Description() const': time_zone_info.cc:(.text+0x28): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x2c): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x68): undefined reference to `vtable for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x6c): undefined reference to `VTT for std::__Cr::basic_ostringstream<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0xa0): undefined reference to `std::__Cr::ios_base::init(void*)' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0xbc): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0xc0): undefined reference to `vtable for std::__Cr::basic_streambuf<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0xd0): undefined reference to `std::__Cr::locale::locale()' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0xd8): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0xe0): undefined reference to `vtable for std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x130): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(unsigned long)' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x158): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::operator<<(unsigned long)' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x1a8): undefined reference to `std::__Cr::basic_stringbuf<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::str() const' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x1dc): undefined reference to `std::__Cr::locale::~locale()' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x1e8): undefined reference to `std::__Cr::basic_ostream<char, std::__Cr::char_traits<char> >::~basic_ostream()' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x1f0): undefined reference to `std::__Cr::basic_ios<char, std::__Cr::char_traits<char> >::~basic_ios()' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_info.o): in function `absl::time_internal::cctz::TimeZoneInfo::NextTransition(std::__Cr::chrono::time_point<std::__Cr::chrono::system_clock, std::__Cr::chrono::duration<long, std::__Cr::ratio<1l, 1l> > > const&, absl::time_internal::cctz::time_zone::civil_transition*) const': time_zone_info.cc:(.text+0x4c): undefined reference to `std::__Cr::chrono::system_clock::from_time_t(long)' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x1d4): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_info.o): in function `absl::time_internal::cctz::TimeZoneInfo::PrevTransition(std::__Cr::chrono::time_point<std::__Cr::chrono::system_clock, std::__Cr::chrono::duration<long, std::__Cr::ratio<1l, 1l> > > const&, absl::time_internal::cctz::time_zone::civil_transition*) const': time_zone_info.cc:(.text+0x4c): undefined reference to `std::__Cr::chrono::system_clock::from_time_t(long)' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x78): undefined reference to `std::__Cr::chrono::system_clock::from_time_t(long)' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x218): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_info.o): in function `absl::time_internal::cctz::TimeZoneInfo::~TimeZoneInfo()': time_zone_info.cc:(.text[_ZN4absl13time_internal4cctz12TimeZoneInfoD2Ev]+0x17c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_info.o): in function `void std::__Cr::__split_buffer<absl::time_internal::cctz::TransitionType, std::__Cr::allocator<absl::time_internal::cctz::TransitionType>&, std::__Cr::__split_buffer_pointer_layout>::emplace_back<>()': time_zone_info.cc:(.text[_ZNSt4__Cr14__split_bufferIN4absl13time_internal4cctz14TransitionTypeERNS_9allocatorIS4_EENS_29__split_buffer_pointer_layoutEE12emplace_backIJEEEvDpOT_]+0x1e8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: time_zone_info.cc:(.text[_ZNSt4__Cr14__split_bufferIN4absl13time_internal4cctz14TransitionTypeERNS_9allocatorIS4_EENS_29__split_buffer_pointer_layoutEE12emplace_backIJEEEvDpOT_]+0x20c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_info.o): in function `std::__Cr::vector<absl::time_internal::cctz::Transition, std::__Cr::allocator<absl::time_internal::cctz::Transition> >::emplace_back<absl::time_internal::cctz::Transition const&>(absl::time_internal::cctz::Transition const&)::{lambda()#2}::operator()() const': time_zone_info.cc:(.text[_ZZNSt4__Cr6vectorIN4absl13time_internal4cctz10TransitionENS_9allocatorIS4_EEE12emplace_backIJRKS4_EEERS4_DpOT_ENKUlvE0_clEv]+0x11c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_info.o):time_zone_info.cc:(.text[_ZNSt4__Cr14__split_bufferIN4absl13time_internal4cctz10TransitionERNS_9allocatorIS4_EENS_29__split_buffer_pointer_layoutEE12emplace_backIJEEEvDpOT_]+0x1e4): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_info.o): in function `std::__Cr::unique_ptr<absl::time_internal::cctz::ZoneInfoSource, std::__Cr::default_delete<absl::time_internal::cctz::ZoneInfoSource> > std::__Cr::__function::__policy_func<std::__Cr::unique_ptr<absl::time_internal::cctz::ZoneInfoSource, std::__Cr::default_delete<absl::time_internal::cctz::ZoneInfoSource> > (std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&)>::__call_func<absl::time_internal::cctz::TimeZoneInfo::Load(std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&)::$_0>(std::__Cr::__function::__policy_storage const*, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&)': time_zone_info.cc:(.text+0xfc): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x1b4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x634): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x658): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x68c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x758): undefined reference to `vtable for std::__Cr::basic_ifstream<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x75c): undefined reference to `VTT for std::__Cr::basic_ifstream<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x764): undefined reference to `vtable for std::__Cr::basic_ifstream<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x768): undefined reference to `VTT for std::__Cr::basic_ifstream<char, std::__Cr::char_traits<char> >' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x79c): undefined reference to `std::__Cr::ios_base::init(void*)' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x7c0): undefined reference to `std::__Cr::basic_filebuf<char, std::__Cr::char_traits<char> >::basic_filebuf()' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x7dc): undefined reference to `std::__Cr::basic_filebuf<char, std::__Cr::char_traits<char> >::open(char const*, unsigned int)' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x808): undefined reference to `std::__Cr::ios_base::getloc() const' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x80c): undefined reference to `std::__Cr::ctype<char>::id' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x814): undefined reference to `std::__Cr::ctype<char>::id' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x818): undefined reference to `std::__Cr::locale::use_facet(std::__Cr::locale::id&) const' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x834): undefined reference to `std::__Cr::locale::~locale()' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x864): undefined reference to `std::__Cr::basic_filebuf<char, std::__Cr::char_traits<char> >::~basic_filebuf()' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x870): undefined reference to `std::__Cr::basic_istream<char, std::__Cr::char_traits<char> >::~basic_istream()' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x878): undefined reference to `std::__Cr::basic_ios<char, std::__Cr::char_traits<char> >::~basic_ios()' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x954): undefined reference to `std::__Cr::ios_base::clear(unsigned int)' /usr/bin/ld.bfd: time_zone_info.cc:(.text+0x984): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_info.o): in function `absl::time_internal::cctz::(anonymous namespace)::AndroidZoneInfoSource::Version() const': time_zone_info.cc:(.text+0x28): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_info.o): in function `std::__Cr::basic_istream<char, std::__Cr::char_traits<char> >& std::__Cr::getline<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >(std::__Cr::basic_istream<char, std::__Cr::char_traits<char> >&, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >&, char)': time_zone_info.cc:(.text[_ZNSt4__Cr7getlineIcNS_11char_traitsIcEENS_9allocatorIcEEEERNS_13basic_istreamIT_T0_EES9_RNS_12basic_stringIS6_S7_T1_EES6_]+0x44): undefined reference to `std::__Cr::basic_istream<char, std::__Cr::char_traits<char> >::sentry::sentry(std::__Cr::basic_istream<char, std::__Cr::char_traits<char> >&, bool)' /usr/bin/ld.bfd: time_zone_info.cc:(.text[_ZNSt4__Cr7getlineIcNS_11char_traitsIcEENS_9allocatorIcEEEERNS_13basic_istreamIT_T0_EES9_RNS_12basic_stringIS6_S7_T1_EES6_]+0x204): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: time_zone_info.cc:(.text[_ZNSt4__Cr7getlineIcNS_11char_traitsIcEENS_9allocatorIcEEEERNS_13basic_istreamIT_T0_EES9_RNS_12basic_stringIS6_S7_T1_EES6_]+0x23c): undefined reference to `std::__Cr::ios_base::clear(unsigned int)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_info.o): in function `_ZNSt4__Cr12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendIPKcTnNS_9enable_ifIXsr31__has_forward_iterator_categoryIT_EE5valueEiE4typeELi0EEERS5_SA_SA_': time_zone_info.cc:(.text[_ZNSt4__Cr12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendIPKcTnNS_9enable_ifIXsr31__has_forward_iterator_categoryIT_EE5valueEiE4typeELi0EEERS5_SA_SA_]+0x1b4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: time_zone_info.cc:(.text[_ZNSt4__Cr12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendIPKcTnNS_9enable_ifIXsr31__has_forward_iterator_categoryIT_EE5valueEiE4typeELi0EEERS5_SA_SA_]+0x204): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: time_zone_info.cc:(.text[_ZNSt4__Cr12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendIPKcTnNS_9enable_ifIXsr31__has_forward_iterator_categoryIT_EE5valueEiE4typeELi0EEERS5_SA_SA_]+0x218): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_info.o): in function `absl::time_internal::cctz::(anonymous namespace)::FuchsiaZoneInfoSource::Version() const': time_zone_info.cc:(.text+0x28): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__init_copy_ctor_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_libc.o): in function `absl::time_internal::cctz::TimeZoneLibC::BreakTime(std::__Cr::chrono::time_point<std::__Cr::chrono::system_clock, std::__Cr::chrono::duration<long, std::__Cr::ratio<1l, 1l> > > const&) const': time_zone_libc.cc:(.text+0x54): undefined reference to `std::__Cr::chrono::system_clock::from_time_t(long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_libc.o): in function `absl::time_internal::cctz::TimeZoneLibC::MakeTime(absl::time_internal::cctz::detail::civil_time<absl::time_internal::cctz::detail::second_tag> const&) const': time_zone_libc.cc:(.text+0x1d0): undefined reference to `std::__Cr::chrono::system_clock::from_time_t(long)' /usr/bin/ld.bfd: time_zone_libc.cc:(.text+0x290): undefined reference to `std::__Cr::chrono::system_clock::from_time_t(long)' /usr/bin/ld.bfd: time_zone_libc.cc:(.text+0x42c): undefined reference to `std::__Cr::chrono::system_clock::from_time_t(long)' /usr/bin/ld.bfd: time_zone_libc.cc:(.text+0x45c): undefined reference to `std::__Cr::chrono::system_clock::from_time_t(long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_libc.o):time_zone_libc.cc:(.text+0x478): more undefined references to `std::__Cr::chrono::system_clock::from_time_t(long)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(time_zone_posix.o): in function `absl::time_internal::cctz::(anonymous namespace)::ParseAbbr(char const*, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >*)': time_zone_posix.cc:(.text+0x60): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: time_zone_posix.cc:(.text+0xcc): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::__assign_external(char const*, unsigned long)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(adaptive_fir_filter.o): in function `webrtc::aec3::ComputeFrequencyResponse(unsigned long, std::__Cr::vector<std::__Cr::vector<webrtc::FftData, std::__Cr::allocator<webrtc::FftData> >, std::__Cr::allocator<std::__Cr::vector<webrtc::FftData, std::__Cr::allocator<webrtc::FftData> > > > const&, std::__Cr::vector<std::__Cr::array<float, 65ul>, std::__Cr::allocator<std::__Cr::array<float, 65ul> > >*)': adaptive_fir_filter.cc:(.text+0x188): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: adaptive_fir_filter.cc:(.text+0x19c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(adaptive_fir_filter.o): in function `webrtc::aec3::ComputeFrequencyResponse_Neon(unsigned long, std::__Cr::vector<std::__Cr::vector<webrtc::FftData, std::__Cr::allocator<webrtc::FftData> >, std::__Cr::allocator<std::__Cr::vector<webrtc::FftData, std::__Cr::allocator<webrtc::FftData> > > > const&, std::__Cr::vector<std::__Cr::array<float, 65ul>, std::__Cr::allocator<std::__Cr::array<float, 65ul> > >*)': adaptive_fir_filter.cc:(.text+0x1b8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: adaptive_fir_filter.cc:(.text+0x1cc): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(adaptive_fir_filter.o): in function `webrtc::aec3::AdaptPartitions(webrtc::RenderBuffer const&, webrtc::FftData const&, unsigned long, std::__Cr::vector<std::__Cr::vector<webrtc::FftData, std::__Cr::allocator<webrtc::FftData> >, std::__Cr::allocator<std::__Cr::vector<webrtc::FftData, std::__Cr::allocator<webrtc::FftData> > > >*)': adaptive_fir_filter.cc:(.text+0x260): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(adaptive_fir_filter.o):adaptive_fir_filter.cc:(.text+0x274): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(matched_filter.o): in function `webrtc::MatchedFilter::Dump()': matched_filter.cc:(.text+0x80): undefined reference to `std::__Cr::to_string(unsigned long)' /usr/bin/ld.bfd: matched_filter.cc:(.text+0x94): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::insert(unsigned long, char const*, unsigned long)' /usr/bin/ld.bfd: matched_filter.cc:(.text+0xbc): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: matched_filter.cc:(.text+0x128): undefined reference to `std::__Cr::to_string(unsigned long)' /usr/bin/ld.bfd: matched_filter.cc:(.text+0x13c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::insert(unsigned long, char const*, unsigned long)' /usr/bin/ld.bfd: matched_filter.cc:(.text+0x184): undefined reference to `std::__Cr::to_string(unsigned long)' /usr/bin/ld.bfd: matched_filter.cc:(.text+0x19c): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::insert(unsigned long, char const*, unsigned long)' /usr/bin/ld.bfd: matched_filter.cc:(.text+0x1c4): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::append(char const*, unsigned long)' /usr/bin/ld.bfd: matched_filter.cc:(.text+0x25c): undefined reference to `std::__Cr::to_string(unsigned long)' /usr/bin/ld.bfd: matched_filter.cc:(.text+0x274): undefined reference to `std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> >::insert(unsigned long, char const*, unsigned long)' /usr/bin/ld.bfd: matched_filter.cc:(.text+0x33c): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: matched_filter.cc:(.text+0x350): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(matched_filter.o): in function `std::__Cr::vector<std::__Cr::vector<float, std::__Cr::allocator<float> >, std::__Cr::allocator<std::__Cr::vector<float, std::__Cr::allocator<float> > > >::__vdeallocate()': matched_filter.cc:(.text[_ZNSt4__Cr6vectorINS0_IfNS_9allocatorIfEEEENS1_IS3_EEE13__vdeallocateEv]+0xe8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(matched_filter_lag_aggregator.o): in function `webrtc::MatchedFilterLagAggregator::MatchedFilterLagAggregator(webrtc::ApmDataDumper*, unsigned long, webrtc::EchoCanceller3Config::Delay const&)': matched_filter_lag_aggregator.cc:(.text+0x2c8): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: matched_filter_lag_aggregator.cc:(.text+0x310): undefined reference to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' /usr/bin/ld.bfd: packages/lib/release/libwebrtc.a(matched_filter_lag_aggregator.o):matched_filter_lag_aggregator.cc:(.text+0x124): more undefined references to `std::__Cr::__libcpp_verbose_abort(char const*, ...)' follow So for now we're using a version before m140 that's closest to m144, which is m139.
-rw-r--r--autobuild.xml14
-rw-r--r--indra/cmake/WebRTC.cmake30
-rw-r--r--indra/llcommon/llmemory.cpp119
-rw-r--r--indra/llcommon/llmemory.h17
-rw-r--r--indra/llcommon/llsys.cpp80
-rw-r--r--indra/llcommon/llsys.h9
-rw-r--r--indra/llrender/llgl.cpp6
-rw-r--r--indra/llrender/llgl.h1
-rw-r--r--indra/llrender/llimagegl.cpp14
-rw-r--r--indra/llwebrtc/llwebrtc.cpp336
-rw-r--r--indra/llwebrtc/llwebrtc.h8
-rw-r--r--indra/llwebrtc/llwebrtc_impl.h67
-rw-r--r--indra/newview/app_settings/settings.xml37
-rw-r--r--indra/newview/llappviewerwin32.cpp12
-rw-r--r--indra/newview/llface.cpp22
-rw-r--r--indra/newview/llface.h18
-rw-r--r--indra/newview/llpanelvoicedevicesettings.cpp7
-rw-r--r--indra/newview/llviewerdisplay.cpp36
-rw-r--r--indra/newview/llviewermessage.cpp8
-rw-r--r--indra/newview/llviewertexture.cpp112
-rw-r--r--indra/newview/llviewertexture.h19
-rw-r--r--indra/newview/llviewertexturelist.cpp426
-rw-r--r--indra/newview/llviewertexturelist.h5
-rw-r--r--indra/newview/llvocache.cpp8
-rw-r--r--indra/newview/llvoicewebrtc.cpp8
25 files changed, 1018 insertions, 401 deletions
diff --git a/autobuild.xml b/autobuild.xml
index d11a3c86a0..cc34e703aa 100644
--- a/autobuild.xml
+++ b/autobuild.xml
@@ -2642,11 +2642,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
<key>archive</key>
<map>
<key>hash</key>
- <string>72ed1f6d469a8ffaffd69be39b7af186d7c3b1d7</string>
+ <string>c70247d7683312ee81149dbae603574c0851e04c</string>
<key>hash_algorithm</key>
<string>sha1</string>
<key>url</key>
- <string>https://github.com/secondlife/3p-webrtc-build/releases/download/m137.7151.04.22/webrtc-m137.7151.04.22.21966754211-darwin64-21966754211.tar.zst</string>
+ <string>https://github.com/secondlife/3p-webrtc-build/releases/download/m144.7559.06.16/webrtc-m144.7559.06.16.28218655958-darwin64-28218655958.tar.zst</string>
</map>
<key>name</key>
<string>darwin64</string>
@@ -2656,11 +2656,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
<key>archive</key>
<map>
<key>hash</key>
- <string>b4d0c836d99491841c3816ff93bb2655a2817bd3</string>
+ <string>d187fd666eec8c14dbef959cdc9a6600a13736c7</string>
<key>hash_algorithm</key>
<string>sha1</string>
<key>url</key>
- <string>https://github.com/secondlife/3p-webrtc-build/releases/download/m137.7151.04.22/webrtc-m137.7151.04.22.21966754211-linux64-21966754211.tar.zst</string>
+ <string>https://github.com/secondlife/3p-webrtc-build/releases/download/m144.7559.06.16/webrtc-m144.7559.06.16.28218655958-linux64-28218655958.tar.zst</string>
</map>
<key>name</key>
<string>linux64</string>
@@ -2670,11 +2670,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
<key>archive</key>
<map>
<key>hash</key>
- <string>ab2bddd77b1568b22b50ead13c1c33da94f4d59a</string>
+ <string>47ecfec6deaa775c958fc532d7a43d186ba191f1</string>
<key>hash_algorithm</key>
<string>sha1</string>
<key>url</key>
- <string>https://github.com/secondlife/3p-webrtc-build/releases/download/m137.7151.04.22/webrtc-m137.7151.04.22.21966754211-windows64-21966754211.tar.zst</string>
+ <string>https://github.com/secondlife/3p-webrtc-build/releases/download/m144.7559.06.16/webrtc-m144.7559.06.16.28218655958-windows64-28218655958.tar.zst</string>
</map>
<key>name</key>
<string>windows64</string>
@@ -2687,7 +2687,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
<key>copyright</key>
<string>Copyright (c) 2011, The WebRTC project authors. All rights reserved.</string>
<key>version</key>
- <string>m137.7151.04.22.21966754211</string>
+ <string>m144.7559.06.16.28218655958</string>
<key>name</key>
<string>webrtc</string>
<key>vcs_branch</key>
diff --git a/indra/cmake/WebRTC.cmake b/indra/cmake/WebRTC.cmake
index 286d3aa172..1575c30d82 100644
--- a/indra/cmake/WebRTC.cmake
+++ b/indra/cmake/WebRTC.cmake
@@ -6,27 +6,18 @@ include(Prebuilt)
add_library( ll::webrtc INTERFACE IMPORTED )
target_include_directories( ll::webrtc SYSTEM INTERFACE "${LIBS_PREBUILT_DIR}/include/webrtc" "${LIBS_PREBUILT_DIR}/include/webrtc/third_party/abseil-cpp")
-if (DARWIN OR WINDOWS)
-use_prebuilt_binary(webrtc)
-elseif (NOT (CMAKE_SYSTEM_NAME MATCHES FreeBSD OR ($ENV{MSYSTEM_CARCH} MATCHES aarch64)))
+if (CMAKE_SYSTEM_PROCESSOR MATCHES aarch64 AND LINUX)
target_compile_definitions(ll::webrtc INTERFACE CM_WEBRTC=1)
if (${PREBUILD_TRACKING_DIR}/sentinel_installed IS_NEWER_THAN ${PREBUILD_TRACKING_DIR}/webrtc_installed OR NOT ${webrtc_installed} EQUAL 0)
- if (DARWIN)
- set(WEBRTC_PLATFORM macos-arm64)
- elseif (CMAKE_SYSTEM_PROCESSOR MATCHES aarch64)
- set(WEBRTC_PLATFORM linux-arm64)
- else ()
- set(WEBRTC_PLATFORM linux-x64)
- endif ()
- if (NOT EXISTS ${CMAKE_BINARY_DIR}/libwebrtc-${WEBRTC_PLATFORM}.tar.xz)
+ if (NOT EXISTS ${CMAKE_BINARY_DIR}/libwebrtc-linux-arm64.tar.xz)
file(DOWNLOAD
- https://github.com/crow-misia/libwebrtc-bin/releases/download/137.7151.3.1/libwebrtc-${WEBRTC_PLATFORM}.tar.xz
- ${CMAKE_BINARY_DIR}/libwebrtc-${WEBRTC_PLATFORM}.tar.xz
+ https://github.com/crow-misia/libwebrtc-bin/releases/download/139.7258.3.1/libwebrtc-linux-arm64.tar.xz
+ ${CMAKE_BINARY_DIR}/libwebrtc-linux-arm64.tar.xz
SHOW_PROGRESS
)
endif ()
file(ARCHIVE_EXTRACT
- INPUT ${CMAKE_BINARY_DIR}/libwebrtc-${WEBRTC_PLATFORM}.tar.xz
+ INPUT ${CMAKE_BINARY_DIR}/libwebrtc-linux-arm64.tar.xz
DESTINATION ${LIBS_PREBUILT_DIR}
)
file(REMOVE_RECURSE ${LIBS_PREBUILT_DIR}/include/webrtc)
@@ -34,7 +25,6 @@ elseif (NOT (CMAKE_SYSTEM_NAME MATCHES FreeBSD OR ($ENV{MSYSTEM_CARCH} MATCHES a
foreach(directory
api
audio
- base
build
buildtools
call
@@ -67,16 +57,10 @@ elseif (NOT (CMAKE_SYSTEM_NAME MATCHES FreeBSD OR ($ENV{MSYSTEM_CARCH} MATCHES a
${LIBS_PREBUILT_DIR}/lib/libwebrtc.a
${ARCH_PREBUILT_DIRS_RELEASE}/libwebrtc.a
)
- if (CMAKE_OSX_ARCHITECTURES MATCHES arm64)
- file(REMOVE_RECURSE ${ARCH_PREBUILT_DIRS_RELEASE}/WebRTC.framework)
- file(RENAME
- ${LIBS_PREBUILT_DIR}/Frameworks/WebRTC.xcframework/${WEBRTC_PLATFORM}/WebRTC.framework
- ${ARCH_PREBUILT_DIRS_RELEASE}/WebRTC.framework
- )
- file(REMOVE_RECURSE ${LIBS_PREBUILT_DIR}/Frameworks)
- endif ()
file(WRITE ${PREBUILD_TRACKING_DIR}/webrtc_installed "0")
endif ()
+elseif (NOT (CMAKE_SYSTEM_NAME MATCHES FreeBSD OR ($ENV{MSYSTEM_CARCH} MATCHES aarch64)))
+use_prebuilt_binary(webrtc)
endif ()
find_library(WEBRTC_LIBRARY
diff --git a/indra/llcommon/llmemory.cpp b/indra/llcommon/llmemory.cpp
index ba48319a16..4e44b9a56a 100644
--- a/indra/llcommon/llmemory.cpp
+++ b/indra/llcommon/llmemory.cpp
@@ -4,7 +4,7 @@
*
* $LicenseInfo:firstyear=2002&license=viewerlgpl$
* Second Life Viewer Source Code
- * Copyright (C) 2010, Linden Research, Inc.
+ * Copyright (C) 2026, Linden Research, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -52,6 +52,9 @@
//static
+// On windows commit charge information is vital for OOM diagnosis.
+U32Megabytes LLMemory::sAvailCommitMemInMB(U32_MAX);
+
// most important memory metric for texture streaming
// On Windows, this should agree with resource monitor -> performance -> memory -> available
// On OS X, this should be activity monitor -> memory -> (physical memory - memory used)
@@ -70,6 +73,12 @@ U32Kilobytes LLMemory::sAllocatedMemInKB(0);
U32Kilobytes LLMemory::sAllocatedPageSizeInKB(0);
+LLFrameTimer LLMemory::sMemoryCheckTimer;
+F32 LLMemory::sSysMemoryFactor = 1.f;
+U32 LLMemory::sFactorLastFrameCount = 0;
+
+static const S32Megabytes MEM_LOW_THRESHOLD = S32Megabytes(256);
+
static LLTrace::SampleStatHandle<F64Megabytes> sAllocatedMem("allocated_mem", "active memory in use by application");
static LLTrace::SampleStatHandle<F64Megabytes> sVirtualMem("virtual_mem", "virtual memory assigned to application");
@@ -102,23 +111,14 @@ void LLMemory::updateMemoryInfo()
{
LL_PROFILE_ZONE_SCOPED;
+ sMemoryCheckTimer.reset();
sMaxPhysicalMemInKB = gSysMemory.getPhysicalMemoryKB();
- U32Kilobytes avail_mem;
- LLMemoryInfo::getAvailableMemoryKB(avail_mem);
- sAvailPhysicalMemInKB = avail_mem;
+ LLMemoryInfo::updateAvailableMemory();
#if LL_WINDOWS
- PROCESS_MEMORY_COUNTERS counters;
-
- if (!GetProcessMemoryInfo(GetCurrentProcess(), &counters, sizeof(counters)))
- {
- LL_WARNS() << "GetProcessMemoryInfo failed" << LL_ENDL;
- return ;
- }
-
- sAllocatedMemInKB = U32Kilobytes::convert(U64Bytes(counters.WorkingSetSize));
- sAllocatedPageSizeInKB = U32Kilobytes::convert(U64Bytes(counters.PagefileUsage));
+ // On windows updateAvailableMemory fills sAvailPhysicalMemInKB,
+ //sAllocatedMemInKB and sAllocatedPageSizeInKB
sample(sVirtualMem, sAllocatedPageSizeInKB);
#elif defined(LL_DARWIN)
@@ -201,6 +201,97 @@ void LLMemory::logMemoryInfo(bool update)
LL_INFOS() << llformat("Current max usable memory: %.2f MB", sMaxPhysicalMemInKB / 1024.0) << LL_ENDL;
}
+void LLMemory::updateFreeSystemMemory()
+{
+ if (sMemoryCheckTimer.getElapsedTimeF32() >= 1.f) //once per second.
+ {
+ LLMemory::updateMemoryInfo(); // resets the timer
+ }
+}
+
+F32 LLMemory::getSystemMemoryBudgetFactor()
+{
+ // Only update once per frame
+ U32 current_frame = LLFrameTimer::getFrameCount();
+ if (sFactorLastFrameCount == current_frame)
+ {
+ return sSysMemoryFactor;
+ }
+ sFactorLastFrameCount = current_frame;
+
+ updateFreeSystemMemory();
+#if LL_WINDOWS
+ S32Megabytes free_sys_mem = getAvailableCommitMemMB();
+#else
+ S32Megabytes free_sys_mem = getAvailableMemKB();
+#endif
+ bool is_sys_low = free_sys_mem < MEM_LOW_THRESHOLD;
+ static bool was_low = false;
+
+ // sSysMemoryFactor affects draw distance
+ //
+ // We only decrement when more than 406MB is free, but increment
+ // when below 256MB free. This should provide a stable value
+ // in the 256-406MB range to avoid draw range fluctuations.
+ //
+ // Draw range reduction is a last resort, texture bias is supposed
+ // to free at least some memory before we get here.
+ // Note: textures were mostly moved to vram, we might want to
+ // detach texture bias from system memory.
+ if (is_sys_low)
+ {
+ // debt is a negative value since MIN_FREE_MAIN_MEMORY > free memory.
+ S32Megabytes sys_budget_debt = free_sys_mem - MEM_LOW_THRESHOLD;
+
+ // Leave some padding, otherwise we will crash out of memory before hitting factor 2.
+ const S32Megabytes PAD_BUFFER(32);
+ S32Megabytes budget_target = MEM_LOW_THRESHOLD - PAD_BUFFER;
+ if (!was_low)
+ {
+ // Result should range from 1 at 0 debt to 2 at -224 debt, 2.14 at -256MB
+ F32 new_factor = 1.f - (F32)sys_budget_debt.value() / (F32)budget_target.value();
+ sSysMemoryFactor = llmax(sSysMemoryFactor, new_factor);
+ }
+ else
+ {
+ // Slowly ramp up factor to free memory (increasing factor decreases draw range)
+ constexpr F32 MAX_INCREMENT = 0.05f;
+ F32 increment = MAX_INCREMENT * llmax(-(F32)sys_budget_debt.value() / (F32)budget_target.value(), 0.f);
+ sSysMemoryFactor += increment * LLFrameTimer::getFrameDeltaTimeF32();
+ }
+ sSysMemoryFactor = llclamp(sSysMemoryFactor, 1.f, 2.f);
+ }
+ else
+ {
+ // Only start ramping down when we have breathing room.
+ // This should be under the value of isSystemMemoryLow to not throw texture
+ // bias into 1.5+ territory each time we fluctuate around isSystemMemoryLow's
+ // threshold.
+ const S32Megabytes MEM_THRESHOLD = MEM_LOW_THRESHOLD + S32Megabytes(150);
+ if (free_sys_mem > MEM_THRESHOLD && sSysMemoryFactor > 1.f)
+ {
+ // Ramp down factor over time.
+ constexpr F32 DECREMENT = 0.02f;
+ sSysMemoryFactor -= DECREMENT * LLFrameTimer::getFrameDeltaTimeF32();
+ sSysMemoryFactor = llclamp(sSysMemoryFactor, 1.f, 2.f);
+ }
+ }
+ was_low = is_sys_low;
+
+ return sSysMemoryFactor;
+}
+
+#if LL_WINDOWS
+//static
+U32Megabytes LLMemory::getAvailableCommitMemMB()
+{
+ // Commit charge combines page file and ram,
+ // theoretical limit is 128TB on 64bit windows.
+ // Store as MB instead of KB to prevent overflow.
+ return sAvailCommitMemInMB;
+}
+#endif
+
//static
U32Kilobytes LLMemory::getAvailableMemKB()
{
diff --git a/indra/llcommon/llmemory.h b/indra/llcommon/llmemory.h
index c06ae93766..5ac114cac9 100644
--- a/indra/llcommon/llmemory.h
+++ b/indra/llcommon/llmemory.h
@@ -4,7 +4,7 @@
*
* $LicenseInfo:firstyear=2002&license=viewerlgpl$
* Second Life Viewer Source Code
- * Copyright (C) 2010, Linden Research, Inc.
+ * Copyright (C) 2026, Linden Research, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -27,6 +27,7 @@
#define LLMEMORY_H
#include "linden_common.h"
+#include "llframetimer.h"
#include "llunits.h"
#include "stdtypes.h"
#if !LL_WINDOWS
@@ -428,17 +429,31 @@ public:
static void initMaxHeapSizeGB(F32Gigabytes max_heap_size);
static void updateMemoryInfo() ;
static void logMemoryInfo(bool update = false);
+ static F32 getSystemMemoryBudgetFactor();
+#if LL_WINDOWS
+ // Commit charge is a Windows-only concept, combines page file and ram
+ static U32Megabytes getAvailableCommitMemMB();
+#endif
static U32Kilobytes getAvailableMemKB() ;
static U32Kilobytes getMaxMemKB() ;
static U32Kilobytes getAllocatedMemKB() ;
private:
+ static void updateFreeSystemMemory();
+ // LLMemoryInfo directly updates memory stats
+ friend class LLMemoryInfo;
+
+ static U32Megabytes sAvailCommitMemInMB;
static U32Kilobytes sAvailPhysicalMemInKB ;
static U32Kilobytes sMaxPhysicalMemInKB ;
static U32Kilobytes sAllocatedMemInKB;
static U32Kilobytes sAllocatedPageSizeInKB ;
static U32Kilobytes sMaxHeapSizeInKB;
+
+ static LLFrameTimer sMemoryCheckTimer;
+ static F32 sSysMemoryFactor;
+ static U32 sFactorLastFrameCount;
};
// LLRefCount moved to llrefcount.h
diff --git a/indra/llcommon/llsys.cpp b/indra/llcommon/llsys.cpp
index 542de4ee67..452acf4322 100644
--- a/indra/llcommon/llsys.cpp
+++ b/indra/llcommon/llsys.cpp
@@ -4,7 +4,7 @@
*
* $LicenseInfo:firstyear=2002&license=viewerlgpl$
* Second Life Viewer Source Code
- * Copyright (C) 2010, Linden Research, Inc.
+ * Copyright (C) 2026, Linden Research, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -43,6 +43,7 @@
#include "llerrorcontrol.h"
#include "llevents.h"
#include "llformat.h"
+#include "llmemory.h"
#include "llregex.h"
#include "lltimer.h"
#include "llsdserialize.h"
@@ -811,15 +812,13 @@ U32Kilobytes LLMemoryInfo::getPhysicalMemoryKB() const
}
//static
-void LLMemoryInfo::getAvailableMemoryKB(U32Kilobytes& avail_mem_kb)
+void LLMemoryInfo::updateAvailableMemory()
{
LL_PROFILE_ZONE_SCOPED_CATEGORY_MEMORY;
#if LL_WINDOWS
- // Sigh, this shouldn't be a static method, then we wouldn't have to
- // reload this data separately from refresh()
- LLSD statsMap(loadStatsMap());
-
- avail_mem_kb = (U32Kilobytes)statsMap["Avail Physical KB"].asInteger();
+ // On windows loadStatsMap will fill sAvailPhysicalMemInKB,
+ // sAvailCommitMemInMB, sAllocatedMemInKB and sAllocatedPageSizeInKB
+ loadStatsMap();
#elif LL_DARWIN
// use host_statistics64 to get memory info
@@ -831,11 +830,11 @@ void LLMemoryInfo::getAvailableMemoryKB(U32Kilobytes& avail_mem_kb)
kern_return_t result = host_statistics64(host, HOST_VM_INFO64, reinterpret_cast<host_info_t>(&vmstat), &count);
if (result == KERN_SUCCESS)
{
- avail_mem_kb = U64Bytes((vmstat.free_count + vmstat.inactive_count) * page_size);
+ LLMemory::sAvailPhysicalMemInKB = U64Bytes((vmstat.free_count + vmstat.inactive_count) * page_size);
}
else
{
- avail_mem_kb = (U32Kilobytes)-1;
+ LLMemory::sAvailPhysicalMemInKB = (U32Kilobytes)-1;
}
#elif LL_LINUX
@@ -889,12 +888,12 @@ void LLMemoryInfo::getAvailableMemoryKB(U32Kilobytes& avail_mem_kb)
// (could also run 'free', but easier to read a file than run a program)
LLSD statsMap(loadStatsMap());
- avail_mem_kb = (U32Kilobytes)statsMap["MemFree"].asInteger();
+ LLMemory::sAvailPhysicalMemInKB = (U32Kilobytes)statsMap["MemFree"].asInteger();
#else
//do not know how to collect available memory info for other systems.
//leave it blank here for now.
- avail_mem_kb = (U32Kilobytes)-1 ;
+ LLMemory::sAvailPhysicalMemInKB = (U32Kilobytes)-1 ;
#endif
}
@@ -965,15 +964,24 @@ LLSD LLMemoryInfo::loadStatsMap()
state.dwLength = sizeof(state);
GlobalMemoryStatusEx(&state);
- DWORDLONG div = 1024;
+ static constexpr DWORDLONG div = 1024;
- stats.add("Percent Memory use", state.dwMemoryLoad/div);
+ stats.add("Percent Memory use", state.dwMemoryLoad);
stats.add("Total Physical KB", state.ullTotalPhys/div);
stats.add("Avail Physical KB", state.ullAvailPhys/div);
+
+ // Despite the confusing naming "PageFile" , these values
+ // actually represent the committed memory limit for
+ // the system or the current process, whichever is smaller.
stats.add("Total page KB", state.ullTotalPageFile/div);
stats.add("Avail page KB", state.ullAvailPageFile/div);
- stats.add("Total Virtual KB", state.ullTotalVirtual/div);
- stats.add("Avail Virtual KB", state.ullAvailVirtual/div);
+
+ static constexpr DWORDLONG mb_div = 1024 * 1024;
+ stats.add("Total Virtual MB", state.ullTotalVirtual/mb_div); // ~134 million MB
+ stats.add("Avail Virtual MB", state.ullAvailVirtual/mb_div);
+
+ LLMemory::sAvailPhysicalMemInKB = U32Kilobytes::convert(U64Bytes(state.ullAvailPhys));
+ LLMemory::sAvailCommitMemInMB = U32Megabytes::convert(U64Bytes(state.ullAvailPageFile));
// SL-12122 - Call to GetPerformanceInfo() was removed here. Took
// on order of 10 ms, causing unacceptable frame time spike every
@@ -989,18 +997,38 @@ LLSD LLMemoryInfo::loadStatsMap()
// specifically accepts PROCESS_MEMORY_COUNTERS*, and since this is a
// classic-C API, PROCESS_MEMORY_COUNTERS_EX isn't a subclass. Cast the
// pointer.
- GetProcessMemoryInfo(GetCurrentProcess(), (PROCESS_MEMORY_COUNTERS*) &pmem, sizeof(pmem));
+ if (GetProcessMemoryInfo(GetCurrentProcess(), (PROCESS_MEMORY_COUNTERS*)&pmem, sizeof(pmem)))
+ {
+ LLMemory::sAllocatedMemInKB = U32Kilobytes::convert(U64Bytes(pmem.WorkingSetSize));
+ LLMemory::sAllocatedPageSizeInKB = U32Kilobytes::convert(U64Bytes(pmem.PagefileUsage));
- stats.add("Page Fault Count", pmem.PageFaultCount);
- stats.add("PeakWorkingSetSize KB", pmem.PeakWorkingSetSize/div);
- stats.add("WorkingSetSize KB", pmem.WorkingSetSize/div);
- stats.add("QutaPeakPagedPoolUsage KB", pmem.QuotaPeakPagedPoolUsage/div);
- stats.add("QuotaPagedPoolUsage KB", pmem.QuotaPagedPoolUsage/div);
- stats.add("QuotaPeakNonPagedPoolUsage KB", pmem.QuotaPeakNonPagedPoolUsage/div);
- stats.add("QuotaNonPagedPoolUsage KB", pmem.QuotaNonPagedPoolUsage/div);
- stats.add("PagefileUsage KB", pmem.PagefileUsage/div);
- stats.add("PeakPagefileUsage KB", pmem.PeakPagefileUsage/div);
- stats.add("PrivateUsage KB", pmem.PrivateUsage/div);
+ stats.add("Page Fault Count", pmem.PageFaultCount);
+ stats.add("PeakWorkingSetSize KB", pmem.PeakWorkingSetSize / div);
+ stats.add("WorkingSetSize KB", pmem.WorkingSetSize / div);
+ stats.add("QuotaPeakPagedPoolUsage KB", pmem.QuotaPeakPagedPoolUsage / div);
+ stats.add("QuotaPagedPoolUsage KB", pmem.QuotaPagedPoolUsage / div);
+ stats.add("QuotaPeakNonPagedPoolUsage KB", pmem.QuotaPeakNonPagedPoolUsage / div);
+ stats.add("QuotaNonPagedPoolUsage KB", pmem.QuotaNonPagedPoolUsage / div);
+ stats.add("PagefileUsage KB", pmem.PagefileUsage / div);
+ stats.add("PeakPagefileUsage KB", pmem.PeakPagefileUsage / div);
+ stats.add("PrivateUsage KB", pmem.PrivateUsage / div);
+ }
+ else
+ {
+ LLMemory::sAllocatedMemInKB = U32Kilobytes(0);
+ LLMemory::sAllocatedPageSizeInKB = U32Kilobytes(0);
+
+ stats.add("Page Fault Count", 0);
+ stats.add("PeakWorkingSetSize KB", 0);
+ stats.add("WorkingSetSize KB", 0);
+ stats.add("QuotaPeakPagedPoolUsage KB", 0);
+ stats.add("QuotaPagedPoolUsage KB", 0);
+ stats.add("QuotaPeakNonPagedPoolUsage KB", 0);
+ stats.add("QuotaNonPagedPoolUsage KB", 0);
+ stats.add("PagefileUsage KB", 0);
+ stats.add("PeakPagefileUsage KB", 0);
+ stats.add("PrivateUsage KB", 0);
+ }
#elif LL_DARWIN
diff --git a/indra/llcommon/llsys.h b/indra/llcommon/llsys.h
index c8ff4dd98a..91fa2754ab 100644
--- a/indra/llcommon/llsys.h
+++ b/indra/llcommon/llsys.h
@@ -4,7 +4,7 @@
*
* $LicenseInfo:firstyear=2001&license=viewerlgpl$
* Second Life Viewer Source Code
- * Copyright (C) 2010, Linden Research, Inc.
+ * Copyright (C) 2026, Linden Research, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -134,11 +134,12 @@ public:
static U32Kilobytes getHardwareMemSize(); // Because some Mac linkers won't let us reference extern gSysMemory from a different lib.
#endif
- //get the available memory in KiloBytes.
- static void getAvailableMemoryKB(U32Kilobytes& avail_mem_kb);
+ // Updates LLMemory's values.
+ static void updateAvailableMemory();
// Retrieve a map of memory statistics. The keys of the map are platform-
- // dependent. The values are in kilobytes to try to avoid integer overflow.
+ // dependent.
+ // On Windows updates LLMemory values.
LLSD getStatsMap() const;
// Re-fetch memory data (as reported by stream() and getStatsMap()) from the
diff --git a/indra/llrender/llgl.cpp b/indra/llrender/llgl.cpp
index 3a36e49029..fc06a9d089 100644
--- a/indra/llrender/llgl.cpp
+++ b/indra/llrender/llgl.cpp
@@ -2380,6 +2380,12 @@ void clear_glerror()
glGetError();
}
+void drain_glerror()
+{
+ // bounded: a lost/reset context can return errors indefinitely
+ for (S32 i = 0; i < 16 && glGetError() != GL_NO_ERROR; ++i) {}
+}
+
///////////////////////////////////////////////////////////////
//
// LLGLState
diff --git a/indra/llrender/llgl.h b/indra/llrender/llgl.h
index a7dced3753..92d82948ca 100644
--- a/indra/llrender/llgl.h
+++ b/indra/llrender/llgl.h
@@ -159,6 +159,7 @@ void log_glerror(std::string comment);
void assert_glerror();
void clear_glerror();
+void drain_glerror(); // pops ALL pending GL error flags (bounded so a lost/reset context that returns errors forever cannot hang the caller); use before an attributable glGetError check.
//#if !LL_RELEASE_FOR_DOWNLOAD
diff --git a/indra/llrender/llimagegl.cpp b/indra/llrender/llimagegl.cpp
index eb86f5bae2..9529c7a2be 100644
--- a/indra/llrender/llimagegl.cpp
+++ b/indra/llrender/llimagegl.cpp
@@ -1596,7 +1596,7 @@ void LLImageGL::setManualImage(U32 target, S32 miplevel, S32 intformat, S32 widt
// Drain stale GL errors so an OOM detected below belongs to this alloc.
// Otherwise a failed glTexImage2D is swallowed in release while
// alloc_tex_image still counts the bytes, inflating the used-VRAM figure.
- while (glGetError() != GL_NO_ERROR) {}
+ drain_glerror();
const bool use_sub_image = should_stagger_image_set(compress);
if (!use_sub_image)
@@ -2016,7 +2016,8 @@ bool LLImageGL::readBackRaw(S32 discard_level, LLImageRaw* imageraw, bool compre
//-----------------------------------------------------------------------------------------------
GLenum error ;
- while((error = glGetError()) != GL_NO_ERROR)
+ S32 error_count = 0 ;
+ while((error = glGetError()) != GL_NO_ERROR && ++error_count <= 16)
{
LL_WARNS() << "GL Error happens before reading back texture. Error code: " << error << LL_ENDL ;
}
@@ -2078,7 +2079,8 @@ bool LLImageGL::readBackRaw(S32 discard_level, LLImageRaw* imageraw, bool compre
LL_WARNS() << "GL Error happens after reading back texture. Error code: " << error << LL_ENDL ;
imageraw->deleteData() ;
- while((error = glGetError()) != GL_NO_ERROR)
+ error_count = 0 ;
+ while((error = glGetError()) != GL_NO_ERROR && ++error_count <= 16)
{
LL_WARNS() << "GL Error happens after reading back texture. Error code: " << error << LL_ENDL ;
}
@@ -2665,8 +2667,10 @@ bool LLImageGL::scaleDown(S32 desired_discard)
{
LL_PROFILE_ZONE_SCOPED_CATEGORY_TEXTURE;
- // Don't let eviction re-arm visibility: the glGenerateMipmap re-bind below
- // would otherwise stamp mLastBindFrame and keep the texture fetch-eligible.
+ // Don't let eviction re-arm the GC: the glGenerateMipmap re-bind below would
+ // otherwise stamp mLastBindFrame, so the next computeDesiredDiscard treats the
+ // just-evicted texture as freshly drawn, un-floors it, and re-fetches - the
+ // evict/refetch oscillation.
LLImageGLStampBypass no_stamp;
if (mTarget != GL_TEXTURE_2D
diff --git a/indra/llwebrtc/llwebrtc.cpp b/indra/llwebrtc/llwebrtc.cpp
index 7ef27fcdfa..81610ef5b6 100644
--- a/indra/llwebrtc/llwebrtc.cpp
+++ b/indra/llwebrtc/llwebrtc.cpp
@@ -27,7 +27,7 @@
#include "llwebrtc_impl.h"
#include <algorithm>
#include <string.h>
-
+#include "api/audio/create_audio_device_module.h"
#include "api/audio_codecs/audio_decoder_factory.h"
#include "api/audio_codecs/audio_encoder_factory.h"
#include "api/audio_codecs/builtin_audio_decoder_factory.h"
@@ -148,7 +148,9 @@ int32_t LLWebRTCAudioTransport::NeedMorePlayData(size_t number_of_frames,
if (!engine)
{
// No engine sink; output silence to be safe.
- const size_t bytes = number_of_frames * bytes_per_frame * number_of_channels;
+ // bytes_per_frame already accounts for all channels, so do not multiply
+ // by number_of_channels again (that would overrun the playout buffer).
+ const size_t bytes = number_of_frames * bytes_per_frame;
memset(audio_data, 0, bytes);
number_of_samples_out = bytes_per_frame;
return 0;
@@ -264,17 +266,47 @@ void LLCustomProcessor::Process(webrtc::AudioBuffer *audio)
mState->setMicrophoneEnergy(std::sqrt(totalSum / (audio->num_channels() * audio->num_frames() * buffer_size)));
}
+
+//
+// LLWebRTCImpl implementation
+//
+
+void LLWebRTCAudioDeviceModule::SetTuning(bool tuning, bool mute)
+{
+ tuning_ = tuning;
+ if (tuning)
+ {
+ // Ensure capture is running (it's normally already running -- capture is
+ // session-long) so the mic-level meter works, and stop rendering the
+ // call while tuning. The recording calls are no-ops if capture is
+ // already active, so this won't cold-start it.
+ inner_->InitMicrophone();
+ inner_->InitRecording();
+ inner_->StartRecording();
+ inner_->StopPlayout();
+ }
+ // On exit, capture is deliberately left running (mute is handled by gain,
+ // not by stopping the device, so there's no AEC cold-start hiss). Playout
+ // is restored by the caller via workerOpenPlayout(), keeping it gated on
+ // there being a connection to render.
+}
+
//
// LLWebRTCImpl implementation
//
LLWebRTCImpl::LLWebRTCImpl(LLWebRTCLogCallback* logCallback) :
+ mEnv(webrtc::CreateEnvironment(webrtc::CreateDefaultTaskQueueFactory())),
mLogSink(new LLWebRTCLogSink(logCallback)),
mPeerCustomProcessor(nullptr),
mMute(true),
+ mVoiceEnabled(false),
mTuningMode(false),
mDevicesDeploying(0),
- mGain(0.0f)
+ mGain(0.0f),
+ mBuiltinNS(false),
+ mBuiltinAGC(false),
+ mBuiltinAEC(false)
{
}
@@ -287,8 +319,6 @@ void LLWebRTCImpl::init()
webrtc::LogMessage::SetLogToStderr(true);
webrtc::LogMessage::AddLogToStream(mLogSink, webrtc::LS_VERBOSE);
- mTaskQueueFactory = webrtc::CreateDefaultTaskQueueFactory();
-
// Create the native threads.
mNetworkThread = webrtc::Thread::CreateWithSocketServer();
mNetworkThread->SetName("WebRTCNetworkThread", nullptr);
@@ -304,11 +334,19 @@ void LLWebRTCImpl::init()
[this]()
{
webrtc::scoped_refptr<webrtc::AudioDeviceModule> realADM =
- webrtc::AudioDeviceModule::Create(webrtc::AudioDeviceModule::AudioLayer::kPlatformDefaultAudio, mTaskQueueFactory.get());
+ webrtc::CreateAudioDeviceModule(mEnv, webrtc::AudioDeviceModule::AudioLayer::kPlatformDefaultAudio);
mDeviceModule = webrtc::make_ref_counted<LLWebRTCAudioDeviceModule>(realADM);
#if !CM_WEBRTC
mDeviceModule->SetObserver(this);
#endif
+ mDeviceModule->Init();
+
+ mBuiltinNS = mDeviceModule->BuiltInNSIsAvailable();
+ mBuiltinAEC = mDeviceModule->BuiltInAECIsAvailable();
+ mBuiltinAGC = mDeviceModule->BuiltInAGCIsAvailable();
+ // All audio processing is done by WebRTC's software APM (configured
+ // below); make sure the hardware processors stay off.
+ workerDisableBuiltInAudioProcessing();
});
// The custom processor allows us to retrieve audio data (and levels)
@@ -318,17 +356,22 @@ void LLWebRTCImpl::init()
apb.SetCapturePostProcessing(std::make_unique<LLCustomProcessor>(mPeerCustomProcessor));
mAudioProcessingModule = apb.Build(webrtc::CreateEnvironment());
+ // Initial software-APM state, matching setAudioConfig() so there's no
+ // window where processing differs before the viewer's first config call.
+ // All processing is done here in software (the hardware AEC/AGC/NS is kept
+ // disabled), so enable echo cancellation from the very first frame.
webrtc::AudioProcessing::Config apm_config;
- apm_config.echo_canceller.enabled = false;
- apm_config.echo_canceller.mobile_mode = false;
- apm_config.gain_controller1.enabled = false;
- apm_config.gain_controller2.enabled = true;
- apm_config.high_pass_filter.enabled = true;
- apm_config.noise_suppression.enabled = true;
- apm_config.noise_suppression.level = webrtc::AudioProcessing::Config::NoiseSuppression::kVeryHigh;
- apm_config.transient_suppression.enabled = true;
- apm_config.pipeline.multi_channel_render = true;
- apm_config.pipeline.multi_channel_capture = false;
+ apm_config.echo_canceller.enabled = true;
+ apm_config.echo_canceller.mobile_mode = false;
+ apm_config.gain_controller1.enabled = false;
+ apm_config.gain_controller2.enabled = true;
+ apm_config.gain_controller2.adaptive_digital.enabled = true; // auto-level speech
+ apm_config.high_pass_filter.enabled = true;
+ apm_config.noise_suppression.enabled = true;
+ apm_config.noise_suppression.level = webrtc::AudioProcessing::Config::NoiseSuppression::kVeryHigh;
+ apm_config.transient_suppression.enabled = true;
+ apm_config.pipeline.multi_channel_render = true;
+ apm_config.pipeline.multi_channel_capture = true;
mAudioProcessingModule->ApplyConfig(apm_config);
@@ -360,7 +403,6 @@ void LLWebRTCImpl::init()
{
if (mDeviceModule)
{
- mDeviceModule->EnableBuiltInAEC(false);
updateDevices();
}
});
@@ -395,10 +437,9 @@ void LLWebRTCImpl::terminate()
{
if (mDeviceModule)
{
- mDeviceModule->Terminate();
+ mDeviceModule->ForceTerminate();
}
mDeviceModule = nullptr;
- mTaskQueueFactory = nullptr;
});
// In case peer connections still somehow have jobs in workers,
@@ -411,47 +452,79 @@ void LLWebRTCImpl::terminate()
webrtc::LogMessage::RemoveLogToStream(mLogSink);
}
+
void LLWebRTCImpl::setAudioConfig(LLWebRTCDeviceInterface::AudioConfig config)
{
+ // All audio processing is handled by WebRTC's software APM here. The
+ // platform/hardware AEC/AGC/NS is always disabled (see
+ // workerDisableBuiltInAudioProcessing), so these are enabled purely on the
+ // requested config without deferring to any built-in processor.
webrtc::AudioProcessing::Config apm_config;
- apm_config.echo_canceller.enabled = config.mEchoCancellation;
- apm_config.echo_canceller.mobile_mode = false;
- apm_config.gain_controller1.enabled = false;
- apm_config.gain_controller2.enabled = config.mAGC;
+ apm_config.echo_canceller.enabled = config.mEchoCancellation;
+ apm_config.echo_canceller.mobile_mode = false;
+ apm_config.gain_controller1.enabled = false;
+ apm_config.gain_controller2.enabled = config.mAGC;
apm_config.gain_controller2.adaptive_digital.enabled = true; // auto-level speech
- apm_config.high_pass_filter.enabled = true;
- apm_config.transient_suppression.enabled = true;
- apm_config.pipeline.multi_channel_render = true;
- apm_config.pipeline.multi_channel_capture = true;
- apm_config.pipeline.multi_channel_capture = true;
+ apm_config.high_pass_filter.enabled = true;
+ apm_config.transient_suppression.enabled = true;
+ apm_config.pipeline.multi_channel_render = true;
+ apm_config.pipeline.multi_channel_capture = true;
switch (config.mNoiseSuppressionLevel)
{
case LLWebRTCDeviceInterface::AudioConfig::NOISE_SUPPRESSION_LEVEL_NONE:
apm_config.noise_suppression.enabled = false;
- apm_config.noise_suppression.level = webrtc::AudioProcessing::Config::NoiseSuppression::kLow;
+ apm_config.noise_suppression.level = webrtc::AudioProcessing::Config::NoiseSuppression::kLow;
break;
case LLWebRTCDeviceInterface::AudioConfig::NOISE_SUPPRESSION_LEVEL_LOW:
apm_config.noise_suppression.enabled = true;
- apm_config.noise_suppression.level = webrtc::AudioProcessing::Config::NoiseSuppression::kLow;
+ apm_config.noise_suppression.level = webrtc::AudioProcessing::Config::NoiseSuppression::kLow;
break;
case LLWebRTCDeviceInterface::AudioConfig::NOISE_SUPPRESSION_LEVEL_MODERATE:
apm_config.noise_suppression.enabled = true;
- apm_config.noise_suppression.level = webrtc::AudioProcessing::Config::NoiseSuppression::kModerate;
+ apm_config.noise_suppression.level = webrtc::AudioProcessing::Config::NoiseSuppression::kModerate;
break;
case LLWebRTCDeviceInterface::AudioConfig::NOISE_SUPPRESSION_LEVEL_HIGH:
apm_config.noise_suppression.enabled = true;
- apm_config.noise_suppression.level = webrtc::AudioProcessing::Config::NoiseSuppression::kHigh;
+ apm_config.noise_suppression.level = webrtc::AudioProcessing::Config::NoiseSuppression::kHigh;
break;
case LLWebRTCDeviceInterface::AudioConfig::NOISE_SUPPRESSION_LEVEL_VERY_HIGH:
apm_config.noise_suppression.enabled = true;
- apm_config.noise_suppression.level = webrtc::AudioProcessing::Config::NoiseSuppression::kVeryHigh;
+ apm_config.noise_suppression.level = webrtc::AudioProcessing::Config::NoiseSuppression::kVeryHigh;
break;
default:
apm_config.noise_suppression.enabled = false;
- apm_config.noise_suppression.level = webrtc::AudioProcessing::Config::NoiseSuppression::kLow;
+ apm_config.noise_suppression.level = webrtc::AudioProcessing::Config::NoiseSuppression::kLow;
}
mAudioProcessingModule->ApplyConfig(apm_config);
+
+ // Keep the hardware processors off; the APM above is the only processing.
+ PostWorkerTask([this]() { workerDisableBuiltInAudioProcessing(); });
+}
+
+void LLWebRTCImpl::workerDisableBuiltInAudioProcessing()
+{
+ if (!mDeviceModule)
+ {
+ return;
+ }
+
+ // We always use WebRTC's internal (software APM) audio processing. Running
+ // the platform/hardware AEC, AGC, or NS alongside it causes the two to
+ // fight -- pumping levels, double noise suppression, and mismatched AEC
+ // references -- so disable any that the device exposes.
+ if (mBuiltinNS)
+ {
+ mDeviceModule->EnableBuiltInNS(false);
+ }
+ if (mBuiltinAGC)
+ {
+ mDeviceModule->EnableBuiltInAGC(false);
+ }
+ if (mBuiltinAEC)
+ {
+ mDeviceModule->EnableBuiltInAEC(false);
+ }
}
void LLWebRTCImpl::refreshDevices()
@@ -471,20 +544,25 @@ void LLWebRTCImpl::unsetDevicesObserver(LLWebRTCDevicesObserver *observer)
}
}
-// must be run in the worker thread.
-void LLWebRTCImpl::workerDeployDevices()
+// must be run in the worker thread. Selects the configured capture device and
+// starts recording. Capture runs the whole time voice is enabled (it's never
+// stopped for mute or between calls, so the AEC never cold-starts -- there's no
+// hiss on unmute), so this is a no-op when already recording. Device changes
+// go through workerDeployDevices(), which stops recording first to force a
+// clean re-select; voice off goes through setVoiceEnabled(false).
+void LLWebRTCImpl::workerStartRecording()
{
- if (!mDeviceModule)
+ // Only run capture while voice is enabled, and never cold-start it when
+ // it's already running (that would cause the unmute hiss).
+ if (!mDeviceModule || !mVoiceEnabled || mDeviceModule->Recording())
{
return;
}
int16_t recordingDevice = RECORD_DEVICE_DEFAULT;
- int16_t recording_device_start = 0;
-
if (mRecordingDevice != "Default")
{
- for (int16_t i = recording_device_start; i < mRecordingDeviceList.size(); i++)
+ for (int16_t i = 0; i < mRecordingDeviceList.size(); i++)
{
if (mRecordingDeviceList[i].mID == mRecordingDevice)
{
@@ -500,8 +578,6 @@ void LLWebRTCImpl::workerDeployDevices()
}
}
- mDeviceModule->StopPlayout();
- mDeviceModule->ForceStopRecording();
#if WEBRTC_WIN
if (recordingDevice < 0)
{
@@ -516,13 +592,32 @@ void LLWebRTCImpl::workerDeployDevices()
#endif
mDeviceModule->InitMicrophone();
mDeviceModule->SetStereoRecording(false);
+ // A newly-selected capture device may default its hardware AEC/AGC/NS on;
+ // disable before InitRecording so the recording stream is configured to
+ // use only WebRTC's software APM.
+ workerDisableBuiltInAudioProcessing();
mDeviceModule->InitRecording();
+ mDeviceModule->ForceStartRecording();
+}
+
+// must be run in the worker thread. Selects the configured playout device and
+// starts playout. Playout only runs while there's a connection to render
+// (running the output device with no engine data is heard as a buzz), so this
+// is a no-op when there are no connections or when already playing. Device
+// changes go through workerDeployDevices(), which stops playout first.
+void LLWebRTCImpl::workerStartPlayout()
+{
+ // Only run playout while voice is enabled and there's a connection to
+ // render (running the output device otherwise is heard as a buzz).
+ if (!mDeviceModule || !mVoiceEnabled || mTuningMode || mDeviceModule->Playing() || mPeerConnections.empty())
+ {
+ return;
+ }
int16_t playoutDevice = PLAYOUT_DEVICE_DEFAULT;
- int16_t playout_device_start = 0;
if (mPlayoutDevice != "Default")
{
- for (int16_t i = playout_device_start; i < mPlayoutDeviceList.size(); i++)
+ for (int16_t i = 0; i < mPlayoutDeviceList.size(); i++)
{
if (mPlayoutDeviceList[i].mID == mPlayoutDevice)
{
@@ -553,16 +648,29 @@ void LLWebRTCImpl::workerDeployDevices()
mDeviceModule->InitSpeaker();
mDeviceModule->SetStereoPlayout(true);
mDeviceModule->InitPlayout();
+ mDeviceModule->StartPlayout();
+}
- if ((!mMute && mPeerConnections.size()) || mTuningMode)
+// must be run in the worker thread. Used for device changes and tuning: forces
+// a clean re-select of both devices, then re-applies per-connection mute/track
+// state. To merely bring playout up when a connection is established (without
+// disturbing the connection's own mute/track management) call
+// workerOpenPlayout() directly -- see startPlayout().
+void LLWebRTCImpl::workerDeployDevices()
+{
+ if (!mDeviceModule)
{
- mDeviceModule->ForceStartRecording();
+ return;
}
- if (!mTuningMode)
- {
- mDeviceModule->StartPlayout();
- }
+ // Stop first so the start helpers (which no-op when already running) will
+ // re-select the now-current device.
+ mDeviceModule->StopPlayout();
+ mDeviceModule->ForceStopRecording();
+
+ workerStartRecording();
+ workerStartPlayout();
+
mSignalingThread->PostTask(
[this]
{
@@ -604,6 +712,35 @@ void LLWebRTCImpl::setRenderDevice(const std::string &id)
}
}
+void LLWebRTCImpl::setVoiceEnabled(bool enable)
+{
+ mVoiceEnabled = enable;
+ mWorkerThread->PostTask(
+ [this, enable]()
+ {
+ if (!mDeviceModule)
+ {
+ return;
+ }
+ if (enable)
+ {
+ // Voice on: start the capture device (it then stays running
+ // across calls and mute/unmute), and start playout if there's
+ // already a connection to render.
+ mDeviceModule->Init();
+ workerDeployDevices();
+ }
+ else
+ {
+ // Voice off: release both devices so the OS mic/speaker aren't
+ // held open.
+ mDeviceModule->ForceStopRecording();
+ mDeviceModule->StopPlayout();
+ mDeviceModule->ForceTerminate();
+ }
+ });
+}
+
// updateDevices needs to happen on the worker thread.
void LLWebRTCImpl::updateDevices()
{
@@ -652,6 +789,8 @@ void LLWebRTCImpl::updateDevices()
{
observer->OnDevicesChanged(mPlayoutDeviceList, mRecordingDeviceList);
}
+
+ deployDevices();
}
void LLWebRTCImpl::OnDevicesUpdated()
@@ -674,6 +813,13 @@ void LLWebRTCImpl::setTuningMode(bool enable)
[this]
{
mDeviceModule->SetTuning(mTuningMode, mMute);
+ if (!mTuningMode)
+ {
+ // Restore playout after tuning, gated on there being a
+ // connection to render (so the output device isn't left
+ // spinning with no engine data).
+ workerStartPlayout();
+ }
mSignalingThread->PostTask(
[this]
{
@@ -745,39 +891,16 @@ void LLWebRTCImpl::setMute(bool mute, int delay_ms)
void LLWebRTCImpl::intSetMute(bool mute, int delay_ms)
{
+ // Mute by zeroing the captured (post-APM) gain; the sender track is also
+ // disabled per connection (see LLWebRTCPeerConnectionImpl::setMute). The
+ // capture device deliberately stays running for the whole session, so
+ // muting/unmuting never stops or starts it -- that's what avoids the AEC
+ // cold-start hiss on unmute. Capture start/stop is tied to device
+ // selection (workerStartRecording) and shutdown, not to mute.
if (mPeerCustomProcessor)
{
mPeerCustomProcessor->setGain(mMute ? 0.0f : mGain);
}
-
- // Sequence counter to prevent race conditions from rapid requests to mute/unmute
- static std::atomic<uint32_t> mute_sequence(0);
- uint32_t current_sequence = ++mute_sequence;
-
- if (mMute)
- {
- mWorkerThread->PostDelayedTask(
- [this, current_sequence]
- {
- if (mDeviceModule && (current_sequence == mute_sequence.load()))
- {
- mDeviceModule->ForceStopRecording();
- }
- },
- webrtc::TimeDelta::Millis(delay_ms));
- }
- else
- {
- mWorkerThread->PostTask(
- [this, current_sequence]
- {
- if (mDeviceModule && (current_sequence == mute_sequence.load()))
- {
- mDeviceModule->InitRecording();
- mDeviceModule->ForceStartRecording();
- }
- });
- }
}
//
@@ -786,8 +909,7 @@ void LLWebRTCImpl::intSetMute(bool mute, int delay_ms)
LLWebRTCPeerConnectionInterface *LLWebRTCImpl::newPeerConnection()
{
- bool empty = mPeerConnections.empty();
- webrtc::scoped_refptr<LLWebRTCPeerConnectionImpl> peerConnection = webrtc::scoped_refptr<LLWebRTCPeerConnectionImpl>(new webrtc::RefCountedObject<LLWebRTCPeerConnectionImpl>());
+ webrtc::scoped_refptr<LLWebRTCPeerConnectionImpl> peerConnection = webrtc::scoped_refptr<LLWebRTCPeerConnectionImpl>(new webrtc::RefCountedObject<LLWebRTCPeerConnectionImpl>(mEnv));
peerConnection->init(this);
if (mPeerConnections.empty())
{
@@ -795,6 +917,13 @@ LLWebRTCPeerConnectionInterface *LLWebRTCImpl::newPeerConnection()
}
mPeerConnections.emplace_back(peerConnection);
+ // Playout is intentionally NOT started here. This runs when the connection
+ // is created/connecting; starting the output device now leaves it spinning
+ // with no decoded audio during the handshake, which is heard as a buzz.
+ // Playout is started from OnConnectionChange(kConnected) instead, once audio
+ // is actually established (see startPlayout()). Capture follows
+ // voice-enabled state, so it's not touched here either.
+
peerConnection->enableSenderTracks(false);
peerConnection->resetMute();
return peerConnection.get();
@@ -811,10 +940,45 @@ void LLWebRTCImpl::freePeerConnection(LLWebRTCPeerConnectionInterface* peer_conn
if (mPeerConnections.empty())
{
intSetMute(true);
+ // Last connection gone: stop playout (there's nothing to render).
+ // Capture stays running while voice is enabled so it's ready -- with
+ // no cold-start hiss -- when the next call comes up. But if voice
+ // has been disabled, stop capture now: setVoiceEnabled(false) tried
+ // to, but the engine's send stream was still active then (and the
+ // engine's own StopRecording is intentionally a no-op), so the stop
+ // only sticks once the connection -- and its stream -- is gone.
+ mWorkerThread->PostTask(
+ [this]()
+ {
+ if (mDeviceModule)
+ {
+ mDeviceModule->StopPlayout();
+ if (!mVoiceEnabled)
+ {
+ mDeviceModule->ForceStopRecording();
+ }
+ }
+ });
}
}
}
+void LLWebRTCImpl::startPlayout()
+{
+ // Called when a connection's audio is established. Only playout is started
+ // here: it's gated on there being a connection to render, because running
+ // the output device with no engine data is heard as a buzz. Capture is
+ // NOT touched here -- it follows voice-enabled state (setVoiceEnabled), so
+ // it's already running if voice is on and must stay off if voice is off.
+ // Starting it here would also let a stray kConnected during voice-disable
+ // teardown re-open the mic.
+ mWorkerThread->PostTask(
+ [this]()
+ {
+ workerStartPlayout();
+ });
+}
+
//
// LLWebRTCPeerConnectionImpl implementation.
@@ -822,7 +986,8 @@ void LLWebRTCImpl::freePeerConnection(LLWebRTCPeerConnectionInterface* peer_conn
// Most peer connection (signaling) happens on
// the signaling thread.
-LLWebRTCPeerConnectionImpl::LLWebRTCPeerConnectionImpl() :
+LLWebRTCPeerConnectionImpl::LLWebRTCPeerConnectionImpl(const webrtc::Environment& env) :
+ mEnv(env),
mWebRTCImpl(nullptr),
mPeerConnection(nullptr),
mMute(MUTE_INITIAL),
@@ -1271,6 +1436,12 @@ void LLWebRTCPeerConnectionImpl::OnConnectionChange(webrtc::PeerConnectionInterf
{
case webrtc::PeerConnectionInterface::PeerConnectionState::kConnected:
{
+ // Audio is established now -- start playout for this connection.
+ // (Capture follows voice-enabled state, so it's already running and
+ // isn't touched here.) Doing playout here rather than at connection
+ // creation avoids running the output device with no decoded audio
+ // during the handshake (heard as a buzz).
+ mWebRTCImpl->startPlayout();
mPendingJobs++;
webrtc::scoped_refptr<LLWebRTCPeerConnectionImpl> self(this);
mWebRTCImpl->PostWorkerTask([self]()
@@ -1283,6 +1454,7 @@ void LLWebRTCPeerConnectionImpl::OnConnectionChange(webrtc::PeerConnectionInterf
});
break;
}
+
case webrtc::PeerConnectionInterface::PeerConnectionState::kFailed:
{
for (auto &observer : mSignalingObserverList)
diff --git a/indra/llwebrtc/llwebrtc.h b/indra/llwebrtc/llwebrtc.h
index e76e708f0c..821400cfe8 100644
--- a/indra/llwebrtc/llwebrtc.h
+++ b/indra/llwebrtc/llwebrtc.h
@@ -153,6 +153,14 @@ class LLWebRTCDeviceInterface
virtual void setCaptureDevice(const std::string& id) = 0;
virtual void setRenderDevice(const std::string& id) = 0;
+ // Enable/disable the audio devices, set when voice is enabled/disabled.
+ // The capture (microphone) and playout (speaker) devices only run while this
+ // is enabled, so neither is held open when the user has voice off. While
+ // enabled, capture stays running across calls and mute/unmute so the AEC
+ // never cold-starts (no unmute hiss); playout still only runs when there's a
+ // connection to render.
+ virtual void setVoiceEnabled(bool enable) = 0;
+
// Device observers for device change callbacks.
virtual void setDevicesObserver(LLWebRTCDevicesObserver *observer) = 0;
virtual void unsetDevicesObserver(LLWebRTCDevicesObserver *observer) = 0;
diff --git a/indra/llwebrtc/llwebrtc_impl.h b/indra/llwebrtc/llwebrtc_impl.h
index 2fd11b9b4f..f08ba1ff24 100644
--- a/indra/llwebrtc/llwebrtc_impl.h
+++ b/indra/llwebrtc/llwebrtc_impl.h
@@ -180,7 +180,7 @@ private:
class LLWebRTCAudioDeviceModule : public webrtc::AudioDeviceModule
{
public:
- explicit LLWebRTCAudioDeviceModule(webrtc::scoped_refptr<webrtc::AudioDeviceModule> inner) : inner_(std::move(inner)), tuning_(false)
+ explicit LLWebRTCAudioDeviceModule(webrtc::scoped_refptr<webrtc::AudioDeviceModule> inner) : inner_(inner), tuning_(false)
{
RTC_CHECK(inner_);
}
@@ -197,9 +197,15 @@ public:
}
int32_t Init() override { return inner_->Init(); }
- int32_t Terminate() override { return inner_->Terminate(); }
+ int32_t Terminate() override {
+ // libwebrtc attempts to terminate the adm when peer connections go to zero, but we don't want that,
+ // now that we're keeping the adm active throughout the session.
+ return 0;
+ }
bool Initialized() const override { return inner_->Initialized(); }
+ int32_t ForceTerminate() { return inner_->Terminate(); }
+
// --- Device enumeration/selection (forward) ---
int16_t PlayoutDevices() override { return inner_->PlayoutDevices(); }
int16_t RecordingDevices() override { return inner_->RecordingDevices(); }
@@ -325,30 +331,8 @@ public:
// tuning microphone energy calculations
float GetMicrophoneEnergy() { return audio_transport_.GetMicrophoneEnergy(); }
void SetTuningMicGain(float gain) { audio_transport_.SetGain(gain); }
- void SetTuning(bool tuning, bool mute)
- {
- tuning_ = tuning;
- if (tuning)
- {
- inner_->InitRecording();
- inner_->StartRecording();
- inner_->StopPlayout();
- }
- else
- {
- if (mute)
- {
- inner_->StopRecording();
- }
- else
- {
- inner_->InitRecording();
- inner_->StartRecording();
- }
- inner_->InitPlayout();
- inner_->StartPlayout();
- }
- }
+
+ void SetTuning(bool tuning, bool mute);
protected:
~LLWebRTCAudioDeviceModule() override = default;
@@ -442,7 +426,6 @@ class LLWebRTCImpl : public LLWebRTCDeviceInterface, public webrtc::AudioDeviceO
//
void setAudioConfig(LLWebRTCDeviceInterface::AudioConfig config = LLWebRTCDeviceInterface::AudioConfig()) override;
-
void refreshDevices() override;
void setDevicesObserver(LLWebRTCDevicesObserver *observer) override;
@@ -451,6 +434,8 @@ class LLWebRTCImpl : public LLWebRTCDeviceInterface, public webrtc::AudioDeviceO
void setCaptureDevice(const std::string& id) override;
void setRenderDevice(const std::string& id) override;
+ void setVoiceEnabled(bool enable) override;
+
void setTuningMode(bool enable) override;
float getTuningAudioLevel() override;
float getPeerConnectionAudioLevel() override;
@@ -532,9 +517,23 @@ class LLWebRTCImpl : public LLWebRTCDeviceInterface, public webrtc::AudioDeviceO
LLWebRTCPeerConnectionInterface* newPeerConnection();
void freePeerConnection(LLWebRTCPeerConnectionInterface* peer_connection);
+ // Start playout once a connection's audio is established (playout is gated
+ // on there being a connection to render). Capture is not touched here --
+ // it follows voice-enabled state, not connection state. Safe to call from
+ // any thread (work is posted to the worker thread).
+ void startPlayout();
+
protected:
+ const webrtc::Environment mEnv;
+ void workerStartRecording();
+ void workerStartPlayout();
void workerDeployDevices();
+ // We always rely on WebRTC's internal (software APM) audio processing, so
+ // any platform/hardware AEC/AGC/NS must be kept disabled.
+ void workerDisableBuiltInAudioProcessing();
+
+
LLWebRTCLogSink* mLogSink;
// The native webrtc threads
@@ -547,10 +546,6 @@ class LLWebRTCImpl : public LLWebRTCDeviceInterface, public webrtc::AudioDeviceO
webrtc::scoped_refptr<webrtc::AudioProcessing> mAudioProcessingModule;
- // more native webrtc stuff
- std::unique_ptr<webrtc::TaskQueueFactory> mTaskQueueFactory;
-
-
// Devices
void updateDevices();
void deployDevices();
@@ -558,6 +553,10 @@ class LLWebRTCImpl : public LLWebRTCDeviceInterface, public webrtc::AudioDeviceO
webrtc::scoped_refptr<LLWebRTCAudioDeviceModule> mDeviceModule;
std::vector<LLWebRTCDevicesObserver *> mVoiceDevicesObserverList;
+ bool mBuiltinNS;
+ bool mBuiltinAGC;
+ bool mBuiltinAEC;
+
// accessors in native webrtc for devices aren't apparently implemented yet.
bool mTuningMode;
std::string mRecordingDevice;
@@ -567,6 +566,8 @@ class LLWebRTCImpl : public LLWebRTCDeviceInterface, public webrtc::AudioDeviceO
LLWebRTCVoiceDeviceList mPlayoutDeviceList;
bool mMute;
+ // Whether voice is enabled; gates whether the capture/playout devices run.
+ bool mVoiceEnabled;
float mGain;
LLCustomProcessorStatePtr mPeerCustomProcessor;
@@ -590,7 +591,7 @@ class LLWebRTCPeerConnectionImpl : public LLWebRTCPeerConnectionInterface,
{
public:
- LLWebRTCPeerConnectionImpl();
+ LLWebRTCPeerConnectionImpl(const webrtc::Environment& env);
~LLWebRTCPeerConnectionImpl();
void init(LLWebRTCImpl * webrtc_impl);
@@ -669,7 +670,7 @@ class LLWebRTCPeerConnectionImpl : public LLWebRTCPeerConnectionInterface,
void gatherConnectionStats() override;
protected:
-
+ const webrtc::Environment mEnv;
LLWebRTCImpl * mWebRTCImpl;
webrtc::scoped_refptr<webrtc::PeerConnectionFactoryInterface> mPeerConnectionFactory;
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml
index 6dfcc10243..92798a91c4 100644
--- a/indra/newview/app_settings/settings.xml
+++ b/indra/newview/app_settings/settings.xml
@@ -12253,16 +12253,49 @@
<key>Value</key>
<integer>1</integer>
</map>
- <key>TextureFetchVisibilityFrames</key>
+ <key>TextureLoadTargetFPS</key>
<map>
<key>Comment</key>
- <string>Only fetch a texture if it was drawn within this many rendered frames; out-of-view content isn't fetched. Minimum 1 (0 is clamped up). Boosted/UI textures, avatar bakes, and callback textures are exempt.</string>
+ <string>Frame rate the viewer is willing to drop to while loading textures. The texture pipeline's per-frame budget is the headroom between this and the actual frame cost, so fast machines load aggressively and slow ones hold their frame rate.</string>
+ <key>Persist</key>
+ <integer>1</integer>
+ <key>Type</key>
+ <string>F32</string>
+ <key>Value</key>
+ <real>30.0</real>
+ </map>
+ <key>TextureLoadBudgetMaxMS</key>
+ <map>
+ <key>Comment</key>
+ <string>Hard cap, in milliseconds per frame, on the adaptive texture-pipeline budget.</string>
+ <key>Persist</key>
+ <integer>1</integer>
+ <key>Type</key>
+ <string>F32</string>
+ <key>Value</key>
+ <real>10.0</real>
+ </map>
+ <key>TextureFetchStepMips</key>
+ <map>
+ <key>Comment</key>
+ <string>Fetch refinement step, in mip levels: a texture whose resident data is coarser than desired by more than this fetches in steps of this size instead of jumping straight to the final resolution, so it sharpens progressively instead of sitting blurry then popping. 0 = jump directly. Boosted/pinned textures always jump.</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>U32</string>
<key>Value</key>
+ <integer>2</integer>
+ </map>
+ <key>TextureFrustumAllowance</key>
+ <map>
+ <key>Comment</key>
+ <string>Falloff width for out-of-frustum texture resolution, as a fraction of screen size. Content grazing the screen edge keeps full resolution; content this far past the edge reaches the deepest mip, lerped between. Keeps barely-out-of-view textures resident so panning back doesn't refetch them.</string>
+ <key>Persist</key>
<integer>1</integer>
+ <key>Type</key>
+ <string>F32</string>
+ <key>Value</key>
+ <real>0.5</real>
</map>
<key>TextureDecodeDisabled</key>
<map>
diff --git a/indra/newview/llappviewerwin32.cpp b/indra/newview/llappviewerwin32.cpp
index 8975abffd7..afff5f2cf2 100644
--- a/indra/newview/llappviewerwin32.cpp
+++ b/indra/newview/llappviewerwin32.cpp
@@ -86,6 +86,7 @@
#include "BugSplat.h"
#include "boost/json.hpp" // Boost.Json
#include "llagent.h" // for agent location
+#include "llmemory.h"
#include "llstartup.h"
#include "llviewerregion.h"
#include "llvoavatarself.h" // for agent name
@@ -185,6 +186,16 @@ namespace
sBugSplatSender->setAttribute(WCSTR(L"VRAM"), WCSTR(STRINGIZE(gGLManager.mVRAM)));
sBugSplatSender->setAttribute(WCSTR(L"RAM"), WCSTR(STRINGIZE(gSysMemory.getPhysicalMemoryKB().value())));
+ const U32 avail_kb = LLMemory::getAvailableMemKB().value();
+ if (avail_kb != U32_MAX) // filter out initial values, if one is not set, all are not set
+ {
+ // Memory usage at crash time (can be 1s obsolete)
+ sBugSplatSender->setAttribute(WCSTR(L"MemAllocatedKB"), WCSTR(std::to_string(LLMemory::getAllocatedMemKB().value())));
+ sBugSplatSender->setAttribute(WCSTR(L"MemAvailableKB"), WCSTR(std::to_string(LLMemory::getAvailableMemKB().value())));
+ sBugSplatSender->setAttribute(WCSTR(L"MemMaxPhysicalKB"), WCSTR(std::to_string(LLMemory::getMaxMemKB().value())));
+ sBugSplatSender->setAttribute(WCSTR(L"MemAvailCommitMB"), WCSTR(std::to_string(LLMemory::getAvailableCommitMemMB().value())));
+ }
+
if (gAgent.getRegion())
{
// region location, when we have it
@@ -197,6 +208,7 @@ namespace
}
LLAppViewer* app = LLAppViewer::instance();
+
if (!app->isSecondInstance() && !app->errorMarkerExists())
{
// If marker doesn't exist, create a marker with 'other' or 'logout' code for next launch
diff --git a/indra/newview/llface.cpp b/indra/newview/llface.cpp
index 0ad2de1219..8c2ba609e1 100644
--- a/indra/newview/llface.cpp
+++ b/indra/newview/llface.cpp
@@ -2301,6 +2301,8 @@ bool LLFace::calcPixelArea(F32& cos_angle_to_view_dir, F32& radius)
// don't update every frame
if (gFrameTimeSeconds - mLastPixelAreaUpdate < PIXEL_AREA_UPDATE_PERIOD)
{
+ cos_angle_to_view_dir = mLastCosAngleToViewDir;
+ radius = mLastRadius;
return true;
}
@@ -2372,6 +2374,7 @@ bool LLFace::calcPixelArea(F32& cos_angle_to_view_dir, F32& radius)
// no rigged extents, zero out bounding box and skip update
mRiggedExtents[0] = mRiggedExtents[1] = LLVector4a(0.f, 0.f, 0.f);
+ mInFrustum = false;
return false;
}
@@ -2426,6 +2429,7 @@ bool LLFace::calcPixelArea(F32& cos_angle_to_view_dir, F32& radius)
if(!camera->AABBInFrustum(center, size))
{
mImportanceToCamera = 0.f ;
+ mInFrustum = false;
return false ;
}
if(cos_angle_to_view_dir > camera->getCosHalfFov()) //the center is within the view frustum
@@ -2454,6 +2458,24 @@ bool LLFace::calcPixelArea(F32& cos_angle_to_view_dir, F32& radius)
mImportanceToCamera = LLFace::calcImportanceToCamera(cos_angle_to_view_dir, dist) ;
}
+ // On-screen test: does the face's projected disc overlap the screen disc?
+ // (Same construction as adjustPartialOverlapPixelArea.) Behind-camera faces
+ // get acos(cos) near pi and fall out; the generous screen radius errs toward
+ // "on screen" so fetch admission never starves edge content. mFrustumOverflow
+ // is how far past the boundary the disc sits, as a fraction of screen size -
+ // 0 on screen, 0.1 = 10% of a screen out - and feeds the frustum allowance
+ // falloff in computeDesiredDiscard.
+ {
+ F32 center_px = acosf(llclamp(cos_angle_to_view_dir, -1.f, 1.f)) * LLDrawable::sCurPixelAngle;
+ F32 screen_radius = (F32)llmax(gViewerWindow->getWindowWidthRaw(), gViewerWindow->getWindowHeightRaw());
+ F32 past_edge = center_px - radius - screen_radius;
+ mInFrustum = past_edge <= 5.f;
+ mFrustumOverflow = llmax(past_edge - 5.f, 0.f) / screen_radius;
+ }
+
+ mLastCosAngleToViewDir = cos_angle_to_view_dir;
+ mLastRadius = radius;
+
return true ;
}
diff --git a/indra/newview/llface.h b/indra/newview/llface.h
index 71ba3d0f2f..0b0a17b8c8 100644
--- a/indra/newview/llface.h
+++ b/indra/newview/llface.h
@@ -269,10 +269,21 @@ public:
// return mSkinInfo->mHash or 0 if mSkinInfo is null
U64 getSkinHash();
- // true if face was recently in the main camera frustum according to LLViewerTextureList updates
+ // True if this face's projected bounding disc overlaps the screen - maintained
+ // by calcPixelArea() (sticky between its throttled updates). Drives per-texture
+ // fetch admission (LLViewerTextureList::updateImageDecodePriority -> mOnScreen).
bool mInFrustum = false;
+ // How far past the screen boundary the projected disc sits, as a fraction of
+ // screen size (0 = on screen). Feeds the frustum-allowance falloff so barely
+ // out-of-view content keeps its resolution. Maintained with mInFrustum.
+ F32 mFrustumOverflow = 0.f;
// value of gFrameCount the last time the face was touched by LLViewerTextureList::updateImageDecodePriority
U32 mLastTextureUpdate = 0;
+ // Cached per-channel streaming coverage (repeat-adjusted screen pixels),
+ // refreshed at the mLastTextureUpdate cadence and shared by every texture
+ // on this face. 0 = degenerate / not yet measured. See
+ // update_face_stream_vsize in llviewertexturelist.cpp.
+ F32 mStreamVSize[LLRender::NUM_TEXTURE_CHANNELS] = {};
private:
LLPointer<LLVertexBuffer> mVertexBuffer;
@@ -309,6 +320,11 @@ private:
// gFrameTimeSeconds when mPixelArea was last updated
F32 mLastPixelAreaUpdate = 0.f;
+ // Last cos-angle-to-view-dir and projected radius computed by calcPixelArea;
+ // reused by its throttled early-return so the overlap test gets real values.
+ F32 mLastCosAngleToViewDir = 1.f;
+ F32 mLastRadius = 0.f;
+
// virtual size of face in texture area (mPixelArea adjusted by texture repeats)
// used to determine desired resolution of texture
F32 mVSize;
diff --git a/indra/newview/llpanelvoicedevicesettings.cpp b/indra/newview/llpanelvoicedevicesettings.cpp
index d8d6bcf5fd..5aaa53b732 100644
--- a/indra/newview/llpanelvoicedevicesettings.cpp
+++ b/indra/newview/llpanelvoicedevicesettings.cpp
@@ -338,8 +338,12 @@ void LLPanelVoiceDeviceSettings::initialize()
// put voice client in "tuning" mode
if (mUseTuningMode)
{
+ // WebRTC tuning only affects the local audio device (mic-level
+ // monitoring and device selection); the peer connection stays up and
+ // its send/receive tracks are disabled for the duration. Unlike Vivox,
+ // there's no need to suspend (and tear down) the voice channel, which
+ // previously dropped the call and failed to reconnect on resume.
LLVoiceClient::getInstance()->tuningStart();
- LLVoiceChannel::suspend();
}
}
@@ -348,7 +352,6 @@ void LLPanelVoiceDeviceSettings::cleanup()
if (mUseTuningMode)
{
LLVoiceClient::getInstance()->tuningStop();
- LLVoiceChannel::resume();
}
}
diff --git a/indra/newview/llviewerdisplay.cpp b/indra/newview/llviewerdisplay.cpp
index 1276ec5263..affd57a8d1 100644
--- a/indra/newview/llviewerdisplay.cpp
+++ b/indra/newview/llviewerdisplay.cpp
@@ -140,6 +140,27 @@ void render_disconnected_background();
void getProfileStatsContext(boost::json::object& stats);
std::string getProfileStatsFilename();
+// Adaptive texture-pipeline budget: spend the frame-time headroom between the
+// frame we're rendering and TextureLoadTargetFPS, clamped [2ms, max]. Headroom
+// is measured (smoothed frame interval minus the pipeline's own last spend),
+// so fast machines get big budgets and machines already at target hold the
+// floor. Only consumed while queues have work - drain loops exit when empty.
+static F32 sTexturePipelineSpent = 0.f;
+static F32 texture_pipeline_budget()
+{
+ static LLCachedControl<F32> target_fps(gSavedSettings, "TextureLoadTargetFPS", 60.f);
+ static LLCachedControl<F32> max_ms(gSavedSettings, "TextureLoadBudgetMaxMS", 10.f);
+ static F32 smoothed_other = 0.008f;
+ F32 other = llmax(gFrameIntervalSeconds.value() - sTexturePipelineSpent, 0.f);
+ // A single multi-second hitch must not crater the budget for the following
+ // frames, so cap the sample before it enters the EMA.
+ other = llmin(other, 0.1f);
+ smoothed_other = smoothed_other * 0.9f + other * 0.1f;
+ F32 target_interval = 1.f / llclamp((F32)target_fps, 15.f, 240.f);
+ F32 headroom = target_interval - smoothed_other;
+ return llclamp(headroom, 0.002f, llclamp((F32)max_ms, 2.f, 50.f) * 0.001f);
+}
+
void display_startup()
{
if ( !gViewerWindow
@@ -217,6 +238,11 @@ void display_update_camera()
{
final_far *= 0.5f;
}
+ // When system memory is critically low or recovering, shrink draw distance.
+ else if (const F32 mem_factor = LLMemory::getSystemMemoryBudgetFactor(); mem_factor > 1.f)
+ {
+ final_far = llmax(32.f, final_far / mem_factor);
+ }
LLViewerCamera::getInstance()->setFar(final_far);
LLVOAvatar::sRenderDistance = llclamp(final_far, 16.f, 256.f);
gViewerWindow->setup3DRender();
@@ -519,9 +545,10 @@ void display(bool rebuild, F32 zoom_factor, int subfield, bool for_snapshot)
{
LL_PROFILE_ZONE_NAMED_CATEGORY_DISPLAY("List");
- F32 max_image_decode_time = 0.050f * gFrameIntervalSeconds.value(); // 50 ms/second decode time
- max_image_decode_time = llclamp(max_image_decode_time, 0.002f, 0.005f); // min 2ms/frame, max 5ms/frame)
+ F32 max_image_decode_time = texture_pipeline_budget();
+ LLTimer tex_timer;
gTextureList.updateImages(max_image_decode_time);
+ sTexturePipelineSpent = tex_timer.getElapsedTimeF32();
}
{
@@ -897,9 +924,10 @@ void display(bool rebuild, F32 zoom_factor, int subfield, bool for_snapshot)
{
LL_PROFILE_ZONE_NAMED_CATEGORY_DISPLAY("List");
- F32 max_image_decode_time = 0.050f*gFrameIntervalSeconds.value(); // 50 ms/second decode time
- max_image_decode_time = llclamp(max_image_decode_time, 0.002f, 0.005f ); // min 2ms/frame, max 5ms/frame)
+ F32 max_image_decode_time = texture_pipeline_budget();
+ LLTimer tex_timer;
gTextureList.updateImages(max_image_decode_time);
+ sTexturePipelineSpent = tex_timer.getElapsedTimeF32();
}
{
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp
index 9071f43ba7..26d40436e9 100644
--- a/indra/newview/llviewermessage.cpp
+++ b/indra/newview/llviewermessage.cpp
@@ -40,6 +40,7 @@
#include "llinventorydefines.h"
#include "lllslconstants.h"
#include "llmaterialtable.h"
+#include "llmemory.h"
#include "llregionhandle.h"
#include "llsd.h"
#include "llsdserialize.h"
@@ -3391,6 +3392,13 @@ void send_agent_update(bool force_send, bool send_reliable)
static F32 last_draw_disatance_step = 1024;
F32 memory_limited_draw_distance = gAgentCamera.mDrawDistance;
+ const F32 mem_factor = LLMemory::getSystemMemoryBudgetFactor();
+ if (mem_factor > 1.f)
+ {
+ // We are critically low on memory or recovering,
+ // limit requested draw distance
+ memory_limited_draw_distance = llmax(gAgentCamera.mDrawDistance / mem_factor, gAgentCamera.mDrawDistance / 2.f);
+ }
if (tp_state == LLAgent::TELEPORT_ARRIVING || LLStartUp::getStartupState() < STATE_MISC)
{
diff --git a/indra/newview/llviewertexture.cpp b/indra/newview/llviewertexture.cpp
index d50b9ea0a9..243fd60f7c 100644
--- a/indra/newview/llviewertexture.cpp
+++ b/indra/newview/llviewertexture.cpp
@@ -571,6 +571,20 @@ void LLViewerTexture::updateClass()
sPixelToTexelRatio += llmax((F32)relax_rate, 0.f) * dt;
}
// else: hold in the hysteresis band.
+
+ // Allocation failures outrank the byte estimate: if setManualImage hit
+ // GL_OUT_OF_MEMORY since last frame, the CPU-side vram_used estimate has
+ // diverged from reality, so step the ratio down now regardless of the band.
+ static U32 last_oom_count = 0;
+ U32 oom_count = LLImageGL::sOOMErrorCount.load();
+ if (oom_count > last_oom_count)
+ {
+ U32 new_events = llmin(oom_count - last_oom_count, (U32)5);
+ sPixelToTexelRatio -= llmax((F32)tighten_rate, 0.f) * 1.0f * (F32)new_events;
+ last_oom_count = oom_count;
+ LL_WARNS_ONCE("Texture") << "GL out-of-memory during texture upload triggered a pixel:texel ratio backoff." << LL_ENDL;
+ }
+
sPixelToTexelRatio = llclamp(sPixelToTexelRatio, 0.f, r_max);
// Keep the GC-suspend frame current while backgrounded. This suppresses
@@ -1483,6 +1497,16 @@ void LLViewerFetchedTexture::postCreateTexture()
setActive();
+ // Start the visibility-GC clock at creation. A texture fetched but never
+ // drawn (occluded, or the camera moved on) would otherwise keep
+ // mLastBindFrame == 0 forever, and the GC skips never-bound textures - it
+ // would hold residency indefinitely. Anchoring here means it ages out on
+ // the normal GC cooldown unless a real draw stamps it first.
+ if (mGLTexturep.notNull() && mGLTexturep->mLastBindFrame == 0)
+ {
+ mGLTexturep->mLastBindFrame = LLFrameTimer::getFrameCount();
+ }
+
// rebuild any volumes that are using this texture for sculpts in case their LoD has changed
for (U32 i = 0; i < mNumVolumes[LLRender::SCULPT_TEX]; ++i)
{
@@ -1942,7 +1966,14 @@ bool LLViewerFetchedTexture::updateFetch()
S32 current_discard = getCurrentDiscardLevelForFetching();
S32 desired_discard = getDesiredDiscardLevel();
- F32 decode_priority = mMaxVirtualSize;
+
+ // Two-tier fetch priority, constantly drained by the fetch worker (it
+ // sorts HTTP dispatch by this value): any on-screen texture outranks every
+ // off-screen one. Within the visible tier, coverage orders by size on
+ // screen; within the off-screen tier the same geometric coverage
+ // (area/dist^2) orders by proximity. addTextureStats clamps
+ // mMaxVirtualSize to sMaxVirtualSize, so the band offset is strict.
+ F32 decode_priority = mMaxVirtualSize + (mOnScreen ? sMaxVirtualSize : 0.f);
if (mIsFetching)
{
@@ -2003,6 +2034,29 @@ bool LLViewerFetchedTexture::updateFetch()
// discards are served from the GL mip pyramid via scaleDown.
desired_discard = llmin(desired_discard, (S32)mCodecMaxDiscardLevel);
+ // Progressive refinement: when resident data is much coarser than desired,
+ // fetch in steps of TextureFetchStepMips instead of jumping straight to the
+ // final discard. Each step is small, decodes fast, and shows on screen
+ // while the next chains behind it (the per-frame fast pump makes chaining
+ // nearly free). Without this, seen-before textures (dims known, so the
+ // coarse first-fetch fallback never applies) sat blurry for the whole
+ // full-file read+decode, then popped. Boosted/pinned content still jumps.
+ static LLCachedControl<U32> fetch_step(gSavedSettings, "TextureFetchStepMips", 2);
+ const S32 step = (S32)fetch_step;
+ if (step > 0
+ && current_discard >= 0
+ && desired_discard < current_discard - step
+ && mBoostLevel < LLGLTexture::BOOST_HIGH
+ && mUseMipMaps
+ && !mDontDiscard
+ && !isAgentAvatarBoost(mBoostLevel))
+ {
+ // Re-clamp: current can sit past codec max after scaleDown (GL
+ // pyramid goes deeper than the codestream) - a stepped request
+ // above codec max reaches the decoder with an invalid discard.
+ desired_discard = llmin(current_discard - step, (S32)mCodecMaxDiscardLevel);
+ }
+
bool make_request = true;
if (decode_priority <= 0)
{
@@ -2028,30 +2082,9 @@ bool LLViewerFetchedTexture::updateFetch()
LL_PROFILE_ZONE_NAMED_CATEGORY_TEXTURE("vftuf - current < min");
make_request = false;
}
- else
- {
- // Only fetch streamed world textures the renderer is actually drawing
- // (mLastBindFrame is stamped per drawn frame). Out-of-view content gets
- // no residency. Exempt: boosted/UI, avatar bakes, textures with loaded
- // callbacks, and bake uploads.
- static LLCachedControl<U32> vis_frames(gSavedSettings, "TextureFetchVisibilityFrames", 5);
- const bool visibility_gated = mBoostLevel < LLGLTexture::BOOST_HIGH
- && mUseMipMaps
- && !mDontDiscard
- && !isAgentAvatarBoost(mBoostLevel)
- && !mForceToSaveRawImage
- && mLoadedCallbackList.empty();
- if (visibility_gated && mGLTexturep.notNull())
- {
- const U32 last = mGLTexturep->mLastBindFrame;
- const U32 now = LLFrameTimer::getFrameCount();
- if (last == 0 || now - last > llmax((U32)vis_frames, 1u))
- {
- LL_PROFILE_ZONE_NAMED_CATEGORY_TEXTURE("vftuf - not visible");
- make_request = false;
- }
- }
- }
+ // No visibility gate here: off-screen content still fetches, just in the
+ // low-priority band (decode_priority above), so the worker services it only
+ // after visible work. Residency stays with the GC (computeDesiredDiscard).
if (make_request)
{
@@ -3035,6 +3068,23 @@ S32 LLViewerLODTexture::computeDesiredDiscard(S32 dim_max_i, bool avatar_bake) c
// (a 2048 map can't hit its own resolution on a 1080p screen), which reads
// as everything being blurry. Pressure still evicts by lowering R_global.
ideal = llmax(ideal, 0.f);
+
+ // Frustum allowance: a falloff on how unloaded out-of-view content gets,
+ // by how far out it is. Grazing the edge keeps full resolution; at
+ // TextureFrustumAllowance (fraction of a screen) past the edge it reaches
+ // the deepest mip, lerped between. Keeps barely-out-of-view textures
+ // resident so a camera swing back doesn't refetch them. Applied to the
+ // continuous ideal so it shares the hysteresis dead-band below - applied
+ // after it, camera motion made desired flap a mip at a time and churned
+ // the fetch/scaleDown queues.
+ static LLCachedControl<F32> frustum_allowance(gSavedSettings, "TextureFrustumAllowance", 0.2f);
+ if (!avatar_bake && mFrustumOverflow > 0.f)
+ {
+ const F32 f = llclamp(mFrustumOverflow / llmax((F32)frustum_allowance, 0.01f), 0.f, 1.f);
+ ideal += f * ((F32)dim_max_i - ideal);
+ mLastOffScreenFrame = LLFrameTimer::getFrameCount();
+ }
+
const S32 target = (S32)floor(ideal);
// Hysteresis: a texture at discard C is "happy" while floor(ideal) == C,
@@ -3069,7 +3119,12 @@ S32 LLViewerLODTexture::computeDesiredDiscard(S32 dim_max_i, bool avatar_bake) c
// mip by gc_step, walking gradually toward the deepest mip instead of slamming.
// Content drawn within the last cooldown stays full-res, so a fast camera pan
// finds it only a step or two coarse on the way back. Resets when drawn again.
- if (!avatar_bake)
+ //
+ // Out-of-frustum content is governed by the frustum allowance above instead
+ // (spatial falloff, not bind staleness) - without this exclusion the GC would
+ // walk barely-out-of-view content to the deepest mip within a second and the
+ // allowance would protect nothing.
+ if (!avatar_bake && mFrustumOverflow <= 0.f)
{
if (LLImageGL* gli = getGLTexture())
{
@@ -3077,8 +3132,9 @@ S32 LLViewerLODTexture::computeDesiredDiscard(S32 dim_max_i, bool avatar_bake) c
static LLCachedControl<U32> gc_step_mips(gSavedSettings, "TextureGCStepMips", 1);
constexpr U32 GC_RESUME_GRACE_FRAMES = 10;
const U32 now = LLFrameTimer::getFrameCount();
- if (gli->mLastBindFrame > 0 // drawn at least once
- && now - sGCSuspendedFrame > GC_RESUME_GRACE_FRAMES) // not just back from background
+ if (gli->mLastBindFrame > 0 // drawn, or anchored at creation (postCreateTexture)
+ && now - sGCSuspendedFrame > GC_RESUME_GRACE_FRAMES // not just back from background
+ && now - mLastOffScreenFrame > GC_RESUME_GRACE_FRAMES) // re-entering content gets one grace window to be drawn and re-stamp before staleness is judged
{
const U32 cooldown = llmax((U32)gc_cooldown_frames, 1u);
const S32 periods = (S32)((now - gli->mLastBindFrame) / cooldown);
diff --git a/indra/newview/llviewertexture.h b/indra/newview/llviewertexture.h
index cc9fbe5e48..90993ed109 100644
--- a/indra/newview/llviewertexture.h
+++ b/indra/newview/llviewertexture.h
@@ -215,6 +215,25 @@ protected:
F32 mChannelCoverage[4] = { 0.f, 0.f, 0.f, 0.f };
F32 mChannelCoverageMin[4] = { 0.f, 0.f, 0.f, 0.f };
+ // Any face using this texture projects onto the screen (published alongside
+ // the coverage above). Selects the fetch-priority band in updateFetch.
+ // Defaults true so unmeasured textures (fresh objects, no-face users) are
+ // never starved.
+ bool mOnScreen = true;
+
+ // How far out of frustum the texture's least-out-of-view use sits, as a
+ // fraction of screen size (0 = on screen). Drives the frustum-allowance
+ // falloff in computeDesiredDiscard.
+ F32 mFrustumOverflow = 0.f;
+
+ // Last frame this texture was out of frustum (mFrustumOverflow > 0). The
+ // GC in computeDesiredDiscard gives re-entering content one grace window to
+ // be drawn and re-stamp mLastBindFrame before its staleness is judged.
+ mutable U32 mLastOffScreenFrame = 0;
+
+ // Membership flag for LLViewerTextureList::mFastFetchList (dedup).
+ bool mInFastFetchList = false;
+
ll_face_list_t mFaceList[LLRender::NUM_TEXTURE_CHANNELS]; //reverse pointer pointing to the faces using this image as texture
U32 mNumFaces[LLRender::NUM_TEXTURE_CHANNELS];
LLFrameTimer mLastFaceListUpdateTimer ;
diff --git a/indra/newview/llviewertexturelist.cpp b/indra/newview/llviewertexturelist.cpp
index 981e3dd933..13631cf952 100644
--- a/indra/newview/llviewertexturelist.cpp
+++ b/indra/newview/llviewertexturelist.cpp
@@ -388,6 +388,12 @@ void LLViewerTextureList::shutdown()
}
mFastCacheList.clear();
+ for (auto& img : mFastFetchList)
+ {
+ img->mInFastFetchList = false;
+ }
+ mFastFetchList.clear();
+
mUUIDMap.clear();
mImageList.clear();
@@ -881,6 +887,36 @@ void LLViewerTextureList::updateImages(F32 max_time)
remaining_time -= updateImagesFetchTextures(remaining_time);
remaining_time = llmax(remaining_time, min_time);
+ // Fast pump: advance every in-flight fetch each frame so results are
+ // collected and creates scheduled the frame they're ready, instead of
+ // one state transition per round-robin visit. Cheap - no face scans -
+ // and bounded by the fetch worker's own concurrency.
+ LLTimer fast_fetch_timer;
+ S32 min_count = 32;
+ for (size_t i = 0; i < mFastFetchList.size(); )
+ {
+ LLViewerFetchedTexture* imagep = mFastFetchList[i];
+ if (imagep->getNumRefs() > 1)
+ {
+ imagep->updateFetch();
+ }
+ if (imagep->getNumRefs() <= 1 || (!imagep->isFetching() && !imagep->hasFetcher()))
+ {
+ imagep->mInFastFetchList = false;
+ mFastFetchList[i] = mFastFetchList.back();
+ mFastFetchList.pop_back();
+ }
+ else
+ {
+ ++i;
+ }
+
+ if (fast_fetch_timer.getElapsedTimeF32() > remaining_time && --min_count <= 0)
+ {
+ break;
+ }
+ }
+
//handle results from decode threads
updateImagesCreateTextures(remaining_time);
@@ -925,6 +961,187 @@ void LLViewerTextureList::clearFetchingRequests()
extern bool gCubeSnapshot;
+// Refresh a face's cached per-channel streaming coverage (face->mStreamVSize).
+// This is the most-demanding-point measurement plus each channel's own UV
+// repeat source, computed ONCE per face per update cadence and shared by every
+// texture registered on the face. Doing the material/transform pointer chases
+// per texture visit instead made updateImageDecodePriority several times more
+// expensive per face than develop's, and since the round-robin runs in a fixed
+// per-frame time slice, that directly cut how many textures advance their
+// load state each frame - the whole pipeline paced slower.
+static void update_face_stream_vsize(LLFace* face)
+{
+ // Bounds on the per-face UV repeat-area divisor (mined from the old
+ // getTextureVirtualSize texel_area clamp [1/64, 128]): atlas/crop boost
+ // capped at 64x (3 mips finer), tiling penalty at 128x (3.5 mips
+ // coarser) so pathological UV scales can't explode either direction.
+ constexpr F32 MIN_REPEAT_AREA = 1.f / 64.f;
+ constexpr F32 MAX_REPEAT_AREA = 128.f;
+
+ LLViewerObject* objp = face->getViewerObject();
+
+ // Most-demanding-point measurement: the spec is that the LOWEST pixel:texel
+ // ratio governs, so pixel density is evaluated at the face's NEAREST point
+ // and applied to the face's true world area. A whole-face average
+ // (bounding-disc pixel area) under-resolves perspective surfaces: on a
+ // floor, the tile at your feet covers far more screen than the average
+ // tile, and the GPU samples fine mips right there.
+ const LLVector4a* ext = face->isState(LLFace::RIGGED) ? face->mRiggedExtents : face->mExtents;
+ LLVector4a diag;
+ diag.setSub(ext[1], ext[0]);
+ // World area of the face ~ product of the two largest AABB dims (max
+ // pairwise product; robust for flat faces).
+ F32 dx = diag[0], dy = diag[1], dz = diag[2];
+ F32 area_world = llmax(dx * dy, llmax(dx * dz, dy * dz));
+ // Pixels per meter at the nearest point. Distance floored: nearer than
+ // this the screen clamp below governs anyway.
+ F32 dist = llmax(face->mDistanceToCamera, 0.5f);
+ F32 ppm = LLDrawable::sCurPixelAngle / dist;
+ F32 face_px = area_world * ppm * ppm;
+ if (face_px <= 0.f)
+ {
+ // Degenerate extents: the face hasn't been through a geometry build
+ // yet (or a rigged face has no rigged extents) - it isn't renderable,
+ // so it must not be measured. Zero marks "skip": an invented
+ // placeholder value would become the texture's least-demanding "use"
+ // and, under TextureDownrezCoverageBias, drag the whole texture to
+ // its deepest mip (and it poisoned BP and PBR asymmetrically, since
+ // the two register faces at different points in the geometry
+ // lifecycle).
+ for (U32 ch = 0; ch < LLRender::NUM_TEXTURE_CHANNELS; ++ch)
+ {
+ face->mStreamVSize[ch] = 0.f;
+ }
+ return;
+ }
+
+ S32 te_offset = face->getTEOffset(); // offset is -1 if not inited
+ const LLTextureEntry* te = (te_offset < 0 || te_offset >= objp->getNumTEs()) ? nullptr : objp->getTE(te_offset);
+
+ // Shared, channel-independent chases - hoisted out of the channel loop.
+ const LLGLTFMaterial* gltf_mat = te ? te->getGLTFRenderMaterial() : nullptr;
+ const LLMaterial* mat = te ? te->getMaterialParams().get() : nullptr;
+
+ // Continuously-animated scale (llSetTextureAnim SCALE) bypasses both
+ // static sources via mTextureMatrix - the live animated values win.
+ bool anim_scale = false;
+ F32 anim_ss = 0.f, anim_st = 0.f;
+ if (te)
+ {
+ if (LLVOVolume* vvo = face->getDrawable() ? face->getDrawable()->getVOVolume() : nullptr)
+ {
+ LLViewerTextureAnim* anim = vvo->mTextureAnimp;
+ if (anim && (anim->mMode & LLTextureAnim::ON) && (anim->mMode & LLTextureAnim::SCALE)
+ && (anim->mFace < 0 || anim->mFace == te_offset))
+ {
+ anim_scale = true;
+ anim_ss = anim->mScaleS;
+ anim_st = anim->mScaleT;
+ }
+ }
+ }
+
+ // Mesh atlas sub-rect: a face whose intrinsic UVs span only part of
+ // [0,1]^2 shows that fraction of the image. Applies identically to all
+ // channels - the per-channel transforms stack on the raw face UVs.
+ F32 span = 1.f;
+ if (te)
+ {
+ if (LLVolume* vol = objp->getVolume())
+ {
+ if (te_offset >= 0 && te_offset < vol->getNumVolumeFaces())
+ {
+ const LLVolumeFace& vf = vol->getVolumeFace(te_offset);
+ F32 s = fabsf((vf.mTexCoordExtents[1].mV[0] - vf.mTexCoordExtents[0].mV[0])
+ * (vf.mTexCoordExtents[1].mV[1] - vf.mTexCoordExtents[0].mV[1]));
+ if (s > 0.f)
+ {
+ span = s;
+ }
+ }
+ }
+ }
+
+ // Avatar bonus: worn attachments get a coverage multiplier - avatars are
+ // what people look at, and rigged extents make attachment coverage
+ // measurement unreliable anyway. Multiplicative, not a slam.
+ static LLCachedControl<F32> avatar_boost(gSavedSettings, "TextureAvatarBoost", 4.f);
+ const F32 boost = objp->isAttachment() ? llmax((F32)avatar_boost, 1.f) : 1.f;
+
+ for (U32 ch = 0; ch < LLRender::NUM_TEXTURE_CHANNELS; ++ch)
+ {
+ // Effective UV repeat AREA: the tiling term of texels-drawn-per-
+ // screen-pixel. More tiling => each tile smaller on screen => coarser
+ // mips suffice (penalty). Repeats < 1 (atlas/crop) => whole-image
+ // residency for a sub-rect legitimately demands more than its screen
+ // coverage (boost).
+ F32 repeats = 1.f;
+ if (te)
+ {
+ // UV scale source: every channel reads the repeat values ITS
+ // renderer actually applies. diffuse -> TE scale; Blinn
+ // normal/spec -> LLMaterial per-map repeats; PBR channels -> KHR
+ // texture_transform scale. Fallback is the TE scale - never a
+ // silent hardcoded 1.
+ F32 scale_s = te->getScaleS();
+ F32 scale_t = te->getScaleT();
+ if (ch >= LLRender::BASECOLOR_MAP)
+ {
+ // LLRender channel -> LLGLTFMaterial::TextureInfo
+ static const S32 gltf_info[4] = {
+ LLGLTFMaterial::GLTF_TEXTURE_INFO_BASE_COLOR, // BASECOLOR_MAP (3)
+ LLGLTFMaterial::GLTF_TEXTURE_INFO_METALLIC_ROUGHNESS, // METALLIC_ROUGHNESS_MAP (4)
+ LLGLTFMaterial::GLTF_TEXTURE_INFO_NORMAL, // GLTF_NORMAL_MAP (5)
+ LLGLTFMaterial::GLTF_TEXTURE_INFO_EMISSIVE, // EMISSIVE_MAP (6)
+ };
+ if (gltf_mat)
+ {
+ const LLVector2& s = gltf_mat->mTextureTransform[gltf_info[ch - LLRender::BASECOLOR_MAP]].mScale;
+ scale_s = s.mV[0];
+ scale_t = s.mV[1];
+ }
+ }
+ else if (ch == LLRender::NORMAL_MAP || ch == LLRender::SPECULAR_MAP)
+ {
+ // Blinn-Phong normal/specular maps carry their own repeats in
+ // LLMaterial - the renderer builds their texture matrices
+ // from these, NOT from the TE's diffuse scale.
+ if (mat)
+ {
+ if (ch == LLRender::NORMAL_MAP)
+ {
+ mat->getNormalRepeat(scale_s, scale_t);
+ }
+ else
+ {
+ mat->getSpecularRepeat(scale_s, scale_t);
+ }
+ }
+ }
+
+ if (anim_scale)
+ {
+ scale_s = anim_ss;
+ scale_t = anim_st;
+ }
+
+ repeats = fabsf(scale_s * scale_t) * span;
+ }
+
+ repeats = llclamp(repeats, MIN_REPEAT_AREA, MAX_REPEAT_AREA);
+
+ // Apply the two sides of the repeat term in the right order relative
+ // to the screen clamp: tiling (repeats > 1) divides the nearest-point
+ // footprint BEFORE the clamp (one tile can't draw more pixels than
+ // the screen); atlas/crop (repeats < 1) boosts AFTER it (whole-image
+ // residency for a crop legitimately demands more than its screen
+ // coverage).
+ F32 tiling = llmax(repeats, 1.f);
+ F32 crop = llmin(repeats, 1.f);
+ face->mStreamVSize[ch] = llmin(face_px / tiling, LLViewerTexture::sWindowPixelArea) / crop * boost;
+ }
+}
+
void LLViewerTextureList::updateImageDecodePriority(LLViewerFetchedTexture* imagep, bool flush_images)
{
llassert(!gCubeSnapshot);
@@ -941,13 +1158,6 @@ void LLViewerTextureList::updateImageDecodePriority(LLViewerFetchedTexture* imag
if (imagep->getBoostLevel() < LLViewerFetchedTexture::BOOST_HIGH) // don't bother checking face list for boosted textures
{
- // Bounds on the per-face UV repeat-area divisor (mined from the old
- // getTextureVirtualSize texel_area clamp [1/64, 128]): atlas/crop boost
- // capped at 64x (3 mips finer), tiling penalty at 128x (3.5 mips
- // coarser) so pathological UV scales can't explode either direction.
- constexpr F32 MIN_REPEAT_AREA = 1.f / 64.f;
- constexpr F32 MAX_REPEAT_AREA = 128.f;
-
// Per priority bucket (0=Normal, 1=BaseColor, 2=Specular, 3=Emissive):
// the HIGHEST per-face effective coverage (= the lowest texels-per-pixel
// use, the most demanding variant - drives desired discard) and the
@@ -960,6 +1170,9 @@ void LLViewerTextureList::updateImageDecodePriority(LLViewerFetchedTexture* imag
F32 channel_coverage_min[4] = { FLT_MAX, FLT_MAX, FLT_MAX, FLT_MAX };
bool bucket_used[4] = { false, false, false, false };
F32 max_coverage = 0.f;
+ bool on_screen = false; // any face's projected disc overlaps the screen
+ bool any_face = false;
+ F32 min_overflow = FLT_MAX; // least out-of-frustum use across faces
U32 face_count = 0;
@@ -1010,175 +1223,29 @@ void LLViewerTextureList::updateImageDecodePriority(LLViewerFetchedTexture* imag
F32 radius;
F32 cos_angle_to_view_dir;
if ((gFrameCount - face->mLastTextureUpdate) > 10)
- { // only call calcPixelArea at most once every 10 frames for a given face
- // this helps eliminate redundant calls to calcPixelArea for faces that have multiple textures
- // assigned to them, such as is the case with GLTF materials or Blinn-Phong materials
- face->mInFrustum = face->calcPixelArea(cos_angle_to_view_dir, radius);
+ { // refresh the face's geometry + cached coverage at most once every
+ // 10 frames; every texture/channel sharing this face (GLTF and
+ // Blinn-Phong materials) reuses the cache instead of redoing the
+ // measurement. (calcPixelArea maintains face->mInFrustum itself.)
+ face->calcPixelArea(cos_angle_to_view_dir, radius);
+ update_face_stream_vsize(face);
face->mLastTextureUpdate = gFrameCount;
}
- // Most-demanding-point measurement: the spec is that the
- // LOWEST pixel:texel ratio governs, so pixel density is
- // evaluated at the face's NEAREST point and applied to the
- // face's true world area. The previous whole-face average
- // (bounding-disc pixel area) under-resolved perspective
- // surfaces: on a floor, the tile at your feet covers far
- // more screen than the average tile, and the GPU samples
- // fine mips right there - tiled (PBR-heavy) content went
- // soft while untiled content looked fine.
- const LLVector4a* ext = face->isState(LLFace::RIGGED) ? face->mRiggedExtents : face->mExtents;
- LLVector4a diag;
- diag.setSub(ext[1], ext[0]);
- // World area of the face ~ product of the two largest AABB
- // dims (max pairwise product; robust for flat faces).
- F32 dx = diag[0], dy = diag[1], dz = diag[2];
- F32 area_world = llmax(dx * dy, llmax(dx * dz, dy * dz));
- // Pixels per meter at the nearest point. Distance floored:
- // nearer than this the screen clamp below governs anyway.
- F32 dist = llmax(face->mDistanceToCamera, 0.5f);
- F32 ppm = LLDrawable::sCurPixelAngle / dist;
- F32 face_px = area_world * ppm * ppm;
- if (face_px <= 0.f)
+ // Cached measurement - see update_face_stream_vsize above.
+ // Zero = degenerate extents / not yet through a geometry
+ // build: not renderable, must not be measured (a
+ // placeholder value would poison the per-bucket MIN bound
+ // and drag the texture to its deepest mip).
+ F32 vsize = face->mStreamVSize[i];
+ if (vsize <= 0.f)
{
- // Degenerate extents: the face hasn't been through a
- // geometry build yet (or a rigged face has no rigged
- // extents) - it isn't renderable, so it must not be
- // measured. Skipping matters especially for the
- // per-bucket MIN bound: any invented placeholder
- // value (the old fallback hit LLFace::init's 16px
- // default) becomes the texture's least-demanding
- // "use" and, under TextureDownrezCoverageBias, drags
- // the whole texture to its deepest mip - and it
- // poisoned BP and PBR asymmetrically since the two
- // systems register faces at different points in the
- // geometry lifecycle.
continue;
}
- // Effective UV repeat AREA across this face: the tiling
- // term of texels-drawn-per-screen-pixel. More tiling =>
- // each tile is smaller on screen => coarser mips suffice
- // (penalty). Repeats < 1 (atlas/crop) => only a sub-rect
- // of the image is shown, but discard levels are whole-
- // image, so the full image must be resident at 1/repeats
- // times the crop's pixel count (boost).
- S32 te_offset = face->getTEOffset(); // offset is -1 if not inited
- LLViewerObject* objp = face->getViewerObject();
- const LLTextureEntry* te = (te_offset < 0 || te_offset >= objp->getNumTEs()) ? nullptr : objp->getTE(te_offset);
-
- F32 repeats = 1.f;
- if (te)
- {
- // UV scale source: every channel reads the repeat
- // values ITS renderer actually applies, then flows
- // through the identical pipeline below. Sources:
- // diffuse -> TE scale
- // Blinn normal/spec -> LLMaterial per-map repeats
- // PBR channels -> KHR texture_transform scale
- // Fallback for any missing material is the TE scale -
- // never a silent hardcoded 1.
- F32 scale_s = te->getScaleS();
- F32 scale_t = te->getScaleT();
- if (i >= LLRender::BASECOLOR_MAP)
- {
- // LLRender channel -> LLGLTFMaterial::TextureInfo
- static const S32 gltf_info[4] = {
- LLGLTFMaterial::GLTF_TEXTURE_INFO_BASE_COLOR, // BASECOLOR_MAP (3)
- LLGLTFMaterial::GLTF_TEXTURE_INFO_METALLIC_ROUGHNESS, // METALLIC_ROUGHNESS_MAP (4)
- LLGLTFMaterial::GLTF_TEXTURE_INFO_NORMAL, // GLTF_NORMAL_MAP (5)
- LLGLTFMaterial::GLTF_TEXTURE_INFO_EMISSIVE, // EMISSIVE_MAP (6)
- };
- if (const LLGLTFMaterial* gltf_mat = te->getGLTFRenderMaterial())
- {
- const LLVector2& s = gltf_mat->mTextureTransform[gltf_info[i - LLRender::BASECOLOR_MAP]].mScale;
- scale_s = s.mV[0];
- scale_t = s.mV[1];
- }
- }
- else if (i == LLRender::NORMAL_MAP || i == LLRender::SPECULAR_MAP)
- {
- // Blinn-Phong normal/specular maps carry their own
- // repeats in LLMaterial - the renderer builds their
- // texture matrices from these, NOT from the TE's
- // diffuse scale. Reading the diffuse scale here made
- // Blinn normals scale differently than PBR normals
- // (whose per-channel transform IS read above).
- if (const LLMaterial* mat = te->getMaterialParams().get())
- {
- if (i == LLRender::NORMAL_MAP)
- {
- mat->getNormalRepeat(scale_s, scale_t);
- }
- else
- {
- mat->getSpecularRepeat(scale_s, scale_t);
- }
- }
- }
-
- // Continuously-animated scale (llSetTextureAnim SCALE)
- // bypasses both static sources via mTextureMatrix -
- // the live animated values win on either path.
- if (LLVOVolume* vvo = face->getDrawable() ? face->getDrawable()->getVOVolume() : nullptr)
- {
- LLViewerTextureAnim* anim = vvo->mTextureAnimp;
- if (anim && (anim->mMode & LLTextureAnim::ON) && (anim->mMode & LLTextureAnim::SCALE)
- && (anim->mFace < 0 || anim->mFace == te_offset))
- {
- scale_s = anim->mScaleS;
- scale_t = anim->mScaleT;
- }
- }
-
- repeats = fabsf(scale_s * scale_t);
-
- // Mesh atlas sub-rect: a face whose intrinsic UVs span
- // only part of [0,1]^2 shows that fraction of the
- // image. Applies identically to both paths - the
- // transforms above stack on the raw face UVs.
- if (LLVolume* vol = objp->getVolume())
- {
- if (te_offset >= 0 && te_offset < vol->getNumVolumeFaces())
- {
- const LLVolumeFace& vf = vol->getVolumeFace(te_offset);
- F32 span = fabsf((vf.mTexCoordExtents[1].mV[0] - vf.mTexCoordExtents[0].mV[0])
- * (vf.mTexCoordExtents[1].mV[1] - vf.mTexCoordExtents[0].mV[1]));
- if (span > 0.f)
- {
- repeats *= span;
- }
- }
- }
- }
-
- repeats = llclamp(repeats, MIN_REPEAT_AREA, MAX_REPEAT_AREA);
-
- // Apply the two sides of the repeat term in the right
- // order relative to the screen clamp:
- // - tiling (repeats > 1): the per-tile footprint at the
- // nearest point, THEN clamped - one tile can't draw
- // more pixels than the screen. (Clamping the whole
- // face first and then dividing crushed near tiles.)
- // - atlas/crop (repeats < 1): boost AFTER the clamp -
- // whole-image residency for a crop legitimately
- // demands more than its screen coverage.
- F32 tiling = llmax(repeats, 1.f);
- F32 crop = llmin(repeats, 1.f);
- F32 vsize = llmin(face_px / tiling, LLViewerTexture::sWindowPixelArea) / crop;
-
- // Avatar bonus: worn attachments get a coverage
- // multiplier - avatars are what people look at, and
- // rigged extents make attachment coverage measurement
- // unreliable anyway. Multiplicative, not a slam: a
- // nearby avatar gains ~a mip of headroom while a distant
- // one still downrezzes naturally with its coverage.
- // (System-avatar bakes get the same bonus in the
- // no-faces branch below.)
- if (objp->isAttachment())
- {
- static LLCachedControl<F32> avatar_boost(gSavedSettings, "TextureAvatarBoost", 4.f);
- vsize *= llmax((F32)avatar_boost, 1.f);
- }
+ any_face = true;
+ on_screen = on_screen || face->mInFrustum;
+ min_overflow = llmin(min_overflow, face->mFrustumOverflow);
if (bucket >= 0 && bucket < 4)
{
@@ -1252,6 +1319,15 @@ void LLViewerTextureList::updateImageDecodePriority(LLViewerFetchedTexture* imag
imagep->mChannelCoverage[b] = channel_coverage[b];
imagep->mChannelCoverageMin[b] = (channel_coverage_min[b] == FLT_MAX) ? 0.f : channel_coverage_min[b];
}
+
+ // Fetch admission signal: false only when faces were actually scanned and
+ // every one projects off screen. Textures with no scannable faces (bakes,
+ // spotlights, the >1024-face boost path, not-yet-built geometry) stay
+ // eligible - blocking them is what stalls load-in.
+ imagep->mOnScreen = on_screen || !any_face;
+ // Least out-of-frustum use governs the allowance falloff; unknown = 0
+ // (no penalty), same reasoning as mOnScreen.
+ imagep->mFrustumOverflow = any_face ? min_overflow : 0.f;
}
#if 0
@@ -1525,6 +1601,18 @@ F32 LLViewerTextureList::updateImagesFetchTextures(F32 max_time)
{
updateImageDecodePriority(imagep);
imagep->updateFetch();
+
+ // Fast-pump membership: textures with an active fetch get
+ // updateFetch every frame (in updateImages) instead of waiting
+ // ~a sweep period per state transition - that wait, times the
+ // 2-4 transitions a load needs, was the measured throughput
+ // ceiling. Purely additive: the sweep still pumps everything,
+ // so fetches started by any other path can never strand.
+ if ((imagep->isFetching() || imagep->hasFetcher()) && !imagep->mInFastFetchList)
+ {
+ imagep->mInFastFetchList = true;
+ mFastFetchList.push_back(imagep);
+ }
}
if (timer.getElapsedTimeF32() > max_time)
diff --git a/indra/newview/llviewertexturelist.h b/indra/newview/llviewertexturelist.h
index 931f2ed50e..7004238995 100644
--- a/indra/newview/llviewertexturelist.h
+++ b/indra/newview/llviewertexturelist.h
@@ -34,6 +34,7 @@
#include "llviewertexture.h"
#include "llui.h"
#include <list>
+#include <map>
#include <unordered_set>
#include "lluiimage.h"
@@ -225,6 +226,10 @@ public:
image_list_t mCallbackList;
image_list_t mFastCacheList;
+ // In-flight fetches pumped every frame (additive to the round-robin
+ // sweep, which remains the universal pump). See updateImages.
+ std::vector<LLPointer<LLViewerFetchedTexture> > mFastFetchList;
+
bool mForceResetTextureStats;
// to make "for (auto& imagep : gTextureList)" work
diff --git a/indra/newview/llvocache.cpp b/indra/newview/llvocache.cpp
index f3efe3f3bb..e513a3813f 100644
--- a/indra/newview/llvocache.cpp
+++ b/indra/newview/llvocache.cpp
@@ -32,6 +32,7 @@
#include "lldrawable.h"
#include "llviewerregion.h"
#include "llagentcamera.h"
+#include "llmemory.h"
#include "llsdserialize.h"
#include "llworld.h" // For LLWorld::getInstance()
//static variables
@@ -488,6 +489,13 @@ void LLVOCacheEntry::updateDebugSettings()
static const F32 MIN_RADIUS = 1.0f;
F32 draw_radius = gAgentCamera.mDrawDistance;
+ const F32 mem_factor = LLMemory::getSystemMemoryBudgetFactor();
+ if (mem_factor > 1.f)
+ {
+ // Factor is intended to go from 1.0 to 2.0
+ // For safety cap reduction at 50%, we don't want to go below half of draw distance
+ draw_radius = llmax(draw_radius / mem_factor, draw_radius / 2.f);
+ }
const F32 clamped_min_radius = llclamp((F32) min_radius, MIN_RADIUS, draw_radius); // [1, mDrawDistance]
sNearRadius = MIN_RADIUS + ((clamped_min_radius - MIN_RADIUS) * adjust_factor);
diff --git a/indra/newview/llvoicewebrtc.cpp b/indra/newview/llvoicewebrtc.cpp
index 1ad2ef1005..33cdf66272 100644
--- a/indra/newview/llvoicewebrtc.cpp
+++ b/indra/newview/llvoicewebrtc.cpp
@@ -1711,6 +1711,14 @@ void LLWebRTCVoiceClient::setVoiceEnabled(bool enabled)
mVoiceEnabled = enabled;
LLVoiceClientStatusObserver::EStatusType status;
+ // Gate the audio devices on voice being enabled: the capture mic and
+ // playout speaker only run while voice is on, and the mic isn't held
+ // open when voice is off.
+ if (mWebRTCDeviceInterface)
+ {
+ mWebRTCDeviceInterface->setVoiceEnabled(enabled);
+ }
+
if (enabled)
{
LL_DEBUGS("Voice") << "enabling" << LL_ENDL;