Bug#923940: [libtheoraenc] What resolution were you looking for?

2020-04-15 Thread Paul Wise
Control: tags -1 fixed-upstream On Tue, 2020-04-14 at 23:30 -0700, Ralph Giles wrote: > good to hear transitive linking can be assumed to work these days! It has worked for as long as I have been around Debian (since ~2005). > This is fixed in upstream git with a line in lib/Makefile.am: > >

Bug#923940: [libtheoraenc] What resolution were you looking for?

2020-04-15 Thread Ralph Giles
On Wed, 2020-04-15 at 13:34 +0800, Paul Wise wrote: > Generally one should only link a program with libraries that provide > symbols that are directly used by the program. Ok, good to hear transitive linking can be assumed to work these days! > If libtheoraenc uses some functions from

Bug#923940: [libtheoraenc] What resolution were you looking for?

2020-04-14 Thread Paul Wise
On Tue, 2020-04-14 at 22:17 -0700, Ralph Giles wrote: > Looking at this bug, I don't understand what exactly you're reporting. I'm reporting underlinking at the ELF file level. > libtheoraenc does depend on libtheoradec, so applications need to > link to both. This is declared in the pkg-config

Bug#923940: [libtheoraenc] What resolution were you looking for?

2020-04-14 Thread Ralph Giles
Paul, Looking at this bug, I don't understand what exactly you're reporting. libtheoraenc does depend on libtheoradec, so applications need to link to both. This is declared in the pkg-config file: $ pkg-config --libs theoraenc -ltheoraenc -ltheoradec -logg Is the issue that this