Bug 21433 – "bash: line 952: --list-keys: command not found" when running install.sh on Catalina
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P1
Component
installer
Product
D
Version
D2
Platform
All
OS
Mac OS X
Creation time
2020-11-27T18:47:33Z
Last change time
2020-11-28T20:46:34Z
Keywords
pull
Assigned to
No Owner
Creator
Vladimir Panteleev
Comments
Comment #0 by dlang-bugzilla — 2020-11-27T18:47:33Z
Trying to install D using the install script on a fresh macOS 10.15 VM results in:
% curl -fsS https://dlang.org/install.sh | bash -s dmd
Downloading https://dlang.org/d-keyring.gpg
######################################################################## 100.0%
Warning: No gpg tool found to verify downloads.
bash: line 952: --list-keys: command not found
Broken GPG installation
The "No gpg tool found to verify downloads" message is expected. However, the following two are not.
Comment #1 by dlang-bot — 2020-11-27T18:50:54Z
@CyberShadow created dlang/installer pull request #476 "Fix Issue 21433 - "bash: line 952: --list-keys: command not found" wh…" fixing this issue:
- Fix Issue 21433 - "bash: line 952: --list-keys: command not found" when running install.sh on Catalina
https://github.com/dlang/installer/pull/476
Comment #2 by dlang-bot — 2020-11-28T20:46:34Z
dlang/installer pull request #476 "Fix Issue 21433 - "bash: line 952: --list-keys: command not found" wh…" was merged into master:
- 0971d2d794f110c93a620489c98a294ee6667da5 by Vladimir Panteleev:
Fix Issue 21433 - "bash: line 952: --list-keys: command not found" when running install.sh on Catalina
https://github.com/dlang/installer/pull/476