[systemd-devel] [PATCH 0/1] systemd will fail to compile if libgcrypt is missing

Lennart Poettering lennart at poettering.net
Mon Nov 4 04:01:26 PST 2013


On Sat, 02.11.13 02:11, Djalal Harouni (tixxdz at opendz.org) wrote:

> Hi list,
> 
> I'm doing some systemd testing on clean machines. I'm building from git
> tree, and I've noticed that systemd autogen.sh will fail if the
> libgcrypt and its headers are missing, this will produce a buggy
> configure script.

This is expected that way. If you build from git you need a few
additional dependencies. The automatic dependency checks in configure.ac
are only used for tarball builds, they are irrelevant for the git
builds.

Or in other words: if you build from git you need to know what you are
doing, you need to install autoconf/automake/libtool and friends first,
and a number of other dependencies, and these will not be automatically
detected, and that's intended that way.

There's not to fix here.

Lennart

-- 
Lennart Poettering, Red Hat


More information about the systemd-devel mailing list