Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 183176 - sys-devel/binutils-2.17: type with LINGUAS
Summary: sys-devel/binutils-2.17: type with LINGUAS
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-25 17:28 UTC by Toralf Förster
Modified: 2007-06-25 17:36 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 Toralf Förster gentoo-dev 2007-06-25 17:28:03 UTC
The ebuild give this warning after emerge :

WARN: compile
Sorry, but binutils does not support the LINGUAs: en

I set LINGUAS to:
tfoerste@n22 /usr/portage/sys-devel/binutils $ grep LING /etc/make.conf
LINGUAS="de en"

therefore I think, that the ebuild either doesn't respect "de" instead or it respects both languages, but I doubt that the ebuild respects "de" but not "en", isn't it ?


Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-06-25 17:36:55 UTC
And, the problem is? It doesn't have LINGUAS=en, run `equery f binutils | grep locale` and read strip-linguas() in eutils.eclass.