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)

enter image description here

i've never faced error , got no ideas how solve it. suggestions?

edit => required, posted make.log file github gist. link it.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -