Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
This thing emerges but can't install in gkrellm2. Install log says: Error: /usr/lib/gkrellm2/plugins/gkrellm-hddtemp.so: undefined symbol: gtk_type_check_object_cast
Created an attachment (id=15674) [details] Problem when 2 versions of gkrellm installed I noticed that that the ebuild compiles the plugin twice if both gkrellm-2.* and gkrellm-1.* are installed, and since its built for version 1.* as second, the plugin for version 2.* is overwritten. I changed the ebuild to build the plugin only for 2.* if both are installed. Probably not an ultimate solution but worked for me :)
Created an attachment (id=15675) [details] Problem when 2 versions of gkrellm installed I noticed that that the ebuild compiles the plugin twice if both gkrellm-2.* and gkrellm-1.* are installed, and since its built for version 1.* as second, the plugin for version 2.* is overwritten. I changed the ebuild to build the plugin only for 2.* if both are installed. Probably not an ultimate solution but worked for me :)
Created an attachment (id=15676) [details] Problem when 2 versions of gkrellm installed I noticed that that the ebuild compiles the plugin twice if both gkrellm-2.* and gkrellm-1.* are installed, and since its built for version 1.* as second, the plugin for version 2.* is overwritten. I changed the ebuild to build the plugin only for 2.* if both are installed. Probably not an ultimate solution but worked for me :)
Same problem here. Erwins patch works fine - thanks! Note that hddtemp is not in /usr/bin it is in /usr/sbin the einfo should be modified accordingly.
in cvs sorry for delay