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

No version specified, and no candidate version available for gcc-gfortran #24

Open
Aslan opened this issue Mar 6, 2015 · 0 comments
Open

Comments

@Aslan
Copy link

Aslan commented Mar 6, 2015

When installing R with the source install_method i got the following error. I am using ubuntu 12.04.4

[2015-03-06T10:59:32-08:00] DEBUG: package[gcc-gfortran] checking package status for gcc-gfortran

* No version specified, and no candidate version available for gcc-gfortran
================================================================================
Error executing action `install` on resource 'package[gcc-gfortran]'
================================================================================

Chef::Exceptions::Package
-------------------------
No version specified, and no candidate version available for gcc-gfortran

Resource Declaration:
---------------------
# In /var/chef/cache/cookbooks/r/recipes/install_source.rb

 28: package "gcc-gfortran"
 29: 

Compiled Resource:
------------------
# Declared in /var/chef/cache/cookbooks/r/recipes/install_source.rb:28:in `from_file'

package("gcc-gfortran") do
  action :install
  retries 0
  retry_delay 2
  guard_interpreter :default
  package_name "gcc-gfortran"
  timeout 900
  cookbook_name "r"
  recipe_name "install_source"
end

[2015-03-06T10:59:33-08:00] INFO: Running queued delayed notifications before re-raising exception

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