Bug 640038 - unresolved reference to symbol gdk_drawable_get_size
Summary: unresolved reference to symbol gdk_drawable_get_size
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: ibus
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: fujiwara
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-10-04 15:38 UTC by Valdis Kletnieks
Modified: 2010-11-02 03:05 UTC (History)
4 users (show)

Fixed In Version: ibus-1.3.8-2.fc15
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-11-02 03:05:29 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Valdis Kletnieks 2010-10-04 15:38:00 UTC
Description of problem:
Seen during a 'yum update' this morning:
  Updating       : gtk3-2.91.0-1.fc15.x86_64                                2/8 
Non-fatal POSTIN scriptlet failure in rpm package gtk3-2.91.0-1.fc15.x86_64
Cannot load module /usr/lib64/gtk-3.0/3.0.0/immodules/im-ibus.so: /usr/lib64/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: gdk_drawable_get_size
/usr/lib64/gtk-3.0/3.0.0/immodules/im-ibus.so does not export GTK+ IM module API: /usr/lib64/gtk-3.0/3.0.0/immodules/im-ibus.so: undefined symbol: gdk_drawable_get_size
warning: %post(gtk3-2.91.0-1.fc15.x86_64) scriptlet failed, exit status 1

(Got the same message for:

warning: %postun(gtk3-2.90.7-3.fc15.x86_64) scriptlet failed, exit status 1

as well)
Version-Release number of selected component (if applicable):
gtk3-2.91.0-1.fc15.x86_64

How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Matthias Clasen 2010-11-01 18:28:42 UTC
gdk_drawable_get_size has been removed. ibus needs use gdk_window_get_width/height instead

Comment 2 fujiwara 2010-11-02 03:05:29 UTC
http://github.com/fujiwarat/ibus/commit/843c9e13f3363cf7f4ee131b13270e55cb9a2778
This is fixed in ibus-gtk3-1.3.8-2 .


Note You need to log in before you can comment on or make changes to this bug.