On 19 mars 2024 10:26, Helmut Grohne <[email protected]> wrote:
[...]
> So we need to know which libcom-err2 and libcom-err2t64 packages are
> installed for which architectures on your system. If there is any
> libcom-err2t64, please "upgrade" to libcom-err2. Then retry your
> original apt. I fear this is going to be manual in unstable as there is
> no sane way to make apt understand that we really don't need
> libco-err2t64. I expect that upgrades from bookworm and trixie are
> unaffected by this issue. Unless this expectation is wrong, I suggest
> that we close this bug as wontfix.
We can't upgrade from version 1.47.0-2.3+b1 to 1.47.0-2.4
,----
| $ dpkg --print-architecture
| amd64
`----
,----
| $ dpkg --print-foreign-architectures
| i386
`----
,----
| $ dpkg -l | grep libcom-err
| ii libcom-err2t64:amd64 1.47.0-2.3+b1
amd64 common error description library
| ii libcom-err2t64:i386 1.47.0-2.3+b1
i386 common error description library
`----
upgrading libcom-err2 to 1.47.0-2.4 remove all i386 packages
,----
| $ dpkg -l |grep libcom-err2
| ii libcom-err2:amd64 1.47.0-2.4
amd64 common error description library
`----
but now I can reinstall i386 packages again :
,----
| $ dpkg -l |grep libcom-err2
| ii libcom-err2:amd64 1.47.0-2.4
amd64 common error description library
| ii libcom-err2:i386 1.47.0-2.4
i386 common error description library
`----
Christian