Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29882 - Problem with LINGUAS variable. Its not working.
Summary: Problem with LINGUAS variable. Its not working.
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-29 04:04 UTC by Marcelo Gondim da Cunha
Modified: 2003-09-29 07:51 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 Marcelo Gondim da Cunha 2003-09-29 04:04:01 UTC
root(gondim)/usr/portage/distfiles]#> LINGUAS="pt_BR" emerge -u kde-i18n
Calculating dependencies ...done!
>>> emerge (1 of 1) kde-base/kde-i18n-3.1.4 to /
using package pt_BR
>>> Resuming download...
>>> Downloading
ftp://download.at.kde.org/pub/kde//stable/3.1.4/src//kde-i18n-3.1.4.tar.bz2
--07:21:40-- 
ftp://download.at.kde.org/pub/kde/stable/3.1.4/src/kde-i18n-3.1.4.tar.bz2
           => `/usr/portage/distfiles/kde-i18n-3.1.4.tar.bz2'
Resolving download.at.kde.org... done.
Connecting to download.at.kde.org[192.35.244.50]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /pub/kde/stable/3.1.4/src ... done.
==> SIZE kde-i18n-3.1.4.tar.bz2 ... done.
==> PASV ... done.    ==> REST 94562 ... done.
==> RETR kde-i18n-3.1.4.tar.bz2 ... done.
Length: 143,916,008 [143,821,446 to go]

 0% [                                                                 ] 98,906 
       5.02K/s  ETA 7:46:15[

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Ebuild code:

        for pkg in $LANGS
        do
     ======>    #if [ `use ${pkg}` ] ; then
                if [ ${LINGUAS} = ${pkg} ] ; then
                        SRC_URI="$SRC_URI
$BASEDIR/kde-i18n/kde-i18n-${pkg}-${PV}.tar.bz2"
                        echo "using package ${pkg}"
                fi
        done
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2003-09-29 04:31:16 UTC
Which portage are you using, support for linguas was only added a short time
ago
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2003-09-29 06:02:31 UTC
This ebuild doesn't use the portage LINGUAS use flag support yet (since it's
still not working 100%).

All you need to do us "touch" the ebuild file and then re-emerge.  There's
a comment in the ebuild that explains this.
Comment 3 Marcelo Gondim da Cunha 2003-09-29 07:51:46 UTC
Thanks. I didn't see comments in the ebuild.