@edtoml Fixed in the meanwhile. Sorry for this. I pushed the wrong branch.
Search Criteria
Package Details: gnutls28 3.3.26-1
Package Actions
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) |
Dependencies (6)
- libidn (libidn-gitAUR)
- libtasn1 (libtasn1-gitAUR)
- nettle (nettle-gitAUR)
- p11-kit (p11-kit-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR)
- net-tools (net-tools-gitAUR) (make)
Required by (0)
Sources (2)
agherzan commented on 2017-02-21 07:30 (UTC)
agherzan commented on 2017-02-20 22:46 (UTC)
@edtoml I'll take a look at this tonight.
edtoml commented on 2017-02-20 13:25 (UTC)
3.5.9 shares files with gnutls...
error: file owned by 'gnutls' and 'gnutls28': 'usr/lib/libgnutls.so.30'
error: file owned by 'gnutls' and 'gnutls28': 'usr/lib/libgnutls.so.30.14.0'
Thanks
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`
LizziAS commented on 2016-08-13 01:48 (UTC)
here it is:
gpg --keyserver pgp.mit.edu --recv-keys 9D5EAAF69013B842
LizziAS commented on 2016-08-13 01:36 (UTC)
Validating source files with sha256sums...
gnutls-3.3.24.tar.xz ... Passed
gnutls-3.3.24.tar.xz.sig ... Skipped
==> Verifying source file signatures with gpg...
gnutls-3.3.24.tar.xz ... FAILED (unknown public key 9D5EAAF69013B842)
==> ERROR: One or more PGP signatures could not be verified!
==> ERROR: Makepkg was unable to build gnutls28.
and so then i do:
sudo pacman-key -r 9D5EAAF69013B842
[sudo] password for lizzias:
gpg: key 29EE58B996865171: "Nikos Mavrogiannopoulos nmav@gnutls.org" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
==> Updating trust database...
gpg: next trustdb check due at 2016-10-19
as well as this:
sudo pacman-key --lsign-key 9D5EAAF69013B842
-> Locally signing key 9D5EAAF69013B842...
==> Updating trust database...
gpg: next trustdb check due at 2016-10-19
AND THEN RESTART THE BUILD.
but on the restart of the build, the error persists.
what else is there to do?
also tried:
sudo pacman-key --refresh-keys
but the package still wont build
zman0900 commented on 2016-06-17 22:44 (UTC)
There is talk on the mailing list about this: http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/8588
I'll update to use one of the mirrors for now. This should be safe since the file is signed.
pschichtel commented on 2016-06-17 19:55 (UTC)
This is a working mirror: http://mirrors.dotsrc.org/gcrypt/gnutls/v3.3/
pschichtel commented on 2016-06-17 19:40 (UTC)
The files seem to be missing on their FTP server...
Pinned Comments
zman0900 commented on 2016-08-20 22:18 (UTC)