Re: Problem with gkrellfire plugin
Bill Wilson <[email protected]> Wed, 10 Apr 2019 17:58:26 -0500
| Newsgroups | gmane.comp.gnome.apps.gkrellm |
|---|---|
| Message-ID | <[email protected]> |
A gkrellm_init_plugin() function is supposed to be in each plugin so something is wrong with the gkrellfire plugin. Maybe it is corrupted or the plugin has had symbols stripped. Check that the plugin is an executable with symbols: $ objdump -t /usr/lib64/gkrellm2/plugins/gkrellfire.so and specifically check for that init function: $ objdump -t /usr/lib64/gkrellm2/plugins/gkrellfire.so | grep gkrellm_init_plugin Do other plugins you have install Ok? The plugin install log is a gkrelllm internal log printed in the config window and is not a log written to disk. Bill On Wed, 10 Apr 2019 17:29:41 +0100 Peter Humphrey <[email protected]> wrote: > Hello list, > > I've just installed x11-plugins/gkrellfire on this Gentoo ~amd64 box, but the > gkrellm install log shows this error: > > /usr/lib64/gkrellm2/plugins/gkrellfire.so > Error: 'gkrellm_init_plugin': /usr/lib64/gkrellm2/plugins/gkrellfire.so: > undefined symbol: gkrellm_init_plugin > > Is there anything I can do to fix this, or else where should I file a bug? > > Where is the gkrellm install log? I can't find anything like it on this box. > > -- > Regards, > Peter. > > Gentoo testing system > gcc 8.3.0, sys-kernel/gentoo-sources 5.0.7 > QT 5.12.2, KDE frameworks 5.56.0, KDE plasma 5.15.4 > x11-drivers/xf86-video-amdgpu 19.0.0 > dev-libs/amdgpu-pro-opencl 18.20.684755 >