• Bug#1067134: Try to remove i386 packages

    From Christian Marillat@21:1/5 to Helmut Grohne on Tue Mar 19 10:50:01 2024
    On 19 mars 2024 10:26, Helmut Grohne <helmut@subdivi.de> 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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Helmut Grohne@21:1/5 to Christian Marillat on Tue Mar 19 13:40:01 2024
    On Tue, Mar 19, 2024 at 10:45:44AM +0100, Christian Marillat wrote:
    ,----
    | $ 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

    This is the bumpy unstable state that should never migrate to trixie.

    upgrading libcom-err2 to 1.47.0-2.4 remove all i386 packages

    Consider guiding apt by asking it to install both libcom-err2:amd64 and libcom-err2:i386.

    ,----
    | $ 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
    `----

    I agree that the experience is a little messed up, but this is
    resolvable with apt and it only affects unstable users. Do you agree
    with closing this bug with no action?

    Helmut

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)