Bug 127116
| Summary: | modules is totally broken | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Akira TAGOH <tagoh> |
| Component: | iiimf-le-inpinyin | Assignee: | Yu Shao <yshao> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | eng-i18n-bugs |
| Target Milestone: | --- | Keywords: | i18n |
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2004-08-27 03:40:46 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 127117 | ||
| Bug Blocks: | 125997 | ||
You need to do autotoolize it again. it will fixes this problem. but Bug#127117 has to be fixed first, because of m4 macros is missing. Fixed in iiimf-le-inpinyin-0.3-6. 0.3-6 isn't in rawhide yet. This package has been deprecated and replaced by iiimf-le-chinput. Confirmed fix iiimf-le-chinput in rawhide. |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040510 Description of problem: htt_server can't load the modules for inpinyin because of missing .so suffix like this: $ rpm -ql iiimf-le-inpinyin /usr/lib/im/leif /usr/lib/im/leif/inpinyin /usr/lib/im/leif/inpinyin.0 /usr/lib/im/leif/inpinyin.0.0.0 /usr/lib/im/leif/inpinyin.a /usr/lib/im/leif/inpinyin.la /usr/lib/im/leif/inputs ... /usr/lib/im/locale/zh_CN/inpinyin/aux /usr/lib/im/locale/zh_CN/inpinyin/aux.0 /usr/lib/im/locale/zh_CN/inpinyin/aux.0.0.0 /usr/lib/im/locale/zh_CN/inpinyin/aux.a /usr/lib/im/locale/zh_CN/inpinyin/aux.la /usr/lib/im/locale/zh_CN/inpinyin/candidates Version-Release number of selected component (if applicable): iiimf-le-inpinyin-0.3-4 How reproducible: Always Steps to Reproduce: 1.look at the installed stuff or rpm -ql or rpm -qpl 2. 3. Actual Results: missing so suffix Expected Results: modules should be foo.so or something like that. Additional info: