Re: Failing to build GNUnet 0.22.0 on Arch Linux with incorrect detection of libgcrypt version

marty1885 <[email protected]> Mon, 02 Sep 2024 14:44:59 +0000
Newsgroups gmane.network.gnunet.general
Message-ID <IB4H57004ZdJrnIWBu_SKYvrx59WeT-Njkh-HmGehUnFXVRzAYLLrApL43K4VQbPjzoHIYvIUiHCtIJxR84r0f6_Unv-S7w2h8aN9DxrZ6k=@protonmail.com>
Hi,

Sorry nevermind. I checked out the wrong tag. My apologies for the inconven=
ience.

BR,
Martin




Sent with Proton Mail secure email.

On Monday, September 2nd, 2024 at 10:34 PM, Christian Grothoff <grothoff@gn=
unet.org> wrote:

> Please provide (a gzipped/compressed) attachment with your config.log,
> that has key diagnostics for us. Thanks! -Christian
>=20
> On 9/2/24 4:31 PM, marty1885 wrote:
>=20
> > Hi,
> >=20
> > Congrats for releasing 0.22.0. I tried to build the code on my Arch Lin=
ux server and ran into the following error during configuration. GNUnet is =
unhappy that my libgcrypt is too old and wants at least version 1.6.0.
> >=20
> > checking for struct tm.tm_gmtoff... yes
> > checking for getaddrinfo_a in -lanl... yes
> > checking for libgcrypt-config... no
> > checking for LIBGCRYPT - version >=3D 1.6.0... no
> > checking for gcc options needed to detect all undeclared functions... n=
one needed
> > checking whether gcry_mpi_set_opaque_copy is declared... yes
> > configure: error: You need libgcrypt to build this program.
> > At least version 1.6.0 (API 1) is required.
> >=20
> > However, pacman says I have version 1.11.0-2.
> >=20
> > pacman -Qi libgcrypt | head -n 2
> > Name : libgcrypt
> > Version : 1.11.0-2
> >=20
> > Is there anything I can do to solve this problem? Hope my system info h=
elps resolving this issue.
> >=20
> > OS: Arch Linux ARM
> > Compile: GCC 14.1
> > GNUnet: 0.22.0
> > libgcrypt: 1.11.0
> > autotools: 2.72
> >=20
> > BR,
> > Martin