Package: libgeocoding8 Version: 8.12.51+ds-1 Severity: minor File: /usr/lib/x86_64-linux-gnu/libgeocoding.so.8.12 User: [email protected] Usertags: undefined-symbol adequate
libgeocoding.so needs to link with -lphonenumber, see the output of adequate, symtree and objdump below. I detected this on amd64 but the Debian build log scanner also detected dpkg-buildpackage complaining about it on most architectures, see the w3m/getbuildlog output below. I filed this bug at severity minor since I'm not sure if there are any programs using the libgeocoding.so lib and if they already use the libphonenumber.so symbols and link with the -lphonenumber flag or not. This bug report brought to you by adequate: https://bonedaddy.net/pabs3/log/2013/02/23/inadequate-software/ $ lib=/usr/lib/x86_64-linux-gnu/libgeocoding.so.8.12 $ link=/usr/lib/x86_64-linux-gnu/libphonenumber.so.8.12 $ pkg="$(dpkg-query --search "$lib" | sed s/:.*//)" $ src="$(grep-aptavail --no-field-names --show-field Source:Package --field Package --exact-match --pattern "$pkg" | sed 's/ .*//')" $ first="$(printf '%s' "$src" | head --bytes 1)" $ adequate "$pkg" | c++filt libgeocoding8:amd64: undefined-symbol /usr/lib/x86_64-linux-gnu/libgeocoding.so.8.12 => i18n::phonenumbers::PhoneNumberUtil::kRegionCodeForNonGeoEntity libgeocoding8:amd64: undefined-symbol /usr/lib/x86_64-linux-gnu/libgeocoding.so.8.12 => i18n::phonenumbers::PhoneNumberUtil::GetRegionCodeForNumber(i18n::phonenumbers::PhoneNumber const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const libgeocoding8:amd64: undefined-symbol /usr/lib/x86_64-linux-gnu/libgeocoding.so.8.12 => i18n::phonenumbers::PhoneNumberUtil::GetInstance() libgeocoding8:amd64: undefined-symbol /usr/lib/x86_64-linux-gnu/libgeocoding.so.8.12 => i18n::phonenumbers::PhoneNumberUtil::GetNationalSignificantNumber(i18n::phonenumbers::PhoneNumber const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const libgeocoding8:amd64: undefined-symbol /usr/lib/x86_64-linux-gnu/libgeocoding.so.8.12 => i18n::phonenumbers::SimpleItoa[abi:cxx11](int) libgeocoding8:amd64: undefined-symbol /usr/lib/x86_64-linux-gnu/libgeocoding.so.8.12 => i18n::phonenumbers::PhoneNumberUtil::IsNumberGeographical(i18n::phonenumbers::PhoneNumberUtil::PhoneNumberType, int) const libgeocoding8:amd64: undefined-symbol /usr/lib/x86_64-linux-gnu/libgeocoding.so.8.12 => i18n::phonenumbers::PhoneNumberUtil::GetNumberType(i18n::phonenumbers::PhoneNumber const&) const libgeocoding8:amd64: undefined-symbol /usr/lib/x86_64-linux-gnu/libgeocoding.so.8.12 => i18n::phonenumbers::safe_strto64(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long*) libgeocoding8:amd64: undefined-symbol /usr/lib/x86_64-linux-gnu/libgeocoding.so.8.12 => i18n::phonenumbers::SimpleItoa[abi:cxx11](long) $ man adequate | grep -A4 undefined-symbol undefined-symbol The symbol has not been found in the libraries linked with the binary. Either the binary either needs to be linked with an additional shared library, or the dependency on the shared library package that provides this symbol is too weak. References: Debian Policy §3.5, §8.6, §10.2. $ lddtree "$lib" libgeocoding.so.8.12 => /usr/lib/x86_64-linux-gnu/libgeocoding.so.8.12 (interpreter => none) libicuuc.so.71 => /usr/lib/x86_64-linux-gnu/libicuuc.so.71 libicudata.so.71 => /usr/lib/x86_64-linux-gnu/libicudata.so.71 libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 ld-linux-x86-64.so.2 => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 libabsl_synchronization.so.20210324 => /usr/lib/x86_64-linux-gnu/libabsl_synchronization.so.20210324 libabsl_graphcycles_internal.so.20210324 => /usr/lib/x86_64-linux-gnu/libabsl_graphcycles_internal.so.20210324 libabsl_stacktrace.so.20210324 => /usr/lib/x86_64-linux-gnu/libabsl_stacktrace.so.20210324 libabsl_debugging_internal.so.20210324 => /usr/lib/x86_64-linux-gnu/libabsl_debugging_internal.so.20210324 libabsl_symbolize.so.20210324 => /usr/lib/x86_64-linux-gnu/libabsl_symbolize.so.20210324 libabsl_demangle_internal.so.20210324 => /usr/lib/x86_64-linux-gnu/libabsl_demangle_internal.so.20210324 libabsl_time.so.20210324 => /usr/lib/x86_64-linux-gnu/libabsl_time.so.20210324 libabsl_strings.so.20210324 => /usr/lib/x86_64-linux-gnu/libabsl_strings.so.20210324 libabsl_strings_internal.so.20210324 => /usr/lib/x86_64-linux-gnu/libabsl_strings_internal.so.20210324 libabsl_throw_delegate.so.20210324 => /usr/lib/x86_64-linux-gnu/libabsl_throw_delegate.so.20210324 libabsl_time_zone.so.20210324 => /usr/lib/x86_64-linux-gnu/libabsl_time_zone.so.20210324 libabsl_int128.so.20210324 => /usr/lib/x86_64-linux-gnu/libabsl_int128.so.20210324 libabsl_malloc_internal.so.20210324 => /usr/lib/x86_64-linux-gnu/libabsl_malloc_internal.so.20210324 libabsl_base.so.20210324 => /usr/lib/x86_64-linux-gnu/libabsl_base.so.20210324 libabsl_spinlock_wait.so.20210324 => /usr/lib/x86_64-linux-gnu/libabsl_spinlock_wait.so.20210324 libabsl_raw_logging_internal.so.20210324 => /usr/lib/x86_64-linux-gnu/libabsl_raw_logging_internal.so.20210324 libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 $ symtree "$lib" | c++filt /usr/lib/x86_64-linux-gnu/libgeocoding.so.8.12 libicuuc.so.71 => icu_71::Locale::Locale(char const*, char const*, char const*, char const*),icu_71::ByteSink::~ByteSink(),icu_71::ByteSink::GetAppendBuffer(int, int, char*, int, int*),icu_71::Locale::getDisplayCountry(icu_71::Locale const&, icu_71::UnicodeString&) const,typeinfo for icu_71::ByteSink,vtable for icu_71::UnicodeString,icu_71::UnicodeString::toUTF8(icu_71::ByteSink&) const,icu_71::Locale::~Locale(),icu_71::UMemory::operator delete(void*),icu_71::UnicodeString::~UnicodeString(),icu_71::ByteSink::Flush() libabsl_synchronization.so.20210324 => absl::debian2::Mutex::~Mutex(),absl::debian2::Mutex::Unlock(),absl::debian2::Mutex::Lock() libstdc++.so.6 => std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const,std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::swap(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&),std::locale::~locale(),std::__throw_length_error(char const*),std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&),std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_append(char const*, unsigned long),std::ios_base::~ios_base(),std::basic_iostream<char, std::char_traits<char> >::~basic_iostream(),std::basic_ostream<char, std::char_traits<char> >::operator<<(int),std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::reserve(unsigned long),std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&),vtable for std::basic_streambuf<char, std::char_traits<char> >,std::_Rb_tree_increment(std::_Rb_tree_node_base*),std::ios_base::Init::~Init(),std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_replace(unsigned long, unsigned long, char const*, unsigned long),vtable for std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >,VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >,std::locale::locale(),vtable for __cxxabiv1::__class_type_info,vtable for __cxxabiv1::__si_class_type_info,__cxa_begin_catch,vtable for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >,operator delete(void*),std::ios_base::ios_base(),__gxx_personality_v0,std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long),operator new(unsigned long),vtable for std::basic_ios<char, std::char_traits<char> >,std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*),std::ios_base::Init::Init(),std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long),__cxa_rethrow,std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream(),__cxa_end_catch,std::_Rb_tree_decrement(std::_Rb_tree_node_base*),std::__throw_logic_error(char const*) libgcc_s.so.1 => _Unwind_Resume libc.so.6 => __cxa_finalize,__assert_fail,strcmp,__cxa_atexit,strlen,memcmp,abort,memcpy,memcpy,__stack_chk_fail WEAK => _ITM_deregisterTMCloneTable,__gmon_start__,_ITM_registerTMCloneTable UNRESOLVED => i18n::phonenumbers::PhoneNumberUtil::GetRegionCodeForNumber(i18n::phonenumbers::PhoneNumber const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const,i18n::phonenumbers::PhoneNumberUtil::GetInstance(),i18n::phonenumbers::PhoneNumberUtil::GetNationalSignificantNumber(i18n::phonenumbers::PhoneNumber const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const,i18n::phonenumbers::PhoneNumberUtil::kRegionCodeForNonGeoEntity,i18n::phonenumbers::SimpleItoa[abi:cxx11](int),i18n::phonenumbers::PhoneNumberUtil::IsNumberGeographical(i18n::phonenumbers::PhoneNumberUtil::PhoneNumberType, int) const,i18n::phonenumbers::PhoneNumberUtil::GetNumberType(i18n::phonenumbers::PhoneNumber const&) const,i18n::phonenumbers::safe_strto64(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long*),i18n::phonenumbers::SimpleItoa[abi:cxx11](long) $ objdump -T "$link" | grep -E " ($(symtree "$lib" | sed -n 's/ UNRESOLVED => //p' | tr , '|'))$" | c++filt 00000000000373a0 g DF .text 000000000000012b Base i18n::phonenumbers::PhoneNumberUtil::GetNationalSignificantNumber(i18n::phonenumbers::PhoneNumber const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const 000000000004ea10 g DF .text 000000000000007a Base i18n::phonenumbers::SimpleItoa[abi:cxx11](int) 000000000004eb10 g DF .text 000000000000007a Base i18n::phonenumbers::SimpleItoa[abi:cxx11](long) 000000000005ca4f g DO .rodata 0000000000000004 Base i18n::phonenumbers::PhoneNumberUtil::kRegionCodeForNonGeoEntity 000000000003b330 g DF .text 00000000000000fd Base i18n::phonenumbers::PhoneNumberUtil::GetNumberType(i18n::phonenumbers::PhoneNumber const&) const 000000000004ef60 g DF .text 000000000000006a Base i18n::phonenumbers::safe_strto64(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long*) 00000000000365c0 g DF .text 000000000000007d Base i18n::phonenumbers::PhoneNumberUtil::IsNumberGeographical(i18n::phonenumbers::PhoneNumberUtil::PhoneNumberType, int) const 000000000003ac20 g DF .text 00000000000002f8 Base i18n::phonenumbers::PhoneNumberUtil::GetRegionCodeForNumber(i18n::phonenumbers::PhoneNumber const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const 0000000000035390 g DF .text 0000000000000049 Base i18n::phonenumbers::PhoneNumberUtil::GetInstance() $ w3m -dump https://qa.debian.org/bls/packages/"$first"/"$src".html | grep -A2 symbol • W shlibs-symbol-not-found (amd64, arm64, armel, armhf, i386, mips64el, mipsel, powerpc, ppc64, ppc64el, riscv64, s390x, x32) $ w3m -dump https://qa.debian.org/bls/bytag/W-shlibs-symbol-not-found.html | grep -A12 description description The build logs contains a line like dpkg-shlibdeps: warning: symbol NAME used by BINARY found in none of the libraries. Possible reasons: • A library not linked with a library needed. While this can sometimes make sense in order to allow the using binary to decide which of multiple available implementations to use, it means that dependency information might be incorrect, optimisations like prelinking might fail and stuff like that. $ chronic getbuildlog "$src" last $ grep 'dpkg-shlibdeps: warning: symbol .* used by .* found in none of the libraries' ./*.log | c++filt ./libphonenumber_8.12.53+ds-1_amd64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetNumberType(i18n::phonenumbers::PhoneNumber const&) const used by debian/libgeocoding8/usr/lib/x86_64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_amd64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::SimpleItoa[abi:cxx11](int) used by debian/libgeocoding8/usr/lib/x86_64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_amd64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::safe_strto64(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long*) used by debian/libgeocoding8/usr/lib/x86_64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_amd64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::IsNumberGeographical(i18n::phonenumbers::PhoneNumberUtil::PhoneNumberType, int) const used by debian/libgeocoding8/usr/lib/x86_64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_amd64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::kRegionCodeForNonGeoEntity used by debian/libgeocoding8/usr/lib/x86_64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_amd64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetRegionCodeForNumber(i18n::phonenumbers::PhoneNumber const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const used by debian/libgeocoding8/usr/lib/x86_64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_amd64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetInstance() used by debian/libgeocoding8/usr/lib/x86_64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_amd64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetNationalSignificantNumber(i18n::phonenumbers::PhoneNumber const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const used by debian/libgeocoding8/usr/lib/x86_64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_amd64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::SimpleItoa[abi:cxx11](long) used by debian/libgeocoding8/usr/lib/x86_64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_arm64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::safe_strto64(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long*) used by debian/libgeocoding8/usr/lib/aarch64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_arm64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetRegionCodeForNumber(i18n::phonenumbers::PhoneNumber const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const used by debian/libgeocoding8/usr/lib/aarch64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_arm64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::kRegionCodeForNonGeoEntity used by debian/libgeocoding8/usr/lib/aarch64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_arm64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetNumberType(i18n::phonenumbers::PhoneNumber const&) const used by debian/libgeocoding8/usr/lib/aarch64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_arm64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::SimpleItoa[abi:cxx11](long) used by debian/libgeocoding8/usr/lib/aarch64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_arm64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetInstance() used by debian/libgeocoding8/usr/lib/aarch64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_arm64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::IsNumberGeographical(i18n::phonenumbers::PhoneNumberUtil::PhoneNumberType, int) const used by debian/libgeocoding8/usr/lib/aarch64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_arm64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetNationalSignificantNumber(i18n::phonenumbers::PhoneNumber const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const used by debian/libgeocoding8/usr/lib/aarch64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_arm64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::SimpleItoa[abi:cxx11](int) used by debian/libgeocoding8/usr/lib/aarch64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_armel.log:dpkg-shlibdeps: warning: symbol __aeabi_atexit@CXXABI_ARM_1.3.3 used by debian/libphonenumber8/usr/lib/arm-linux-gnueabi/libphonenumber.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_armel.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetInstance() used by debian/libgeocoding8/usr/lib/arm-linux-gnueabi/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_armel.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::kRegionCodeForNonGeoEntity used by debian/libgeocoding8/usr/lib/arm-linux-gnueabi/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_armel.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetNumberType(i18n::phonenumbers::PhoneNumber const&) const used by debian/libgeocoding8/usr/lib/arm-linux-gnueabi/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_armel.log:dpkg-shlibdeps: warning: symbol __aeabi_atexit@CXXABI_ARM_1.3.3 used by debian/libgeocoding8/usr/lib/arm-linux-gnueabi/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_armel.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::safe_strto64(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long long*) used by debian/libgeocoding8/usr/lib/arm-linux-gnueabi/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_armel.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetNationalSignificantNumber(i18n::phonenumbers::PhoneNumber const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const used by debian/libgeocoding8/usr/lib/arm-linux-gnueabi/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_armel.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetRegionCodeForNumber(i18n::phonenumbers::PhoneNumber const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const used by debian/libgeocoding8/usr/lib/arm-linux-gnueabi/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_armel.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::IsNumberGeographical(i18n::phonenumbers::PhoneNumberUtil::PhoneNumberType, int) const used by debian/libgeocoding8/usr/lib/arm-linux-gnueabi/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_armel.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::SimpleItoa[abi:cxx11](long long) used by debian/libgeocoding8/usr/lib/arm-linux-gnueabi/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_armel.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::SimpleItoa[abi:cxx11](int) used by debian/libgeocoding8/usr/lib/arm-linux-gnueabi/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_armhf.log:dpkg-shlibdeps: warning: symbol __aeabi_atexit@CXXABI_ARM_1.3.3 used by debian/libphonenumber8/usr/lib/arm-linux-gnueabihf/libphonenumber.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_armhf.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetRegionCodeForNumber(i18n::phonenumbers::PhoneNumber const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const used by debian/libgeocoding8/usr/lib/arm-linux-gnueabihf/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_armhf.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::SimpleItoa[abi:cxx11](int) used by debian/libgeocoding8/usr/lib/arm-linux-gnueabihf/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_armhf.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetNationalSignificantNumber(i18n::phonenumbers::PhoneNumber const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const used by debian/libgeocoding8/usr/lib/arm-linux-gnueabihf/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_armhf.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetNumberType(i18n::phonenumbers::PhoneNumber const&) const used by debian/libgeocoding8/usr/lib/arm-linux-gnueabihf/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_armhf.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetInstance() used by debian/libgeocoding8/usr/lib/arm-linux-gnueabihf/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_armhf.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::safe_strto64(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long long*) used by debian/libgeocoding8/usr/lib/arm-linux-gnueabihf/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_armhf.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::kRegionCodeForNonGeoEntity used by debian/libgeocoding8/usr/lib/arm-linux-gnueabihf/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_armhf.log:dpkg-shlibdeps: warning: symbol __aeabi_atexit@CXXABI_ARM_1.3.3 used by debian/libgeocoding8/usr/lib/arm-linux-gnueabihf/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_armhf.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::SimpleItoa[abi:cxx11](long long) used by debian/libgeocoding8/usr/lib/arm-linux-gnueabihf/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_armhf.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::IsNumberGeographical(i18n::phonenumbers::PhoneNumberUtil::PhoneNumberType, int) const used by debian/libgeocoding8/usr/lib/arm-linux-gnueabihf/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_i386.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetInstance() used by debian/libgeocoding8/usr/lib/i386-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_i386.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::SimpleItoa[abi:cxx11](long long) used by debian/libgeocoding8/usr/lib/i386-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_i386.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::IsNumberGeographical(i18n::phonenumbers::PhoneNumberUtil::PhoneNumberType, int) const used by debian/libgeocoding8/usr/lib/i386-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_i386.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetRegionCodeForNumber(i18n::phonenumbers::PhoneNumber const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const used by debian/libgeocoding8/usr/lib/i386-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_i386.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::SimpleItoa[abi:cxx11](int) used by debian/libgeocoding8/usr/lib/i386-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_i386.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::safe_strto64(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long long*) used by debian/libgeocoding8/usr/lib/i386-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_i386.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::kRegionCodeForNonGeoEntity used by debian/libgeocoding8/usr/lib/i386-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_i386.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetNumberType(i18n::phonenumbers::PhoneNumber const&) const used by debian/libgeocoding8/usr/lib/i386-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_i386.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetNationalSignificantNumber(i18n::phonenumbers::PhoneNumber const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const used by debian/libgeocoding8/usr/lib/i386-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_mips64el.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::SimpleItoa[abi:cxx11](int) used by debian/libgeocoding8/usr/lib/mips64el-linux-gnuabi64/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_mips64el.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::SimpleItoa[abi:cxx11](long) used by debian/libgeocoding8/usr/lib/mips64el-linux-gnuabi64/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_mips64el.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::IsNumberGeographical(i18n::phonenumbers::PhoneNumberUtil::PhoneNumberType, int) const used by debian/libgeocoding8/usr/lib/mips64el-linux-gnuabi64/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_mips64el.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::kRegionCodeForNonGeoEntity used by debian/libgeocoding8/usr/lib/mips64el-linux-gnuabi64/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_mips64el.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetNationalSignificantNumber(i18n::phonenumbers::PhoneNumber const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const used by debian/libgeocoding8/usr/lib/mips64el-linux-gnuabi64/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_mips64el.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetNumberType(i18n::phonenumbers::PhoneNumber const&) const used by debian/libgeocoding8/usr/lib/mips64el-linux-gnuabi64/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_mips64el.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetRegionCodeForNumber(i18n::phonenumbers::PhoneNumber const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const used by debian/libgeocoding8/usr/lib/mips64el-linux-gnuabi64/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_mips64el.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::safe_strto64(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long*) used by debian/libgeocoding8/usr/lib/mips64el-linux-gnuabi64/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_mips64el.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetInstance() used by debian/libgeocoding8/usr/lib/mips64el-linux-gnuabi64/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_mipsel.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetRegionCodeForNumber(i18n::phonenumbers::PhoneNumber const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const used by debian/libgeocoding8/usr/lib/mipsel-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_mipsel.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::IsNumberGeographical(i18n::phonenumbers::PhoneNumberUtil::PhoneNumberType, int) const used by debian/libgeocoding8/usr/lib/mipsel-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_mipsel.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::SimpleItoa[abi:cxx11](int) used by debian/libgeocoding8/usr/lib/mipsel-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_mipsel.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetNationalSignificantNumber(i18n::phonenumbers::PhoneNumber const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const used by debian/libgeocoding8/usr/lib/mipsel-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_mipsel.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::kRegionCodeForNonGeoEntity used by debian/libgeocoding8/usr/lib/mipsel-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_mipsel.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetInstance() used by debian/libgeocoding8/usr/lib/mipsel-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_mipsel.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetNumberType(i18n::phonenumbers::PhoneNumber const&) const used by debian/libgeocoding8/usr/lib/mipsel-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_mipsel.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::SimpleItoa[abi:cxx11](long long) used by debian/libgeocoding8/usr/lib/mipsel-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_mipsel.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::safe_strto64(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long long*) used by debian/libgeocoding8/usr/lib/mipsel-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_powerpc.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::IsNumberGeographical(i18n::phonenumbers::PhoneNumberUtil::PhoneNumberType, int) const used by debian/libgeocoding8/usr/lib/powerpc-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_powerpc.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetRegionCodeForNumber(i18n::phonenumbers::PhoneNumber const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const used by debian/libgeocoding8/usr/lib/powerpc-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_powerpc.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::kRegionCodeForNonGeoEntity used by debian/libgeocoding8/usr/lib/powerpc-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_powerpc.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::SimpleItoa[abi:cxx11](int) used by debian/libgeocoding8/usr/lib/powerpc-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_powerpc.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetNumberType(i18n::phonenumbers::PhoneNumber const&) const used by debian/libgeocoding8/usr/lib/powerpc-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_powerpc.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetNationalSignificantNumber(i18n::phonenumbers::PhoneNumber const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const used by debian/libgeocoding8/usr/lib/powerpc-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_powerpc.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::SimpleItoa[abi:cxx11](long long) used by debian/libgeocoding8/usr/lib/powerpc-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_powerpc.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetInstance() used by debian/libgeocoding8/usr/lib/powerpc-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_powerpc.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::safe_strto64(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long long*) used by debian/libgeocoding8/usr/lib/powerpc-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_ppc64el.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::safe_strto64(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long*) used by debian/libgeocoding8/usr/lib/powerpc64le-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_ppc64el.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::SimpleItoa[abi:cxx11](int) used by debian/libgeocoding8/usr/lib/powerpc64le-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_ppc64el.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetNumberType(i18n::phonenumbers::PhoneNumber const&) const used by debian/libgeocoding8/usr/lib/powerpc64le-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_ppc64el.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::kRegionCodeForNonGeoEntity used by debian/libgeocoding8/usr/lib/powerpc64le-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_ppc64el.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::IsNumberGeographical(i18n::phonenumbers::PhoneNumberUtil::PhoneNumberType, int) const used by debian/libgeocoding8/usr/lib/powerpc64le-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_ppc64el.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetRegionCodeForNumber(i18n::phonenumbers::PhoneNumber const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const used by debian/libgeocoding8/usr/lib/powerpc64le-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_ppc64el.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetInstance() used by debian/libgeocoding8/usr/lib/powerpc64le-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_ppc64el.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::SimpleItoa[abi:cxx11](long) used by debian/libgeocoding8/usr/lib/powerpc64le-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_ppc64el.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetNationalSignificantNumber(i18n::phonenumbers::PhoneNumber const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const used by debian/libgeocoding8/usr/lib/powerpc64le-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_ppc64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetRegionCodeForNumber(i18n::phonenumbers::PhoneNumber const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const used by debian/libgeocoding8/usr/lib/powerpc64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_ppc64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::IsNumberGeographical(i18n::phonenumbers::PhoneNumberUtil::PhoneNumberType, int) const used by debian/libgeocoding8/usr/lib/powerpc64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_ppc64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetNationalSignificantNumber(i18n::phonenumbers::PhoneNumber const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const used by debian/libgeocoding8/usr/lib/powerpc64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_ppc64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::SimpleItoa[abi:cxx11](int) used by debian/libgeocoding8/usr/lib/powerpc64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_ppc64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetNumberType(i18n::phonenumbers::PhoneNumber const&) const used by debian/libgeocoding8/usr/lib/powerpc64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_ppc64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::SimpleItoa[abi:cxx11](long) used by debian/libgeocoding8/usr/lib/powerpc64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_ppc64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetInstance() used by debian/libgeocoding8/usr/lib/powerpc64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_ppc64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::safe_strto64(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long*) used by debian/libgeocoding8/usr/lib/powerpc64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_ppc64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::kRegionCodeForNonGeoEntity used by debian/libgeocoding8/usr/lib/powerpc64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_riscv64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetInstance() used by debian/libgeocoding8/usr/lib/riscv64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_riscv64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::SimpleItoa[abi:cxx11](int) used by debian/libgeocoding8/usr/lib/riscv64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_riscv64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetNationalSignificantNumber(i18n::phonenumbers::PhoneNumber const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const used by debian/libgeocoding8/usr/lib/riscv64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_riscv64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetNumberType(i18n::phonenumbers::PhoneNumber const&) const used by debian/libgeocoding8/usr/lib/riscv64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_riscv64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::SimpleItoa[abi:cxx11](long) used by debian/libgeocoding8/usr/lib/riscv64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_riscv64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::kRegionCodeForNonGeoEntity used by debian/libgeocoding8/usr/lib/riscv64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_riscv64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::safe_strto64(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long*) used by debian/libgeocoding8/usr/lib/riscv64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_riscv64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::IsNumberGeographical(i18n::phonenumbers::PhoneNumberUtil::PhoneNumberType, int) const used by debian/libgeocoding8/usr/lib/riscv64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_riscv64.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetRegionCodeForNumber(i18n::phonenumbers::PhoneNumber const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const used by debian/libgeocoding8/usr/lib/riscv64-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_s390x.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::SimpleItoa[abi:cxx11](int) used by debian/libgeocoding8/usr/lib/s390x-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_s390x.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::IsNumberGeographical(i18n::phonenumbers::PhoneNumberUtil::PhoneNumberType, int) const used by debian/libgeocoding8/usr/lib/s390x-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_s390x.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::kRegionCodeForNonGeoEntity used by debian/libgeocoding8/usr/lib/s390x-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_s390x.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::SimpleItoa[abi:cxx11](long) used by debian/libgeocoding8/usr/lib/s390x-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_s390x.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetRegionCodeForNumber(i18n::phonenumbers::PhoneNumber const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const used by debian/libgeocoding8/usr/lib/s390x-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_s390x.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::safe_strto64(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long*) used by debian/libgeocoding8/usr/lib/s390x-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_s390x.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetNumberType(i18n::phonenumbers::PhoneNumber const&) const used by debian/libgeocoding8/usr/lib/s390x-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_s390x.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetNationalSignificantNumber(i18n::phonenumbers::PhoneNumber const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const used by debian/libgeocoding8/usr/lib/s390x-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_s390x.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetInstance() used by debian/libgeocoding8/usr/lib/s390x-linux-gnu/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_x32.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetNationalSignificantNumber(i18n::phonenumbers::PhoneNumber const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const used by debian/libgeocoding8/usr/lib/x86_64-linux-gnux32/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_x32.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::SimpleItoa[abi:cxx11](int) used by debian/libgeocoding8/usr/lib/x86_64-linux-gnux32/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_x32.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetNumberType(i18n::phonenumbers::PhoneNumber const&) const used by debian/libgeocoding8/usr/lib/x86_64-linux-gnux32/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_x32.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::IsNumberGeographical(i18n::phonenumbers::PhoneNumberUtil::PhoneNumberType, int) const used by debian/libgeocoding8/usr/lib/x86_64-linux-gnux32/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_x32.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetRegionCodeForNumber(i18n::phonenumbers::PhoneNumber const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const used by debian/libgeocoding8/usr/lib/x86_64-linux-gnux32/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_x32.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::SimpleItoa[abi:cxx11](long long) used by debian/libgeocoding8/usr/lib/x86_64-linux-gnux32/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_x32.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::kRegionCodeForNonGeoEntity used by debian/libgeocoding8/usr/lib/x86_64-linux-gnux32/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_x32.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::PhoneNumberUtil::GetInstance() used by debian/libgeocoding8/usr/lib/x86_64-linux-gnux32/libgeocoding.so.8.12 found in none of the libraries ./libphonenumber_8.12.53+ds-1_x32.log:dpkg-shlibdeps: warning: symbol i18n::phonenumbers::safe_strto64(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long long*) used by debian/libgeocoding8/usr/lib/x86_64-linux-gnux32/libgeocoding.so.8.12 found in none of the libraries -- System Information: Debian Release: bookworm/sid APT prefers testing-debug APT policy: (900, 'testing-debug'), (900, 'testing'), (800, 'unstable-debug'), (800, 'unstable'), (790, 'buildd-unstable'), (700, 'experimental-debug'), (700, 'experimental'), (690, 'buildd-experimental') Architecture: amd64 (x86_64) Kernel: Linux 5.18.0-4-amd64 (SMP w/8 CPU threads; PREEMPT) Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8), LANGUAGE=en_AU:en Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages libgeocoding8:amd64 depends on: ii libabsl20210324 0~20210324.2-4 ii libc6 2.34-3 ii libgcc-s1 12.1.0-8 ii libicu71 71.1-3 ii libstdc++6 12.1.0-8 ii sgml-base 1.30 libgeocoding8:amd64 recommends no packages. libgeocoding8:amd64 suggests no packages. -- no debconf information -- bye, pabs https://wiki.debian.org/PaulWise
signature.asc
Description: This is a digitally signed message part

