Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 922980

Summary: media-sound/mpd-0.23.13: optional io_uring
Product: Gentoo Linux Reporter: CaptainBlood <luc_pierard_de_maujouy>
Component: Current packagesAssignee: Adrian Schollmeyer <nex+b-g-o>
Status: UNCONFIRMED ---    
Severity: normal CC: luc_pierard_de_maujouy, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ebuild patch
ebuild patch
ebuild patch
ebuild patch

Description CaptainBlood 2024-01-27 00:14:49 UTC
Created attachment 883200 [details, diff]
ebuild patch

io_uring currently hardcoded in ebuild.
Some kernel may have io_uring disabled, e.g. for security reason.

A minimal patch to bump ebuild in this respect.

Binary size decreases ~ 10%.

No more pesky terminal warning.

Please note both ebuild have no addressing CONFIG_CHECK
Comment 1 CaptainBlood 2024-01-27 01:27:03 UTC
Created attachment 883201 [details, diff]
ebuild patch

Better conformant patch.
Comment 2 CaptainBlood 2024-01-27 01:56:05 UTC
Created attachment 883202 [details, diff]
ebuild patch

package dependency added.

side note:
net-fs/samba suffers the same, blocking sys-libs/liburing removal here.
Comment 3 CaptainBlood 2024-01-27 02:13:34 UTC
Created attachment 883203 [details, diff]
ebuild patch