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

Bug 818967

Summary: Portage warning about debugedit still mentions app-arch/rpm (which no longer provides it)
Product: Portage Development Reporter: 12101111 <w12101111>
Component: Core - External InteractionAssignee: Portage team <dev-portage>
Status: RESOLVED FIXED    
Severity: normal CC: sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 933986    

Description 12101111 2021-10-20 06:58:15 UTC
https://github.com/rpm-software-management/rpm/commit/04b0805a756cdd9466fb9dc717846f5bf15518cc

This commit remove debugedit from rpm's source code. But users may install rpm because estrip print this message when they enable FEATURES=installsources:

```
 * FEATURES=installsources is enabled but the debugedit binary could not be
 * found. This feature will not work unless debugedit or rpm is installed!
```

rpm should be removed from this message.

Reproducible: Always

Steps to Reproduce:
1. emerge "=app-arch/rpm-4.17.0"
2. eix -I rpm
3. equery f rpm  | grep debugedit

Actual Results:  
> eix rpm -I
[I] app-arch/rpm
     Available versions:  4.16.1.3^t (~)4.17.0^t {acl +berkdb caps dbus doc lua nls openmp python selinux +sqlite test +zstd LUA_SINGLE_TARGET="lua5-3 lua5-4" PYTHON_SINGLE_TARGET="python3_8 python3_9 python3_10"}
     Installed versions:  4.17.0^t(13:51:29 10/15/21)(acl dbus nls openmp sqlite zstd -berkdb -caps -doc -python -selinux -test LUA_SINGLE_TARGET="lua5-4 -lua5-3" PYTHON_SINGLE_TARGET="python3_9 -python3_8 -python3_10")
     Homepage:            https://rpm.org https://github.com/rpm-software-management/rpm
     Description:         Red Hat Package Management Utils
> equery f rpm  | grep debugedit
> echo $?
1
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-10-20 07:00:41 UTC
debugedit is a separate package: dev-util/debugedit.

But yeah, let's update the message, thanks!
Comment 2 Larry the Git Cow gentoo-dev 2021-10-20 07:02:58 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/portage.git/commit/?id=5b69971969a77ed435cbea0330a5ac9caf0b33df

commit 5b69971969a77ed435cbea0330a5ac9caf0b33df
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-10-20 07:02:12 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-10-20 07:02:12 +0000

    bin/estrip: don't mention rpm anymore in splitdebug error
    
    Closes: https://bugs.gentoo.org/818967
    Signed-off-by: Sam James <sam@gentoo.org>

 bin/estrip | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)