Created
January 4, 2023 13:33
-
-
Save colby-swandale/7535ca227eda18575f32295aef6f7aa0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ asdf install ruby 3.2.0 | |
To follow progress, use 'tail -f /var/folders/1b/092w4rr513v_1w3wl2fc69_c0000gn/T/ruby-build.20230105003024.47583.log' or pass --verbose | |
Downloading openssl-3.0.7.tar.gz... | |
-> https://dqw8nmjcqpjn7.cloudfront.net/83049d042a260e696f62406ac5c08bf706fd84383f945cf21bd61e9ed95c396e | |
Installing openssl-3.0.7... | |
Installed openssl-3.0.7 to /Users/colby/.asdf/installs/ruby/3.2.0 | |
Downloading ruby-3.2.0.tar.gz... | |
-> https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.0.tar.gz | |
Installing ruby-3.2.0... | |
ruby-build: using readline from homebrew | |
BUILD FAILED (macOS 13.1 using ruby-build 20221225) | |
Inspect or clean up the working tree at /var/folders/1b/092w4rr513v_1w3wl2fc69_c0000gn/T/ruby-build.20230105003024.47583.94w06Z | |
Results logged to /var/folders/1b/092w4rr513v_1w3wl2fc69_c0000gn/T/ruby-build.20230105003024.47583.log | |
Last 10 log lines: | |
Check ext/psych/mkmf.log for more details. | |
*** Fix the problems, then remove these directories and try again if you want. | |
Generating RDoc documentation | |
/private/var/folders/1b/092w4rr513v_1w3wl2fc69_c0000gn/T/ruby-build.20230105003024.47583.94w06Z/ruby-3.2.0/lib/yaml.rb:3: warning: It seems your ruby installation is missing psych (for YAML output). | |
To eliminate this warning, please install libyaml and reinstall your ruby. | |
uh-oh! RDoc had a problem: | |
cannot load such file -- psych | |
run with --debug for full backtrace | |
make: *** [rdoc] Error 1 | |
$ brew info libyaml | |
==> libyaml: stable 0.2.5 (bottled) | |
YAML Parser | |
https://github.com/yaml/libyaml | |
/opt/homebrew/Cellar/libyaml/0.2.5 (10 files, 351.3KB) * | |
Poured from bottle on 2023-01-05 at 00:17:23 | |
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/libyaml.rb | |
License: MIT | |
==> Dependencies | |
Build: autoconf ✘, automake ✘, libtool ✘ | |
==> Analytics | |
install: 85,632 (30 days), 289,998 (90 days), 1,096,000 (365 days) | |
install-on-request: 16,644 (30 days), 52,109 (90 days), 201,315 (365 days) | |
build-error: 4 (30 days) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment