Bug #19249
closedError running '__rvm_make -j8'
Description
Hi
When I am trying to install rvm install 2.6 which is trying to install 2.6.6.
Error:
ruby-2.6.6 - #post-configuration - please wait
ruby-2.6.6 - #compiling - please wait
Error running '__rvm_make -j8',
please read /Users/softint/.rvm/log/1671577997_ruby-2.6.6/make.log
log file output:
making srcs under enc
make[1]: Nothing to be done for `srcs'.
generating transdb.h
linking static-library libruby.2.6-static.a
linking shared-library libruby.2.6.dylib
transdb.h updated
Undefined symbols for architecture x86_64:
"__mh_execute_header", referenced from:
_rb_dump_backtrace_with_lines in addr2line.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [libruby.2.6.dylib] Error 1
make: *** Waiting for unfinished jobs....
Updated by jeremyevans0 (Jeremy Evans) almost 2 years ago
- Status changed from Open to Closed
Ruby 2.6 is no longer supported. Please try updating to Ruby 3.0 or 3.1.
Updated by hanumap (Hanuma Prasad) almost 2 years ago
jeremyevans0 (Jeremy Evans) wrote in #note-1:
Ruby 2.6 is no longer supported. Please try updating to Ruby 3.0 or 3.1.
jeremyevans0 (Jeremy Evans) wrote in #note-1:
Ruby 2.6 is no longer supported. Please try updating to Ruby 3.0 or 3.1.
I don't think this is good response.. expected atleast what could be the reason?
Updated by hsbt (Hiroshi SHIBATA) almost 2 years ago
You should file this issue to https://github.com/rvm/rvm.