Package Details: gnutls-git 3.8.7.r57.gd2f7c6e4c-1

Git Clone URL: https://aur.archlinux.org/gnutls-git.git (read-only, click to copy)
Package Base: gnutls-git
Description: A secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them
Upstream URL: https://www.gnutls.org/
Licenses: LGPL-2.1-or-later AND GPL-3.0-or-later
Conflicts: gnutls
Provides: gnutls
Submitter: Chocobo1
Maintainer: Chocobo1
Last Packager: Chocobo1
Votes: 2
Popularity: 0.000000
First Submitted: 2017-08-25 12:41 (UTC)
Last Updated: 2024-10-30 09:30 (UTC)

Required by (401)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

twilk commented on 2018-12-30 17:10 (UTC) (edited on 2018-12-30 17:11 (UTC) by twilk)

To avoid the error yan12125 mentioned, I had to insert the line

sed -i 's/2\.0 1\.8/2.2 &/' configure aclocal.m4

after make autoreconf (line 27) in PKGBUILD (see gnutls#631).

JakeStanger commented on 2018-12-05 18:20 (UTC) (edited on 2018-12-05 18:21 (UTC) by JakeStanger)

Errors on configure:

checking for NETTLE... no
configure: error: 
  ***
  *** Libnettle 3.4.1 was not found.
$ pacman -Q nettle   
nettle 3.4-1

yan12125 commented on 2018-09-28 02:30 (UTC)

Hi I got the following error when building this package:

configure: error: in `/build/gnutls-git/src/gnutls':
configure: error: searching for guile development files for versions 2.0 1.8, but previously found /usr/bin/guile version 2.2

Chocobo1 commented on 2018-09-28 01:59 (UTC)

I had to add rsync, gperf, autogen and wget as make dependencies.

Thank you, fixed.

thithib commented on 2018-09-27 19:19 (UTC)

I had to add rsync, gperf, autogen and wget as make dependencies.