> 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?
>
gperf-3.0.4-4
I use the AUR mechanism to make/install package in Arch linux.Here is
part of it:
build() {
cd 'systemd'
./autogen.sh
./configure \
--libexecdir=/usr/lib \
--localstatedir=/var \
--sysconfdir=/etc \
--enable-introspection \
--enable-gtk-doc \
--enable-kdbus \
--enable-compat-libs \
--disable-audit \
--disable-ima \
--disable-multi-seat-x \
--disable-smack \
--with-sysvinit-path= \
--with-sysvrcnd-path=
make
}
I am not an expert, but as far as I understand, gperf doesn't like
blank lines. And I can find some in
src/systemd/src/core/load-fragment-gperf.gperf. Example below:
88 Service.SysVStartPriority, config_parse_warn_compat,
0, 0
89
90 Service.NonBlocking, config_parse_bool,
0, offsetof(Service,
exec_context.non_blocking)
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel