Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 764236 - app-emulation/libvirt-6.8.0-r2 missing dependency on virtual/acl or sys-apps/acl
Summary: app-emulation/libvirt-6.8.0-r2 missing dependency on virtual/acl or sys-apps/acl
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-07 06:14 UTC by Garry Filakhtov
Modified: 2021-02-11 18:02 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 Garry Filakhtov 2021-01-07 06:14:42 UTC
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.
Comment 1 Ionen Wolkens gentoo-dev 2021-01-07 15:23:58 UTC
Might need its own USE=acl, appears to be optional but it's auto-magically detected if sys-apps/acl is installed.
Comment 2 Larry the Git Cow gentoo-dev 2021-02-11 18:02:10 UTC
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(-)