Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 831209 - app-emulation/qemu-guest-agent-6.0.0 needs sys-libs/liburing which isn't included in it's dependencies
Summary: app-emulation/qemu-guest-agent-6.0.0 needs sys-libs/liburing which isn't incl...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal major (vote)
Assignee: John Helmert III
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-14 20:35 UTC by ev
Modified: 2023-02-16 12:02 UTC (History)
6 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 ev 2022-01-14 20:35:46 UTC
qemu-guest-agent-6.0.0 doesn't start on machine without sys-libs/liburing installed. 




Reproducible: Always

Steps to Reproduce:
1. install qemu-guest-agent
2. don't install, uninstall or `rm /usr/lib64/liburing.so.2 /usr/lib64/liburing.so.2.1.0`
3. try to start qemu-ga
Actual Results:  
# ~ qemu-ga 
qemu-ga: error while loading shared libraries: liburing.so.2: cannot open shared object file: No such file or directory

Expected Results:  
qemu-guest-agent should have liburing as a dependency, and should start normally.

I've encountered this issue while creating VM image out of stage3-amd64-hardened-nomultilib-openrc-20220109T170538Z.tar.xz
I'm using slightly modified default/linux/amd64/17.1/no-multilib/hardened profile.
 My custom profile just adds few packages and use flags. It shouldn't have influence over this issue. 
QEMU hypervisor I'm using on doesn't have "io-uring" flag enabled. I don't know if that matters.