Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 721348 - app-emulation/open-vm-tools-11.0.5 version bump
Summary: app-emulation/open-vm-tools-11.0.5 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-07 05:28 UTC by Per Pomsel
Modified: 2020-05-09 22:19 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Per Pomsel 2020-05-07 05:28:25 UTC
Version 11.0.5 of app-emulation/open-vm-tools is out.

Reproducible: Always
Comment 1 Reuben Farrelly 2020-05-09 05:01:27 UTC
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.
Comment 2 Larry the Git Cow gentoo-dev 2020-05-09 22:19:01 UTC
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(+)