You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although I found the same issue in the past, the problem was regarded as fixed then.
So, this command should also be successful.
(If ruby-build doesn't support taking optflags as its argument, please kindly close this issue.)
$ RUBY_CONFIGURE_OPTS='optflags="-O0 -fno-omit-frame-pointer"' rbenv install 3.3.0
==> Downloading ruby-3.3.0.tar.gz...
-> curl -q -fL -o ruby-3.3.0.tar.gz https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.0.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 21.0M 100 21.0M 0 0 99.5M 0 --:--:-- --:--:-- --:--:-- 99.7M
==> Installing ruby-3.3.0...
-> ./configure "--prefix=$HOME/.rbenv/versions/3.3.0" --enable-shared --with-ext=openssl,psych,+ optflags="-O0 -fno-omit-frame-pointer"
BUILD FAILED (Amazon Linux 2 on x86_64 using ruby-build 20231225-2-g3b79c29)
You can inspect the build directory at /tmp/ruby-build.20240105075441.17243.qCq5KW
See the full build log at /tmp/ruby-build.20240105075441.17243.log
Steps to reproduce the behavior
It can be reproduced by executing the following command:
Expected vs. actual behavior
Expected
Although I found the same issue in the past, the problem was regarded as fixed then.
So, this command should also be successful.
(If
ruby-build
doesn't support takingoptflags
as its argument, please kindly close this issue.)Actual
It raises the following error:
It succeeds if I attempt to configure manually in the ruby repository.
(I attached the truncated manual build result in this section just in case 🙇 )
Manual Build Success Log(Truncate)
Logs
Execution Log
Build Log(/tmp/ruby-build.20240105075441.17243.log)
The text was updated successfully, but these errors were encountered: