Facing issue in erlang installation through chef

Recipe: erlang::esl

Error:-

Error executing action install on resource ‘yum_package[esl-erlang]’

Chef::Exceptions::Exec

···

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

STDERR: Error: Package: wxGTK-gl-2.8.12-1.el6.x86_64 (epel)

Requires: libgdk-x11-2.0.so.0()(64bit)

Error: Package: wxGTK-gl-2.8.12-1.el6.x86_64 (epel)

Requires: libatk-1.0.so.0()(64bit)

Error: Package: wxGTK-gl-2.8.12-1.el6.x86_64 (epel)

Requires: libgtk-x11-2.0.so.0()(64bit)

Error: Package: wxGTK-2.8.12-1.el6.x86_64 (epel)

Requires: libgdk-x11-2.0.so.0()(64bit)

Error: Package: wxGTK-gl-2.8.12-1.el6.x86_64 (epel)

Requires: libgdk_pixbuf-2.0.so.0()(64bit)

Error: Package: wxGTK-2.8.12-1.el6.x86_64 (epel)

Requires: libSDL-1.2.so.0()(64bit)

Error: Package: wxGTK-2.8.12-1.el6.x86_64 (epel)

Requires: libatk-1.0.so.0()(64bit)

Error: Package: wxGTK-2.8.12-1.el6.x86_64 (epel)

Requires: libgdk_pixbuf-2.0.so.0()(64bit)

Error: Package: wxGTK-2.8.12-1.el6.x86_64 (epel)

Requires: libgtk-x11-2.0.so.0()(64bit)

Had gone through both this links

But not got any solution. In the updated cookbook the yum-epel is already included.

Erlang is difficult on dependencies. Better try using this distribution if you only need it for rabbitmq:
https://github.com/rabbitmq/erlang-rpm/

···

On Monday, October 30, 2017 at 8:40:29 AM UTC+1, praka...@firstfuel.com wrote:

Recipe: erlang::esl

Error:-

Error executing action install on resource ‘yum_package[esl-erlang]’

Chef::Exceptions::Exec


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

STDERR: Error: Package: wxGTK-gl-2.8.12-1.el6.x86_64 (epel)

Requires: libgdk-x11-2.0.so.0()(64bit)

Error: Package: wxGTK-gl-2.8.12-1.el6.x86_64 (epel)

Requires: libatk-1.0.so.0()(64bit)

Error: Package: wxGTK-gl-2.8.12-1.el6.x86_64 (epel)

Requires: libgtk-x11-2.0.so.0()(64bit)

Error: Package: wxGTK-2.8.12-1.el6.x86_64 (epel)

Requires: libgdk-x11-2.0.so.0()(64bit)

Error: Package: wxGTK-gl-2.8.12-1.el6.x86_64 (epel)

Requires: libgdk_pixbuf-2.0.so.0()(64bit)

Error: Package: wxGTK-2.8.12-1.el6.x86_64 (epel)

Requires: libSDL-1.2.so.0()(64bit)

Error: Package: wxGTK-2.8.12-1.el6.x86_64 (epel)

Requires: libatk-1.0.so.0()(64bit)

Error: Package: wxGTK-2.8.12-1.el6.x86_64 (epel)

Requires: libgdk_pixbuf-2.0.so.0()(64bit)

Error: Package: wxGTK-2.8.12-1.el6.x86_64 (epel)

Requires: libgtk-x11-2.0.so.0()(64bit)

Had gone through both this links
https://github.com/rabbitmq/chef-cookbook/issues/189

https://github.com/chef-cookbooks/erlang/issues/22

But not got any solution. In the updated cookbook the yum-epel is already included.

I personally use Redis transport with passwords - makes life a lot simpler.

https://sensuapp.org/docs/1.1/reference/redis.html#sensu-redis-configuration

Regards.

@shankerbalan

···

On 30-Oct-2017, at 2:26 PM, Goyko gojko@zpath.net wrote:

Erlang is difficult on dependencies. Better try using this distribution if you only need it for rabbitmq:
https://github.com/rabbitmq/erlang-rpm/