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

Bug 217153

Summary: sys-apps/attr-2.4.41 no translation catalogs installed
Product: Gentoo Linux Reporter: Petr Pisar <petr.pisar>
Component: [OLD] Core systemAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: minor    
Priority: High    
Version: 2007.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: strip-linguas fix

Description Petr Pisar 2008-04-10 15:50:03 UTC
sys-apps/attr-2.4.41 uses eutils' strip-linguas function to get intersection betwean LINGUAS and translations provided within source code.

Because current invocation (strip-linguas po) misses parametr (-[u|i]), LINGUAS variable gets empty. No translation catalogs are installed as a consequence.

How to fix it: One of those switches should be added as first positional parameter.
Comment 1 Petr Pisar 2008-04-10 15:51:33 UTC
Created attachment 149319 [details, diff]
strip-linguas fix

This changes to "strip-linguas -u po".