Summary: | app-emulation/libvirt-6.0.0 : ListenStream= references a path below legacy directory in systemd unit files: virtlockd.socket, virtlockd-admin.socket, virtlogd.socket, virtlogd-admin.socket, libvirtd-admin.socket, libvirtd-ro.socket, libvirtd.socket | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Julien Delquié <julien.dlq> |
Component: | Current packages | Assignee: | Matthias Maier <tamiko> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | virtualization |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/14613 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Julien Delquié
2020-02-09 08:56:21 UTC
This is beacuse in the ebuild we are not passing --with-runstatedir=/run rather relying on libvirt's default which in turn rely on autoconf-2.69 defaults. I will post a fix for this shortly. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d0cc6913081b83e692189b025b7f781e344a183 commit 9d0cc6913081b83e692189b025b7f781e344a183 Author: Matthias Maier <tamiko@gentoo.org> AuthorDate: 2020-02-10 16:03:11 +0000 Commit: Matthias Maier <tamiko@gentoo.org> CommitDate: 2020-02-10 16:03:57 +0000 app-emulation/libvirt: Also update 6.0.0 Closes: https://bugs.gentoo.org/708782 Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Matthias Maier <tamiko@gentoo.org> ...ibvirt-6.0.0.ebuild => libvirt-6.0.0-r1.ebuild} | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05da722fe8ad1c924d188b5099bc1f189c406fb4 commit 05da722fe8ad1c924d188b5099bc1f189c406fb4 Author: Michal Privoznik <mprivozn@redhat.com> AuthorDate: 2020-02-10 12:50:20 +0000 Commit: Matthias Maier <tamiko@gentoo.org> CommitDate: 2020-02-10 16:03:48 +0000 app-emulation/libvirt-9999: Provide modern runtime directory Because of autoconf-2.69 and its defaults, the configure script will default to /var/run instead of /run. This may trigger warnings in some packages which expect libvirt to provide modern paths (e.g. systemd and location of .socket files). Bug: https://bugs.gentoo.org/708782 Closes: https://github.com/gentoo/gentoo/pull/14613 Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Signed-off-by: Matthias Maier <tamiko@gentoo.org> app-emulation/libvirt/libvirt-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) |