Hi, I apparently can't install g++ 11 at the moment:
# LANG=C apt-get -t experimental install g++ Reading package lists... Done Building dependency tree... Done Reading state information... 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: cpp-11 : Depends: gcc-11-base (= 11.2.0-1) but 11.2.0-3 is to be installed g++-11 : Depends: gcc-11-base (= 11.2.0-1) but 11.2.0-3 is to be installed Depends: libstdc++-11-dev (= 11.2.0-1) but it is not going to be installed gcc-11 : Depends: gcc-11-base (= 11.2.0-1) but 11.2.0-3 is to be installed Depends: libgcc-11-dev (= 11.2.0-1) but it is not going to be installed E: Unable to correct problems, you have held broken packages. so I guess I'll work on it at a later point. >From the look of it, we're missing #include <limits> at some places, at least, so it probably won't hurt too much. Cheers, J.Puydt