elm-offline icon indicating copy to clipboard operation
elm-offline copied to clipboard

no progress indication during 15 minutes

Open AleXoundOS opened this issue 6 years ago • 1 comments

I run the following command:

$ export https_proxy=localhost:8118
$ export ELM_HOME=all-elm-pkg-sources
$ time elm-offline

After the message Starting downloads... I can observe that it has downloaded all-elm-pkg-sources/0.19.0/package/versions.dat file and created the whole corresponding directory structure of packages.

Nothing observable happens during the next 15 minutes. Stdout is silent, no files created/modified neither. I even thought that it has actually halted and does nothing (and initially was writing this issue with the title - "download does not happen"). Hopefully after that period the names of downloaded packages began to print in ASCII order.

Perhaps the silent period is shorter with good internet connection, maybe it is longer due to my slow connection over proxy.

AleXoundOS avatar Apr 22 '19 17:04 AleXoundOS

If it makes sense, the download ended with:

all packages downloaded
Dependencies ready!                
-- CORRUPT DEPENDENCY ----------------------------------------------------------

I ran into a problem while building the following package:

    1602/elm-feather 2.3.2

This probably means the downloaded files got corrupted somehow. Try deleting
all-elm-pkg-sources (a directory for caching build artifacts) and see if that
resolves the issue.


real    45m24.933s
user    1m19.200s
sys     0m39.302s

AleXoundOS avatar Apr 22 '19 18:04 AleXoundOS