Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 167841 - x11-misc/glsof-0.9.17 produces a lot of libglade-warnings and doesn't work like expected
Summary: x11-misc/glsof-0.9.17 produces a lot of libglade-warnings and doesn't work li...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Andrej Kacian (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-21 07:31 UTC by gmud
Modified: 2007-02-23 09:28 UTC (History)
0 users

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 gmud 2007-02-21 07:31:11 UTC
I get a lot of errors when running glsof (see below).
I have just emerged it. It doesn't work like exprected, no menu function works (nothing happens).

-:1: error: unexpected character `,', expected character `}'
-:1: error: unexpected character `,', expected character `}'

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_view_statusbar_menu_toggled'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_refresh_clicked'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_list_settings_clicked'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_info_clicked'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'start_autorefresh'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_settings_clicked'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_killpid_button_clicked'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_preferences_clicked'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_item_layout_activate'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_search_button_clicked'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_window1_destroy'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_search_entry_changed'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'stop_autorefresh'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_save_as_activate'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_autorefresh_button_clicked'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'add_list_element'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'remove_list_element'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_close_internet_addresses_window_clicked'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'modify_list_element'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_inetaddr_toggled'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_procexe_toggled'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_procpgid_toggled'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_fd_toggled'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_iduname_toggled'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_timeout_toggled'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_dispdir_toggled'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_procid_toggled'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_set_list_clicked'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_settings_close'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_nlinks_toggled'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_main_cb1_toggled'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_main_cb2_toggled'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_close_clicked'.
########### /usr/sbin/lsof -F +c0 -s

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_create_list_settings_clicked'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_close_list_settings_clicked'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_edit_list_settings_clicked'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_remove_list_settings_clicked'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_entry_new_settings_name_changed'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_cancel_new_settings_dialog_clicked'.

(glsof:20266): libglade-WARNING **: could not find signal handler 'on_create_new_settings_dialog_clicked'.


Reproducible: Always

Steps to Reproduce:
1. Emerge glsof
2. run it
3. try "Help"->"About"

Actual Results:  
Nothing happens when selecting a menuitem


[ebuild   R   ] gnome-base/libglade-2.6.0  USE="-debug -doc" 0 kB
[ebuild   R   ] sys-process/lsof-4.77  USE="-static" 0 kB
[ebuild   R   ] x11-misc/glsof-0.9.17  USE="-debug" 0 kB
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-02-21 08:34:11 UTC
Yeah, it's broken... See Bug 135620 as well.
Comment 2 Andrej Kacian (RETIRED) gentoo-dev 2007-02-21 18:41:29 UTC
This is a known GTK/libglade issue, adding -export-dynamic to package's LDFLAGS helps. I will fix this tomorrow, I'm in a hurry right now, sorry.
Comment 3 Andrej Kacian (RETIRED) gentoo-dev 2007-02-21 22:08:04 UTC
Fixed in 0.9.17, please sync in few hours and give it a try.
Comment 4 Andrej Kacian (RETIRED) gentoo-dev 2007-02-22 17:17:46 UTC
I have noticed that this is already fixed in upstream's development repository in the same way.
Comment 5 gmud 2007-02-23 09:25:20 UTC
The change you've made works for me, thanks!