Why do I get an "Error running 'autoreconf'" error using RVM to install ruby-2.0.0-head? -
i tried install ruby 2.0 via rvm in mac osx lion system, keep bumping error:
installing ruby source to: /usr/local/rvm/rubies/ruby-2.0.0-head, may take while depending on cpu(s)... head @ a653ba0 merge revision(s) 42720: [backport #8829] git://github.com/ruby/ruby * branch ruby_2_0_0 -> fetch_head up-to-date. copying repo src path... ruby-2.0.0-head - #autoreconf........ error running 'autoreconf', please read /usr/local/rvm/log/1378234760_ruby-2.0.0-head/autoreconf.log skipping configure step, 'configure' not exist, did autoreconf not run successfully? ruby-2.0.0-head - #post-configuration ruby-2.0.0-head - #compiling. error running 'make -j8', please read /usr/local/rvm/log/1378234760_ruby-2.0.0-head/make.log there has been error while running make. halting installation.
my autoconf version 2.68 , rvm 1.22.3.
has had same problem before?
managed fix issue. perl version problem.
autoconf log saying "this perl not built support threads". had older version of perl:
$ perl --version
this perl 5, version 12, subversion 3 (v5.12.3) built darwin-multi-2level
i did 'sudo port upgrade perl5' , after updated went smoothly.
thanks everyone! :)
Comments
Post a Comment