Package: libopenimageio2.0
Version: 2.0.10~dfsg0-1
Severity: minor
File: /usr/lib/x86_64-linux-gnu/libOpenImageIO_Util.so.2.0.10
User: [email protected]
Usertags: undefined-symbol adequate

libOpenImageIO_Util.so needs to link with -ldl, 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 OpenImageIO_Util lib and if they already use the
libdl symbols and link with the -ldl 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/libOpenImageIO_Util.so.2.0.10
$ link=/lib/x86_64-linux-gnu/libdl.so.2
$ pkg="$(dpkg-query --search "$lib" | sed s/:.*//)"
$ src="$(grep-aptavail --no-field-names --show-field Source:Package --field 
Package --exact-match --pattern "$pkg")"
$ first="$(printf '%s' "$src" | head --bytes 1)"

$ adequate "$pkg"
libopenimageio2.0:amd64: undefined-symbol 
/usr/lib/x86_64-linux-gnu/libOpenImageIO_Util.so.2.0.10 => dladdr
libopenimageio2.0:amd64: undefined-symbol 
/usr/lib/x86_64-linux-gnu/libOpenImageIO_Util.so.2.0.10 => dlopen
libopenimageio2.0:amd64: undefined-symbol 
/usr/lib/x86_64-linux-gnu/libOpenImageIO_Util.so.2.0.10 => dlclose
libopenimageio2.0:amd64: undefined-symbol 
/usr/lib/x86_64-linux-gnu/libOpenImageIO_Util.so.2.0.10 => dlerror
libopenimageio2.0:amd64: undefined-symbol 
/usr/lib/x86_64-linux-gnu/libOpenImageIO_Util.so.2.0.10 => dlsym

$ 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"
libOpenImageIO_Util.so.2.0.10 => 
/usr/lib/x86_64-linux-gnu/libOpenImageIO_Util.so.2.0.10 (interpreter => none)
    libatomic.so.1 => /usr/lib/x86_64-linux-gnu/libatomic.so.1
    libboost_filesystem.so.1.67.0 => 
/usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.67.0
    libboost_system.so.1.67.0 => 
/usr/lib/x86_64-linux-gnu/libboost_system.so.1.67.0
    libboost_thread.so.1.67.0 => 
/usr/lib/x86_64-linux-gnu/libboost_thread.so.1.67.0
    libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0
    libboost_chrono.so.1.67.0 => 
/usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.67.0
    libboost_date_time.so.1.67.0 => 
/usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.67.0
    libboost_atomic.so.1.67.0 => 
/usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.67.0
    librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1
    libImath-2_2.so.23 => /usr/lib/x86_64-linux-gnu/libImath-2_2.so.23
    libIex-2_2.so.23 => /usr/lib/x86_64-linux-gnu/libIex-2_2.so.23
    libHalf.so.23 => /usr/lib/x86_64-linux-gnu/libHalf.so.23
    libIlmThread-2_2.so.23 => /usr/lib/x86_64-linux-gnu/libIlmThread-2_2.so.23
    libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6
    libm.so.6 => /lib/x86_64-linux-gnu/libm.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
    ld-linux-x86-64.so.2 => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2

$ symtree "$lib"
/usr/lib/x86_64-linux-gnu/libOpenImageIO_Util.so.2.0.10
    libatomic.so.1 => !?! useless link !?!
    libboost_filesystem.so.1.67.0 => 
_ZN5boost10filesystem6detail16create_directoryERKNS0_4pathEPNS_6system10error_codeE,_ZNK5boost10filesystem4path14root_directoryEv,_ZN5boost10filesystem6detail13dir_itr_closeERPvS3_,_ZN5boost10filesystem6detail6renameERKNS0_4pathES4_PNS_6system10error_codeE,_ZN5boost10filesystem6detail19temp_directory_pathEPNS_6system10error_codeE,_ZN5boost10filesystem6detail11unique_pathERKNS0_4pathEPNS_6system10error_codeE,_ZN5boost10filesystem6detail10remove_allERKNS0_4pathEPNS_6system10error_codeE,_ZN5boost10filesystem6detail15last_write_timeERKNS0_4pathEPNS_6system10error_codeE,_ZNK5boost10filesystem4path11parent_pathEv,_ZNK5boost10filesystem15directory_entry12m_get_statusEPNS_6system10error_codeE,_ZN5boost10filesystem6detail28directory_iterator_constructERNS0_18directory_iteratorERKNS0_4pathEPNS_6system10error_codeE,_ZN5boost10filesystem4path17replace_extensionERKS1_,_ZN5boost10filesystem4pathdVERKS1_,_ZN5boost10filesystem6detail15last_write_timeERKNS0_4pathElPNS_6system10error_codeE,_ZN5boost10filesystem6detail9file_sizeERKNS0_4pathEPNS_6system10error_codeE,_ZNK5boost10filesystem4path8filenameEv,_ZNK5boost10filesystem4path9extensionEv,_ZN5boost10filesystem6detail6removeERKNS0_4pathEPNS_6system10error_codeE,_ZN5boost10filesystem6detail28directory_iterator_incrementERNS0_18directory_iteratorEPNS_6system10error_codeE,_ZNK5boost10filesystem15directory_entry20m_get_symlink_statusEPNS_6system10error_codeE,_ZN5boost10filesystem6detail6statusERKNS0_4pathEPNS_6system10error_codeE,_ZN5boost10filesystem6detail4copyERKNS0_4pathES4_PNS_6system10error_codeE,_ZN5boost10filesystem6detail12current_pathEPNS_6system10error_codeE
    libboost_system.so.1.67.0 => 
_ZN5boost6system15system_categoryEv,_ZN5boost6system16generic_categoryEv
    libboost_thread.so.1.67.0 => 
_ZN5boost6detail12get_tss_dataEPKv,_ZN5boost6detail12set_tss_dataEPKvNS_10shared_ptrINS0_20tss_cleanup_functionEEEPvb,_ZN5boost6thread20physical_concurrencyEv
    libpthread.so.0 => 
_Unwind_Resume,raise,__pthread_key_create,pthread_create@@GLIBC_2.2.5,pthread_mutex_lock,close,pread,pthread_self@GLIBC_2.2.5,pthread_mutex_unlock,pthread_once,pwrite,write,open
    libboost_chrono.so.1.67.0 => !?! useless link !?!
    libboost_date_time.so.1.67.0 => !?! useless link !?!
    libboost_atomic.so.1.67.0 => !?! useless link !?!
    librt.so.1 => !?! useless link !?!
    libImath-2_2.so.23 => !?! useless link !?!
    libIex-2_2.so.23 => !?! useless link !?!
    libHalf.so.23 => _ZlsRSo4half,_ZN4half8_toFloatE
    libIlmThread-2_2.so.23 => !?! useless link !?!
    libstdc++.so.6 => 
_ZNSt11logic_errorC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE,_ZTVN10__cxxabiv121__vmi_class_type_infoE,_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7compareEPKc,_ZSt15__once_callable,__cxa_init_primary_exception,_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4swapERS4_,_ZNSt6localeD1Ev,_ZSt20__throw_length_errorPKc,_ZNSt12future_errorD1Ev,_ZNSt3_V216generic_categoryEv,_ZTTNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEE,_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_assignERKS4_,_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_appendEPKcm,_ZNSt6thread15_M_start_threadESt10unique_ptrINS_6_StateESt14default_deleteIS1_EEPFvvE,_ZNSi10_M_extractIlEERSiRT_,_ZNSt6locale7classicEv,_ZSt9terminatev,_ZNSt28__atomic_futex_unsigned_base19_M_futex_notify_allEPj,_ZNSt6thread20hardware_concurrencyEv,_ZNKSt3_V214error_category10_M_messageB5cxx11Ei,_ZTVNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEE,_ZNSt9basic_iosIcSt11char_traitsIcEE5clearESt12_Ios_Iostate,_ZNSt12length_errorC1EPKc,_ZTVSt14basic_ifstreamIcSt11char_traitsIcEE,_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7replaceEmmPKcm,_ZTISt11regex_error,_ZNSt13runtime_errorD2Ev,_ZNSt8ios_baseD2Ev,_ZNSt5ctypeIcE2idE,_ZTISt8bad_cast,_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5eraseEmm,_ZTIm,_ZNSt18condition_variable4waitERSt11unique_lockISt5mutexE,_ZTISt5ctypeIcE,_ZSt4clog,_ZNSt13runtime_errorC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE,_ZNSt6chrono3_V212system_clock3nowEv,_ZNSt3_V214error_categoryD2Ev,_ZNKSt6locale2id5_M_idEv,_ZNSolsEi,_ZNSolsEs,_ZNSt18condition_variableC1Ev,_ZSt17current_exceptionv,_ZTTSt14basic_ifstreamIcSt11char_traitsIcEE,_ZNSt28__atomic_futex_unsigned_base19_M_futex_wait_untilEPjjbNSt6chrono8durationIlSt5ratioILl1ELl1EEEENS2_IlS3_ILl1ELl1000000000EEEE,_ZNSt6localeC1ERKS_,_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7reserveEm,_ZTIN10__cxxabiv115__forced_unwindE,__cxa_guard_acquire,_ZNSo9_M_insertImEERSoT_,_ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_,_ZNSt13basic_filebufIcSt11char_traitsIcEE5closeEv,_ZNSo9_M_insertIdEERSoT_,_ZSt25__throw_bad_function_callv,_ZNKSt13runtime_error4whatEv,_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendEPKc,_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEE7_M_syncEPcmm,_ZTVSt12future_error,_ZTVSt15basic_streambufIcSt11char_traitsIcEE,_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9push_backEc,_ZNSt13__future_base12_Result_baseC2Ev,_ZSt18_Rb_tree_incrementPSt18_Rb_tree_node_base,_ZNSt8ios_base4InitD1Ev,_ZNSt13basic_filebufIcSt11char_traitsIcEED1Ev,_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE10_M_replaceEmmPKcm,_ZTISt12future_error,_ZTVNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEEE,_ZTTNSt7__cxx1119basic_istringstreamIcSt11char_traitsIcESaIcEEE,_ZTTNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEE,_ZNSo9_M_insertIPKvEERSoT_,_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4findEcm,_Znam,_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE13find_first_ofEPKcmm,_ZNSt6localeC1Ev,_ZNKSt6localeeqERKS_,__cxa_throw,_ZTVNSt7__cxx1119basic_istringstreamIcSt11char_traitsIcESaIcEEE,_ZNSt15__exception_ptr13exception_ptrD1Ev,_ZTVN10__cxxabiv117__class_type_infoE,_ZSt9use_facetINSt7__cxx118numpunctIcEEERKT_RKSt6locale,_ZNSo9_M_insertIxEERSoT_,_ZSt17__throw_bad_allocv,_ZTVN10__cxxabiv120__si_class_type_infoE,__cxa_begin_catch,_ZSt20__throw_system_errori,_ZTISt13runtime_error,_ZTVNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEE,__cxa_guard_abort,_ZSt4cerr,_ZNSt13__future_base13_State_baseV211_Make_ready6_M_setEv,_ZdlPv,__cxa_pure_virtual,_ZNSt13runtime_errorC2EPKc,_ZNKSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEE3strEv,_ZNKSt13bad_exception4whatEv,_ZNSolsEPSt15basic_streambufIcSt11char_traitsIcEE,_ZSt16__throw_bad_castv,__cxa_guard_release,_ZNSt8ios_baseC2Ev,_ZNSo9_M_insertIyEERSoT_,_ZNSt6thread6_StateD2Ev,_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSEOS4_,_ZTINSt6locale5facetE,_ZNSt6localeaSERKS_,__cxa_allocate_exception,_ZNSt13basic_filebufIcSt11char_traitsIcEE4openEPKcSt13_Ios_Openmode,_ZNSt18condition_variable10notify_allEv,__gxx_personality_v0,_ZSt9use_facetINSt7__cxx117collateIcEEERKT_RKSt6locale,_ZTINSt6thread6_StateE,_ZNKSt9bad_alloc4whatEv,_ZNSt6thread4joinEv,_ZTINSt3_V214error_categoryE,_ZNSt11logic_errorC2ERKS_,_ZTVSt13basic_filebufIcSt11char_traitsIcEE,_ZSt16__ostream_insertIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_PKS3_l,_ZdaPv,_ZSt20__throw_future_errori,__cxa_demangle,_ZNKSt5ctypeIcE13_M_widen_initEv,_ZNSo5writeEPKcl,_ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEC1ESt13_Ios_Openmode,_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE14_M_replace_auxEmmmc,_ZSt15future_categoryv,_ZNSt12__basic_fileIcED1Ev,_ZNSt8bad_castD2Ev,_ZNSo5flushEv,_ZNSt14basic_ifstreamIcSt11char_traitsIcEED1Ev,_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc,_ZNSt18condition_variable10notify_oneEv,_Znwm,__cxa_bad_cast,_ZNSt15__exception_ptr13exception_ptr4swapERS0_,__dynamic_cast,_ZNSt15__exception_ptr13exception_ptrC1EPv,_ZTVSt9basic_iosIcSt11char_traitsIcEE,_ZNKSt9basic_iosIcSt11char_traitsIcEE5widenEc,_ZNSt9basic_iosIcSt11char_traitsIcEE4initEPSt15basic_streambufIcS1_E,_ZNSt8ios_base4InitC1Ev,_ZSt19__throw_regex_errorNSt15regex_constants10error_typeE,_ZNSt13basic_filebufIcSt11char_traitsIcEEC1Ev,_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_createERmm,_ZNSt18condition_variableD1Ev,__cxa_rethrow,_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev,_ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev,_ZTINSt13__future_base12_Result_baseE,_ZSt24__throw_out_of_range_fmtPKcz,_ZNSt13bad_exceptionD2Ev,_ZTVSt11regex_error,_ZSt9use_facetISt5ctypeIcEERKT_RKSt6locale,_ZTISt9bad_alloc,_ZNSt9basic_iosIcSt11char_traitsIcEE7copyfmtERKS2_,_ZSt18_Rb_tree_incrementPKSt18_Rb_tree_node_base,_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_mutateEmmPKcm,_ZNSt9basic_iosIcSt11char_traitsIcEE5imbueERKSt6locale,_ZNSt12length_errorD1Ev,__once_proxy,_ZNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEED1Ev,_ZSt4cout,_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4findEPKcmm,_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE8_M_eraseEmm,_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7compareERKS4_,_ZTISt12length_error,_ZNSt11regex_errorD1Ev,_ZTISt13bad_exception,_ZNSt13__future_base12_Result_baseD2Ev,_ZNSt7__cxx1119basic_istringstreamIcSt11char_traitsIcESaIcEED1Ev,_ZSt11__once_call,__cxa_end_catch,_ZSt18_Rb_tree_decrementPSt18_Rb_tree_node_base,_ZNSt9bad_allocD2Ev,_ZSt19__throw_logic_errorPKc,_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructEmc,__cxa_free_exception
    libm.so.6 => fmod,cosf,sinf
    libgcc_s.so.1 => _Unwind_Resume,_Unwind_Backtrace,_Unwind_GetIP
    libc.so.6 => 
fflush,fopen,strncmp,posix_memalign,isalpha,strtof_l,ftell,signal,strncpy,__stack_chk_fail,daemon,pthread_mutex_lock,abort,memchr,__assert_fail,localtime_r,isspace,strtol,isatty,sched_yield,fgets,calloc,strlen,newlocale,__cxa_atexit,memset,isalnum,fseek,memcmp,getpagesize,__fprintf_chk,pthread_mutex_unlock,stdout,memcpy,memcpy,fclose,__vsnprintf_chk,malloc,raise,getenv,sscanf,stderr,ioctl,__snprintf_chk,readlink,fscanf,strncat,fileno,usleep,fwrite,fread,gettimeofday,__memcpy_chk,close,open,__fread_chk,strchr,__cxa_finalize,getrlimit,memmove,pthread_self,pread,pwrite,strcmp,write,strtod_l,fseeko,free,ispunct
    ld-linux-x86-64.so.2 => free,calloc,__tls_get_addr,malloc
    WEAK => _ITM_deregisterTMCloneTable,__gmon_start__,_ITM_registerTMCloneTable
    UNRESOLVED => pthread_create,dladdr,dlopen,dlclose,dlerror,dlsym

$ objdump -T "$link" | grep -E "($(symtree "$lib" | sed -n 's/    UNRESOLVED => 
//p' | tr , '|'))$"
0000000000001340 g    DF .text  0000000000000042  GLIBC_2.2.5 dlclose
00000000000013b0 g    DF .text  00000000000000b9  GLIBC_2.2.5 dlsym
0000000000001ae0 g    DF .text  000000000000002a  GLIBC_2.2.5 dladdr
00000000000012a0 g    DF .text  0000000000000085  GLIBC_2.2.5 dlopen
0000000000001680 g    DF .text  0000000000000282  GLIBC_2.2.5 dlerror

$ w3m -dump https://qa.debian.org/bls/packages/"$first"/"$src".html | grep -A1 
symbol
  o W shlibs-symbol-not-found (alpha, amd64, arm64, armel, armhf, i386, mips,
    mips64el, mipsel, ppc64el, 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 like like

dpkg-shlibdeps: warning: symbol NAME used by BINARY found in none of the 
libraries.

Possible reasons:

  o 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
./openimageio_2.0.10~dfsg0-1_alpha.log:dpkg-shlibdeps: warning: symbol dlerror 
used by 
debian/libopenimageio2.0/usr/lib/alpha-linux-gnu/libOpenImageIO_Util.so.2.0.10 
found in none of the libraries
./openimageio_2.0.10~dfsg0-1_alpha.log:dpkg-shlibdeps: warning: symbol dlopen 
used by 
debian/libopenimageio2.0/usr/lib/alpha-linux-gnu/libOpenImageIO_Util.so.2.0.10 
found in none of the libraries
./openimageio_2.0.10~dfsg0-1_alpha.log:dpkg-shlibdeps: warning: symbol dladdr 
used by 
debian/libopenimageio2.0/usr/lib/alpha-linux-gnu/libOpenImageIO_Util.so.2.0.10 
found in none of the libraries
./openimageio_2.0.10~dfsg0-1_alpha.log:dpkg-shlibdeps: warning: symbol dlsym 
used by 
debian/libopenimageio2.0/usr/lib/alpha-linux-gnu/libOpenImageIO_Util.so.2.0.10 
found in none of the libraries
./openimageio_2.0.10~dfsg0-1_alpha.log:dpkg-shlibdeps: warning: symbol dlclose 
used by 
debian/libopenimageio2.0/usr/lib/alpha-linux-gnu/libOpenImageIO_Util.so.2.0.10 
found in none of the libraries
./openimageio_2.0.10~dfsg0-1_amd64.log:dpkg-shlibdeps: warning: symbol dlsym 
used by 
debian/libopenimageio2.0/usr/lib/x86_64-linux-gnu/libOpenImageIO_Util.so.2.0.10 
found in none of the libraries
./openimageio_2.0.10~dfsg0-1_amd64.log:dpkg-shlibdeps: warning: symbol dladdr 
used by 
debian/libopenimageio2.0/usr/lib/x86_64-linux-gnu/libOpenImageIO_Util.so.2.0.10 
found in none of the libraries
./openimageio_2.0.10~dfsg0-1_amd64.log:dpkg-shlibdeps: warning: symbol dlerror 
used by 
debian/libopenimageio2.0/usr/lib/x86_64-linux-gnu/libOpenImageIO_Util.so.2.0.10 
found in none of the libraries
./openimageio_2.0.10~dfsg0-1_amd64.log:dpkg-shlibdeps: warning: symbol dlopen 
used by 
debian/libopenimageio2.0/usr/lib/x86_64-linux-gnu/libOpenImageIO_Util.so.2.0.10 
found in none of the libraries
./openimageio_2.0.10~dfsg0-1_amd64.log:dpkg-shlibdeps: warning: symbol dlclose 
used by 
debian/libopenimageio2.0/usr/lib/x86_64-linux-gnu/libOpenImageIO_Util.so.2.0.10 
found in none of the libraries
./openimageio_2.0.10~dfsg0-1_arm64.log:dpkg-shlibdeps: warning: symbol dlerror 
used by 
debian/libopenimageio2.0/usr/lib/aarch64-linux-gnu/libOpenImageIO_Util.so.2.0.10
 found in none of the libraries
./openimageio_2.0.10~dfsg0-1_arm64.log:dpkg-shlibdeps: warning: symbol dlclose 
used by 
debian/libopenimageio2.0/usr/lib/aarch64-linux-gnu/libOpenImageIO_Util.so.2.0.10
 found in none of the libraries
./openimageio_2.0.10~dfsg0-1_arm64.log:dpkg-shlibdeps: warning: symbol dlopen 
used by 
debian/libopenimageio2.0/usr/lib/aarch64-linux-gnu/libOpenImageIO_Util.so.2.0.10
 found in none of the libraries
./openimageio_2.0.10~dfsg0-1_arm64.log:dpkg-shlibdeps: warning: symbol dlsym 
used by 
debian/libopenimageio2.0/usr/lib/aarch64-linux-gnu/libOpenImageIO_Util.so.2.0.10
 found in none of the libraries
./openimageio_2.0.10~dfsg0-1_arm64.log:dpkg-shlibdeps: warning: symbol dladdr 
used by 
debian/libopenimageio2.0/usr/lib/aarch64-linux-gnu/libOpenImageIO_Util.so.2.0.10
 found in none of the libraries
./openimageio_2.0.10~dfsg0-1_armel.log:dpkg-shlibdeps: warning: symbol 
__aeabi_atexit@CXXABI_ARM_1.3.3 used by 
debian/libopenimageio2.0/usr/lib/arm-linux-gnueabi/libOpenImageIO_Util.so.2.0.10
 found in none of the libraries
./openimageio_2.0.10~dfsg0-1_armel.log:dpkg-shlibdeps: warning: symbol dlsym 
used by 
debian/libopenimageio2.0/usr/lib/arm-linux-gnueabi/libOpenImageIO_Util.so.2.0.10
 found in none of the libraries
./openimageio_2.0.10~dfsg0-1_armel.log:dpkg-shlibdeps: warning: symbol dladdr 
used by 
debian/libopenimageio2.0/usr/lib/arm-linux-gnueabi/libOpenImageIO_Util.so.2.0.10
 found in none of the libraries
./openimageio_2.0.10~dfsg0-1_armel.log:dpkg-shlibdeps: warning: symbol dlopen 
used by 
debian/libopenimageio2.0/usr/lib/arm-linux-gnueabi/libOpenImageIO_Util.so.2.0.10
 found in none of the libraries
./openimageio_2.0.10~dfsg0-1_armel.log:dpkg-shlibdeps: warning: symbol dlclose 
used by 
debian/libopenimageio2.0/usr/lib/arm-linux-gnueabi/libOpenImageIO_Util.so.2.0.10
 found in none of the libraries
./openimageio_2.0.10~dfsg0-1_armel.log:dpkg-shlibdeps: warning: symbol dlerror 
used by 
debian/libopenimageio2.0/usr/lib/arm-linux-gnueabi/libOpenImageIO_Util.so.2.0.10
 found in none of the libraries
./openimageio_2.0.10~dfsg0-1_armel.log:dpkg-shlibdeps: warning: symbol 
__aeabi_atexit@CXXABI_ARM_1.3.3 used by 
debian/libopenimageio2.0/usr/lib/arm-linux-gnueabi/libOpenImageIO.so.2.0.10 
found in none of the libraries
./openimageio_2.0.10~dfsg0-1_armhf.log:dpkg-shlibdeps: warning: symbol dlclose 
used by 
debian/libopenimageio2.0/usr/lib/arm-linux-gnueabihf/libOpenImageIO_Util.so.2.0.10
 found in none of the libraries
./openimageio_2.0.10~dfsg0-1_armhf.log:dpkg-shlibdeps: warning: symbol 
__aeabi_atexit@CXXABI_ARM_1.3.3 used by 
debian/libopenimageio2.0/usr/lib/arm-linux-gnueabihf/libOpenImageIO_Util.so.2.0.10
 found in none of the libraries
./openimageio_2.0.10~dfsg0-1_armhf.log:dpkg-shlibdeps: warning: symbol dlsym 
used by 
debian/libopenimageio2.0/usr/lib/arm-linux-gnueabihf/libOpenImageIO_Util.so.2.0.10
 found in none of the libraries
./openimageio_2.0.10~dfsg0-1_armhf.log:dpkg-shlibdeps: warning: symbol dlerror 
used by 
debian/libopenimageio2.0/usr/lib/arm-linux-gnueabihf/libOpenImageIO_Util.so.2.0.10
 found in none of the libraries
./openimageio_2.0.10~dfsg0-1_armhf.log:dpkg-shlibdeps: warning: symbol dlopen 
used by 
debian/libopenimageio2.0/usr/lib/arm-linux-gnueabihf/libOpenImageIO_Util.so.2.0.10
 found in none of the libraries
./openimageio_2.0.10~dfsg0-1_armhf.log:dpkg-shlibdeps: warning: symbol dladdr 
used by 
debian/libopenimageio2.0/usr/lib/arm-linux-gnueabihf/libOpenImageIO_Util.so.2.0.10
 found in none of the libraries
./openimageio_2.0.10~dfsg0-1_armhf.log:dpkg-shlibdeps: warning: symbol 
__aeabi_atexit@CXXABI_ARM_1.3.3 used by 
debian/libopenimageio2.0/usr/lib/arm-linux-gnueabihf/libOpenImageIO.so.2.0.10 
found in none of the libraries
./openimageio_2.0.10~dfsg0-1_i386.log:dpkg-shlibdeps: warning: symbol dlsym 
used by 
debian/libopenimageio2.0/usr/lib/i386-linux-gnu/libOpenImageIO_Util.so.2.0.10 
found in none of the libraries
./openimageio_2.0.10~dfsg0-1_i386.log:dpkg-shlibdeps: warning: symbol dladdr 
used by 
debian/libopenimageio2.0/usr/lib/i386-linux-gnu/libOpenImageIO_Util.so.2.0.10 
found in none of the libraries
./openimageio_2.0.10~dfsg0-1_i386.log:dpkg-shlibdeps: warning: symbol dlerror 
used by 
debian/libopenimageio2.0/usr/lib/i386-linux-gnu/libOpenImageIO_Util.so.2.0.10 
found in none of the libraries
./openimageio_2.0.10~dfsg0-1_i386.log:dpkg-shlibdeps: warning: symbol dlclose 
used by 
debian/libopenimageio2.0/usr/lib/i386-linux-gnu/libOpenImageIO_Util.so.2.0.10 
found in none of the libraries
./openimageio_2.0.10~dfsg0-1_i386.log:dpkg-shlibdeps: warning: symbol dlopen 
used by 
debian/libopenimageio2.0/usr/lib/i386-linux-gnu/libOpenImageIO_Util.so.2.0.10 
found in none of the libraries
./openimageio_2.0.10~dfsg0-1_mips64el.log:dpkg-shlibdeps: warning: symbol 
dlopen used by 
debian/libopenimageio2.0/usr/lib/mips64el-linux-gnuabi64/libOpenImageIO_Util.so.2.0.10
 found in none of the libraries
./openimageio_2.0.10~dfsg0-1_mips64el.log:dpkg-shlibdeps: warning: symbol dlsym 
used by 
debian/libopenimageio2.0/usr/lib/mips64el-linux-gnuabi64/libOpenImageIO_Util.so.2.0.10
 found in none of the libraries
./openimageio_2.0.10~dfsg0-1_mips64el.log:dpkg-shlibdeps: warning: symbol 
dlclose used by 
debian/libopenimageio2.0/usr/lib/mips64el-linux-gnuabi64/libOpenImageIO_Util.so.2.0.10
 found in none of the libraries
./openimageio_2.0.10~dfsg0-1_mips64el.log:dpkg-shlibdeps: warning: symbol 
dlerror used by 
debian/libopenimageio2.0/usr/lib/mips64el-linux-gnuabi64/libOpenImageIO_Util.so.2.0.10
 found in none of the libraries
./openimageio_2.0.10~dfsg0-1_mips64el.log:dpkg-shlibdeps: warning: symbol 
dladdr used by 
debian/libopenimageio2.0/usr/lib/mips64el-linux-gnuabi64/libOpenImageIO_Util.so.2.0.10
 found in none of the libraries
./openimageio_2.0.10~dfsg0-1_mipsel.log:dpkg-shlibdeps: warning: symbol dlerror 
used by 
debian/libopenimageio2.0/usr/lib/mipsel-linux-gnu/libOpenImageIO_Util.so.2.0.10 
found in none of the libraries
./openimageio_2.0.10~dfsg0-1_mipsel.log:dpkg-shlibdeps: warning: symbol dlclose 
used by 
debian/libopenimageio2.0/usr/lib/mipsel-linux-gnu/libOpenImageIO_Util.so.2.0.10 
found in none of the libraries
./openimageio_2.0.10~dfsg0-1_mipsel.log:dpkg-shlibdeps: warning: symbol dlsym 
used by 
debian/libopenimageio2.0/usr/lib/mipsel-linux-gnu/libOpenImageIO_Util.so.2.0.10 
found in none of the libraries
./openimageio_2.0.10~dfsg0-1_mipsel.log:dpkg-shlibdeps: warning: symbol dladdr 
used by 
debian/libopenimageio2.0/usr/lib/mipsel-linux-gnu/libOpenImageIO_Util.so.2.0.10 
found in none of the libraries
./openimageio_2.0.10~dfsg0-1_mipsel.log:dpkg-shlibdeps: warning: symbol dlopen 
used by 
debian/libopenimageio2.0/usr/lib/mipsel-linux-gnu/libOpenImageIO_Util.so.2.0.10 
found in none of the libraries
./openimageio_2.0.10~dfsg0-1_mips.log:dpkg-shlibdeps: warning: symbol dlclose 
used by 
debian/libopenimageio2.0/usr/lib/mips-linux-gnu/libOpenImageIO_Util.so.2.0.10 
found in none of the libraries
./openimageio_2.0.10~dfsg0-1_mips.log:dpkg-shlibdeps: warning: symbol dlopen 
used by 
debian/libopenimageio2.0/usr/lib/mips-linux-gnu/libOpenImageIO_Util.so.2.0.10 
found in none of the libraries
./openimageio_2.0.10~dfsg0-1_mips.log:dpkg-shlibdeps: warning: symbol dladdr 
used by 
debian/libopenimageio2.0/usr/lib/mips-linux-gnu/libOpenImageIO_Util.so.2.0.10 
found in none of the libraries
./openimageio_2.0.10~dfsg0-1_mips.log:dpkg-shlibdeps: warning: symbol dlsym 
used by 
debian/libopenimageio2.0/usr/lib/mips-linux-gnu/libOpenImageIO_Util.so.2.0.10 
found in none of the libraries
./openimageio_2.0.10~dfsg0-1_mips.log:dpkg-shlibdeps: warning: symbol dlerror 
used by 
debian/libopenimageio2.0/usr/lib/mips-linux-gnu/libOpenImageIO_Util.so.2.0.10 
found in none of the libraries
./openimageio_2.0.10~dfsg0-1_ppc64el.log:dpkg-shlibdeps: warning: symbol 
dlerror used by 
debian/libopenimageio2.0/usr/lib/powerpc64le-linux-gnu/libOpenImageIO_Util.so.2.0.10
 found in none of the libraries
./openimageio_2.0.10~dfsg0-1_ppc64el.log:dpkg-shlibdeps: warning: symbol dlopen 
used by 
debian/libopenimageio2.0/usr/lib/powerpc64le-linux-gnu/libOpenImageIO_Util.so.2.0.10
 found in none of the libraries
./openimageio_2.0.10~dfsg0-1_ppc64el.log:dpkg-shlibdeps: warning: symbol 
dlclose used by 
debian/libopenimageio2.0/usr/lib/powerpc64le-linux-gnu/libOpenImageIO_Util.so.2.0.10
 found in none of the libraries
./openimageio_2.0.10~dfsg0-1_ppc64el.log:dpkg-shlibdeps: warning: symbol dladdr 
used by 
debian/libopenimageio2.0/usr/lib/powerpc64le-linux-gnu/libOpenImageIO_Util.so.2.0.10
 found in none of the libraries
./openimageio_2.0.10~dfsg0-1_ppc64el.log:dpkg-shlibdeps: warning: symbol dlsym 
used by 
debian/libopenimageio2.0/usr/lib/powerpc64le-linux-gnu/libOpenImageIO_Util.so.2.0.10
 found in none of the libraries
./openimageio_2.0.10~dfsg0-1_s390x.log:dpkg-shlibdeps: warning: symbol dladdr 
used by 
debian/libopenimageio2.0/usr/lib/s390x-linux-gnu/libOpenImageIO_Util.so.2.0.10 
found in none of the libraries
./openimageio_2.0.10~dfsg0-1_s390x.log:dpkg-shlibdeps: warning: symbol dlopen 
used by 
debian/libopenimageio2.0/usr/lib/s390x-linux-gnu/libOpenImageIO_Util.so.2.0.10 
found in none of the libraries
./openimageio_2.0.10~dfsg0-1_s390x.log:dpkg-shlibdeps: warning: symbol dlclose 
used by 
debian/libopenimageio2.0/usr/lib/s390x-linux-gnu/libOpenImageIO_Util.so.2.0.10 
found in none of the libraries
./openimageio_2.0.10~dfsg0-1_s390x.log:dpkg-shlibdeps: warning: symbol dlsym 
used by 
debian/libopenimageio2.0/usr/lib/s390x-linux-gnu/libOpenImageIO_Util.so.2.0.10 
found in none of the libraries
./openimageio_2.0.10~dfsg0-1_s390x.log:dpkg-shlibdeps: warning: symbol dlerror 
used by 
debian/libopenimageio2.0/usr/lib/s390x-linux-gnu/libOpenImageIO_Util.so.2.0.10 
found in none of the libraries
./openimageio_2.0.10~dfsg0-1_x32.log:dpkg-shlibdeps: warning: symbol dlclose 
used by 
debian/libopenimageio2.0/usr/lib/x86_64-linux-gnux32/libOpenImageIO_Util.so.2.0.10
 found in none of the libraries
./openimageio_2.0.10~dfsg0-1_x32.log:dpkg-shlibdeps: warning: symbol dlsym used 
by 
debian/libopenimageio2.0/usr/lib/x86_64-linux-gnux32/libOpenImageIO_Util.so.2.0.10
 found in none of the libraries
./openimageio_2.0.10~dfsg0-1_x32.log:dpkg-shlibdeps: warning: symbol dlerror 
used by 
debian/libopenimageio2.0/usr/lib/x86_64-linux-gnux32/libOpenImageIO_Util.so.2.0.10
 found in none of the libraries
./openimageio_2.0.10~dfsg0-1_x32.log:dpkg-shlibdeps: warning: symbol dlopen 
used by 
debian/libopenimageio2.0/usr/lib/x86_64-linux-gnux32/libOpenImageIO_Util.so.2.0.10
 found in none of the libraries
./openimageio_2.0.10~dfsg0-1_x32.log:dpkg-shlibdeps: warning: symbol dladdr 
used by 
debian/libopenimageio2.0/usr/lib/x86_64-linux-gnux32/libOpenImageIO_Util.so.2.0.10
 found in none of the libraries

-- System Information:
Debian Release: bullseye/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 4.19.0-5-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8), 
LANGUAGE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libopenimageio2.0:amd64 depends on:
ii  libatomic1                 9.1.0-10
ii  libavcodec58               7:4.1.4-1+b1
ii  libavformat58              7:4.1.4-1+b1
ii  libavutil56                7:4.1.4-1+b1
ii  libboost-atomic1.67.0      1.67.0-13
ii  libboost-chrono1.67.0      1.67.0-13
ii  libboost-date-time1.67.0   1.67.0-13
ii  libboost-filesystem1.67.0  1.67.0-13
ii  libboost-system1.67.0      1.67.0-13
ii  libboost-thread1.67.0      1.67.0-13
ii  libc6                      2.28-10
ii  libdcmtk14                 3.6.4-2.1
ii  libfreetype6               2.9.1-4
ii  libgcc1                    1:9.1.0-10
ii  libgif7                    5.1.4-3
ii  libilmbase23               2.2.1-2
ii  libjpeg62-turbo            1:1.5.2-2+b1
ii  libopencolorio1v5          1.1.1~dfsg0-3
ii  libopencv-core3.2          3.2.0+dfsg-6
ii  libopencv-imgproc3.2       3.2.0+dfsg-6
ii  libopencv-videoio3.2       3.2.0+dfsg-6
ii  libopenexr23               2.2.1-4.1
ii  libopenjp2-7               2.3.0-2
ii  libopenvdb5.2              5.2.0-5
ii  libpng16-16                1.6.37-1
ii  libraw19                   0.19.3-1
ii  libstdc++6                 9.1.0-10
ii  libswscale5                7:4.1.4-1+b1
ii  libtbb2                    2019~U8-1
ii  libtiff5                   4.0.10-4
ii  libwebp6                   0.6.1-2
ii  zlib1g                     1:1.2.11.dfsg-1+b1

libopenimageio2.0:amd64 recommends no packages.

libopenimageio2.0:amd64 suggests no packages.

-- no debconf information

-- 
bye,
pabs

https://wiki.debian.org/PaulWise



Attachment: signature.asc
Description: This is a digitally signed message part

-- 
Pkg-phototools-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-phototools-devel

Reply via email to