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

Bug#923940: marked as done (libtheoraenc.so: undefined symbols: needs -ltheoradec)



Your message dated Sun, 11 Aug 2024 11:55:27 +0000
with message-id <E1sd7AV-00FyGK-9p@fasolo.debian.org>
and subject line Bug#923940: fixed in libtheora 1.1.1+dfsg.1-17
has caused the Debian Bug report #923940,
regarding libtheoraenc.so: undefined symbols: needs -ltheoradec
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 owner@bugs.debian.org
immediately.)


-- 
923940: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=923940
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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


--- End Message ---
--- Begin Message ---
Source: libtheora
Source-Version: 1.1.1+dfsg.1-17
Done: Sebastian Ramacher <sramacher@debian.org>

We believe that the bug you reported is fixed in the latest version of
libtheora, 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 923940@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastian Ramacher <sramacher@debian.org> (supplier of updated libtheora 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 11 Aug 2024 13:29:24 +0200
Source: libtheora
Architecture: source
Version: 1.1.1+dfsg.1-17
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Sebastian Ramacher <sramacher@debian.org>
Closes: 923940 1024649 1077536
Changes:
 libtheora (1.1.1+dfsg.1-17) unstable; urgency=medium
 .
   * Team upload
   * Acknowledge NMU (Closes: #1024649)
   * debian/control:
     - Bump Standards-Version
     - Set RRR: no
     - Use pkgconf
   * debian/: Break build cycle with libsdl1.2 (Closes: #1077536)
   * debian/patches: Fix underlinking of libtheoraenc (Closes: #923940)
Checksums-Sha1:
 1c7ecc99d4e0cb4a3e8f512d38c6e15e7ffee4c0 1976 libtheora_1.1.1+dfsg.1-17.dsc
 6022d6e09f0e00a9ff291366838d8b376d5be6e4 11736 libtheora_1.1.1+dfsg.1-17.debian.tar.xz
 c5fd9a87f3c1f132dde154fae9a093b1ebbb9c90 14989 libtheora_1.1.1+dfsg.1-17_amd64.buildinfo
Checksums-Sha256:
 a2fa4b7026bb4f4950e307958d0edae71dbbbc7d23cbc22f2ee1489ebdd72464 1976 libtheora_1.1.1+dfsg.1-17.dsc
 cd04f8223df9eb2adb58688d9f457b22041d21e44fcba463b8574e67aec7bf13 11736 libtheora_1.1.1+dfsg.1-17.debian.tar.xz
 2fc79280cdecc0531e96cecefee19bd28e73d84d69d018cfb5a97498194b38c9 14989 libtheora_1.1.1+dfsg.1-17_amd64.buildinfo
Files:
 fe9b3daf3c68bec048ba225011803434 1976 libs optional libtheora_1.1.1+dfsg.1-17.dsc
 6e969a49857d1bda96fccf955d410f92 11736 libs optional libtheora_1.1.1+dfsg.1-17.debian.tar.xz
 40c6a9c5242f99ff910e174531162f62 14989 libs optional libtheora_1.1.1+dfsg.1-17_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRCYn6EHZln2oPh+pAhk2s2YA/NiQUCZrihPgAKCRAhk2s2YA/N
icuIAQDd3tqTz3C7deHYqgQJC80mGnB3asNGvTvhf2Jh8HsA8AD+P4SKpTrPGsat
g9defbZu9MkJ+nbTQ2StUDnx/74BKAI=
=0hjL
-----END PGP SIGNATURE-----

Attachment: pgp_QOUfQMZyw.pgp
Description: PGP signature


--- End Message ---

Reply to: