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

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Nov 5 10:08:40 PST 2013


On 05/11/13 16:45, Colin Walters wrote:
> On Tue, 2013-11-05 at 16:39 +0000, Colin Guthrie wrote:
>> Does this not increase the danger that a "make dist" run on a machine
>> without those deps installed would result in a "configure" script that
>> accidentally doesn't have support for those features?
> 
> Indeed, it does.  But in theory the person rolling the tarball should
> know all of the dependencies.

In theory, nobody needs regression tests, because we all write perfect
code first time. :-)

If you do this sort of conditionalization, I think it's worth ensuring
that "make dist" fails if it would otherwise have produced an incomplete
tarball. gtk-doc.make already has that check (it needs gtk-doc support
*enabled* to make dist) but e.g. gcrypt probably doesn't.

    S



More information about the systemd-devel mailing list