Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40776 - USE="nls" sed pull in gettext, which uses sed...
Summary: USE="nls" sed pull in gettext, which uses sed...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-07 18:38 UTC by Brian Harring (RETIRED)
Modified: 2004-02-08 09:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.