Re: is there a preferred order to building dependencies for gnupg2

2018-01-10 Thread Phil Pennock
On 2018-01-10 at 11:39 +, Damien Goutte-Gattat wrote: > On 01/10/2018 09:25 AM, Henry wrote: > > There are five libraries required to build gnupg2: libgpg-error, > > libgcrypt, libassuan, libksba and npth. > > > > Is there a preferred order in which they should be built? > > Libgpg-error shou

skipped: Unusable public key error

2018-01-10 Thread Rajireddy Saddi (OSV)
Hi, I am using GPG 2.2.3 I have imported key successfully and did edit and trust I used below command for encryption but I am getting below error skipped: Unusable public key error gpg --pinentry-mode loopback --sign --encrypt --armor -u x -o E:\New\test.txt.gpg -r x --passphrase mypass

Re: is there a preferred order to building dependencies for gnupg2

2018-01-10 Thread Damien Goutte-Gattat
On 01/10/2018 09:25 AM, Henry wrote: There are five libraries required to build gnupg2: libgpg-error, libgcrypt, libassuan, libksba and npth. Is there a preferred order in which they should be built? Libgpg-error should be built first as it is required by all other libraries except npth. Ap

is there a preferred order to building dependencies for gnupg2

2018-01-10 Thread Henry
There are five libraries required to build gnupg2: libgpg-error, libgcrypt, libassuan, libksba and npth. Is there a preferred order in which they should be built? TIA Henry ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mail

libgcrypt-1.8.2: glitch in configure ??

2018-01-10 Thread Henry
Trying to build libgcrypt from source, but it failed with: " In file included from t-lock.c:31:0: /usr/local/include/pthread.h:285:42: error: conflicting types for ‘pthread_t’ typedef struct pthread_st *pthread_t; ^ In file included from /usr