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

Bug 40776

Summary: USE="nls" sed pull in gettext, which uses sed...
Product: Gentoo Linux Reporter: Brian Harring (RETIRED) <ferringb>
Component: New packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED INVALID    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Brian Harring (RETIRED) gentoo-dev 2004-02-07 18:38:04 UTC
Verified via this-
1) emerge -C sed
2) USE="nls" emerge sed
3) Go insane as gettext gets pulled in and tries to use sed.

The modifications that the gettext ebuilds do via sed should be made into patches, to eliminate the sed dependency.
Either that or remove the nls use flag.
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2004-02-08 09:02:52 UTC
Sed (as well as other base tools) is already in stage1, thus this is not
needed.  If you consiously unmerge sed or another important tool, then
you should know you will run into issues.