[Issue 19434] New: "Invalid signature https://dlang.org/d-keyring.gpg.sig" when using install.sh with no ~/.gnupg
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Nov 25 16:37:58 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=19434
Issue ID: 19434
Summary: "Invalid signature
https://dlang.org/d-keyring.gpg.sig" when using
install.sh with no ~/.gnupg
Product: D
Version: D2
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P1
Component: installer
Assignee: nobody at puremagic.com
Reporter: dlang-bugzilla at thecybershadow.net
Using install.sh fails with the above message on my server.
Un-redirecting gpg's error stream from /dev/null shows:
---
gpg: Signature made Wed 07 Nov 2018 21:03:27 UTC using RSA key ID 12BB1939
gpg: failed to create temporary file
'/home/user/.gnupg/.#lk0x0000555f88533ca0.k3.1azy.net.30121': No such file or
directory
gpg: Fatal: can't create lock for '/home/user/.gnupg/trustdb.gpg'
Invalid signature https://dlang.org/install.sh.sig
---
It looks like it needs ~/.gnupg to exist.
Creating the directory allows the installation script to proceed.
--
More information about the Digitalmars-d-bugs
mailing list