To ensure the current upgraded Debian testing has libc6 > 2.28
by BudiKusasi from LinuxQuestions.org on (#5ETHV)
Tried to have debian testing by upgrade it via apt package manager, so it was done
Code:$ cat /etc/debian_version /etc/os-release
bullseye/sid
PRETTY_NAME="Debian GNU/Linux bullseye/sid"
NAME="Debian GNU/Linux"and listed all to ensure a newer libc6, but surprisingly it's not upgraded yet so then:
Code:$ sudo apt upgrade libc6/testing
...
The following packages have unmet dependencies:
libc-dev-bin : Depends: libc6 (< 2.29) but 2.31-9 is to be installed
libc6 : Breaks: libgegl-0.4-0 (< 0.4.18) but 0.4.16-0.1~mx19+1 is to be installed
libc6-dev : Depends: libc6 (= 2.28-10) but 2.31-9 is to be installed
libgcc1:i386 : Depends: libc6:i386 (>= 2.2.4) but it is not installableHow can it be not upgraded having libc6 > 2.28 which is (mostly) only 2.31 distributed now as printed above, although it's already full upgrade ?
Please help solve.


Code:$ cat /etc/debian_version /etc/os-release
bullseye/sid
PRETTY_NAME="Debian GNU/Linux bullseye/sid"
NAME="Debian GNU/Linux"and listed all to ensure a newer libc6, but surprisingly it's not upgraded yet so then:
Code:$ sudo apt upgrade libc6/testing
...
The following packages have unmet dependencies:
libc-dev-bin : Depends: libc6 (< 2.29) but 2.31-9 is to be installed
libc6 : Breaks: libgegl-0.4-0 (< 0.4.18) but 0.4.16-0.1~mx19+1 is to be installed
libc6-dev : Depends: libc6 (= 2.28-10) but 2.31-9 is to be installed
libgcc1:i386 : Depends: libc6:i386 (>= 2.2.4) but it is not installableHow can it be not upgraded having libc6 > 2.28 which is (mostly) only 2.31 distributed now as printed above, although it's already full upgrade ?
Please help solve.