Version 11.0.5 of app-emulation/open-vm-tools is out. Reproducible: Always
This request should now be updated to refer to the bump to the 11.1.0 build of open-vm-tools which is now out. Also note that there is a requirement for kernel option CONFIG_X86_IOPL_IOPERM to be set if running on Linux Kernel 5.5 and above, so something like the following needs to be added to pkg_setup() : kernel_is -gt 5 4 || CONFIG_CHECK+=" ~CONFIG_X86_IOPL_IOPERM" Without this kernel option set, vmtoolsd dumps core on startup due to missing iopl() support.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aba736dc9bcbae607cfb0b5354588ba61410a52 commit 1aba736dc9bcbae607cfb0b5354588ba61410a52 Author: Mike Gilbert <floppym@gentoo.org> AuthorDate: 2020-05-09 22:17:54 +0000 Commit: Mike Gilbert <floppym@gentoo.org> CommitDate: 2020-05-09 22:18:58 +0000 app-emulation/open-vm-tools: bump to 11.1.0 Closes: https://bugs.gentoo.org/721348 Signed-off-by: Mike Gilbert <floppym@gentoo.org> app-emulation/open-vm-tools/Manifest | 1 + .../open-vm-tools/open-vm-tools-11.1.0.ebuild | 142 +++++++++++++++++++++ 2 files changed, 143 insertions(+)