I just installed glibc-2.34-r7. Emerge printed more then a hundred times: * FEATURES=installsources is enabled but the debugedit binary could not be * found. This feature will not work unless debugedit is installed! It's true that FEATURES=installsources is defined on my machine for glibc. It's also true that debugedit was not installed. But wouldn't it be better to have a build dependency that pulls in debugedit if FEATURES=installsources and if debugedit is not installed? Reproducible: Always
Problem is, this applies for every single package, it's not specific to glibc. And Portage can't/shouldn't make dependency changes based on FEATURES. (Similar for distcc, ccache too.)
I understand. Please feel free to close the issue.