Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 89824 - immqt overrides immqt-bc in qt ebuilds
Summary: immqt overrides immqt-bc in qt ebuilds
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Mamoru KOMACHI (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-20 08:50 UTC by Jason Stubbs (RETIRED)
Modified: 2005-05-28 18:37 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Stubbs (RETIRED) gentoo-dev 2005-04-20 08:50:01 UTC
Excerpt from use.local.desc:

x11-libs/qt:immqt -Enable binary incompatible version of immodule for Qt
x11-libs/qt:immqt-bc - Enable binary compatible version of immodule for Qt

These don't sound like they are exclusive, but looking at the ebuild:

use immqt-bc    && myconf="${myconf} -inputmethod"
use immqt       && myconf="${myconf} -inputmethod -inputmethod-ext"

This means that those that think they can both be enabled are actually having binary compatibility disabled. This then means that removing immqt and recompiling qt causes lots of missing symbols in all kde apps. Why not just those that also support immqt{,-bc}? I don't know, but I know what happened after I removed immqt...
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2005-05-28 18:37:25 UTC
They are actually exclusive, so I changed qt ebuilds to
abort if you set both. Thanks for the report.