Ruby 2.7.1 build fails on mac big sur #1880
Answered
by
Clivern
Clivern
asked this question in
Build failures
-
hey there! Any idea why am i getting this failure while installing ruby 2.7.1 $ rbenv install 2.7.1
Downloading openssl-1.1.1l.tar.gz...
-> https://dqw8nmjcqpjn7.cloudfront.net/0b7a3e5e59c34827fe0c3a74b7ec8baef302b98fa80088d7f9153aa16fa76bd1
Installing openssl-1.1.1l...
Installed openssl-1.1.1l to /Users/clivern/.rbenv/versions/2.7.1
Downloading ruby-2.7.1.tar.bz2...
-> https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.1.tar.bz2
Installing ruby-2.7.1...
ruby-build: using readline from homebrew
BUILD FAILED (macOS 11.6 using ruby-build 20210928)
Inspect or clean up the working tree at /var/folders/pf/09244qw512n56kyfjxblr2g40000gq/T/ruby-build.20211014115652.49401.QiJaG7
Results logged to /var/folders/pf/09244qw512n56kyfjxblr2g40000gq/T/ruby-build.20211014115652.49401.log
Last 10 log lines:
psych_yaml_tree.c:12:32: note: ')' token is here
return rb_attr_get(target, rb_intern(StringValueCStr(prop)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../.././include/ruby/ruby.h:1847:56: note: expanded from macro 'rb_intern'
__extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \
^
2 warnings generated.
compiling ../.././ext/psych/yaml/writer.c
linking shared-object psych.bundle $ rbenv --version
rbenv 1.2.0
$ sw_vers
ProductName: macOS
ProductVersion: 11.6
BuildVersion: 20G165 |
Beta Was this translation helpful? Give feedback.
Answered by
Clivern
Oct 14, 2021
Replies: 1 comment
-
works with 2.7.4, seems 2.7.1 not supported anymore!
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Clivern
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
works with 2.7.4, seems 2.7.1 not supported anymore!