-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
"Permission denied" error in uninstallation Edit #5242
Comments
I'm pretty sure this happens because the |
@jiahao I assume the |
Fixed, thanks. I transcribed the error from a console that wouldn't let me copy text from |
Do you know if this is still an issue @jiahao? I'm having trouble reproducing even if I manually stick a folder with a package name in .trash and |
I only noticed this on MSYS, not MSYS2. Haven't tried recently, though. |
I was just able to reproduce this (coincidentally): julia> Pkg.rm("testing")
INFO: Removing testing (unregistered)
mv: cannot move ‘testing’ to ‘.trash/testing’: Permission denied
ERROR: failed process: Process(`mv testing .trash/`, ProcessExited(1)) [1]
in pipeline_error at process.jl:502
in remove at pkg/write.jl:43
in rm at pkg/entry.jl:77
in anonymous at pkg/dir.jl:28
in cd at file.jl:30
in cd at pkg/dir.jl:28
in rm at pkg.jl:19 |
likely fixed, since the two referenced issues are now closed/merged |
It appears to want to move things to
.trash
, but I don't have such a directory in a fresh MinGW-builds/MSYS environment.(from jiahao)
The text was updated successfully, but these errors were encountered: