Release D 2.068.0

Bill Baxter via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue Aug 11 15:51:47 PDT 2015


On Tue, Aug 11, 2015 at 3:28 PM, John Colvin via Digitalmars-d-announce <
digitalmars-d-announce at puremagic.com> wrote:

> On Tuesday, 11 August 2015 at 22:08:50 UTC, Bill Baxter wrote:
>
>> On Tue, Aug 11, 2015 at 12:52 AM, John Colvin via Digitalmars-d-announce
>> < digitalmars-d-announce at puremagic.com> wrote:
>>
>> On Monday, 10 August 2015 at 08:48:52 UTC, Martin Nowak wrote:
>>>
>>> Glad to announce D 2.068.0.
>>>>
>>>> http://downloads.dlang.org/releases/2.x/2.068.0/
>>>>
>>>> This release comes with many rangified phobos functions, 2 new GC
>>>> profilers, a new AA implementation, and countless further improvements and
>>>> fixes.
>>>>
>>>> See the changelog for more details.
>>>> http://dlang.org/changelog.html#2.068.0
>>>>
>>>> -Martin
>>>>
>>>>
>>> brew update && brew reinstall dmd
>>>
>>> :)
>>>
>>>
>> New to brew... getting errors with this on Yosemite:
>>     Error: Permission denied - /usr/local/etc/dmd.conf
>> and sudo brew install refuses to do so.
>>
>> --bb
>>
>
> Did you by any chance have dmd installed from the installer before-hand?
>

No, just installed brew last night.


>
> What does `brew doctor` give you?
>

Ah, that mentions that a bunch of paths aren't writeable and suggests I
chown them.

Warning: /usr/local/bin isn't writable.

Warning: /usr/local/etc isn't writable.

Warning: /usr/local/sbin isn't writable.

Warning: The /usr/local directory is not writable.

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'.
But they don't appear to be so now:

$ ls -ld /usr/local/bin
drwxr-xr-x  77 root  wheel  2618 Aug 10 18:06 /usr/local/bin
Running the chmod and chgrp commands from the brew install over again does
allow the 'brew install dmd' command to complete without error.

--bb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-announce/attachments/20150811/fcfc041f/attachment.html>


More information about the Digitalmars-d-announce mailing list