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

RHEL 5 not supported #179

Closed
tas50 opened this issue Feb 16, 2016 · 2 comments
Closed

RHEL 5 not supported #179

tas50 opened this issue Feb 16, 2016 · 2 comments

Comments

@tas50
Copy link
Contributor

tas50 commented Feb 16, 2016

It looks like a package is missing in the repo that's needed for RHEL 5

           * packagecloud_repo[imeyer/runit] action add
             * yum_package[pygpgme] action install
        * No candidate version available for pygpgme[2016-02-16T22:02:56+00:00] ERROR: yum_package[pygpgme] (/tmp/kitchen/cache/cookbooks/packagecloud/providers/repo.rb line 73) had an error: Chef::Exceptions::Package: No candidate version available for pygpgme; ignore_failure is set, continuing

        ================================================================================
        Error executing action `install` on resource 'yum_package[pygpgme]'
        ================================================================================

        Chef::Exceptions::Package
        -------------------------
        No candidate version available for pygpgme

        Cookbook Trace:
        ---------------
        /tmp/kitchen/cache/cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/provider.rb:119:in `compile_and_converge_action'

        Resource Declaration:
        ---------------------
        # In /tmp/kitchen/cache/cookbooks/packagecloud/providers/repo.rb

         73:   package 'pygpgme' do
         74:     ignore_failure true
         75:   end
         76:

        Compiled Resource:
        ------------------
        # Declared in /tmp/kitchen/cache/cookbooks/packagecloud/providers/repo.rb:73:in `install_rpm'

        yum_package("pygpgme") do
          package_name "pygpgme"
          action [:install]
          ignore_failure true
          retries 0
          retry_delay 2
          default_guard_interpreter :default
          declared_type :package
          cookbook_name "runit"
          flush_cache {:before=>false, :after=>false}
        end
@cwjohnston
Copy link
Contributor

This issue appears to be a duplicate of #86

@cwjohnston
Copy link
Contributor

Ok, not necessarily a dupe but somewhat related.

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

2 participants