Note: I am on Crimson, with crimson-updates-proposed main enabled in /etc/apt/sources.list:
# Main package repository for PureOS
deb https://repo.pureos.net/pureos crimson main
# Important security updates
deb https://repo.pureos.net/pureos crimson-security main
# Other updates for resolving non-security issues
deb https://repo.pureos.net/pureos crimson-updates main
deb https://repo.pureos.net/pureos crimson-updates-proposed main
deb https://repo.pureos.net/pureos-debug crimson-updates-proposed-debug main
I do get this message when running sudo apt dist-upgrade:
The following packages have been kept back:
librem5-base librem5-base-defaults librem5-gnome-base
When I do sudo apt upgrade librem5-base I get:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libglx-mesa0 : Depends: libgl1-mesa-dri but it is not installable
librem5-base : Depends: libgl1-mesa-dri but it is not installable
libwlroots11 : Depends: libgl1-mesa-dri (>= 21.2.6-1pureos2) but it is not installable
E: Broken packages
If I understand this correctly, the package libgl1-mesa-dri (>= 21.2.6-1pureos2) is missing.
apt info libgl1-mesa-dri gives:
Package: libgl1-mesa-dri
Version: 22.3.6-1+deb12u1pureos1
Priority: optional
Section: libs
Source: mesa
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Installed-Size: 23.9 MB
Depends: libc6 (>= 2.34), libdrm-amdgpu1 (>= 2.4.110), libdrm-nouveau2 (>= 2.4.66), libdrm-radeon1 (>= 2.4.31), libdrm2 (>= 2.4.89), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libglapi-mesa (= 22.3.6-1+deb12u1pureos1), libllvm15, libsensors5 (>= 1:3.5.0), libstdc++6 (>= 11), libxcb-dri3-0 (>= 1.13), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4)
Homepage: https://mesa3d.org/
...