Skip to content

Dealing with missing packages on manylinux_2_28 #1154

Answered by abitrolly
abitrolly asked this question in Q&A
Discussion options

You must be logged in to vote

Got the answer on Reddit.

msgpack-devel is not part of RHEL/Alma repo, but it found in EPEL 8 alongside a newer version of msgpack.

https://www.reddit.com/r/AlmaLinux/comments/vg1kj2/why_there_is_no_msgpack_in_almalinux/

After Googling around about EPEL, here is the way to enable packages from it.

dnf install -y epel-release
dnf install -y msgpack-devel

And a proposal to enable it by default pypa/manylinux#1338


EDIT: That was not enough for installing asio-devel, which required enabling maridb-devel module (https://bugs.almalinux.org/view.php?id=208&nbn=3)

dnf module enable -y mariadb-devel
dnf install asio-devel

Or as @carlwgeorge explained in Reddit.

Sometimes packages are in modu…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by abitrolly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant