[Issue 20662] dmd: cannot execute: Permission denied
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sat Mar 28 00:04:35 UTC 2020
    
    
  
https://issues.dlang.org/show_bug.cgi?id=20662
--- Comment #4 from Dlang Bot <dlang-bot at dlang.rocks> ---
@MoonlightSentinel created dlang/dmd pull request #10970 "Merge branch 'master'
into stable" mentioning this issue:
- Set the DMD binary as executable
  The dmd binary must have permission to be executable otherwise it would be
  impossible to launch it without manually setting permissions.
  This patch sets the 644 permission by default for all the other files
installed
  through installRelativeFiles while the 755 permissions will be set for the
dmd binary.
  This fixes the issue #20662
https://github.com/dlang/dmd/pull/10970
--
    
    
More information about the Digitalmars-d-bugs
mailing list