rashidkpc / kibana2

Kibana was acquired by Elastic in 2013. See elastic/kibana. More info at http://kibana.org
Other
1.19k stars 245 forks source link

no candidate version available for ruby1.9.1-full #411

Closed holms closed 11 years ago

holms commented 11 years ago
  * package[git] action install (up to date)
  * git[/opt/kibana] action checkout
    - clone from https://github.com/rashidkpc/Kibana.git into /opt/kibana
    - checkout ref 41a12980eea9ebc751a83b8b95d378fb1b64fb12 branch v0.2.0

  * package[ruby1.9.1-full] action install
    * No version specified, and no candidate version available for ruby1.9.1-full
================================================================================
Error executing action `install` on resource 'package[ruby1.9.1-full]'
================================================================================

Chef::Exceptions::Package
-------------------------
No version specified, and no candidate version available for ruby1.9.1-full

Resource Declaration:
---------------------
# In /root/chef-solo/cookbooks-2/kibana/recipes/default.rb

 34:   package "ruby#{node['kibana']['rubyversion']}-full"
 35: else

Compiled Resource:
------------------
# Declared in /root/chef-solo/cookbooks-2/kibana/recipes/default.rb:34:in `from_file'

package("ruby1.9.1-full") do
  action :install
  retries 0
  retry_delay 2
  package_name "ruby1.9.1-full"
  cookbook_name :kibana
  recipe_name "default"
end

[2013-11-02T00:17:01+02:00] ERROR: Running exception handlers
[2013-11-02T00:17:01+02:00] ERROR: Exception handlers complete
[2013-11-02T00:17:02+02:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
Chef Client failed. 4 resources updated
[2013-11-02T00:17:02+02:00] ERROR: package[ruby1.9.1-full] (kibana::default line 34) had an error: Chef::Exceptions::Package: No version specified, and no candidate version available for ruby1.9.1-full
[2013-11-02T00:17:02+02:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)
ERROR: RuntimeError: chef-solo failed. See output above.
bash-3.2$

why does it search for wrong package name? I'm on centos it should be just ruby1.9.1 or ruby1.9.1-dev if you need headers.

rashidkpc commented 11 years ago

Sorry, I don't maintain the chef cookbook and it isn't part of this repository.

holms commented 11 years ago

So remove it from http://community.opscode.com/cookbooks/kibana Cause it doesn't work, and everybody use kibana cookbook from luis anyway. My libriarian pulls official one.

andreamaruccia commented 10 years ago

Please remove I've had the same issue, cheers :)