Bug#980172: kodi-pvr-hts: kodi crashes when switching to TV with pvr hts plugin activated and configured

2021-01-15 Thread Stephan Skrodzki
Hi Vasyl,

Am 15.01.21 um 17:47 schrieb Vasyl Gello:

> If that works, the next upload wi.l fix the issue for general public.

Wow, that was fast :-)

Thank you all for your help, everything works fine now!

Cheers
 Stephan



Bug#954915: [libc6] upgrade fail: A copy of the C library was found in an unexpected directory

2020-03-25 Thread Stephan Skrodzki
On Wed, 25 Mar 2020 10:54:22 +0100 =?utf-8?B?SsO2cmc=?= Sommer
 wrote:
> 
> A quick and dirty workaround is:
> 
> ```
> # egrep '/(ld|lib(d|c|m|pthread|rt|dl))-2.*.so' $I/libc6:amd64.list |sed 
> 's,^,/usr,' |tee -a $I/libc6:amd64.list
> /usr/lib/x86_64-linux-gnu/ld-2.30.so
> /usr/lib/x86_64-linux-gnu/libc-2.30.so
> /usr/lib/x86_64-linux-gnu/libdl-2.30.so
> /usr/lib/x86_64-linux-gnu/libm-2.30.so
> /usr/lib/x86_64-linux-gnu/libpthread-2.30.so
> /usr/lib/x86_64-linux-gnu/librt-2.30.so
> # dpkg --unpack $A/libc6_2.30-3_amd64.deb
> (Lese Datenbank ... 452795 Dateien und Verzeichnisse sind derzeit 
> installiert.)
> Vorbereitung zum Entpacken von .../libc6_2.30-3_amd64.deb ...
> libc6:i386 (2.30-2) wird de-konfiguriert ...
> Entpacken von libc6:amd64 (2.30-3) über (2.30-2) ...

Hmm... strange, why does this not work for me? Although libc6:amd64.list
is expanded with these lines, dkpg --unpack still fails with the same
error message from the bug report...