You are not logged in.

#1 2021-07-02 18:54:16

yorkz
Member
Registered: 2020-03-22
Posts: 26

[SOLVED] gpg: keyserver receive failed: No name

Hi forum,

I was trying to install libgccjit through AUR by running:

    $ makepkg -sic

But the installation failed with the following output:

    ==> Making package: libgccjit 11.1.0-1 (Fri 02 Jul 2021 02:26:13 PM EDT)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
      -> Found gcc-11.1.0.tar.xz
      -> Found gcc-11.1.0.tar.xz.sig
    ==> Validating source files with sha256sums...
        gcc-11.1.0.tar.xz ... Passed
        gcc-11.1.0.tar.xz.sig ... Skipped
    ==> Verifying source file signatures with gpg...
        gcc-11.1.0.tar.xz ... FAILED (unknown public key 6C35B99309B5FA62)
    ==> ERROR: One or more PGP signatures could not be verified!

I then tried:

    $ gpg --recv-keys F3691687D867B81B51CE07D9BBE43771487328A9

But it gave me the error:

    gpg: keyserver receive failed: No name

I've tried specifying a few key servers:

    $ gpg --keyserver keys.gnupg.net --recv-keys F3691687D867B81B51CE07D9BBE43771487328A9
    $ gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys F3691687D867B81B51CE07D9BBE43771487328A9
    $ gpg --keyserver hkps://pool.sks-keyservers.net --recv-keys F3691687D867B81B51CE07D9BBE43771487328A9

but I still got the exact same error. What's the problem and what can I do to further debug the issue?

Thanks in advance

Last edited by yorkz (2021-07-02 19:45:19)

Offline

#2 2021-07-02 19:06:22

seth
Member
Registered: 2012-09-03
Posts: 49,951

Re: [SOLVED] gpg: keyserver receive failed: No name

https://sks-keyservers.net/ wrote:

Update 2021-06-21: Due to even more GDPR takedown requests, the DNS records for the pool will no longer be provided at all.

https://bugs.archlinux.org/task/71078

Edit:

%gpg --keyserver keyserver.ubuntu.com --search-keys F3691687D867B81B51CE07D9BBE43771487328A9
…
(1)	Bartlomiej Piotrowski <b@bpiotrowski.pl>
	Bartłomiej Piotrowski <bpiotrowski@gnome.org>
	Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
	Bartłomiej Piotrowski <b@bpiotrowski.pl>
	Bartlomiej Piotrowski (Barthalion) <barthalion@gmail.com>
	Bartłomiej Piotrowski (Barthalion) <barthalion@gmail.com>
	   2048 bit RSA key BBE43771487328A9, erzeugt: 2011-10-10

Last edited by seth (2021-07-02 19:08:32)

Offline

#3 2021-07-02 19:08:32

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] gpg: keyserver receive failed: No name

┌─[Shiv ~]
└─╼ gpg --keyserver hkps://keys.openpgp.org/ --search-keys F3691687D867B81B51CE07D9BBE43771487328A9
gpg: data source: https://keys.openpgp.org:443
(1)       2048 bit RSA key BBE43771487328A9, created: 2011-10-10
Keys 1-1 of 1 for "F3691687D867B81B51CE07D9BBE43771487328A9".  Enter number(s), N)ext, or Q)uit > 1
gpg: key BBE43771487328A9: no user ID
gpg: Total number processed: 1

Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#4 2021-07-02 19:26:28

yorkz
Member
Registered: 2020-03-22
Posts: 26

Re: [SOLVED] gpg: keyserver receive failed: No name

Thank you seth and jasonwryan for your help. I made it work before seeing your reply by using gpg.mit.edu.

Offline

Board footer

Powered by FluxBB