renkinjutsu wrote:I had that problem too.. which ebuild did you install? the ones mentioned in this thread work fine.
When i tried installing manually from extracting the .deb, the problem was that the libraries *.so files that came with it did not have executable permissions. So i had to chmod +x them..
maybe
Code: Select all
chmod -R +x /opt/google/talkplugin
I installed according to this link:
http://forum.sabayon.org/viewtopic.php?t=21584
More accurately:
Code: Select all
emerge --sync
edit /etc/make.conf
add line: PORTDIR_OVERLAY="/usr/local/portage"
uncomment: ACCEPT_LICENSE="*"
mkdir -p /usr/local/portage/www-plugins/google-talkplugin/
cd /usr/local/portage/www-plugins/google-talkplugin/
wget -O google-talkplugin-9999.ebuild http://bugs.gentoo.org/attachment.cgi?id=243839
ebuild google-talkplugin-9999.ebuild digest
emerge google-talkplugin -av
Calculating dependencies... done!
[ebuild N ] media-gfx/nvidia-cg-toolkit-2.1.0017 13,410 kB [0]
[ebuild N ] www-plugins/google-talkplugin-9999 0 kB [1]
Would you like to merge these packages? [Yes/No] Yes
So I installed google-talkplugin-9999.ebuild
There were few lines in that post that seem a typo and I didn't execute them.
the lines that start with equo. nvidia toolkit was installed.
I will try again your suggestion of chmod. I thought that emerge should take care of permissions. At least this is the case usually.
Can you please send me the steps that you did? You have x86 32 bit?
When you tried to install manually from the .deb files you removed the crap of cron.daily and other unnecessary files? I don't want them.