Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#40301 - [brise] Missing files for "bopomofo" and "terra_pinyin"
Attached to Project:
Community Packages
Opened by Dan Cecile (dcecile) - Saturday, 10 May 2014, 23:16 GMT
Last edited by Felix Yan (felixonmars) - Monday, 07 July 2014, 14:37 GMT
Opened by Dan Cecile (dcecile) - Saturday, 10 May 2014, 23:16 GMT
Last edited by Felix Yan (felixonmars) - Monday, 07 July 2014, 14:37 GMT
|
DetailsDescription:
The .bin files for the "bopomofo" and "terra_pinyin" schemas are missing. Additional info: * brise 0.32-1 Steps to reproduce: Switch the schema to "bopomofo", try to enter text--the phonetic symbols do not show up, and completion does not work. |
This task depends upon
Closed by Felix Yan (felixonmars)
Monday, 07 July 2014, 14:37 GMT
Reason for closing: Won't implement
Monday, 07 July 2014, 14:37 GMT
Reason for closing: Won't implement
I suspect that your problem is not related to .bin files, but rather fonts or something else. Otherwise, I'll suggest to report to upstream (since it's not really packaging-related).
$ find .../build/brise/src/brise -name "*.bin"
.../build/brise/src/brise/data/luna_pinyin.table.bin
.../build/brise/src/brise/data/luna_pinyin_fluency.prism.bin
.../build/brise/src/brise/data/cangjie5.prism.bin
.../build/brise/src/brise/data/luna_pinyin_simp.prism.bin
.../build/brise/src/brise/data/luna_pinyin_tw.prism.bin
.../build/brise/src/brise/data/stroke.reverse.bin
.../build/brise/src/brise/data/stroke.table.bin
.../build/brise/src/brise/data/luna_pinyin.reverse.bin
.../build/brise/src/brise/data/cangjie5.table.bin
.../build/brise/src/brise/data/stroke.prism.bin
.../build/brise/src/brise/data/luna_pinyin.prism.bin
.../build/brise/src/brise/data/cangjie5.reverse.bin
An Arch workaround would be possible for this package (by running "rime_deployer --compile bopomofo.schema.yaml" and "rime_deployer --compile terra_pinyin.schema.yaml" manually after "make").
Upstream, I'm not sure if there's a problem in "librime"'s "rime_deployer" tool, or if some file in "brise" is missing a reference to these schemas, or if everything is working as intended (i.e. to not build rarely used schemas). I'm not familiar with this project at all, so I wouldn't know.
What do you think the next step should be?
But please do report it to upstream, thanks.