You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia>using WinRPM
julia> WinRPM.install("gcc-c++")
INFO: Packages to install: gcc-c++
Continue with install [y/N]? y
INFO: Downloading: gcc-c++
INFO: Extracting: gcc-c++
ERROR: 지정된 파일을 찾을 수 없습니다.
C:\Users\alkorang\.julia\packages\WinRPM\Zs9v\cache\2\mingw64-gcc-c%2B%2B-7.2.0-3.2.noarch.cpio
System ERROR:
지정된 파일을 찾을 수 없습니다.
7-Zip [64] 16.04: Copyright (c) 1999-2016 Igor Pavlov :2016-10-04
Scanning the drive for archives:
ERROR: failed process:Process(`'C:\Users\alkorang\AppData\Local\Julia-0.7.0-beta2\bin\7z.exe' x -y 'C:\Users\alkorang\.julia\packages\WinRPM\Zs9v\cache\2\mingw64-gcc-c%2B%2B-7.2.0-3.2.noarch.cpio' '-oC:\Users\alkorang\.julia\packages\WinRPM\Zs9v\deps'`, ProcessExited(2)) [2]
Stacktrace:
[1] error(::String, ::Base.Process, ::String, ::Int64, ::String) at .\error.jl:42
[2] pipeline_error at .\process.jl:712 [inlined]
[3] do_install(::WinRPM.Package) at C:\Users\alkorang\.julia\packages\WinRPM\Zs9v\src\WinRPM.jl:490
[4] do_install(::WinRPM.Packages{Array{LibExpat.ETree,1}}) at C:\Users\alkorang\.julia\packages\WinRPM\Zs9v\src\WinRPM.jl:446
[5] #install#19(::Bool, ::Function, ::WinRPM.Package) at C:\Users\alkorang\.julia\packages\WinRPM\Zs9v\src\WinRPM.jl:393
[6] #install at .\none:0 [inlined]
[7] #install#17 at C:\Users\alkorang\.julia\packages\WinRPM\Zs9v\src\WinRPM.jl:362 [inlined]
[8] install at C:\Users\alkorang\.julia\packages\WinRPM\Zs9v\src\WinRPM.jl:362 [inlined] (repeats 2 times)
[9] top-level scope at none:0
julia>
It complains C:\Users\alkorang\.julia\packages\WinRPM\Zs9v\cache\2\mingw64-gcc-c%2B%2B-7.2.0-3.2.noarch.cpio does not exist.
In C:\Users\alkorang\.julia\packages\WinRPM\Zs9v\cache\2\, there is mingw64-gcc-c++-7.2.0-3.2.noarch.cpio instead of mingw64-gcc-c%2B%2B-7.2.0-3.2.noarch.cpio. So I changed the file name manually but got the same error.
The text was updated successfully, but these errors were encountered:
It complains
C:\Users\alkorang\.julia\packages\WinRPM\Zs9v\cache\2\mingw64-gcc-c%2B%2B-7.2.0-3.2.noarch.cpio
does not exist.In
C:\Users\alkorang\.julia\packages\WinRPM\Zs9v\cache\2\
, there ismingw64-gcc-c++-7.2.0-3.2.noarch.cpio
instead ofmingw64-gcc-c%2B%2B-7.2.0-3.2.noarch.cpio
. So I changed the file name manually but got the same error.The text was updated successfully, but these errors were encountered: