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 591221 - undefined symbols in sound.so plugin
undefined symbols in sound.so plugin
Status: RESOLVED OBSOLETE
Product: libgnomekbd
Classification: Core
Component: Plugin Manager
2.26.x
Other All
: Normal normal
: ---
Assigned To: libgnomekbd maintainers
Sergey V. Udaltsov
Depends on:
Blocks:
 
 
Reported: 2009-08-09 10:49 UTC by Alexey Rusakov
Modified: 2016-03-02 14:08 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26



Description Alexey Rusakov 2009-08-09 10:49:07 UTC
Please describe the problem:
I failed to find gswitchit_plugins module in our fancy 'Simple bug guide' at bugzilla, so I post here.
sound.so uses the symbol gnome_triggers_do but doesn't seem to link with libgnome that defines this symbol.

Steps to reproduce:
0. Pre-requisite: you have libgnomekbd and gswitchit_plugins installed. I suppose that one more pre-requisite is that plugins are compiled with --as-needed compiler option.
1. Run gkbd-indicator-plugins-capplet from the terminal window.

Actual results:
The plugin manager runs, with the following message in the terminal window:
[1249814380,000,gkbd-indicator-plugin-manager.c:gkbd_indicator_plugin_manager_add_plugins_dir/] 	Bad module: [/usr/lib/gnomekbd/sound.so], /usr/lib/gnomekbd/sound.so: undefined symbol: gnome_triggers_do
Respectively, sound.so does not seem to appear in the list of available plugins.

Expected results:
sound.so is linked with libgnome directly.

Does this happen every time?


Other information:
Comment 1 Bastien Nocera 2016-03-02 14:08:05 UTC
This is very likely completely obsolete, closing.