-
Notifications
You must be signed in to change notification settings - Fork 74
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
Malformed shell commands on Windows with 0.7 master #340
Comments
So this wasn't happening on 0.6? It looks to me like it gets parsed the same way: julia> `7z.exe x C:\\somefile.txt -y -oC:\\dir`
`7z.exe x 'C:\somefile.txt' -y '-oC:\dir'` (Note the quotes around the entire output directory specification) |
There's nothing wrong with the command here at all. Windows can't replace in-use dlls. Close all julia executables, jupyter notebooks, etc and reboot for good measure, then try again without any changes to bindeps. |
The issue I was seeing appears to be related to unusual characters (like +) in filenames and urls: JuliaPackaging/WinRPM.jl#134 (comment) |
This shows up when installing ZMQ (JuliaInterop/ZMQ.jl#159 (comment)), but I think this is a BinDeps issue.
@BinDeps.install
produces a malformed shell command (see the last argument) under 0.7 but not 0.6:The text was updated successfully, but these errors were encountered: