On Mon, Feb 17, 2014 at 07:35:20PM +0100, Zbigniew Jędrzejewski-Szmek wrote: > On Mon, Feb 17, 2014 at 06:38:04PM +0100, arnaud gaboury wrote: > > > At least in systemd git nspawn places its machines in machines.slice. > > > > > > Lennart > > > > > > -- > > > Lennart Poettering, Red Hat > > > > I can not build from git. > > > > .............. > > GPERF src/core/load-fragment-gperf.c > > Empty input keyword is not allowed. > > To recognize an empty input keyword, your code should check for > > len == 0 before calling the gperf generated lookup function. > > Makefile:15823: recipe for target 'src/core/load-fragment-gperf.c' failed > > make[2]: *** [src/core/load-fragment-gperf.c] Error 1 > What configure options did you use? Can you show the output from configure > where > it says what is enabled and what is disabled. > > What gperf version do you have? > > Zbyszek > _______________________________________________ > systemd-devel mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/systemd-devel
Doesn't build for me with the suggested ./configure options, using gperf 3.0.4. I applied this patch locally fix it: https://paste.xinu.at/Ffu/ The problem seems to be the empty lines in the generated .gperf file. d _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
