[Issue 14801] OS X installer not compatible with OS X 10.11

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14801

--- Comment #15 from github-bugzi...@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/installer

https://github.com/D-Programming-Language/installer/commit/bd102fb2c11eff9ada1cc1c90d0c1fe7491cc46f
Fix issue 14801: OS X installer not compatible with OS X 10.11

https://github.com/D-Programming-Language/installer/commit/b88e264bb385ba1f540f58dae9bde0c623bd4aef
Merge pull request #128 from jacob-carlborg/issue_14801

--


[Issue 14801] OS X installer not compatible with OS X 10.11

2015-08-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14801

--- Comment #14 from github-bugzi...@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/installer

https://github.com/D-Programming-Language/installer/commit/ff2eac28c6ca6ea483ebf3dd8f8ffd8e4d03921e
Merge pull request #128 from jacob-carlborg/issue_14801

--


[Issue 14801] OS X installer not compatible with OS X 10.11

2015-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14801

--- Comment #13 from Martin Nowak c...@dawg.eu ---
https://github.com/D-Programming-Language/installer/pull/133

--


[Issue 14801] OS X installer not compatible with OS X 10.11

2015-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14801

--- Comment #12 from Martin Nowak c...@dawg.eu ---
(In reply to Martin Nowak from comment #11)
Looks like the dmd.conf wasn't updated accordingly.

From Andrew:

It seems I spoke a bit too early, it actually does not. Placement of the
files worked but links to all the necessary binaries were not properly made.

only dmd has a link in /usr/local/bin/

DMD complains that it cannot find the import paths
/usr/share/dmd/src/phobos
/usr/share/dmd/src/druntime/import

These should not exist because the system will not allow you to write to
/usr/share, they should instead be placed in /usr/local/share.

--


[Issue 14801] OS X installer not compatible with OS X 10.11

2015-08-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14801

--- Comment #9 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/installer

https://github.com/D-Programming-Language/installer/commit/bd102fb2c11eff9ada1cc1c90d0c1fe7491cc46f
Fix issue 14801: OS X installer not compatible with OS X 10.11

In the upcoming OS X 10.11 /usr is not writable. Instead the compiler
is installed in /Library/D/dmd and symlinked to /usr/local.

https://github.com/D-Programming-Language/installer/commit/b88e264bb385ba1f540f58dae9bde0c623bd4aef
Merge pull request #128 from jacob-carlborg/issue_14801

Fix issue 14801: OS X installer not compatible with OS X 10.11

--


[Issue 14801] OS X installer not compatible with OS X 10.11

2015-08-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14801

--- Comment #10 from github-bugzi...@puremagic.com ---
Commit pushed to stable at https://github.com/D-Programming-Language/installer

https://github.com/D-Programming-Language/installer/commit/ff2eac28c6ca6ea483ebf3dd8f8ffd8e4d03921e
Merge pull request #128 from jacob-carlborg/issue_14801

Fix issue 14801: OS X installer not compatible with OS X 10.11

--


[Issue 14801] OS X installer not compatible with OS X 10.11

2015-08-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14801

--- Comment #11 from Martin Nowak c...@dawg.eu ---
Can someone please check that this installer fixes the problem?
https://dlang.dawg.eu/downloads/dmd.2.068.0-b2~fix14801/

--


[Issue 14801] OS X installer not compatible with OS X 10.11

2015-07-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14801

--- Comment #8 from Martin Nowak c...@dawg.eu ---
(In reply to Jacob Carlborg from comment #6)
 I prefer that the compiler is installed in one single directory and then
 symlinked to /usr/local/bin.

Why? It means twice as many files, and you'll still have to remove them.

--


[Issue 14801] OS X installer not compatible with OS X 10.11

2015-07-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14801

--- Comment #6 from Jacob Carlborg d...@me.com ---
I prefer that the compiler is installed in one single directory and then
symlinked to /usr/local/bin.

--


[Issue 14801] OS X installer not compatible with OS X 10.11

2015-07-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14801

--- Comment #7 from Jacob Carlborg d...@me.com ---
https://github.com/D-Programming-Language/installer/pull/128

--


[Issue 14801] OS X installer not compatible with OS X 10.11

2015-07-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14801

--- Comment #3 from Jacob Carlborg d...@me.com ---
Unfortunately it doesn't work. I'll see if I can find some more information.

--


[Issue 14801] OS X installer not compatible with OS X 10.11

2015-07-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14801

--- Comment #4 from Jacob Carlborg d...@me.com ---
It seems that /usr/share also isn't writable. I'm not sure where it's best to
place the DMD installation. Apple doesn't have so much documentation about this
specific for command line tools.

* MacPort places everything in /opt/local
* Homebrew places packages in their own directory somewhere in /usr/local
* There are some Ruby and Perl related folders (gems) in /Library

--


[Issue 14801] OS X installer not compatible with OS X 10.11

2015-07-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14801

--- Comment #5 from Martin Nowak c...@dawg.eu ---
(In reply to Jacob Carlborg from comment #4)
 It seems that /usr/share also isn't writable. I'm not sure where it's best
 to place the DMD installation.

/usr/local/bin - binaries go here
/usr/local/lib - libs go here
/usr/local/share/dmd - docs and examples go here

Can you take care of that?

--


[Issue 14801] OS X installer not compatible with OS X 10.11

2015-07-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14801

--- Comment #2 from Martin Nowak c...@dawg.eu ---
I build an installer that creates links in /usr/local/bin, can you please check
whether that resolves the issue.

https://dlang.dawg.eu/downloads/dmd.2.068.0-b2~fix14801/

https://github.com/MartinNowak/installer/commit/833a78085c680e92381d56c31349a3981c8c7318

--


[Issue 14801] OS X installer not compatible with OS X 10.11

2015-07-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14801

Martin Nowak c...@dawg.eu changed:

   What|Removed |Added

 CC||c...@dawg.eu

--- Comment #1 from Martin Nowak c...@dawg.eu ---
*** Issue 14826 has been marked as a duplicate of this issue. ***

--


[Issue 14801] OS X installer not compatible with OS X 10.11

2015-07-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14801

Martin Nowak c...@dawg.eu changed:

   What|Removed |Added

   Severity|enhancement |blocker

--