I guess this issue is now closed? We should document libgpgme11-dev as
a dependency.

On Fri, Aug 14, 2015 at 1:38 AM, Tim Rühsen <[email protected]> wrote:
> Am Donnerstag, 13. August 2015, 19:33:56 schrieb Andries E. Brouwer:
>> After git clone, one gets a wget tree without autogenerated files.
>> README.checkout tells one to run ./bootstrap to generate configure.
>>
>> But:
>>
>> $ ./bootstrap
>> ./bootstrap: Bootstrapping from checked-out wget sources...
>> ./bootstrap: consider installing git-merge-changelog from gnulib
>> ./bootstrap: getting gnulib files...
>> ...
>>
>> running: AUTOPOINT=true LIBTOOLIZE=true autoreconf --verbose --install
>> --force -I m4  --no-recursive autoreconf: Entering directory `.'
>> autoreconf: running: true --force
>> autoreconf: running: aclocal -I m4 --force -I m4
>> configure.ac:498: warning: macro 'AM_PATH_GPGME' not found in library
>> autoreconf: configure.ac: tracing
>> autoreconf: configure.ac: not using Libtool
>> autoreconf: running: /usr/bin/autoconf --include=m4 --force
>> configure.ac:93: error: possibly undefined macro: AC_DEFINE
>>       If this token and others are legitimate, please use m4_pattern_allow.
>>       See the Autoconf documentation.
>> configure.ac:498: error: possibly undefined macro: AM_PATH_GPGME
>> autoreconf: /usr/bin/autoconf failed with exit status: 1
>> ./bootstrap: autoreconf failed
>
> Yes sorry, that is a recent issue with metalink. Darshit works on that.
>
> You have to install libgpgme11-dev (Or similar name).
>
> Tim
>



-- 
Thanking You,
Darshit Shah
From b495c71adc88642d06f141c612f82ba10bdb7ee1 Mon Sep 17 00:00:00 2001
From: Darshit Shah <[email protected]>
Date: Sat, 15 Aug 2015 12:22:33 +0530
Subject: [PATCH] Document dependency on libgpgme11-dev

    * README.checkout: Document dependency on libgpgme11-dev required by
    the metalink code.
---
 README.checkout | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.checkout b/README.checkout
index 03463d1..eff6abc 100644
--- a/README.checkout
+++ b/README.checkout
@@ -94,6 +94,10 @@ Compiling From Repository Sources
        saved the .pc file. Example:
        $ PKG_CONFIG_PATH="." ./configure
 
+    * [46]libgpgme11-dev is required to compile with support for metalink files
+      and GPGME support. Metalink requires this library to verify the integrity
+      of the download.
+
 
    For those who might be confused as to what to do once they check out
    the source code, considering configure and Makefile do not yet exist at
@@ -200,3 +204,4 @@ References
   43. http://validator.w3.org/check?uri=referer
   44. http://wget.addictivecode.org/WikiLicense
   45. https://www.python.org/
+  46. https://www.gnupg.org/%28it%29/related_software/gpgme/index.html
-- 
2.5.0

Reply via email to