Issue 21433 - "bash: line 952: --list-keys: command not found" when running install.sh on Catalina
Summary: "bash: line 952: --list-keys: command not found" when running install.sh on C...
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: installer (show other issues)
Version: D2
Hardware: All Mac OS X
: P1 normal
Assignee: No Owner
URL:
Keywords: pull
Depends on:
Blocks:
 
Reported: 2020-11-27 18:47 UTC by Vladimir Panteleev
Modified: 2020-11-28 20:46 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Vladimir Panteleev 2020-11-27 18:47:33 UTC
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 Dlang Bot 2020-11-27 18:50:54 UTC
@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 Dlang Bot 2020-11-28 20:46:34 UTC
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