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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -