Mike_Stoddart
Bit poster
I'm trying to install the Parallels Tools on a VM running Fedora 20, the host OS is OSX. I'm getting a compile error, is anyone else seeing this? I'm running Parallels 8.0.18619. Thanks.
Parallels Tools 8.0.18619.1001606 Installer started.
2014-10-21T08:19:27-0400: Failed to setup console printk level.
2014-10-21T08:19:28-0400: execCmd: ./installer/pm.sh check_guest_tools 2>&1 [0]
Tue Oct 21 08:19:29 EDT 2014
Start installation or upgrade of Guest Tools
new version of parallels tools
Installed Guest Tools were not found
Perform installation into the /usr/lib/parallels-tools directory
cat: /usr/lib/parallels-tools/kmods/../version: No such file or directory
Start installation of prl_eth kernel module
make: Entering directory `/usr/lib/parallels-tools/kmods'
cd prl_eth/pvmnet && make
make[1]: Entering directory `/usr/lib/parallels-tools/kmods/prl_eth/pvmnet'
make -C /lib/modules/3.16.6-200.fc20.x86_64/build M=/usr/lib/parallels-tools/kmods/prl_eth/pvmnet
make[2]: Entering directory `/usr/src/kernels/3.16.6-200.fc20.x86_64'
LD /usr/lib/parallels-tools/kmods/prl_eth/pvmnet/built-in.o
CC [M] /usr/lib/parallels-tools/kmods/prl_eth/pvmnet/pvmnet.o
/usr/lib/parallels-tools/kmods/prl_eth/pvmnet/pvmnet.c: In function ‘pvmnet_setup’:
/usr/lib/parallels-tools/kmods/prl_eth/pvmnet/pvmnet.c:419:2: error: implicit declaration of function ‘SET_ETHTOOL_OPS’ [-Werror=implicit-function-declaration]
SET_ETHTOOL_OPS(dev, &pvmnet_ethtool_ops);
^
/usr/lib/parallels-tools/kmods/prl_eth/pvmnet/pvmnet.c:419:24: error: ‘pvmnet_ethtool_ops’ undeclared (first use in this function)
SET_ETHTOOL_OPS(dev, &pvmnet_ethtool_ops);
^
/usr/lib/parallels-tools/kmods/prl_eth/pvmnet/pvmnet.c:419:24: note: each undeclared identifier is reported only once for each function it appears in
cc1: some warnings being treated as errors
make[3]: *** [/usr/lib/parallels-tools/kmods/prl_eth/pvmnet/pvmnet.o] Error 1
make[2]: *** [_module_/usr/lib/parallels-tools/kmods/prl_eth/pvmnet] Error 2
make[2]: Leaving directory `/usr/src/kernels/3.16.6-200.fc20.x86_64'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/lib/parallels-tools/kmods/prl_eth/pvmnet'
make: *** [installme] Error 2
make: Leaving directory `/usr/lib/parallels-tools/kmods'
Error: could not build kernel modules
Error: failed to install kernel modules
2014-10-21T08:19:29-0400: execCmd: ./install --install [143]
2014-10-21T08:19:29-0400: Error: An error occurred when installing Parallels Tools. Please go to /var/log/parallels-tools-install.log for more information.
2014-10-21T08:19:30-0400: Exiting with code 1