Current (0.9) version of patchelf fails to update the .gnu.version_r section of binary executables when patching them, resulting in the executable being unable to run: $ patchelf --replace-needed "libcurl-gnutls.so.4" "libcurl.so.4" my_binary $ ./my_binary Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions: Assertion `needed != ((void *)0)' failed! This has been fixed by upstream a couple years ago, but patchelf has not done a new release since then. This version bump grabs a Git snapshot. (I will be submitting a github PR shortly.)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f10514362218c557f2cb0aff2c1790094c8ae655 commit f10514362218c557f2cb0aff2c1790094c8ae655 Author: Nikos Chantziaras <realnc@gmail.com> AuthorDate: 2018-03-26 15:36:23 +0000 Commit: James Le Cuirot <chewi@gentoo.org> CommitDate: 2018-03-26 20:59:43 +0000 dev-util/patchelf: git snapshot version bump to 0.9_p20180129 Current (0.9) version of patchelf fails to update the .gnu.version_r section of binary executables when patching them, resulting in the executable being unable to run: $ patchelf --replace-needed "libcurl-gnutls.so.4" "libcurl.so.4" my_binary $ ./my_binary Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions: Assertion `needed != ((void *)0)' failed! This has been fixed by upstream a couple years ago, but patchelf has not done a new release since then. This version bump grabs a Git snapshot. Closes: https://bugs.gentoo.org/651600 Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7625 dev-util/patchelf/Manifest | 1 + dev-util/patchelf/patchelf-0.9_p20180129.ebuild | 26 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+)