Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 634378 - sys-apps/portage: make FEATURES=splitdebug use debugedit provided by app-arch/rpm if available
Summary: sys-apps/portage: make FEATURES=splitdebug use debugedit provided by app-arch...
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 631448
  Show dependency tree
 
Reported: 2017-10-15 22:01 UTC by Zac Medico
Modified: 2018-02-01 23:56 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 Zac Medico gentoo-dev 2017-10-15 22:01:18 UTC
The dev-util/debugedit package is a fork which has not been updated for a few years. If available, we can prefer to use /usr/libexec/rpm/debugedit installed by app-arch/rpm.
Comment 2 Larry the Git Cow gentoo-dev 2017-10-16 17:16:18 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/portage.git/commit/?id=234ad726ddc5d62eb0d956023de338dc488e2ea1

commit 234ad726ddc5d62eb0d956023de338dc488e2ea1
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2017-10-16 08:08:19 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2017-10-16 17:15:20 +0000

    prepstrip: use debugedit from rpm if necessary (bug 634378)
    
    If debugedit is not found in PATH, then use debugedit
    installed by app-arch/rpm (if available).
    
    Suggested-by: Francesco Riosa <vivo75@gmail.com>
    Bug: https://bugs.gentoo.org/634378
    Acked-by: Brian Dolbec <dolsen@gentoo.org>

 bin/ebuild-helpers/prepstrip | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)}