Your message dated Thu, 24 Nov 2022 19:34:37 +0000 with message-id <e1oyhzz-00ew9g...@fasolo.debian.org> and subject line Bug#1017496: fixed in libphonenumber 8.12.57+ds-3 has caused the Debian Bug report #1017496, regarding libgeocoding.so: needs to link with -lphonenumber to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 1017496: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017496 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Package: libgeocoding8 Version: 8.12.51+ds-1 Severity: minor File: /usr/lib/x86_64-linux-gnu/libgeocoding.so.8.12 User: debian...@lists.debian.org 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/PaulWisesignature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---Source: libphonenumber Source-Version: 8.12.57+ds-3 Done: Jochen Sprickerhof <jspri...@debian.org> We believe that the bug you reported is fixed in the latest version of libphonenumber, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 1017...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Jochen Sprickerhof <jspri...@debian.org> (supplier of updated libphonenumber package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 24 Nov 2022 20:17:13 +0100 Source: libphonenumber Architecture: source Version: 8.12.57+ds-3 Distribution: unstable Urgency: medium Maintainer: Debian Java Maintainers <pkg-java-maintain...@lists.alioth.debian.org> Changed-By: Jochen Sprickerhof <jspri...@debian.org> Closes: 1017496 1024768 Changes: libphonenumber (8.12.57+ds-3) unstable; urgency=medium . * Team upload. * Add patch to link geocoding-shared with phonenumber-shared (Closes: #1017496) * Build java lib in arch any builds (Closes: #1024768) Checksums-Sha1: 065489aca6dce6b8b69fc97a177a07d0530168d8 2899 libphonenumber_8.12.57+ds-3.dsc 1855daa06b545e888fe50b9580cb1f327b44095a 12300 libphonenumber_8.12.57+ds-3.debian.tar.xz ea9df596790089aa556b8146236d6afcfc8be5e5 19103 libphonenumber_8.12.57+ds-3_source.buildinfo Checksums-Sha256: 8d7bc92ef866c125aa39c52ce8c2ae20b5f2243c7754012a2ec73cee98d9a0e2 2899 libphonenumber_8.12.57+ds-3.dsc 77cb18483834a5a0c22e55bb1a094eac6a698d47a382685f649503468fa09814 12300 libphonenumber_8.12.57+ds-3.debian.tar.xz c2487f189b6d29a21c42bd4c89fd007f5eeed23ed84052c89ad5e344acb7e6ec 19103 libphonenumber_8.12.57+ds-3_source.buildinfo Files: 9e21728dc2664939e0761101551a3acc 2899 libs optional libphonenumber_8.12.57+ds-3.dsc 48c9e64a3d6b167cf60e039cff53e663 12300 libs optional libphonenumber_8.12.57+ds-3.debian.tar.xz c53b6759e7675e49f22b80247c10ee80 19103 libs optional libphonenumber_8.12.57+ds-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEc7KZy9TurdzAF+h6W//cwljmlDMFAmN/w14ACgkQW//cwljm lDPTqxAAnTk0z99iIIhQLJ+WKLb1o3RkSRCq/tWS8j7aJVjYpdY6jyQIxf3SZ2d4 nv6I7qHuERW/o+FcHjs0Ie0VCvIGl2bWU3v+dYAREE/jY+lPzPD3UObo4prLLG86 fT9R+RPqGnVfsgPPQc0YUhYUKPLtUgeoJBOd6BNKcElJ7jRWlk4Q5jXat6Gp6bz3 tOdhOoaO4swIEkLCYiBQ6argx8A363npV3xWwJ4eVZ5cM36QKhHwf1vunvbnTeMu +0AFALioSObWORCz8bzHAQVKNCjV51ViCV/E4nAKrT8zdbysQgUVJMFrxPa9Wty6 nvB2Dnev1D0byngKfJV5zACYSPMWcmJ63Wyuan2GBfQCuq5QjEBLQn+C6P2yI8a9 kmqUsNNCp7r62diWXhLrhWRyksxuquot8dXSwoGebmzTPZifboCTLTVw23ztS9e+ EqzKVaEUAWrb8kCOCmGfYStthoq7whRij35lTDTc5Ekq2OpeLOCC83+kdnxMKP/9 lfICPVoUWOi5SGXEmVGJ0J2zkESrhX7qahJlD0V15Bqw+yTn4KYvYQm0UOqsDAYz AAUlhioCKqZHVM+qzTUrW8R+OgVjY68Tj/jNa33KYhcOa8PZuhUoeD7yaMjqTat5 5jCPTztn0j/BeayDXCwjg2QJD43dNwhenpRzXlbG8aRW4/kJweI= =kMsB -----END PGP SIGNATURE-----
--- End Message ---