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

Bug 514178

Summary: sys-fs/eudev noticed me about required CONFIG_FHANDLE, but I have not systemd
Product: Gentoo Linux Reporter: kulti <kultihell>
Component: [OLD] UnspecifiedAssignee: eudev team <eudev>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description kulti 2014-06-21 15:18:14 UTC
As I understand, this option required only for systemd and can raise problem with systemd. So it's not always required.

Reproducible: Always
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2014-06-21 17:43:21 UTC
libudev also uses name_to_handle_at, just grep the eudev source tree
Comment 2 kulti 2014-06-21 19:18:54 UTC
Thanks, understood now. Also I did some test and can confirm, that this option realy required. Please close as WONTFIX or INVALID.
Comment 3 Anthony Basile gentoo-dev 2014-06-21 20:36:51 UTC
Yes.  It is really required.  We have fallback in case libc doesn't provide the function name_to_handle_at, see src/libudev/missing.h.  But the syscall must be provided by the kernel no matter what..