After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 617473 - make check fails with missing PLT entries
make check fails with missing PLT entries
Status: RESOLVED OBSOLETE
Product: gtk+
Classification: Platform
Component: Widget: Other
2.22.x
Other All
: Normal major
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-05-02 21:12 UTC by Kjartan Maraas
Modified: 2011-09-09 20:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Do not use deprecated gtk_button_* functions internally (1.87 KB, patch)
2010-05-02 21:48 UTC, Javier Jardón (IRC: jjardon)
none Details | Review
Do not use deprecated gtk_button_* functions internally.v2 (3.01 KB, patch)
2010-05-02 22:13 UTC, Javier Jardón (IRC: jjardon)
rejected Details | Review

Description Kjartan Maraas 2010-05-02 21:12:45 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
Comment 1 Javier Jardón (IRC: jjardon) 2010-05-02 21:48:43 UTC
Created attachment 160173 [details] [review]
Do not use deprecated gtk_button_* functions internally
Comment 2 Javier Jardón (IRC: jjardon) 2010-05-02 22:13:58 UTC
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)
Comment 3 Kjartan Maraas 2010-05-03 16:20:50 UTC
Any idea how to fix the gtk_menu_shell_get_type call?
Comment 4 Matthias Clasen 2010-05-05 01:33:40 UTC
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.
Comment 5 Pacho Ramos 2010-09-26 22:23:46 UTC
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
Comment 6 Kjartan Maraas 2011-01-19 22:31:15 UTC
Fixed in gtk+ 3.0 for me at least...
Comment 7 Kjartan Maraas 2011-01-27 15:03:59 UTC
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
=======================================================================
Comment 8 Matthias Clasen 2011-06-01 03:06:30 UTC
Must be long solved by now
Comment 9 Pacho Ramos 2011-06-22 09:15:49 UTC
It's only solved in gtk+-3, 2.24 branch is still affected
Comment 10 Pacho Ramos 2011-09-09 20:10:41 UTC
Please reopen and either try to fix this or skip  broken test, thanks