Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 173172 - app-i18n/uim-1.4.1 doesn't work with qt-immodule
Summary: app-i18n/uim-1.4.1 doesn't work with qt-immodule
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-02 18:09 UTC by Shintaro Matsuoka
Modified: 2007-04-03 14:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to fix the problem (uim-1.4.1-ebuild-patch,511 bytes, patch)
2007-04-02 18:11 UTC, Shintaro Matsuoka
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Shintaro Matsuoka 2007-04-02 18:09:06 UTC
Uim doesn't work with qt-immodule because the ebuild doesn't configure uim with appropriate options (-DQT_THREAD_SUPPORT).
This problem happens for lack of inheritance of flag-o-matic.


Reproducible: Always

Steps to Reproduce:
1. USE="qt3" emerge =uim-1.4.1
2. compile succeeds, but uim doesn't work with qt-immodule


Actual Results:  
# emerge =uim-1.4.1
...
>>> Emerging (1 of 1) app-i18n/uim-1.4.1 to /
...
>>> Compiling source in /var/tmp/portage/app-i18n/uim-1.4.1/work/uim-1.4.1 ...
/usr/portage/app-i18n/uim/uim-1.4.1.ebuild: line 78: append-flags: command not found
 * econf: updating uim-1.4.1/config.guess with /usr/share/gnuconfig/config.guess
...


Expected Results:  
# emerge =uim-1.4.1
...
>>> Emerging (1 of 1) app-i18n/uim-1.4.1 to /
...
>>> Compiling source in /var/tmp/portage/app-i18n/uim-1.4.1/work/uim-1.4.1 ...
 * econf: updating uim-1.4.1/config.guess with /usr/share/gnuconfig/config.guess
...
Comment 1 Shintaro Matsuoka 2007-04-02 18:11:10 UTC
Created attachment 115300 [details, diff]
patch to fix the problem
Comment 2 MATSUU Takuto (RETIRED) gentoo-dev 2007-04-03 14:25:28 UTC
Fixed in cvs. thanks.