Re: Problem with gkrellfire plugin
Peter Humphrey <[email protected]> Thu, 11 Apr 2019 09:37:41 +0100
| Newsgroups | gmane.comp.gnome.apps.gkrellm |
|---|---|
| Message-ID | <2989058.kexxcMOJst@peak> |
Hello Bill, On Wednesday, 10 April 2019 23:58:26 BST you wrote: > 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. Everything is built from source on a Gentoo box. In this case, the final step in compilation is this: strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version usr/lib64/gkrellm2/plugins/gkrellfire.so >>> Done. For comparison, the same stage in compiling gkrellsun is: strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version usr/lib64/gkrellm2/plugins/gkrellsun.so >>> Done. I can't see any difference. > Check that the plugin is an executable with symbols: > > $ objdump -t /usr/lib64/gkrellm2/plugins/gkrellfire.so /usr/lib64/gkrellm2/plugins/gkrellfire.so: file format elf64-x86-64 SYMBOL TABLE: no symbols I see the same with gkrellsun. > Do other plugins you have install Ok? Gkrellsun and my other three plugins work just fine. > The plugin install log is a gkrelllm internal log printed in the config > window and is not a log written to disk. OK, thanks. Does anyone else have gkrellfire running properly? -- Regards, Peter.