Opened 9 years ago
Closed 9 years ago
#7479 closed defect (fixed)
Dependency is missing (pinentry)
Reported by: | yuksiy | Owned by: | |
---|---|---|---|
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 , 9 years ago
Cc: | added |
---|
comment:2 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed at revision 17090.