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
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
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: