BUILD FAILED (macOS 13.2.1 on x86_64 using ruby-build 20240221) #2353
-
Hi which brew
/usr/local/bin/brew which rbenv
rbenv () {
local command
command="${1:-}"
if [ "$#" -gt 0 ]
then
shift
fi
case "$command" in
(rehash | shell) eval "$(rbenv "sh-$command" "$@")" ;;
(*) command rbenv "$command" "$@" ;;
esac
} which ruby
/Users/code/.rbenv/shims/ruby rbenv versions
system
2.3.0
2.3.1
2.4.5
2.5.1
2.5.5
* 2.6.3 (set by /Users/code/.rbenv/version)
2.7.0
2.7.2
3.0.0 rbenv install 3.1.4
ruby-build: using openssl@3 from homebrew
==> Downloading ruby-3.1.4.tar.gz...
-> curl -q -fL -o ruby-3.1.4.tar.gz https://cache.ruby-lang.org/pub/ruby/3.1/ruby-3.1.4.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 19.9M 100 19.9M 0 0 1567k 0 0:00:13 0:00:13 --:--:-- 1878k
/usr/local/bin/ruby-build: line 502: ./bin/rm: No such file or directory
BUILD FAILED (macOS 13.2.1 on x86_64 using ruby-build 20240221)
You can inspect the build directory at /var/folders/c4/d649933j0rsbyn75wdcx3p3m0000gp/T/ruby-build.20240228190211.24238.6UBFkE
See the full build log at /var/folders/c4/d649933j0rsbyn75wdcx3p3m0000gp/T/ruby-build.20240228190211.24238.log build log:
cd /var/folders/c4/d649933j0rsbyn75wdcx3p3m0000gp/T/ruby-build.20240228190211.24238.6UBFkE
==> Downloading ruby-3.1.4.tar.gz...
-> curl -q -fL -o ruby-3.1.4.tar.gz https://cache.ruby-lang.org/pub/ruby/3.1/ruby-3.1.4.tar.gz
-> tar xzf ruby-3.1.4.tar.gz
Anyone understands what happens ? thanks !! |
Beta Was this translation helpful? Give feedback.
Answered by
bricemaurin
Mar 1, 2024
Replies: 1 comment
-
closing this. i upgraded macos, and it works. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mislav
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
closing this. i upgraded macos, and it works.