You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
[2015-03-06T10:59:33-08:00] INFO: Running queued delayed notifications before re-raising exception
The text was updated successfully, but these errors were encountered: