Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libmsquic support for Ubuntu 24.10 #1286

Open
richlander opened this issue Dec 6, 2024 · 1 comment
Open

libmsquic support for Ubuntu 24.10 #1286

richlander opened this issue Dec 6, 2024 · 1 comment

Comments

@richlander
Copy link
Member

richlander commented Dec 6, 2024

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:

RUN LIBCURL=libcurl4 && \
if [ "$TARGETARCH" = "arm" ]; then \
LIBCURL="libcurl4t64"; fi && \

I suspect that this is part of the problem.

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
@richlander
Copy link
Member Author

richlander commented Dec 6, 2024

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants