You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Ubuntu 24.10, I was able to install an old versions of the package but it failed in our CI. I was not able to install a recent version of the package. Applies to all architectures.
For Debian 13, I was not able to install the package on Arm32. It may be the Y2038 problem: dotnet/core#9285
I tried the pattern we used in the Ubuntu 24.04 image but that didn't work:
root@ca6f3d4ee3db:/# apt install libmsquic
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:
Unsatisfied dependencies:
libmsquic : Depends: libssl3 but it is not installable
Error: Unable to correct problems, you have held broken packages.
root@ca6f3d4ee3db:/# apt install libssl3
Package libssl3 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
openssl-provider-legacy libssl3t64
The text was updated successfully, but these errors were encountered:
@wfurt -- This isn't a rush, but would be good to get resolved in January. I suspect that we won't be able to test new Ubuntu versions until we get this resolved.
I tried to install
libmsquic
on Ubuntu 24.10 and Debian 13 and was unsuccessful. I'm going to need some help with that.For Ubuntu 24.10, I was able to install an old versions of the package but it failed in our CI. I was not able to install a recent version of the package. Applies to all architectures.
For Debian 13, I was not able to install the package on Arm32. It may be the Y2038 problem: dotnet/core#9285
I tried the pattern we used in the Ubuntu 24.04 image but that didn't work:
dotnet-buildtools-prereqs-docker/src/ubuntu/24.04/helix/Dockerfile
Lines 25 to 27 in d4a7d1e
I suspect that this is part of the problem.
The text was updated successfully, but these errors were encountered: