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

Bug 183176

Summary: sys-devel/binutils-2.17: type with LINGUAS
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: trivial    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.