Bug 54461

Summary: unable to compile udev on C++ free system because of gperf
Product: systemd Reporter: Sylvain BERTRAND <sylvain.bertrand>
Component: generalAssignee: systemd-bugs
Status: RESOLVED NOTABUG QA Contact: systemd-bugs
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Sylvain BERTRAND 2012-09-03 20:45:17 UTC
C++ free systems cannot compile udev because it's hard dependent on gperf
which forces installation of a C++ compiler.
Comment 1 Lennart Poettering 2012-09-07 14:25:02 UTC
gperf is a build time dependency (not runtime), much like gcc which requires C++ these days too. Also, we optimize for runtime dependencies, not build time dependncies.

Closing.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.