Skip to content

OpenSUSE builds failing to install libmsquic #1529

@mthalman

Description

@mthalman

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions