-
Notifications
You must be signed in to change notification settings - Fork 365
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
What does "outdated from recipe" mean, exactly? #478
Comments
Hi! It happens when you modify a recipe, and $ conan search Pkg/0.1@user/channel --table=file.html It will show outdated binaries in yellow. Agree this is worth improving in the docs, thanks! |
How this information should be treated? Shouldn't |
Maybe document this in info and remove commands. Maybe a "how to deal with outdated from recipe packages"? |
Rereading this issue I found some other reference to the keyword "outdated" pointing in the same direction. I think best solution is to add this question to the FAQ |
fixed via #963 |
If you install a package, and the the recipe is updated (either because it changed on remote, or because it was overwritten manually), the package is marked as "outdated from recipe". But I see only one place in the docs, where this condition is explained: http://docs.conan.io/en/latest/reference/commands/misc/remove.html
And it does not say much. It does not explain how this condition occurs. Or how it is treated in other commands, e.g. what happen if I conan install a package, while it is already in the cache, but with outdated recipe? Could you please clarify this in the docs?
The text was updated successfully, but these errors were encountered: