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

Issue with nrpe::_source_install recipe #142

Open
Navedkhan787 opened this issue Jan 18, 2023 · 0 comments
Open

Issue with nrpe::_source_install recipe #142

Navedkhan787 opened this issue Jan 18, 2023 · 0 comments

Comments

@Navedkhan787
Copy link

Navedkhan787 commented Jan 18, 2023

Recipe: nrpe::_source_install

  • build_essential[] action install
    • yum_package[autoconf, bison, flex, gcc, gcc-c++, gettext, kernel-devel, make, m4, ncurses-devel, patch] action install

      ================================================================================
      Error executing action install on resource 'yum_package[autoconf, bison, flex, gcc, gcc-c++, gettext, kernel-devel, make, m4, ncurses-devel, patch]'

      RuntimeError

      yum-helper.py had stderr/stdout output:

      Traceback (most recent call last):
      File "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.16.13/lib/chef/provider/package/yum/yum_helper.py", line 209, in
      query(command)
      File "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.16.13/lib/chef/provider/package/yum/yum_helper.py", line 153, in query
      pkgs = base.bestPackagesFromList(pkgs,single_name=True)
      File "/usr/lib/python2.7/site-packages/yum/init.py", line 4449, in bestPackagesFromList
      multi = self._bestPackageFromList(multiLib, req=req)
      File "/usr/lib/python2.7/site-packages/yum/init.py", line 4416, in _bestPackageFromList
      bestlist = self._compare_providers(pkglist, reqpo=None, req=req)
      File "/usr/lib/python2.7/site-packages/yum/depsolve.py", line 1569, in _compare_providers
      lpos[po.name] = self.pkgSack.returnNewestByName(po.name)[:1]
      File "/usr/lib/python2.7/site-packages/yum/packageSack.py", line 539, in returnNewestByName
      raise PackageSackError, 'No Package Matching %s' % ui_pats
      yum.Errors.PackageSackError: No Package Matching kernel-devel
      Loaded plugins: fastestmirror, langpacks, versionlock
      Loading mirror speeds from cached hostfile
      Excluding 2 updates due to versionlock (use "yum versionlock status" to show them)

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