Open
Description
Describe the bug
libelf
did not see an update since 2014: https://github.com/Distrotech/libelf. elfutils
is a popular API compatible (?) ELF
parser that most users expect.
I suggest switching most users (or maybe even all?) from libelf
to elfutils
. A few examples which should very likely use elfutils
:
$ git grep -F ', libelf'
...
pkgs/development/libraries/mesa/default.nix:, libelf, libvdpau
pkgs/os-specific/linux/iproute/default.nix:, db, iptables, libelf, libmnl
pkgs/os-specific/linux/kernel/manual-config.nix:, libelf, cpio, elfutils, zstd, python3Minimal, zlib, pahole, kmod, ubootTools
Priorities
Add a 👍 reaction to issues you find important.