Tested on ALpine Linux v. 3.20.2 x86_64
Its packages
- Not installed. libgcrypt v. 1.10.3, gnupg v. 2.4.5
- Installed. 'libgpg-error' v. 1.49
Description
Hello. I conceived that the component gnupg is not needed pre-installed in order to build libgcrypt from source. Once built, all that should be left to do is install the gnupg component from Alpine.
Steps to reproduce
# apk -U upgrade && apk add build-base libgpg-error # apk info -e libgpg-error libgpg-error
_output filtered_
# sh ../libgcrypt-1.11.0/configure configure: error: libgpg-error is needed. See ftp://ftp.gnupg.org/gcrypt/libgpg-error/
Yet, as we can conclude, the component informed as needed is already installed. What could possibly be causing it not to be detected by this script?
Note: the obsolete URL resulting from the discontinued FTP server is out-of-scope here; The need for updates accordingly at GnuPG's was reported.