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

Unable to satisfy mysql dependency requirements #62

Open
cadalso opened this issue Nov 23, 2017 · 0 comments
Open

Unable to satisfy mysql dependency requirements #62

cadalso opened this issue Nov 23, 2017 · 0 comments

Comments

@cadalso
Copy link

cadalso commented Nov 23, 2017

At https://github.com/afklm/bamboo/blob/master/metadata.rb#L35 mysql version restricted
depends 'mysql', '< 8.0'

But in mysql2_chef_gem (included at https://github.com/afklm/bamboo/blob/master/metadata.rb#L38) mysql version is restricted to
depends 'mysql', '>= 8.2.0'

(see https://github.com/sinfomicien/mysql2_chef_gem/blob/master/metadata.rb#L14)

Resulting error

...\repositories\cookbooks> git clone https://github.com/afklm/bamboo.git
Cloning into 'bamboo'...
remote: Counting objects: 1694, done.
remote: Total 1694 (delta 0), reused 0 (delta 0), pack-reused 1694
Receiving objects: 100% (1694/1694), 1.07 MiB | 0 bytes/s, done.
Resolving deltas: 100% (998/998), done.
Checking connectivity... done.

...\repositories\cookbooks> cd .\bamboo\

...\repositories\cookbooks\bamboo> berks install
Resolving cookbook dependencies...
Fetching 'backup' from https://github.com/damm/backup (at 0.3.0)
Fetching 'bamboo' from source at .
Fetching cookbook index from https://supermarket.chef.io...
Unable to satisfy the following requirements:

- `mysql (< 8.0.0)` required by `bamboo-2.0.8`
- `mysql (>= 8.2.0)` required by `mysql2_chef_gem-2.1.0`
Unable to find a solution for demands: backup (0.3.0), bamboo (2.0.8)
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