Thread overview
[dvm] Can't install compilers on Mac
Apr 28, 2015
Chris
Apr 29, 2015
Jacob Carlborg
Apr 29, 2015
Chris
Apr 30, 2015
Jacob Carlborg
April 28, 2015
I keep getting this message. Why?

Fetching: http://ftp.digitalmars.com/dmd.2.067.0.zip
[========================================>] 56256/54884 KB

Installing: dmd-2.067.0
An unknown error occurred:
tango.core.Exception.IOException@/Users/doob/development/d/tango/tango/core/Exception.d(59): /Users/name/.dvm/bin/dmd-2.067.0 :: No such file or directory

OS X

Version 0.4.3
April 29, 2015
On 2015-04-28 19:46, Chris wrote:
> I keep getting this message. Why?
>
> Fetching: http://ftp.digitalmars.com/dmd.2.067.0.zip
> [========================================>] 56256/54884 KB
>
> Installing: dmd-2.067.0
> An unknown error occurred:
> tango.core.Exception.IOException@/Users/doob/development/d/tango/tango/core/Exception.d(59):
> /Users/name/.dvm/bin/dmd-2.067.0 :: No such file or directory
>
> OS X
>
> Version 0.4.3

Have you installed DVM itself, running "./dvm install dvm"? Can you please add the verbose flag, "-v", when installing a compiler and posting the output.

-- 
/Jacob Carlborg
April 29, 2015
On Wednesday, 29 April 2015 at 06:41:30 UTC, Jacob Carlborg wrote:
> On 2015-04-28 19:46, Chris wrote:
>> I keep getting this message. Why?
>>
>> Fetching: http://ftp.digitalmars.com/dmd.2.067.0.zip
>> [========================================>] 56256/54884 KB
>>
>> Installing: dmd-2.067.0
>> An unknown error occurred:
>> tango.core.Exception.IOException@/Users/doob/development/d/tango/tango/core/Exception.d(59):
>> /Users/name/.dvm/bin/dmd-2.067.0 :: No such file or directory
>>
>> OS X
>>
>> Version 0.4.3
>
> Have you installed DVM itself, running "./dvm install dvm"? Can you please add the verbose flag, "-v", when installing a compiler and posting the output.

Yes. Doesn't work. Maybe I should just download it and compile it myself?
April 30, 2015
On 2015-04-29 23:24, Chris wrote:

> Yes. Doesn't work.

What happens when you run "./dvm install dvm"? What is the output? If the installation of DVM itself fails you will not be able to install compilers.

You can verify the installation of DVM by opening a new shell session (a new tab or window in Terminal) and run "type dvm | head -1". It should print "dvm is a function".

> Maybe I should just download it and compile it myself?

No, should not be necessary and would most likely not make a difference.

-- 
/Jacob Carlborg