GNOME Bugzilla – Bug 617473
make check fails with missing PLT entries
Last modified: 2011-09-09 20:10:41 UTC
PASS: abicheck.sh Checking .libs/libgtk-x11-2.0.so for local PLT entries 0040962c 00119407 R_386_JUMP_SLOT 0007b100 gtk_button_pressed 0040971c 000e9707 R_386_JUMP_SLOT 0007af20 gtk_button_enter 00409f18 0013c207 R_386_JUMP_SLOT 0007b060 gtk_button_released 0040a2cc 00111f07 R_386_JUMP_SLOT 001620a0 gtk_menu_shell_get_typ 0040a404 0011dd07 R_386_JUMP_SLOT 0007ae80 gtk_button_leave FAIL: pltcheck.sh
Created attachment 160173 [details] [review] Do not use deprecated gtk_button_* functions internally
Created attachment 160175 [details] [review] Do not use deprecated gtk_button_* functions internally.v2 Do not use the GtkButton signals (They are deprecated since 2.8)
Any idea how to fix the gtk_menu_shell_get_type call?
Comment on attachment 160175 [details] [review] Do not use deprecated gtk_button_* functions internally.v2 it doesn't make sense to emit leave-notify-event from the leave notify event handler.
We are still suffering this with gtk+-2.22: PASS: abicheck.sh Checking .libs/libgtk-x11-2.0.so for local PLT entries 003c49f8 000d7007 R_386_JUMP_SLOT 00076b90 gtk_button_pressed 003c4adc 000e5c07 R_386_JUMP_SLOT 00076e20 gtk_button_enter 003c4ae4 000e1a07 R_386_JUMP_SLOT 0011c9f0 gtk_item_deselect 003c4da8 00098c07 R_386_JUMP_SLOT 001b5bc0 gtk_status_icon_get_bl 003c4db0 00128207 R_386_JUMP_SLOT 000a9090 gtk_dialog_set_has_sep 003c52e8 000c8407 R_386_JUMP_SLOT 00076ca0 gtk_button_released 003c54b4 00072007 R_386_JUMP_SLOT 001b5ac0 gtk_status_icon_set_bl 003c56a4 000c1907 R_386_JUMP_SLOT 001457c0 gtk_menu_shell_get_typ 003c57d8 000db407 R_386_JUMP_SLOT 00076f20 gtk_button_leave 003c5914 00104f07 R_386_JUMP_SLOT 0011c9b0 gtk_item_select FAIL: pltcheck.sh ======================================================================= 1 of 3 tests failed Please report to http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B http://bugs.gentoo.org/show_bug.cgi?id=338865
Fixed in gtk+ 3.0 for me at least...
Here's the current error for gtk-2-24: Checking .libs/libgtk-x11-2.0.so for local PLT entries 004a1b20 000a5e07 R_386_JUMP_SLOT 001e6dc0 gtk_status_icon_set_bl 004a1e64 0011c407 R_386_JUMP_SLOT 0007c460 gtk_button_pressed 004a1ef0 00120e07 R_386_JUMP_SLOT 0007c840 gtk_button_leave 004a21f4 000ee107 R_386_JUMP_SLOT 000b7630 gtk_dialog_set_has_sep 004a2530 000ec207 R_386_JUMP_SLOT 0007c720 gtk_button_enter 004a26f4 00142007 R_386_JUMP_SLOT 00139d80 gtk_item_deselect 004a282c 00115007 R_386_JUMP_SLOT 00168d10 gtk_menu_shell_get_typ 004a2938 0013f607 R_386_JUMP_SLOT 0007c590 gtk_button_released 004a2ad8 000b3007 R_386_JUMP_SLOT 00139d40 gtk_item_select 004a2f0c 00109d07 R_386_JUMP_SLOT 001e6ed0 gtk_status_icon_get_bl FAIL: pltcheck.sh ======================================================================= 1 of 3 tests failed Please report to http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B =======================================================================
Must be long solved by now
It's only solved in gtk+-3, 2.24 branch is still affected
Please reopen and either try to fix this or skip broken test, thanks