A binpkg that was built on one machine and has been installed into the VM resulted in: /usr/sbin/libvirtd: error while loading shared libraries: libacl.so.1: cannot open shared object file: No such file or directory when trying to run libvirtd. According to https://gitlab.com/libvirt/libvirt/-/blob/master/libvirt.spec.in#L308-313, we should probably add qemu? ( virtual/acl ) or qemu? ( sys-apps/acl ) to DEPEND in the ebuild.
Might need its own USE=acl, appears to be optional but it's auto-magically detected if sys-apps/acl is installed.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba429eb0ad6f0daf92698b09ec903da9b6028a6 commit 9ba429eb0ad6f0daf92698b09ec903da9b6028a6 Author: Matthias Maier <tamiko@gentoo.org> AuthorDate: 2021-02-11 17:00:00 +0000 Commit: Matthias Maier <tamiko@gentoo.org> CommitDate: 2021-02-11 18:01:07 +0000 app-emulation/libvirt: add dependency on virtual/acl Closes: https://bugs.gentoo.org/764236 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Matthias Maier <tamiko@gentoo.org> app-emulation/libvirt/libvirt-7.0.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)