5
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

archlinux absでpackage rebuildするときに次のようにエラーがでることがある。

==> Verifying source file signature with gpg...
   ...snip... FAILED (unknown public key XXXXXXXXXXX)

今の環境は hkp(port 11371) が閉じられているので、gpg の鍵取得ができないのが原因ぽい。~/.gnupg/gpg.conf の keyserver で次のように指定する(参考)。

keyserver http://http-keys.gnupg.net

そして鍵を取得する。

gpg --recv-keys XXXXXXXXXXX

鍵が無事取得できたら再度makepkgを実行する。

5
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?