Created attachment 592604 [details, diff] Ebuild patch to add pm-utils flag When running libvirtd it produces the following stderr (when pm-utils is not installed): Oct 13 11:41:11 libvirt libvirtd[33]: Cannot find 'pm-is-supported' in path: No such file or directory Oct 13 11:41:11 libvirt libvirtd[33]: Failed to get host power management capabilities libvirt provides --without-pm-utils flag that can be used to disable PM checks, which would be useful on server systems. Attaching a patch that adds a new pm-utils flag. When enabled - sys-power/pm-utils package will be installed and libvirt will be compiled with --with-pm-utils flag. When disabled, no pm-utils will be installed and compilation will proceed with --without-pm-utils, disabling PM checks.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b492b82a421555b1fa0ff0a2e8d2f6b172ef3f commit 98b492b82a421555b1fa0ff0a2e8d2f6b172ef3f Author: Matthias Maier <tamiko@gentoo.org> AuthorDate: 2019-10-15 15:52:30 +0000 Commit: Matthias Maier <tamiko@gentoo.org> CommitDate: 2019-10-15 16:08:48 +0000 app-emulation/libvirt: version bump to 5.8.0 - add pm-utils use flag - fix runstatedir Closes: https://bugs.gentoo.org/697592 Closes: https://bugs.gentoo.org/695332 Closes: https://bugs.gentoo.org/692594 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Matthias Maier <tamiko@gentoo.org> app-emulation/libvirt/Manifest | 1 + app-emulation/libvirt/libvirt-5.8.0.ebuild | 382 +++++++++++++++++++++++++++++ app-emulation/libvirt/metadata.xml | 3 + 3 files changed, 386 insertions(+)