[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#923940: libtheoraenc.so: undefined symbols: needs -ltheoradec



Package: libtheora0
Version: 1.1.1+dfsg.1-15
Severity: minor
File: /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
User: debian-qa@lists.debian.org
Usertags: undefined-symbol adequate

libtheoraenc.so needs to link with -ltheoradec, 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 theoraenc lib and if they already use the
libtheoradec symbols and link with the -ltheoradec 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/libtheoraenc.so.1.1.2

$ link=/usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4 

$ 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"
libtheora0:amd64: undefined-symbol /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2 => th_comment_query_count
libtheora0:amd64: undefined-symbol /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2 => th_comment_add
libtheora0:amd64: undefined-symbol /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2 => th_comment_query
libtheora0:amd64: undefined-symbol /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2 => th_comment_add_tag
libtheora0:amd64: undefined-symbol /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2 => th_comment_clear
libtheora0:amd64: undefined-symbol /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2 => th_comment_init

$ 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.

$ lddtree "$lib"
libtheoraenc.so.1.1.2 => /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2 (interpreter => none)
    libogg.so.0 => /usr/lib/x86_64-linux-gnu/libogg.so.0
    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/libtheoraenc.so.1.1.2
    libogg.so.0 => oggpack_write,oggpackB_get_buffer,oggpackB_reset,oggpackB_write,oggpackB_writeclear,oggpackB_writeinit,oggpack_writeclear,oggpackB_bytes
    libc.so.6 => __stack_chk_fail,realloc,calloc,strlen,memset,memcmp,memcpy,memcpy,malloc,qsort,__cxa_finalize,memmove,free
    WEAK => _ITM_deregisterTMCloneTable,__gmon_start__,_ITM_registerTMCloneTable
    UNRESOLVED => th_comment_query_count,th_comment_add,th_comment_query,th_comment_add_tag,th_comment_clear,th_comment_init

$ objdump -T "$link" | grep -E "($(symtree "$lib" | sed -n 's/    UNRESOLVED => //p' | tr , '|'))$"
0000000000014610 g    DF .text	000000000000000c  libtheoradec_1.0 th_comment_init
0000000000014a30 g    DF .text	0000000000000284  libtheoradec_1.0 th_comment_query_count
0000000000014620 g    DF .text	00000000000000ad  libtheoradec_1.0 th_comment_add
0000000000014770 g    DF .text	00000000000002b1  libtheoradec_1.0 th_comment_query
00000000000146d0 g    DF .text	000000000000009f  libtheoradec_1.0 th_comment_add_tag
0000000000014cc0 g    DF .text	0000000000000071  libtheoradec_1.0 th_comment_clear

$ w3m -dump https://qa.debian.org/bls/packages/"$first"/"$src".html | grep -A2 symbol
  • W shlibs-symbol-not-found (alpha, amd64, arm64, armel, armhf, hppa,
    hurd-i386, i386, ia64, kfreebsd-amd64, kfreebsd-i386, m68k, mips, mips64el,
    mipsel, powerpc, powerpcspe, ppc64, ppc64el, riscv64, s390x, sh4, sparc64,

$ 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:

  • 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
./libtheora_1.1.1+dfsg.1-15_alpha.log:dpkg-shlibdeps: warning: symbol th_comment_clear used by debian/libtheora0/usr/lib/alpha-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_alpha.log:dpkg-shlibdeps: warning: symbol th_comment_add used by debian/libtheora0/usr/lib/alpha-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_alpha.log:dpkg-shlibdeps: warning: symbol th_comment_query used by debian/libtheora0/usr/lib/alpha-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_alpha.log:dpkg-shlibdeps: warning: symbol th_comment_init used by debian/libtheora0/usr/lib/alpha-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_alpha.log:dpkg-shlibdeps: warning: symbol th_comment_query_count used by debian/libtheora0/usr/lib/alpha-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_alpha.log:dpkg-shlibdeps: warning: symbol th_comment_add_tag used by debian/libtheora0/usr/lib/alpha-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_amd64.log:dpkg-shlibdeps: warning: symbol th_comment_clear used by debian/libtheora0/usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_amd64.log:dpkg-shlibdeps: warning: symbol th_comment_init used by debian/libtheora0/usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_amd64.log:dpkg-shlibdeps: warning: symbol th_comment_query used by debian/libtheora0/usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_amd64.log:dpkg-shlibdeps: warning: symbol th_comment_query_count used by debian/libtheora0/usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_amd64.log:dpkg-shlibdeps: warning: symbol th_comment_add_tag used by debian/libtheora0/usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_amd64.log:dpkg-shlibdeps: warning: symbol th_comment_add used by debian/libtheora0/usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_arm64.log:dpkg-shlibdeps: warning: symbol th_comment_clear used by debian/libtheora0/usr/lib/aarch64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_arm64.log:dpkg-shlibdeps: warning: symbol th_comment_init used by debian/libtheora0/usr/lib/aarch64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_arm64.log:dpkg-shlibdeps: warning: symbol th_comment_add used by debian/libtheora0/usr/lib/aarch64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_arm64.log:dpkg-shlibdeps: warning: symbol th_comment_query used by debian/libtheora0/usr/lib/aarch64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_arm64.log:dpkg-shlibdeps: warning: symbol th_comment_query_count used by debian/libtheora0/usr/lib/aarch64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_arm64.log:dpkg-shlibdeps: warning: symbol th_comment_add_tag used by debian/libtheora0/usr/lib/aarch64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_armel.log:dpkg-shlibdeps: warning: symbol th_comment_query used by debian/libtheora0/usr/lib/arm-linux-gnueabi/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_armel.log:dpkg-shlibdeps: warning: symbol th_comment_add used by debian/libtheora0/usr/lib/arm-linux-gnueabi/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_armel.log:dpkg-shlibdeps: warning: symbol th_comment_query_count used by debian/libtheora0/usr/lib/arm-linux-gnueabi/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_armel.log:dpkg-shlibdeps: warning: symbol th_comment_add_tag used by debian/libtheora0/usr/lib/arm-linux-gnueabi/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_armel.log:dpkg-shlibdeps: warning: symbol th_comment_clear used by debian/libtheora0/usr/lib/arm-linux-gnueabi/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_armel.log:dpkg-shlibdeps: warning: symbol th_comment_init used by debian/libtheora0/usr/lib/arm-linux-gnueabi/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_armhf.log:dpkg-shlibdeps: warning: symbol th_comment_add_tag used by debian/libtheora0/usr/lib/arm-linux-gnueabihf/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_armhf.log:dpkg-shlibdeps: warning: symbol th_comment_init used by debian/libtheora0/usr/lib/arm-linux-gnueabihf/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_armhf.log:dpkg-shlibdeps: warning: symbol th_comment_query used by debian/libtheora0/usr/lib/arm-linux-gnueabihf/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_armhf.log:dpkg-shlibdeps: warning: symbol th_comment_add used by debian/libtheora0/usr/lib/arm-linux-gnueabihf/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_armhf.log:dpkg-shlibdeps: warning: symbol th_comment_query_count used by debian/libtheora0/usr/lib/arm-linux-gnueabihf/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_armhf.log:dpkg-shlibdeps: warning: symbol th_comment_clear used by debian/libtheora0/usr/lib/arm-linux-gnueabihf/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_hppa.log:dpkg-shlibdeps: warning: symbol th_comment_add used by debian/libtheora0/usr/lib/hppa-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_hppa.log:dpkg-shlibdeps: warning: symbol th_comment_clear used by debian/libtheora0/usr/lib/hppa-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_hppa.log:dpkg-shlibdeps: warning: symbol th_comment_add_tag used by debian/libtheora0/usr/lib/hppa-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_hppa.log:dpkg-shlibdeps: warning: symbol th_comment_query_count used by debian/libtheora0/usr/lib/hppa-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_hppa.log:dpkg-shlibdeps: warning: symbol th_comment_query used by debian/libtheora0/usr/lib/hppa-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_hppa.log:dpkg-shlibdeps: warning: symbol th_comment_init used by debian/libtheora0/usr/lib/hppa-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_hurd-i386.log:dpkg-shlibdeps: warning: symbol th_comment_add_tag used by debian/libtheora0/usr/lib/i386-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_hurd-i386.log:dpkg-shlibdeps: warning: symbol th_comment_add used by debian/libtheora0/usr/lib/i386-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_hurd-i386.log:dpkg-shlibdeps: warning: symbol th_comment_init used by debian/libtheora0/usr/lib/i386-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_hurd-i386.log:dpkg-shlibdeps: warning: symbol th_comment_clear used by debian/libtheora0/usr/lib/i386-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_hurd-i386.log:dpkg-shlibdeps: warning: symbol th_comment_query used by debian/libtheora0/usr/lib/i386-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_hurd-i386.log:dpkg-shlibdeps: warning: symbol th_comment_query_count used by debian/libtheora0/usr/lib/i386-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_i386.log:dpkg-shlibdeps: warning: symbol th_comment_init used by debian/libtheora0/usr/lib/i386-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_i386.log:dpkg-shlibdeps: warning: symbol th_comment_query_count used by debian/libtheora0/usr/lib/i386-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_i386.log:dpkg-shlibdeps: warning: symbol th_comment_add_tag used by debian/libtheora0/usr/lib/i386-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_i386.log:dpkg-shlibdeps: warning: symbol th_comment_clear used by debian/libtheora0/usr/lib/i386-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_i386.log:dpkg-shlibdeps: warning: symbol th_comment_add used by debian/libtheora0/usr/lib/i386-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_i386.log:dpkg-shlibdeps: warning: symbol th_comment_query used by debian/libtheora0/usr/lib/i386-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_ia64.log:dpkg-shlibdeps: warning: symbol th_comment_clear used by debian/libtheora0/usr/lib/ia64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_ia64.log:dpkg-shlibdeps: warning: symbol th_comment_add_tag used by debian/libtheora0/usr/lib/ia64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_ia64.log:dpkg-shlibdeps: warning: symbol th_comment_query_count used by debian/libtheora0/usr/lib/ia64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_ia64.log:dpkg-shlibdeps: warning: symbol th_comment_add used by debian/libtheora0/usr/lib/ia64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_ia64.log:dpkg-shlibdeps: warning: symbol th_comment_query used by debian/libtheora0/usr/lib/ia64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_ia64.log:dpkg-shlibdeps: warning: symbol th_comment_init used by debian/libtheora0/usr/lib/ia64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_kfreebsd-amd64.log:dpkg-shlibdeps: warning: symbol th_comment_add_tag used by debian/libtheora0/usr/lib/x86_64-kfreebsd-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_kfreebsd-amd64.log:dpkg-shlibdeps: warning: symbol th_comment_query_count used by debian/libtheora0/usr/lib/x86_64-kfreebsd-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_kfreebsd-amd64.log:dpkg-shlibdeps: warning: symbol th_comment_clear used by debian/libtheora0/usr/lib/x86_64-kfreebsd-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_kfreebsd-amd64.log:dpkg-shlibdeps: warning: symbol th_comment_add used by debian/libtheora0/usr/lib/x86_64-kfreebsd-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_kfreebsd-amd64.log:dpkg-shlibdeps: warning: symbol th_comment_init used by debian/libtheora0/usr/lib/x86_64-kfreebsd-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_kfreebsd-amd64.log:dpkg-shlibdeps: warning: symbol th_comment_query used by debian/libtheora0/usr/lib/x86_64-kfreebsd-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_kfreebsd-i386.log:dpkg-shlibdeps: warning: symbol th_comment_add used by debian/libtheora0/usr/lib/i386-kfreebsd-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_kfreebsd-i386.log:dpkg-shlibdeps: warning: symbol th_comment_query_count used by debian/libtheora0/usr/lib/i386-kfreebsd-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_kfreebsd-i386.log:dpkg-shlibdeps: warning: symbol th_comment_clear used by debian/libtheora0/usr/lib/i386-kfreebsd-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_kfreebsd-i386.log:dpkg-shlibdeps: warning: symbol th_comment_init used by debian/libtheora0/usr/lib/i386-kfreebsd-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_kfreebsd-i386.log:dpkg-shlibdeps: warning: symbol th_comment_add_tag used by debian/libtheora0/usr/lib/i386-kfreebsd-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_kfreebsd-i386.log:dpkg-shlibdeps: warning: symbol th_comment_query used by debian/libtheora0/usr/lib/i386-kfreebsd-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_m68k.log:dpkg-shlibdeps: warning: symbol th_comment_add used by debian/libtheora0/usr/lib/m68k-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_m68k.log:dpkg-shlibdeps: warning: symbol th_comment_query used by debian/libtheora0/usr/lib/m68k-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_m68k.log:dpkg-shlibdeps: warning: symbol th_comment_add_tag used by debian/libtheora0/usr/lib/m68k-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_m68k.log:dpkg-shlibdeps: warning: symbol th_comment_init used by debian/libtheora0/usr/lib/m68k-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_m68k.log:dpkg-shlibdeps: warning: symbol th_comment_clear used by debian/libtheora0/usr/lib/m68k-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_m68k.log:dpkg-shlibdeps: warning: symbol th_comment_query_count used by debian/libtheora0/usr/lib/m68k-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_mips64el.log:dpkg-shlibdeps: warning: symbol th_comment_init used by debian/libtheora0/usr/lib/mips64el-linux-gnuabi64/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_mips64el.log:dpkg-shlibdeps: warning: symbol th_comment_add used by debian/libtheora0/usr/lib/mips64el-linux-gnuabi64/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_mips64el.log:dpkg-shlibdeps: warning: symbol th_comment_add_tag used by debian/libtheora0/usr/lib/mips64el-linux-gnuabi64/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_mips64el.log:dpkg-shlibdeps: warning: symbol th_comment_clear used by debian/libtheora0/usr/lib/mips64el-linux-gnuabi64/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_mips64el.log:dpkg-shlibdeps: warning: symbol th_comment_query_count used by debian/libtheora0/usr/lib/mips64el-linux-gnuabi64/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_mips64el.log:dpkg-shlibdeps: warning: symbol th_comment_query used by debian/libtheora0/usr/lib/mips64el-linux-gnuabi64/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_mipsel.log:dpkg-shlibdeps: warning: symbol th_comment_add used by debian/libtheora0/usr/lib/mipsel-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_mipsel.log:dpkg-shlibdeps: warning: symbol th_comment_query used by debian/libtheora0/usr/lib/mipsel-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_mipsel.log:dpkg-shlibdeps: warning: symbol th_comment_init used by debian/libtheora0/usr/lib/mipsel-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_mipsel.log:dpkg-shlibdeps: warning: symbol th_comment_query_count used by debian/libtheora0/usr/lib/mipsel-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_mipsel.log:dpkg-shlibdeps: warning: symbol th_comment_add_tag used by debian/libtheora0/usr/lib/mipsel-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_mipsel.log:dpkg-shlibdeps: warning: symbol th_comment_clear used by debian/libtheora0/usr/lib/mipsel-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_mips.log:dpkg-shlibdeps: warning: symbol th_comment_init used by debian/libtheora0/usr/lib/mips-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_mips.log:dpkg-shlibdeps: warning: symbol th_comment_query used by debian/libtheora0/usr/lib/mips-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_mips.log:dpkg-shlibdeps: warning: symbol th_comment_clear used by debian/libtheora0/usr/lib/mips-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_mips.log:dpkg-shlibdeps: warning: symbol th_comment_query_count used by debian/libtheora0/usr/lib/mips-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_mips.log:dpkg-shlibdeps: warning: symbol th_comment_add_tag used by debian/libtheora0/usr/lib/mips-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_mips.log:dpkg-shlibdeps: warning: symbol th_comment_add used by debian/libtheora0/usr/lib/mips-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_powerpc.log:dpkg-shlibdeps: warning: symbol th_comment_add_tag used by debian/libtheora0/usr/lib/powerpc-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_powerpc.log:dpkg-shlibdeps: warning: symbol th_comment_add used by debian/libtheora0/usr/lib/powerpc-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_powerpc.log:dpkg-shlibdeps: warning: symbol th_comment_clear used by debian/libtheora0/usr/lib/powerpc-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_powerpc.log:dpkg-shlibdeps: warning: symbol th_comment_init used by debian/libtheora0/usr/lib/powerpc-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_powerpc.log:dpkg-shlibdeps: warning: symbol th_comment_query_count used by debian/libtheora0/usr/lib/powerpc-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_powerpc.log:dpkg-shlibdeps: warning: symbol th_comment_query used by debian/libtheora0/usr/lib/powerpc-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_powerpcspe.log:dpkg-shlibdeps: warning: symbol th_comment_query used by debian/libtheora0/usr/lib/powerpc-linux-gnuspe/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_powerpcspe.log:dpkg-shlibdeps: warning: symbol th_comment_query_count used by debian/libtheora0/usr/lib/powerpc-linux-gnuspe/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_powerpcspe.log:dpkg-shlibdeps: warning: symbol th_comment_add_tag used by debian/libtheora0/usr/lib/powerpc-linux-gnuspe/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_powerpcspe.log:dpkg-shlibdeps: warning: symbol th_comment_add used by debian/libtheora0/usr/lib/powerpc-linux-gnuspe/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_powerpcspe.log:dpkg-shlibdeps: warning: symbol th_comment_init used by debian/libtheora0/usr/lib/powerpc-linux-gnuspe/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_powerpcspe.log:dpkg-shlibdeps: warning: symbol th_comment_clear used by debian/libtheora0/usr/lib/powerpc-linux-gnuspe/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_ppc64el.log:dpkg-shlibdeps: warning: symbol th_comment_add_tag used by debian/libtheora0/usr/lib/powerpc64le-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_ppc64el.log:dpkg-shlibdeps: warning: symbol th_comment_clear used by debian/libtheora0/usr/lib/powerpc64le-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_ppc64el.log:dpkg-shlibdeps: warning: symbol th_comment_add used by debian/libtheora0/usr/lib/powerpc64le-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_ppc64el.log:dpkg-shlibdeps: warning: symbol th_comment_query used by debian/libtheora0/usr/lib/powerpc64le-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_ppc64el.log:dpkg-shlibdeps: warning: symbol th_comment_init used by debian/libtheora0/usr/lib/powerpc64le-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_ppc64el.log:dpkg-shlibdeps: warning: symbol th_comment_query_count used by debian/libtheora0/usr/lib/powerpc64le-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_ppc64.log:dpkg-shlibdeps: warning: symbol th_comment_query used by debian/libtheora0/usr/lib/powerpc64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_ppc64.log:dpkg-shlibdeps: warning: symbol th_comment_query_count used by debian/libtheora0/usr/lib/powerpc64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_ppc64.log:dpkg-shlibdeps: warning: symbol th_comment_add used by debian/libtheora0/usr/lib/powerpc64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_ppc64.log:dpkg-shlibdeps: warning: symbol th_comment_add_tag used by debian/libtheora0/usr/lib/powerpc64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_ppc64.log:dpkg-shlibdeps: warning: symbol th_comment_init used by debian/libtheora0/usr/lib/powerpc64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_ppc64.log:dpkg-shlibdeps: warning: symbol th_comment_clear used by debian/libtheora0/usr/lib/powerpc64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_riscv64.log:dpkg-shlibdeps: warning: symbol th_comment_add used by debian/libtheora0/usr/lib/riscv64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_riscv64.log:dpkg-shlibdeps: warning: symbol th_comment_clear used by debian/libtheora0/usr/lib/riscv64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_riscv64.log:dpkg-shlibdeps: warning: symbol th_comment_query used by debian/libtheora0/usr/lib/riscv64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_riscv64.log:dpkg-shlibdeps: warning: symbol th_comment_init used by debian/libtheora0/usr/lib/riscv64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_riscv64.log:dpkg-shlibdeps: warning: symbol th_comment_query_count used by debian/libtheora0/usr/lib/riscv64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_riscv64.log:dpkg-shlibdeps: warning: symbol th_comment_add_tag used by debian/libtheora0/usr/lib/riscv64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_s390x.log:dpkg-shlibdeps: warning: symbol th_comment_query used by debian/libtheora0/usr/lib/s390x-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_s390x.log:dpkg-shlibdeps: warning: symbol th_comment_query_count used by debian/libtheora0/usr/lib/s390x-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_s390x.log:dpkg-shlibdeps: warning: symbol th_comment_init used by debian/libtheora0/usr/lib/s390x-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_s390x.log:dpkg-shlibdeps: warning: symbol th_comment_add used by debian/libtheora0/usr/lib/s390x-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_s390x.log:dpkg-shlibdeps: warning: symbol th_comment_add_tag used by debian/libtheora0/usr/lib/s390x-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_s390x.log:dpkg-shlibdeps: warning: symbol th_comment_clear used by debian/libtheora0/usr/lib/s390x-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_sh4.log:dpkg-shlibdeps: warning: symbol th_comment_clear used by debian/libtheora0/usr/lib/sh4-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_sh4.log:dpkg-shlibdeps: warning: symbol th_comment_add_tag used by debian/libtheora0/usr/lib/sh4-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_sh4.log:dpkg-shlibdeps: warning: symbol th_comment_query used by debian/libtheora0/usr/lib/sh4-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_sh4.log:dpkg-shlibdeps: warning: symbol th_comment_init used by debian/libtheora0/usr/lib/sh4-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_sh4.log:dpkg-shlibdeps: warning: symbol th_comment_query_count used by debian/libtheora0/usr/lib/sh4-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_sh4.log:dpkg-shlibdeps: warning: symbol th_comment_add used by debian/libtheora0/usr/lib/sh4-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_sparc64.log:dpkg-shlibdeps: warning: symbol th_comment_add_tag used by debian/libtheora0/usr/lib/sparc64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_sparc64.log:dpkg-shlibdeps: warning: symbol th_comment_add used by debian/libtheora0/usr/lib/sparc64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_sparc64.log:dpkg-shlibdeps: warning: symbol th_comment_init used by debian/libtheora0/usr/lib/sparc64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_sparc64.log:dpkg-shlibdeps: warning: symbol th_comment_query used by debian/libtheora0/usr/lib/sparc64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_sparc64.log:dpkg-shlibdeps: warning: symbol th_comment_query_count used by debian/libtheora0/usr/lib/sparc64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_sparc64.log:dpkg-shlibdeps: warning: symbol th_comment_clear used by debian/libtheora0/usr/lib/sparc64-linux-gnu/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_x32.log:dpkg-shlibdeps: warning: symbol th_comment_add used by debian/libtheora0/usr/lib/x86_64-linux-gnux32/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_x32.log:dpkg-shlibdeps: warning: symbol th_comment_clear used by debian/libtheora0/usr/lib/x86_64-linux-gnux32/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_x32.log:dpkg-shlibdeps: warning: symbol th_comment_query_count used by debian/libtheora0/usr/lib/x86_64-linux-gnux32/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_x32.log:dpkg-shlibdeps: warning: symbol th_comment_query used by debian/libtheora0/usr/lib/x86_64-linux-gnux32/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_x32.log:dpkg-shlibdeps: warning: symbol th_comment_init used by debian/libtheora0/usr/lib/x86_64-linux-gnux32/libtheoraenc.so.1.1.2 found in none of the libraries
./libtheora_1.1.1+dfsg.1-15_x32.log:dpkg-shlibdeps: warning: symbol th_comment_add_tag used by debian/libtheora0/usr/lib/x86_64-linux-gnux32/libtheoraenc.so.1.1.2 found in none of the libraries

-- System Information:
Debian Release: buster/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-3-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 libtheora0 depends on:
ii  libc6      2.28-7
ii  libcairo2  1.16.0-3
ii  libogg0    1.3.2-1+b1

libtheora0 recommends no packages.

libtheora0 suggests no packages.

-- no debconf information

-- 
bye,
pabs

https://wiki.debian.org/PaulWise

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


Reply to: