Opened 8 years ago

Closed 8 years ago

#7479 closed defect (fixed)

Dependency is missing (pinentry)

Reported by: yuksiy Owned by: bdubbs@…
Priority: normal Milestone: 7.10
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc: yuk@…

Description

( This ticket has been re-posted revised my following post.
[http://lists.linuxfromscratch.org/pipermail/blfs-dev/2016-February/031590.html )

I encountered an error on the following page. http://www.linuxfromscratch.org/blfs/view/7.8/general/pinentry.html

# ./configure --prefix=/usr
configure:
***
*** You need libgpg-error to build this program.
**  This library is for example available at
***   ftp://ftp.gnupg.org/gcrypt/libgpg-error
*** (at least version 1.16 is required.)
***
configure:
***
*** You need libassuan to build this program.
*** This library is for example available at
***   ftp://ftp.gnupg.org/gcrypt/libassuan/
*** (at least version 2.1.0 (API 2) is required).
***
configure: error: 
***
*** Required libraries not found. Please consult the above messages
*** and install them before running configure again.
***

I think that "libgpg-error" and "libassuan" should be described as "Required Dependency" to satisfy the build chain.

Change History (3)

comment:1 by bdubbs@…, 8 years ago

Cc: yuk@… added

comment:2 by bdubbs@…, 8 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:3 by bdubbs@…, 8 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 17090.

Note: See TracTickets for help on using tickets.