dvm
dvm copied to clipboard
DVM can't fetch AND install dmd
If I run dvm install 2.064.2
to install dmd, DVM download dmd, but compile it too long. I abort it after ~4 hours of waiting.
If I use dvm fetch 2.064.2
to download dmd, then copy dmd.2.064.2.zip
file to the ~/.dvm/archives
directory and then run dvm install 2.064.2
everything is OK.
Hmm, I've seen that it sometimes take unusually long time to install a compiler using DVM, but not anyway near four hours. I'm not sure what's happening. You can always use the -v
flag to get more information what's happening. I'll look in to it.
It looks like we have infinity loop because I see 100% usage of 1 processor core. I'll try to print verbose output.
Verbose output:
dvm install 2.064.2 -v Fetching: source: http://ftp.digitalmars.com/dmd.2.064.2.zip destination: ~/.dvm/archives/dmd.2.064.2.zip
[========================================>] 33381/32567 KB
Installing: dmd-2.064.2 Unpacking: source: ~/.dvm/archives/dmd.2.064.2.zip destination: ~/.dvm/tmp/dmd-2.064.2