<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 11, 2015 at 3:28 PM, John Colvin via Digitalmars-d-announce <span dir="ltr"><<a href="mailto:digitalmars-d-announce@puremagic.com" target="_blank">digitalmars-d-announce@puremagic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tuesday, 11 August 2015 at 22:08:50 UTC, Bill Baxter wrote:<br>
</span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
On Tue, Aug 11, 2015 at 12:52 AM, John Colvin via Digitalmars-d-announce < <a href="mailto:digitalmars-d-announce@puremagic.com" target="_blank">digitalmars-d-announce@puremagic.com</a>> wrote:<br>
<br>
</span><div><div class="h5"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Monday, 10 August 2015 at 08:48:52 UTC, Martin Nowak wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Glad to announce D 2.068.0.<br>
<br>
<a href="http://downloads.dlang.org/releases/2.x/2.068.0/" rel="noreferrer" target="_blank">http://downloads.dlang.org/releases/2.x/2.068.0/</a><br>
<br>
This release comes with many rangified phobos functions, 2 new GC profilers, a new AA implementation, and countless further improvements and fixes.<br>
<br>
See the changelog for more details. <a href="http://dlang.org/changelog.html#2.068.0" rel="noreferrer" target="_blank">http://dlang.org/changelog.html#2.068.0</a><br>
<br>
-Martin<br>
<br>
</blockquote>
<br>
brew update && brew reinstall dmd<br>
<br>
:)<br>
<br>
</blockquote>
<br></div></div><span class="">
New to brew... getting errors with this on Yosemite:<br>
    Error: Permission denied - /usr/local/etc/dmd.conf<br>
and sudo brew install refuses to do so.<br>
<br></span>
--bb<br>
</blockquote>
<br>
Did you by any chance have dmd installed from the installer before-hand?<br></blockquote><div><br></div><div>No, just installed brew last night.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
What does `brew doctor` give you?<br>
</blockquote></div><br></div><div class="gmail_extra">Ah, that mentions that a bunch of paths aren't writeable and suggests I chown them.</div><div class="gmail_extra">







<p class="p1"><span class="s1">Warning</span><span class="s2">: /usr/local/bin isn't writable.</span></p><p class="p1"><span class="s2">







</span></p><p class="p1"><span class="s1">Warning</span><span class="s2">: /usr/local/etc isn't writable.</span></p><p class="p1"><span class="s2">







</span></p><p class="p1"><span class="s1">Warning</span><span class="s2">: /usr/local/sbin isn't writable.</span></p><p class="p1"><span class="s2">







</span></p><p class="p1"><span class="s1">Warning</span><span class="s2">: The /usr/local directory is not writable.</span></p></div><div class="gmail_extra"><br></div><div class="gmail_extra">Might be something to do with corp setup.  brew install went fine but said it was changing all those dirs to be group-writeable and group 'admin'.</div><div class="gmail_extra">But they don't appear to be so now:</div><div class="gmail_extra">







<p class="p1"><span class="s1">$ ls -ld /usr/local/bin<br></span>drwxr-xr-x  77 root  wheel  2618 Aug 10 18:06 /usr/local/bin</p></div><div class="gmail_extra">Running the chmod and chgrp commands from the brew install over again does allow the 'brew install dmd' command to complete without error.</div><div class="gmail_extra"><br></div><div class="gmail_extra">--bb</div></div>