Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 217153 - sys-apps/attr-2.4.41 no translation catalogs installed
Summary: sys-apps/attr-2.4.41 no translation catalogs installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-10 15:50 UTC by Petr Pisar
Modified: 2011-05-16 20:34 UTC (History)
0 users

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


Attachments
strip-linguas fix (attr-2.4.41-r1.ebuild,330 bytes, patch)
2008-04-10 15:51 UTC, Petr Pisar
Details | Diff

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