2011/8/3 Lennart Poettering <[email protected]>: > 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.
Fixed in http://cgit.freedesktop.org/systemd/commit/?id=b62cfcea00862ccbf0e5e297f8a339f70987edef -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
