-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
I'm getting the following error message when trying to build CMake in Julia 1.3 running on Windows 10. I'm thinking it has something to do with the '-o' being appended to the beginning of the file path.
┌ Error: Error building `CMake`:
│ [ Info: Attempting to create directory C:\Users\Jordan\.julia\packages\CMake\nSK2r\deps\downloads
│ [ Info: Directory C:\Users\Jordan\.julia\packages\CMake\nSK2r\deps\downloads already exists
│ [ Info: Downloading file https://github.com/Kitware/CMake/releases/download/v3.12.3/cmake-3.12.3-win64-x64.zip
│ [ Info: Done downloading file https://github.com/Kitware/CMake/releases/download/v3.12.3/cmake-3.12.3-win64-x64.zip
│ [ Info: Attempting to create directory C:\Users\Jordan\.julia\packages\CMake\nSK2r\deps
│ [ Info: Directory C:\Users\Jordan\.julia\packages\CMake\nSK2r\deps already exists
│ ERROR: LoadError: IOError: could not spawn `'C:\Program Files\Julia-1.3.0\bin\7z.exe' x 'C:\Users\Jordan\.julia\packages\CMake\nSK2r\deps\downloads\cmake-3.12.3-win64-x64.zip' -y '-oC:\Users\Jordan\.julia\packages\CMake\nSK2r\deps\downloads'`: no such file or directory (ENOENT)
│ Stacktrace:
│ [1] _spawn_primitive(::String, ::Cmd, ::Array{Any,1}) at .\process.jl:99
│ [2] #554 at .\process.jl:112 [inlined]
│ [3] setup_stdios(::Base.var"#554#555"{Cmd}, ::Array{Any,1}) at .\process.jl:196
│ [4] _spawn at .\process.jl:111 [inlined]
│ [5] #run#565(::Bool, ::typeof(run), ::Cmd) at .\process.jl:439
│ [6] run(::Cmd) at .\process.jl:438
│ [7] run(::BinDeps.PathRule) at C:\Users\Jordan\.julia\packages\BinDeps\ZEval\src\BinDeps.jl:503
│ [8] run(::BinDeps.SynchronousStepCollection) at C:\Users\Jordan\.julia\packages\BinDeps\ZEval\src\BinDeps.jl:521
│ [9] run(::FileRule) at C:\Users\Jordan\.julia\packages\BinDeps\ZEval\src\BinDeps.jl:483
│ [10] run(::BinDeps.SynchronousStepCollection) at C:\Users\Jordan\.julia\packages\BinDeps\ZEval\src\BinDeps.jl:521
│ [11] top-level scope at C:\Users\Jordan\.julia\packages\CMake\nSK2r\deps\build.jl:155
│ [12] include at .\boot.jl:328 [inlined]
│ [13] include_relative(::Module, ::String) at .\loading.jl:1105
│ [14] include(::Module, ::String) at .\Base.jl:31
│ [15] include(::String) at .\client.jl:424
│ [16] top-level scope at none:5
│ in expression starting at C:\Users\Jordan\.julia\packages\CMake\nSK2r\deps\build.jl:155
└ @ Pkg.Operations D:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.3\Pkg\src\backwards_compatible_isolation.jl:649
Metadata
Metadata
Assignees
Labels
No labels