problems with pinentry-0.9.0

Rex Kneisley rex.k at me.com
Thu Nov 20 09:40:41 CET 2014


Hello group,

 

I'm sorry to keep turning to this group for help with things that may seem
painfully obvious to all of you.

 

I am attempting to install GnuPG modern 2.1.0 on a clean install of Debian
7.7.0 amd64

I installed the development tools using the Debian "add/remove software"
application.

 

 

I have downloaded all of the packages.


GnuPG modern

2.1.0

3039k

download <ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.1.0.tar.bz2> 

download <ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.1.0.tar.bz2.sig> 


Libgpg-error
<https://www.gnupg.org/related_software/libgpg-error/index.html> 

1.17

654k

download <ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.17.tar.bz2>


download
<ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.17.tar.bz2.sig> 


Libgcrypt
<https://www.gnupg.org/related_software/libraries.en.html#lib-libgcrypt> 

1.6.2

2418k

download <ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.6.2.tar.bz2> 

download <ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.6.2.tar.bz2.sig> 


Libksba <https://www.gnupg.org/related_software/libksba/index.html> 

1.3.1

584k

download <ftp://ftp.gnupg.org/gcrypt/libksba/libksba-1.3.1.tar.bz2> 

download <ftp://ftp.gnupg.org/gcrypt/libksba/libksba-1.3.1.tar.bz2.sig> 


Libassuan <https://www.gnupg.org/related_software/libassuan/index.html> 

2.1.3

504k

download <ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-2.1.3.tar.bz2> 

download <ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-2.1.3.tar.bz2.sig> 


Pinentry

0.9.0

453k

download <ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-0.9.0.tar.bz2> 

download <ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-0.9.0.tar.bz2.sig> 


GPGME <https://www.gnupg.org/related_software/gpgme/index.html> 

1.5.1

943k

download <ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.5.1.tar.bz2> 

download <ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.5.1.tar.bz2.sig> 


GPA <https://www.gnupg.org/related_software/gpa/index.html> 

0.9.5

716k

download <ftp://ftp.gnupg.org/gcrypt/gpa/gpa-0.9.5.tar.bz2> 

download <ftp://ftp.gnupg.org/gcrypt/gpa/gpa-0.9.5.tar.bz2.sig> 


Dirmngr

1.1.0

543k

download <ftp://ftp.gnupg.org/gcrypt/dirmngr/dirmngr-1.1.0.tar.bz2> 

download <ftp://ftp.gnupg.org/gcrypt/dirmngr/dirmngr-1.1.0.tar.bz2.sig> 


 

 

 

 

 

 

I have verified each package signature with the GPG (1.4.12) that came with
Debian using Werner's public key

I have successfully "configured, made and installed" all of the required
libraries in order.

    npth         (ftp://ftp.gnupg.org/gcrypt/npth/)

    libgpg-error (ftp://ftp.gnupg.org/gcrypt/libgpg-error/)

    libgcrypt    (ftp://ftp.gnupg.org/gcrypt/libgcrypt/)

    libksba      (ftp://ftp.gnupg.org/gcrypt/libksba/)

libassuan    (ftp://ftp.gnupg.org/gcrypt/libassuan/)

 

 

However, when I try to ./configure pinentry-0.9.0, It never completes
successfully.

I get quite a few no's and yes's

I did install gawk and then tried again.

But at the bottom I get:

Checking pkg-config is at least version 0.9.0 . ./configure: line 8042: no:
command not found

No

Checking for QT4_CORE. configure: error: No pinentry enabled

 

Here is the full log:

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for a thread-safe mkdir -p... /bin/mkdir -p

checking for gawk... gawk

checking whether make sets $(MAKE)... yes

checking for style of include used by make... GNU

checking for gcc... gcc

checking whether the C compiler works... yes

checking for C compiler default output file name... a.out

checking for suffix of executables... 

checking whether we are cross compiling... no

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for gcc option to accept ISO C89... none needed

checking dependency style of gcc... gcc3

checking how to run the C preprocessor... gcc -E

checking for grep that handles long lines and -e... /bin/grep

checking for egrep... /bin/grep -E

checking for ANSI C header files... yes

checking for sys/types.h... yes

checking for sys/stat.h... yes

checking for stdlib.h... yes

checking for string.h... yes

checking for memory.h... yes

checking for strings.h... yes

checking for inttypes.h... yes

checking for stdint.h... yes

checking for unistd.h... yes

checking minix/config.h usability... no

checking minix/config.h presence... no

checking for minix/config.h... no

checking whether it is safe to define __EXTENSIONS__... yes

checking whether to enable maintainer-specific portions of Makefiles... no

checking build system type... x86_64-unknown-linux-gnu

checking host system type... x86_64-unknown-linux-gnu

checking whether make sets $(MAKE)... (cached) yes

checking whether build environment is sane... yes

checking for gcc... (cached) gcc

checking whether we are using the GNU C compiler... (cached) yes

checking whether gcc accepts -g... (cached) yes

checking for gcc option to accept ISO C89... (cached) none needed

checking dependency style of gcc... (cached) gcc3

checking how to run the C preprocessor... gcc -E

checking for ranlib... ranlib

checking for g++... g++

checking whether we are using the GNU C++ compiler... yes

checking whether g++ accepts -g... yes

checking dependency style of g++... gcc3

checking whether ln -s works... yes

checking for windres... no

checking for gitlog-to-changelog... no

checking if gcc supports -Wno-pointer-sign... yes

checking for ANSI C header files... (cached) yes

checking for string.h... (cached) yes

checking for unistd.h... (cached) yes

checking langinfo.h usability... yes

checking langinfo.h presence... yes

checking for langinfo.h... yes

checking termio.h usability... yes

checking termio.h presence... yes

checking for termio.h... yes

checking locale.h usability... yes

checking locale.h presence... yes

checking for locale.h... yes

checking utime.h usability... yes

checking utime.h presence... yes

checking for utime.h... yes

checking wchar.h usability... yes

checking wchar.h presence... yes

checking for wchar.h... yes

checking for seteuid... yes

checking for stpcpy... yes

checking for mmap... yes

checking for mlock... yes

checking whether mlock is broken... no

checking for byte typedef... no

checking for ulong typedef... yes

checking for setcap... /sbin/setcap

checking for cap_set_proc in -lcap... no

checking for initscr in -lncursesw... no

checking for initscr in -lncurses... no

checking for tgetent in -lcurses... no

checking for tgetent in -ltermcap... no

checking for tgetent in -ltermlib... no

checking for initscr in -lcurses... no

checking for pkg-config... no

checking pkg-config is at least version 0.9.0... ./configure: line 8042: no:
command not found

no

checking for QT4_CORE... configure: error: No pinentry enabled.

 

 

 

I suspect I am missing some dependencies.

Is there a way to install this package that also grabs and installs
dependencies similar to Homebrew on a Mac?

 

Thanks for taking the time to help.

 

Rex

 

 

 

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/attachments/20141120/185081cf/attachment-0001.html>


More information about the Gnupg-users mailing list