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
Running the chef-dk installer results in an embedded ruby install which includes version 0.0.6 of the gem archive
archive
This is preferred in the require 'archive' to libarchive-ruby, resulting in failed chef runs with output similar to
require 'archive'
libarchive-ruby
�NameError� ---------� uninitialized constant Archive::EXTRACT_OWNER Cookbook Trace:� ---------------� /chef/cookbooks/libarchive/libraries/helper.rb:14:in `extract_option_map' /chef/cookbooks/libarchive/libraries/helper.rb:34:in `block in extract' /chef/cookbooks/libarchive/libraries/helper.rb:34:in `collect!' /chef/cookbooks/libarchive/libraries/helper.rb:34:in `extract' /chef/cookbooks/libarchive/providers/file.rb:18:in `block in class_from_file'�
The text was updated successfully, but these errors were encountered:
extract
@donaldguy I think this may be fixed. Could you try again?
Sorry, something went wrong.
Hi,
This has been fixed since chef-client 12.1. Thanks!
No branches or pull requests
Running the chef-dk installer results in an embedded ruby install which includes version 0.0.6 of the gem
archive
This is preferred in the
require 'archive'
tolibarchive-ruby
, resulting in failed chef runs with output similar toThe text was updated successfully, but these errors were encountered: