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
yum -d0 -e0 -y install esl-erlang-20.1-1 returned 1:
STDOUT: You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
I had overridden the attribute-
['erlang']['install_method']='esl' to
force_override['erlang']['install_method'] = 'package', and then its working fine.
We should look into what's going wrong, the versions packaged by most OS vendors are often quite old. That being said the upstream cookbook seems to be using a mirror that has not been updated in a while. I think we might want to raise an issue there. @cwjohnston any other insight? I just took a quick look and did not really run this to ground.
Recipe: erlang::esl
* yum_package[esl-erlang] action install
yum -d0 -e0 -y install esl-erlang-20.1-1 returned 1:
STDOUT: You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
The text was updated successfully, but these errors were encountered: