Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File not found error installing gcc-c++ on Julia v0.7.0-beta2 #150

Open
alkorang opened this issue Jul 26, 2018 · 2 comments
Open

File not found error installing gcc-c++ on Julia v0.7.0-beta2 #150

alkorang opened this issue Jul 26, 2018 · 2 comments

Comments

@alkorang
Copy link

alkorang commented Jul 26, 2018

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.

@jcheyns
Copy link

jcheyns commented Aug 2, 2018

Please see my comments in #141

@jcheyns
Copy link

jcheyns commented Aug 21, 2018

Should be fixed by PR #157

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants