Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 107937 - acroread installs with wrong language
Summary: acroread installs with wrong language
Status: RESOLVED DUPLICATE of bug 97401
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-02 15:34 UTC by Aaron Peterson
Modified: 2005-10-02 23:08 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 Aaron Peterson 2005-10-02 15:34:50 UTC
I have a "mutlilingual" machine.. i want to be able to run it in spansih,
russian, chineese, and english... at the twiddle of a button.. but mostly run it
in englsih...

anyway I set my linguas variables to:

Reproducible: Always
Steps to Reproduce:
1.set linguas variable
2. emerge stuff


Actual Results:  
3. have it come up in arbitrary language

Expected Results:  
support all the languages as set in the linguas... with preference to them in
order as they are listed in the variable...

example.. zh en ... would install a only a chineese version if the package
doesn't suppoort multiple installs, or multiple language support.


Also, emerge -v should show which language is going to be installed!



This is the buggy code:


SRC_URI="linguas_de? ( ${SRC_HEAD}/deu/AdobeReader_deu${SRC_FOOT} )
    !linguas_de? ( linguas_fr? ( ${SRC_HEAD}/fra/AdobeReader_fra${SRC_FOOT} )
    !linguas_fr? ( linguas_sv? ( ${SRC_HEAD}/sve/AdobeReader_sve${SRC_FOOT} )
    !linguas_sv? ( linguas_es? ( ${SRC_HEAD}/esp/AdobeReader_esp${SRC_FOOT} )
    !linguas_es? ( linguas_pt? ( ${SRC_HEAD}/ptb/AdobeReader_ptb${SRC_FOOT} )
    !linguas_pt? ( linguas_no? ( ${SRC_HEAD}/nor/AdobeReader_nor${SRC_FOOT} )
    !linguas_no? ( linguas_it? ( ${SRC_HEAD}/ita/AdobeReader_ita${SRC_FOOT} )
    !linguas_it? ( linguas_fi? ( ${SRC_HEAD}/suo/AdobeReader_suo${SRC_FOOT} )
    !linguas_fi? ( linguas_nl? ( ${SRC_HEAD}/nld/AdobeReader_nld${SRC_FOOT} )
    !linguas_nl? ( linguas_da? ( ${SRC_HEAD}/dan/AdobeReader_dan${SRC_FOOT} )
    !linguas_da? ( linguas_ja? ( ${SRC_HEAD}/jpn/AdobeReader_jpn${SRC_FOOT} )
    !linguas_ja? ( linguas_ko? ( ${SRC_HEAD}/kor/AdobeReader_kor${SRC_FOOT} )
    !linguas_ko? ( linguas_zh_CN? ( ${SRC_HEAD}/chs/AdobeReader_chs${SRC_FOOT} )
    !linguas_zh_CN? ( linguas_zh_TW? ( ${SRC_HEAD}/cht/AdobeReader_cht${SRC_FOOT} )
    !linguas_zh_TW? ( ${SRC_HEAD}/enu/AdobeReader_enu${SRC_FOOT} ) ) ) ) ) ) ) )
) ) 

it should get the first linguas variable, and install that one... (for the time
being.. and then if possible, install all of the languages that there is a
linguas   for..
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-10-02 23:08:50 UTC

*** This bug has been marked as a duplicate of 97401 ***