Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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.
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.
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
The IUSE thing's just verbosity from the original makefile I think...
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?
chinese typo is not fixed yet, reassigning to cjk
Fixed. Sorry for any inconvenience :(
Np. Thanks for fixing it :).