We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
4.4.1
12.9.38 & 12.6.0
CentOS 6.7
Wrapper cookbook that include git::source
Create a wrapper cookbook that has more than 1 cookbook dependent on 'build-essential'
Compilation fails because 'cc' cannot be found.
https://gist.github.com/Sauraus/d7f97bc674b472aa9abb058bcfc12e45#file-git-source-compilation-error-L77
Take note in the above log, the entire call to 'build-essential' as defined here: https://github.com/chef-cookbooks/git/blob/master/libraries/provider_git_client_source.rb#L10 is missing from the log. It looks like the chef-client decided to not execute the 'build-essential' recipe at that point because most likely it is being included in another recipe further down the chain.
The text was updated successfully, but these errors were encountered:
I also have this issue, CentOS 6.7, Chef 12.6.0
Sorry, something went wrong.
Anyone from Chef around to look at this?
Is this still a problem with the current version of the cookbook and current version of chef-client?
No branches or pull requests
Cookbook version
4.4.1
Chef-client version
12.9.38 & 12.6.0
Platform Details
CentOS 6.7
Scenario:
Wrapper cookbook that include git::source
Steps to Reproduce:
Create a wrapper cookbook that has more than 1 cookbook dependent on 'build-essential'
Expected Result:
Compilation fails because 'cc' cannot be found.
Actual Result:
https://gist.github.com/Sauraus/d7f97bc674b472aa9abb058bcfc12e45#file-git-source-compilation-error-L77
Take note in the above log, the entire call to 'build-essential' as defined here: https://github.com/chef-cookbooks/git/blob/master/libraries/provider_git_client_source.rb#L10 is missing from the log. It looks like the chef-client decided to not execute the 'build-essential' recipe at that point because most likely it is being included in another recipe further down the chain.
The text was updated successfully, but these errors were encountered: