First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 87054
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: CJK Team <cjk@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Garrett Cooper <yaneurabeya@yahoo.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 87054 depends on: Show dependency tree
Bug 87054 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-03-28 18:49 0000
There's is a typo in the acroread-asianfonts ebuilds for both the 5.x and 7.x
versions of Adobe Acrobat reader. In line 29, linguas_ja is mistyped as
linugas_ja, which prevents users who want just the Japanese language in their
ebuilds to emerge the asianfonts package.

Reproducible: Always
Steps to Reproduce:
1. LINGUAS="ja" emerge acroread-asianfonts

Actual Results:  
Failed, as described.

Expected Results:  
emerged the ebuild correctly.

I edited the ebuild and it spits out some warnings, but emerges as expected.

------- Comment #1 From Wilbur Pan 2005-03-29 06:58:14 0000 -------
I think there might be a second typo.

In the ebuild, there's this bit of code:

src_install() {
        INSTALLDIR="/opt/Acrobat7/Resource"
        INST_LANG=""
        useq linguas_zh_CN && INST_LANG="${INST_LANG} CHS"
        useq linguas_zh_CN && INST_LANG="${INST_LANG} CHT"
        useq linguas_ja    && INST_LANG="${INST_LANG} JPN"
        useq linguas_ko    && INST_LANG="${INST_LANG} KOR"

It looks like zh_CN is used twice, and there is no option for zh_TW.

------- Comment #2 From Wilbur Pan 2005-03-29 07:05:04 0000 -------
I also get this notice when emerging acroread-asianfonts:

QA Notice: USE Flag 'linguas_zh_CN' not in IUSE for media-fonts/acroread-asianfonts-7.0.20020815

------- Comment #3 From Garrett Cooper 2005-03-29 10:34:39 0000 -------
The IUSE thing's just verbosity from the original makefile I think...

------- Comment #4 From Garrett Cooper 2005-03-30 11:41:37 0000 -------
Looks like someone beat me to the punch and this may be fixed:
http://bugs.gentoo.org/show_bug.cgi?id=87044 . Is the Chinese support fixed as
well?

------- Comment #5 From Stefan Schweizer 2005-03-31 12:12:28 0000 -------
chinese typo is not fixed yet, reassigning to cjk

------- Comment #6 From Mamoru KOMACHI (RETIRED) 2005-03-31 20:10:04 0000 -------
Fixed. Sorry for any inconvenience :(

------- Comment #7 From Garrett Cooper 2005-03-31 21:00:56 0000 -------
Np. Thanks for fixing it :).

First Last Prev Next    No search results available      Search page      Enter new bug