Hi,
Firstly, thanks for this useful tool ! I'm trying to install
ruby-1.8.7-head on my new ArchLinux installation (2011-08-19).
I have installed RVM without problem and when i do :
$ rvm install 1.8.7-head
I get :
######################################################################################################
# [root@ArchLinux ~]# rvm install 1.8.7-head
# Installing Ruby from source to: /usr/local/rvm/rubies/ruby-1.8.7-
head, this may take a while depending on your cpu(s)...
#
# ruby-1.8.7-head - #fetching
# HEAD is now at 64a12d3 merge revision(s) 32289:
# From git://
github.com/ruby/ruby
# * branch ruby_1_8_7 -> FETCH_HEAD
# Already up-to-date.
# Copying from repo to src path...
# Running autoreconf
# ruby-1.8.7-head - #configuring
# ruby-1.8.7-head - #compiling
# ERROR: Error running 'make ', please read /usr/local/rvm/log/
ruby-1.8.7-head/make.log
# ERROR: There has been an error while running make. Halting the
installation.
######################################################################################################
I searched on Internet and i haven't found any solution.
I tried without success:
-
http://stackoverflow.com/questions/6134456/error-while-installing-ruby-1-8-7-on-fedora-15
-
http://redmine.ruby-lang.org/attachments/1931/stdout-rouge-fix.patch
-
http://solisoft.net/?p=186
-
http://forums.archlinux.fr/viewtopic.php?t=8705&p=73430
Thanks.