Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 762364 - sys-devel/elftoolchain essential development tools, and libraries for building and analyzing ELF based program images (New Package)
Summary: sys-devel/elftoolchain essential development tools, and libraries for buildin...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Default Assignee for New Packages
URL: https://sourceforge.net/p/elftoolchai...
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-12-29 06:35 UTC by Alessandro Barbieri
Modified: 2021-03-26 11:42 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Barbieri 2020-12-29 06:35:42 UTC
LICENSE: BSD

This is an alternative to libelf or binutils, used to make experimental linux/musl/llvm/libc++ stage4
Comment 1 Larry the Git Cow gentoo-dev 2021-03-26 11:42:24 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ccb7db097e2ef5b28e2042733638b0a4b2eadbe

commit 0ccb7db097e2ef5b28e2042733638b0a4b2eadbe
Author:     Jakov Smolic <jakov.smolic@sartura.hr>
AuthorDate: 2021-03-26 11:42:11 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2021-03-26 11:42:11 +0000

    sys-devel/elftoolchain: tools for building/analyzing ELF program images
    
    * Elftoolchain contains a drop in replacement for libelf, released under
      the BSD licence. It also provides replacements for other tools, such
      as binutils, but in the scope of this contribution only libelf is added,
      with posibillity of extending the tools at some point.
    
    Closes: https://github.com/gentoo/gentoo/pull/18944
    Closes: https://bugs.gentoo.org/762364
    Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
    Signed-off-by: David Seifert <soap@gentoo.org>

 sys-devel/elftoolchain/Manifest                  |  1 +
 sys-devel/elftoolchain/elftoolchain-0.7.1.ebuild | 55 ++++++++++++++++++++++++
 sys-devel/elftoolchain/metadata.xml              | 12 ++++++
 3 files changed, 68 insertions(+)