Installation failures and https

Jacob Carlborg doob at me.com
Mon Nov 18 15:45:31 UTC 2019


On Monday, 18 November 2019 at 13:26:54 UTC, Ola Fosheim Grøstad 
wrote:
> Another issue is that OS-X Catalina requires programs to be 
> notarized with Apple, otherwise you have to go into 
> preferences/security and make an exception for dmd... That this 
> also applies to command line programs is new in the latest 
> version of OS-X AFAIK. Maybe look at what rust does?

This has already been reported [1]. It doesn’t apply to all ways 
of downloading. It applies if the executable was downloaded using 
a web browser but not curl. It basically applies to executables 
with the quarantine bit set. Downloading using a browser will set 
that bit. It can also be manually removed with the `xattr` 
command.

IIRC, notarizing requires a paid developer account.

[1] https://issues.dlang.org/show_bug.cgi?id=20124

—
/Jacob Carlborg


More information about the Digitalmars-d mailing list