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

"circular dependency" if building local recipes and trusted cookbook has newer version of recipe #38

Open
micahsnyder opened this issue Apr 11, 2023 · 0 comments

Comments

@micahsnyder
Copy link
Contributor

if a trusted cookbook (e.g. upstream clamav cookbook) has a newer version of a recipe than is found in the local directory, mussels may think there is a circular dependency because it tries to use both versions of the recipe

I observed this when the clamav cookbook had libcurl v8.0.1, while my local copy was still at 7.87.0:

{
    NVC(name='libcurl', version='7.87.0', cookbook='local'): {
        NVC(name='libnghttp2', version='1.52.0', cookbook='clamav')
    }, 
    NVC(name='clamav_deps', version='1.0', cookbook='local'): {
        NVC(name='libcurl', version='8.0.1', cookbook='clamav')
    }
}
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

1 participant