Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30378 - kde-i18n is trying to download the whole i18n set irrespective of LINGUAS.
Summary: kde-i18n is trying to download the whole i18n set irrespective of LINGUAS.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal
Assignee: Caleb Tennis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-05 03:29 UTC by Sergey Kuleshov (RETIRED)
Modified: 2003-10-14 05:56 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 Sergey Kuleshov (RETIRED) gentoo-dev 2003-10-05 03:29:27 UTC
No matter what LINGUAS var is set in make.com kde-i18n package for kde 3.1.4 is
trying to download the whole set, which arrounf 143 MB.

Reproducible: Always
Steps to Reproduce:
1. Set LINGUAS in /etc/make.conf to one of avvailable values (e.g. LINGUAS="ru")
2. Run emerge -pf kde-i18n

Actual Results:  
The whole kde-i18n package is downloaded.

Expected Results:  
kde-i18n-ru package should be downloaded.
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2003-10-05 03:46:22 UTC
known problem - from the ebuild:
# If you start the emerge without setting the LINGUAS variable, then try
to
# reemerge, portage will NOT scan your changes, because the ebuild itself
# hasn't changed.  You need to "touch" this ebuild file to make portage re-evaluate
# this ebuild after your LINGUAS changes.
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2003-10-05 03:54:06 UTC
-> bug #22603 for more information
Comment 3 Sergey Kuleshov (RETIRED) gentoo-dev 2003-10-05 05:51:03 UTC
The way this worked is:
export LINGUAS="ru"
touch /path/to/ebuild
emerge kde-i18n
Comment 4 Caleb Tennis (RETIRED) gentoo-dev 2003-10-06 06:10:55 UTC
Due to portage caching, this is the only way this will work for this ebuild.
 As soon as a new portage version with use flag work is fixed, this will
be made even more robust.
Comment 5 Caleb Tennis (RETIRED) gentoo-dev 2003-10-14 05:56:35 UTC
Should be fixed in latest ebuild