On Wed, 03.08.11 09:29, Andreas Jaeger ([email protected]) wrote: > > On Wednesday, August 03, 2011 05:24:33 Lennart Poettering wrote: > > Heya, > > > > http://www.freedesktop.org/software/systemd/systemd-33.tar.bz2 > > It does not build for me: > > src/systemd_logind-logind.o: In function `manager_parse_config_file': > /usr/src/packages/BUILD/systemd-33/src/logind.c:1179: undefined reference to > `logind_gperf_lookup' > collect2: ld returned 1 exit status > make[2]: *** [systemd-logind] Error 1 > > It worked after I added gperf to the build environment. Is gperf now required > or is the check for existance of gperf ignored?
gperf is required. The configure check is simply borked, and doesn't fail if gperf isn't found. Lennart -- Lennart Poettering - Red Hat, Inc. _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
