On Wed, 25 Mar 2020 10:54:22 +0100 =?utf-8?B?SsO2cmc=?= Sommer <jo...@jo-so.de> 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...