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

double Pkg.add error message #10569

Closed
vtjnash opened this issue Mar 19, 2015 · 2 comments
Closed

double Pkg.add error message #10569

vtjnash opened this issue Mar 19, 2015 · 2 comments
Labels
error handling Handling of exceptions by Julia or the user packages Package management and loading

Comments

@vtjnash
Copy link
Member

vtjnash commented Mar 19, 2015

julia> Pkg.add("IUP")
ERROR (unhandled task failure): unknown package IUP
 in error at error.jl:19
 in anonymous at task.jl:47
ERROR: unknown package IUP
 in wait at task.jl:57
 in sync_end at ./task.jl:331
 in add at pkg/entry.jl:339
 in add at pkg/entry.jl:71
 in anonymous at pkg/dir.jl:28
 in cd at ./file.jl:20
 in cd at pkg/dir.jl:28
 in add at pkg.jl:21

on 6bf81b3

@vtjnash vtjnash added packages Package management and loading error handling Handling of exceptions by Julia or the user labels Mar 19, 2015
@JeffBezanson
Copy link
Member

A fine example of the inherent race condition in #10405.

@kshyatt
Copy link
Contributor

kshyatt commented Aug 11, 2015

Tested on latest master and this seems to have been resolved.

@kshyatt kshyatt closed this as completed Aug 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
error handling Handling of exceptions by Julia or the user packages Package management and loading
Projects
None yet
Development

No branches or pull requests

3 participants