This problem was first reported about 18 months ago. A perl script (/usr/bin/vmware-config-tools.pl) references an undefined variable and dies with the following message: Global symbol "$cX4MouseDriverFile" requires explicit package name at /usr/bin/vmware-config-tools.pl line 4608. After the script that creates /usr/bin/vmware-config-tools.pl fails, adding the following to vmware-config-tools.pl as a new line 4605 fixes the problem: my $cX4MouseDriverFile; Rerunning /usr/bin/vmware-config-tools.pl then works. The script that creates /usr/bin/vmware-config-tools.pl needs a tweak so that the missing variable declaration is added.
/usr/bin/vmware-config-tools.pl needs to create the following directories: rc0.d rc1.d rc2.d rc3.d rc4.d rc5.d rc6.d Also it tells the user to use /usr/bin/vmware-toolbox to run vmware-tools, instead of /etc/init.d/vmware-tools
Which ebuild and version is this about?
*** Bug 159902 has been marked as a duplicate of this bug. ***