Rvm: Error running '__rvm_make -j8'

Created on 14 Nov 2014  路  1Comment  路  Source: rvm/rvm

When I installed ruby 2.1.5 on ubuntu with rvm head, this error occurred.

$ rvm install 2.1.5 --disable-binary

ruby-2.1.5 - #compiling.................
Error running '__rvm_make -j8',
showing last 15 lines of /home/action/.rvm/log/1415922268_ruby-2.1.5/make.log          

make.log

generating transdb.h
verifying static-library libruby-static.a
transdb.h unchanged
collect2: ld returned 1 exit status
make: *** [libruby-static.a] Error 1
++ return 2                                 

Most helpful comment

this was side effect of #3137, there is nothing else to fix in the code but you need to clean up your recoreded archives and checksums, I have just pushed an update for it, run:

rvm get head
rvm reload
rvm cleanup archives

>All comments

this was side effect of #3137, there is nothing else to fix in the code but you need to clean up your recoreded archives and checksums, I have just pushed an update for it, run:

rvm get head
rvm reload
rvm cleanup archives
Was this page helpful?
0 / 5 - 0 ratings