You are not logged in.

#1 2015-11-18 17:25:13

LinLuxe
Member
Registered: 2015-11-18
Posts: 2

[SOLVED] Failing to install Parallels Tools 10.2.1.29006 on Arch 4.2.5

Hello to all,

I'm a fairly new user of Arch. Since I could not get Arch running on my old spare laptop due to Broadcom driver issues (I tried for hours to get the internet-connection working but failed miserably), I have now chosen to install it on my Mac via Parallels Virtual Machine.

I am using Parallels Tools 10.2.1.29006 and Arch 4.2.5-1. I also followed the "Preparing dependencies" steps outlined here: https://wiki.archlinux.org/index.php/Parallels. It seems I might need a different version of Arch or xorg, but I cannot see my version of Parallels Tools listed on that page, so I am unsure which version of Arch/xorg I might need.

So, I tried to install it anyway, but the installer fails. It throws out an error log:

Started installation of Parallels Guest Tools version '10.2.1.29006'

Wed Nov 18 02:31:34 CET 2015
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/4.2.5-1-ARCH/build M=/usr/lib/parallels-tools/kmods/prl_eth/pvmnet
make[2]: Entering directory '/usr/lib/modules/4.2.5-1-ARCH/build'
  LD      /usr/lib/parallels-tools/kmods/prl_eth/pvmnet/built-in.o
  CC [M]  /usr/lib/parallels-tools/kmods/prl_eth/pvmnet/pvmnet.o
  LD [M]  /usr/lib/parallels-tools/kmods/prl_eth/pvmnet/prl_eth.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /usr/lib/parallels-tools/kmods/prl_eth/pvmnet/prl_eth.mod.o
  LD [M]  /usr/lib/parallels-tools/kmods/prl_eth/pvmnet/prl_eth.ko
make[2]: Leaving directory '/usr/lib/modules/4.2.5-1-ARCH/build'
make[1]: Leaving directory '/usr/lib/parallels-tools/kmods/prl_eth/pvmnet'
cd prl_tg/Toolgate/Guest/Linux/prl_tg && make
make[1]: Entering directory '/usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg'
make -C /lib/modules/4.2.5-1-ARCH/build SUBDIRS=/usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg SRCROOT=/usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg modules
make[2]: Entering directory '/usr/lib/modules/4.2.5-1-ARCH/build'
  CC [M]  /usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg/prltg.o
/usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg/prltg.c: In function ‘call_tg_sync’:
/usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg/prltg.c:776:8: error: implicit declaration of function ‘vmalloc’ [-Werror=implicit-function-declaration]
  dst = vmalloc(dsize);
        ^
/usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg/prltg.c:776:6: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  dst = vmalloc(dsize);
      ^
/usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg/prltg.c:784:2: error: implicit declaration of function ‘vfree’ [-Werror=implicit-function-declaration]
  vfree(dst);
  ^
/usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg/prltg.c: In function ‘prl_tg_write’:
/usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg/prltg.c:852:15: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   sdesc.idata = vmalloc(src->InlineByteCount);
               ^
/usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg/prltg.c:866:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   sbuf = vmalloc(ssize);
        ^
/usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg/prltg.c:888:6: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  dst = vmalloc(dsize);
      ^
cc1: some warnings being treated as errors
scripts/Makefile.build:258: recipe for target '/usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg/prltg.o' failed
make[3]: *** [/usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg/prltg.o] Error 1
Makefile:1386: recipe for target '_module_/usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg' failed
make[2]: *** [_module_/usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg] Error 2
make[2]: Leaving directory '/usr/lib/modules/4.2.5-1-ARCH/build'
/usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg/Makefile.v26:29: recipe for target 'prl_tg' failed
make[1]: *** [prl_tg] Error 2
make[1]: Leaving directory '/usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg'
Makefile.kmods:23: recipe for target 'installme' failed
make: *** [installme] Error 2
make: Leaving directory '/usr/lib/parallels-tools/kmods'
Error: could not build kernel modules
Error: failed to install kernel modules
2015-11-18T02:31:37+0100: execCmd: ./install --install [143]
2015-11-18T02:31:37+0100: Error: An error occurred when installing Parallels Tools. Please go to /var/log/parallels-tools-install.log for more information.
2015-11-18T02:31:43+0100: Exiting with code 1 

I would happily upload the output of other logs/commands, but I simply do not know which ones might be necessary or specifically relevant in relation to the error.

One more thing: Am I right to assume that installing Parallels will auto-configure my display drivers? Since this is my main reason behind my effort to install Parallels Tools. As of now, I am stuck with only one possible resolution of 800x600 and it looks awfull.

Thnx in advance for any help I might get!

Newbie, LinLuxe

Last edited by LinLuxe (2015-11-19 17:54:55)

Offline

#2 2015-11-19 16:30:36

shailentj
Member
Registered: 2015-11-19
Posts: 1

Re: [SOLVED] Failing to install Parallels Tools 10.2.1.29006 on Arch 4.2.5

As of today (19.11.2015), Parallel tools have not been updated to integrate kernels version 4.2.5+.

You will have to wait and watch the change logs before you can upgrade your kernel.

Yes, the Parallel engineers are quite slow (compared to VMware folks). I hope this will change in the future.

Offline

#3 2015-11-19 17:53:04

LinLuxe
Member
Registered: 2015-11-18
Posts: 2

Re: [SOLVED] Failing to install Parallels Tools 10.2.1.29006 on Arch 4.2.5

Hmm, that's too bad. Maybe I should witch to VMware.

I guess I should mark the thread as solved though..

Thnx for answering shailentj.

Offline

Board footer

Powered by FluxBB