Failed to install Parallels Tools on Fedora 39 ARM

Discussion in 'Linux Virtual Machine' started by 徐哲阳P, Feb 23, 2024.

  1. 徐哲阳P

    徐哲阳P

    Messages:
    2
    /usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg/prltg_call.c: In function 'tg_req_map_user_pages':
    /usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg/prltg_compat.h:63:17: error: too many arguments to function 'get_user_pages'
    63 | get_user_pages(_1, _2, (_3) ? FOLL_WRITE : 0, _4, _5)
    | ^~~~~~~~~~~~~~

    and

    /usr/lib/parallels-tools/kmods/prl_fs/SharedFolders/Guest/Linux/prl_fs/file.c:441:10: error: 'struct file_operations' has no member named 'iterate' 441 | .iterate = prlfs_readdir, | ^~~~~~~/usr/lib/parallels-tools/kmods/prl_fs/SharedFolders/Guest/Linux/prl_fs/file.c:441:27: error: positional initialization of field in 'struct' declared with 'designated_init' attribute [-Werror=designated-init] 441 | .iterate = prlfs_readdir, | ^~~~~~~~~~~~~/usr/lib/parallels-tools/kmods/prl_fs/SharedFolders/Guest/Linux/prl_fs/file.c:441:27: note: (near initialization for 'prlfs_dir_fops')
     
  2. 徐哲阳P

    徐哲阳P

    Messages:
    2
    I modified part of the code myself, and no problem has been found in the current use
     

    Attached Files:

Share This Page