|
This post was finally edited by daBee at 2022-9-11 17:45
Tried to install Ruby through rbenv, and for an error:
- [Sun Sep 11 18:15:24 orangepi@orange ~/build/ruby-build] rbenv install -l
- rbenv install 3.1.2
- 2.6.10
- 2.7.6
- 3.0.4
- 3.1.2
- jruby-9.3.7.0
- mruby-3.1.0
- picoruby-3.0.0
- rbx-5.0
- truffleruby-22.2.0
- truffleruby+graalvm-22.2.0
- Only latest stable releases for each Ruby implementation are shown.
- Use 'rbenv install --list-all / -L' to show all local versions.
- To follow progress, use 'tail -f /tmp/ruby-build.20220911181526.33835.log' or pass --verbose
- Downloading ruby-3.1.2.tar.gz...
- -> https://cache.ruby-lang.org/pub/ruby/3.1/ruby-3.1.2.tar.gz
- error: failed to download ruby-3.1.2.tar.gz
- BUILD FAILED (Ubuntu 22.04 using ruby-build 20220910.1)
- Inspect or clean up the working tree at /tmp/ruby-build.20220911181526.33835.fxdJXT
- Results logged to /tmp/ruby-build.20220911181526.33835.log
- Last 10 log lines:
- /tmp/ruby-build.20220911181526.33835.fxdJXT ~/build/ruby-build
- curl: (23) Failure writing output to destination
- [Sun Sep 11 18:15:28 orangepi@orange ~/build/ruby-build] cat /tmp/ruby-build.20220911181526.33835.log
- /tmp/ruby-build.20220911181526.33835.fxdJXT ~/build/ruby-build
- curl: (23) Failure writing output to destination
- [Sun Sep 11 18:15:47 orangepi@orange ~/build/ruby-build]
Copy code
Not sure what to do next. Tried again, same error.
Anybody have any ideas? Cheers
|
|