Summary: | Requirements are inaccurate (kernel >= v3.2 required) | ||
---|---|---|---|
Product: | systemd | Reporter: | Michael Janssen <jamuraa> |
Component: | general | Assignee: | systemd-bugs |
Status: | RESOLVED FIXED | QA Contact: | systemd-bugs |
Severity: | minor | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Michael Janssen
2014-03-18 20:54:23 UTC
Fixed in git. This bug isn't actually fixed. As I noted in the initial report, the LO_FLAGS_PARTSCAN was only the error that I was getting. I worked around by just not compiling systemd-nspawn. With current git master I still can't compile systemd-nspawn against kernel v3.0: src/nspawn/nspawn.c: In function 'setup_image': src/nspawn/nspawn.c:1908:29: error: 'LOOP_CTL_GET_FREE' undeclared (first use in this function) src/nspawn/nspawn.c:1908:29: note: each undeclared identifier is reported only once for each function it appears in src/nspawn/nspawn.c: In function 'loop_remove': src/nspawn/nspawn.c:2314:24: error: 'LOOP_CTL_REMOVE' undeclared (first use in this function) make[3]: *** [src/nspawn/systemd_nspawn-nspawn.o] Error 1 OK, added these missing definitions now too. Please verify. Compiles fine on my v3.0 tree now. |
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.