www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 14801] New: OS X installer not compatible with OS X 10.11

https://issues.dlang.org/show_bug.cgi?id=14801

          Issue ID: 14801
           Summary: OS X installer not compatible with OS X 10.11
           Product: D
           Version: D2
          Hardware: All
                OS: Mac OS X
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: installer
          Assignee: nobody puremagic.com
          Reporter: doob me.com

In the upcoming OS X 10.11 El Capitan Apple have new security policies. The
result of this is that /usr/bin (and some other directories) are not writable,
not even by root but /usr/local is available for developers [1].

The OS X installer should create the symlinks in /usr/local/bin instead of
/usr/bin. /usr/local/bin is in the default PATH, so there should hopefully be
no problems.

[1] https://developer.apple.com/videos/wwdc/2015/?id=706

--
Jul 15 2015