Parallels toolbox for Mac fails to install on Fedora 38 VM

/usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg/prltg.c: In function 'prl_tg_init_module':
/usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg/prltg.c:646:13: warning: unused variable 'rc' [-Wunused-variable]
646 | int rc;
| ^~
cc1: some warnings being treated as errors
make[3]: *** [scripts/Makefile.build:252: /usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg/prltg.o] Error 1
make[2]: *** [Makefile:2025: /usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg] Error 2
make[1]: *** [Makefile:43: prl_tg] Error 2
make: *** [Makefile.kmods:47: compile] Error 2
Error: could not build kernel modules
modprobe: FATAL: Module prl_tg not found in directory /lib/modules/6.2.11-300.fc38.x86_64
modprobe: FATAL: Module prl_tg not found in directory /lib/modules/6.2.11-300.fc38.x86_64
Error: failed to install Parallels Guest Tools!
 
my guess is the author of this code was careless and failed to remove 'rc' which is causing the issue.
 
Back
Top