While upgrading tonight, I got the following error:
serious bugs of libc6 (2.40-7 → 2.41-2) <Resolved in some Version>
b1 - #1099166 - libc6: Cannot co-install at least amd64 and i386 instances (Fixed: glibc/2.41-3)
Sounds like it’s not applicable on the reform to me, but if I’m wrong, might be tragically bad.
I opted-out of continuing. Is anyone else seeing this, or does anyone know if it’s OK to install with the reported bug?
I upgraded and I haven’t had any issues. I wouldn’t worry about it unless you are trying to install libcs for multiple architectures side by side. This isn’t an error.
It was applicable if you installed foreign architecture versions of libc6 and then only if you installed the wrong combinations. If you had done so, dpkg would’ve complained about file conflicts.
Luckily, the problem was quickly taken care of and a version that has this bug fixed should now be in unstable.
I never went out of my way to do so, but maybe a podman install could have pulled it in?
In any case, @josch you are correct, it seems to have been corrected, an attempt this morning went by without that error.
(There is a chromium bug listed, but that feels much easier to recover from if it goes badly, so I just did it)
You can always use the bug number that you are shown and go to https://bugs.debian.org/BUGNUMBER, replacing BUGNUMBER by the seven digit number you are shown but without the hash in front of it. This will get you to the bug description and you can check if the issue is one that you might be affected by or not.
Quick similar question: There are an increasing number of packages that are marked “Not upgrading” I assume that there’s some dependency that is holding those back as well, is there an easy way to look those up too? (There is no number jumping out at me)
You are running unstable. In contrast to running Debian stable, large package transitions are the norm. apt upgrade takes care not to remove any packages, so you will not be able to fully upgrade a Debian unstable system with apt upgrade. Instead use apt full-upgrade for Debian unstable. That’s the same command you would use to upgrade from one Debian stable release to the next.