Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 634378

Summary: sys-apps/portage: make FEATURES=splitdebug use debugedit provided by app-arch/rpm if available
Product: Portage Development Reporter: Zac Medico <zmedico>
Component: CoreAssignee: Portage team <dev-portage>
Status: RESOLVED FIXED    
Severity: normal CC: dan, ua_gentoo_bugzilla, vivo75
Priority: Normal Keywords: InVCS
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=334065
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 631448    

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(-)}