I am trying to install rebar3
using linuxbrew
on Ubuntu 16.04.
After I execute brew install rebar3
distutils.errors.CompileError: command 'gcc-5' failed with exit status 1 /home/linuxbrew/.linuxbrew/Cellar/gobject-introspection/1.56.0/share/gobject-introspection-1.0/Makefile.introspection:159: recipe for target 'Pango-1.0.gir' failed
This error occurs when trying to install pango dependency.
My $PATH
has /home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:/home/linuxbrew/.linuxbrew/bin
in it.
After I get this error, I manually installed pango
using sudo apt-get install libghc-pango-dev
GCC version - 5.4.0
Kernel - 4.13.0-37
But still I get the same error again and again.