Package Details: gnutls28 3.3.26-1

Git Clone URL: https://aur.archlinux.org/gnutls28.git (read-only, click to copy)
Package Base: gnutls28
Description: A library which provides a secure layer over a reliable transport layer (legacy version)
Upstream URL: http://gnutls.org/
Licenses: GPL3, LGPL2.1
Conflicts: libgnutls28
Provides: libgnutls28
Submitter: SunRed
Maintainer: agherzan
Last Packager: agherzan
Votes: 16
Popularity: 0.000000
First Submitted: 2015-12-05 01:50 (UTC)
Last Updated: 2017-02-21 07:29 (UTC)

Pinned Comments

zman0900 commented on 2016-08-20 22:18 (UTC)

See https://wiki.archlinux.org/index.php/Makepkg#Signature_checking You need to run `gpg --recv-keys 1F42418905D8206AA754CCDC29EE58B996865171`

Latest Comments

« First ‹ Previous 1 2

CurtisLeeBolin commented on 2016-06-01 14:35 (UTC)

Need to update validpgpkeys

<deleted-account> commented on 2016-05-27 20:35 (UTC)

I am getting a "failed to verify package integrity" whenever I try to install.

zman0900 commented on 2016-04-23 23:29 (UTC)

You don't want to just change that `make -k check` to `make` - that will just build the code twice. If you want to build without checks, use `makepkg -si --nocheck`. Even with checks, add the "-s" to make sure dependencies are installed. But hopefully you won't need to disable checks. I added a patch from the gnutls devs to fix the broken test.

yu.development commented on 2016-04-23 03:31 (UTC)

edit PKGBUILD file then change this line: make -k check to make then you can build package :3 makepkg -i

drewofdoom commented on 2016-04-17 07:08 (UTC)

Here's another build failure: http://pastebin.com/PsrVRGLX

computerfr33k commented on 2016-04-15 19:13 (UTC) (edited on 2016-04-15 19:16 (UTC) by computerfr33k)

Fails to build: Makefile:2796: recipe for target 'check-recursive' failed make[1]: *** [check-recursive] Error 1 make[1]: Target 'check' not remade because of errors. make[1]: Leaving directory '/tmp/yaourt-tmp-eric/aur-gnutls28/src/gnutls-3.3.22/tests' make[1]: Entering directory '/tmp/yaourt-tmp-eric/aur-gnutls28/src/gnutls-3.3.22' make[1]: Leaving directory '/tmp/yaourt-tmp-eric/aur-gnutls28/src/gnutls-3.3.22' Makefile:1391: recipe for target 'check-recursive' failed make: *** [check-recursive] Error 1 GEN public-submodule-commit make: Target 'check' not remade because of errors. ==> ERROR: A failure occurred in check(). Aborting... ==> ERROR: Makepkg was unable to build gnutls28. Heres the error: FAIL: test-hash-large ============================================================================ Testsuite summary for GnuTLS 3.3.22 ============================================================================ # TOTAL: 4 # PASS: 3 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/slow/test-suite.log Please report to bugs@gnutls.org ============================================================================ Makefile:1686: recipe for target 'test-suite.log' failed make[4]: *** [test-suite.log] Error 1 make[4]: Leaving directory '/tmp/yaourt-tmp-eric/aur-gnutls28/src/gnutls-3.3.22/tests/slow' Makefile:1792: recipe for target 'check-TESTS' failed make[3]: *** [check-TESTS] Error 2 make[3]: Leaving directory '/tmp/yaourt-tmp-eric/aur-gnutls28/src/gnutls-3.3.22/tests/slow' Makefile:1886: recipe for target 'check-am' failed make[2]: *** [check-am] Error 2 make[2]: Target 'check' not remade because of errors. make[2]: Leaving directory '/tmp/yaourt-tmp-eric/aur-gnutls28/src/gnutls-3.3.22/tests/slow' Making check in dtls make[2]: Entering directory '/tmp/yaourt-tmp-eric/aur-gnutls28/src/gnutls-3.3.22/tests/dtls' make dtls-stress \ dtls dtls-nb make[3]: Entering directory '/tmp/yaourt-tmp-eric/aur-gnutls28/src/gnutls-3.3.22/tests/dtls' CC dtls-stress.o CCLD dtls-stress make[3]: Nothing to be done for 'dtls'. make[3]: Nothing to be done for 'dtls-nb'. make[3]: Leaving directory '/tmp/yaourt-tmp-eric/aur-gnutls28/src/gnutls-3.3.22/tests/dtls' make check-TESTS make[3]: Entering directory '/tmp/yaourt-tmp-eric/aur-gnutls28/src/gnutls-3.3.22/tests/dtls' make[4]: Entering directory '/tmp/yaourt-tmp-eric/aur-gnutls28/src/gnutls-3.3.22/tests/dtls'

zman0900 commented on 2016-04-11 23:35 (UTC)

Please don't flag out of date if there is not a new version. It builds fine for me, so can you include more of the output so I can see the actual error? Just put the whole output on pastebin if you can't find the error.

shoober420 commented on 2016-04-11 20:17 (UTC)

This fails to build. Makefile:2796: recipe for target 'check-recursive' failed make[1]: *** [check-recursive] Error 1 make[1]: Target 'check' not remade because of errors. make[1]: Leaving directory '/home/jukilo420_-/Downloads/packages/gnutls28/src/gnutls-3.3.22/tests' make[1]: Entering directory '/home/jukilo420_-/Downloads/packages/gnutls28/src/gnutls-3.3.22' make[1]: Leaving directory '/home/jukilo420_-/Downloads/packages/gnutls28/src/gnutls-3.3.22' Makefile:1391: recipe for target 'check-recursive' failed make: *** [check-recursive] Error 1 GEN public-submodule-commit make: Target 'check' not remade because of errors. ==> ERROR: A failure occurred in check(). Aborting...

SunRed commented on 2015-12-05 02:26 (UTC)

I created this package for the 32 bit version of steam-native. It would be a pleasure if you continue maintaining this package since you already maintain the lib32 version of this package.