>
> No it does not go on...When I manually start Pkg.build("Nemo") in the same
> session I get:
>
julia> Pkg.build("Nemo")
INFO: Building Nemo
WARNING: `@windows` is deprecated, use `@static is_windows()` instead
in depwarn(::String, ::Symbol) at .\deprecated.jl:64
in @windows(::Any, ::Any) at .\deprecated.jl:472
in include_from_node1(::String) at .\loading.jl:488
in evalfile(::String, ::Array{String,1}) at .\loading.jl:504 (repeats 2
times)
in cd(::##2#4, ::String) at .\file.jl:48
in (::##1#3)(::IOStream) at .\none:13
in open(::##1#3, ::String, ::String) at .\iostream.jl:113
in eval(::Module, ::Any) at .\boot.jl:234
in process_options(::Base.JLOptions) at .\client.jl:239
in _start() at .\client.jl:318
while loading C:\cygwin64\home\Diger\.julia\v0.5\Nemo\deps\build.jl, in
expression starting on line 1
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent Left
Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:--
0Warning: Failed to create the file
Warning:
C:\cygwin64\home\Diger\.julia\v0.5\Nemo\local\lib\libwinpthread-1.dll:
Warning: Device or resource busy
curl: (23) Failed writing body (0 != 1181)
================================================================================================================================[
ERROR: Nemo
]================================================================================================================================
LoadError: automatic download failed (error: 2147500036):
http://nemocas.org/binaries/w64-libwinpthread-1.dll
while loading C:\cygwin64\home\Diger\.julia\v0.5\Nemo\deps\build.jl, in
expression starting on line 36
===============================================================================================================================================================================================================================================================================
===============================================================================================================================[
BUILD ERRORS
]================================================================================================================================
WARNING: Nemo had build errors.
- packages with build errors remain installed in
C:\cygwin64\home\Diger\.julia\v0.5
- build the package(s) and all dependencies with `Pkg.build("Nemo")`
- build a single package by running its `deps/build.jl` script
===============================================================================================================================================================================================================================================================================
When I start a new session in Julia I start with the previous download
stuff first and then eventually end up with the error above (after manually
starting Pkg.build("Nemo") again)