-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Labels
Description
This error occurs when executing to install libmsquic:
Error:
36.04 Problem: cannot install the best candidate for the job
36.04 - nothing provides liblttng-ust.so.1()(64bit) needed by libmsquic-2.4.15-1.x86_64 from rhel9prod
dotnet-buildtools-prereqs-docker/src/centos-stream/9/helix/amd64/Dockerfile
Lines 4 to 38 in 41205f4
| RUN dnf upgrade --refresh -y \ | |
| # Required to install libunwind from the EPEL repo | |
| && dnf install -y epel-release \ | |
| && dnf install --setopt tsflags=nodocs -y \ | |
| dnf-plugins-core \ | |
| && dnf config-manager --add-repo=https://packages.microsoft.com/rhel/9/prod/config.repo \ | |
| && dnf install --setopt tsflags=nodocs -y --allowerasing \ | |
| autoconf \ | |
| automake \ | |
| curl \ | |
| file \ | |
| gcc \ | |
| gcc-c++ \ | |
| gdb \ | |
| git-core \ | |
| iputils \ | |
| libicu \ | |
| libmsquic \ | |
| libtool \ | |
| llvm \ | |
| make \ | |
| openssl \ | |
| openssl-devel \ | |
| perl \ | |
| python3 \ | |
| python3-devel \ | |
| python3-pip \ | |
| sudo \ | |
| tar \ | |
| wget \ | |
| which \ | |
| # NativeAOT and runtime dependencies | |
| zlib-devel \ | |
| libunwind \ | |
| && dnf clean all |
This occurs in both CentOS Stream 9 and 10.
Copilot