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
debugedit is a separate package: dev-util/debugedit. But yeah, let's update the message, thanks!
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(-)