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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -