It does not work either. When I run Pkg.build("Nemo") it starts 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 100 85504 100 85504 0 0 72326 0 0:00:01 0:00:01 --:--:-- 72707 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 672k 100 672k 0 0 266k 0 0:00:02 0:00:02 --:--:-- 267k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 450k 100 450k 0 0 192k 0 0:00:02 0:00:02 --:--:-- 192k fatal: destination path 'antic' already exists and is not an empty directory. Already up-to-date. fatal: destination path 'flint2' already exists and is not an empty directory. Already up-to-date. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 13.8M 100 13.8M 0 0 1052k 0 0:00:13 0:00:13 --:--:-- 1345k fatal: destination path 'arb' already exists and is not an empty directory. Already up-to-date. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 21.8M 100 21.8M 0 0 894k 0 0:00:24 0:00:24 --:--:-- 926k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 6066k 100 6066k 0 0 825k 0 0:00:07 0:00:07 --:--:-- 1198k
every time I run Pkg.build("Nemo") So apparently it is never properly build. I'm using Julia 0.5.0 and Pkg.update("Nemo") also ran through the newest version. However the Pkg.build problem remains...