Ruby 2.3.1 is not compiling under Arch Linux -
i've got project using following specification @ gemfile
:
ruby '2.3.1', :engine => 'jruby', :engine_version => 'jruby-9.1.7.0'
and working fine under old debian 8.1 installation. decided test arch linux , i'm getting error when run
$ rvm install 2.3.1
the error:
segmentation fault (core file generated)
i've never faced error , got no ideas how solve it. suggestions?
edit => required, posted make.log
file github gist. link it.
Comments
Post a Comment