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
|
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.
Failing build
This error occurs when executing to install libmsquic:
dotnet-buildtools-prereqs-docker/src/centos-stream/9/helix/amd64/Dockerfile
Lines 4 to 38 in 41205f4
This occurs in both CentOS Stream 9 and 10.
Failing build