Cannot install ruby 3.3.6 or 3.3.3 or any other version #2476
Replies: 2 comments 5 replies
-
Hi, when you're reporting a bug like this, it really essential that you provide more information about what you tried and about your operating system, otherwise it's going to be really hard for me or anyone to guess what went wrong. For starters, the most essential information would be: what exact command did you run, and what was its output? You can paste it into the thread like so:
The error output of ruby-build will contain useful information like the version of ruby-build that you have, the type of your operating system, and your CPU architecture. Then, if a log file is mentioned in the output, it's useful to attach the log file to your report. From a graphical file explorer interface, can either drag-and-drop it into a GitHub comment to attach as a file. Otherwise, you can copy/paste its contents as a GitHub Gist and link it here. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone, I have the same issue, using arch linux: <~>-> rbenv install 3.3.6
==> Downloading ruby-3.3.6.tar.gz...
-> curl -q -fL -o ruby-3.3.6.tar.gz https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.6.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 21.1M 100 21.1M 0 0 5433k 0 0:00:03 0:00:03 --:--:-- 5433k
==> Installing ruby-3.3.6...
-> ./configure "--prefix=$HOME/.rbenv/versions/3.3.6" --enable-shared --with-ext=openssl,psych,+
-> make -j 32
BUILD FAILED (Arch Linux on x86_64 using ruby-build 20241213)
You can inspect the build directory at /tmp/ruby-build.20241216224553.82671.Ex5keb
See the full build log at /tmp/ruby-build.20241216224553.82671.log
<~>-1->
|
Beta Was this translation helpful? Give feedback.
-
When I call rbenv install, it'll run for a while and then fail, it ask me to view the log and when I view it, this is the error:
confmk23813.tmp:48: *** missing separator. Stop.
Sorry I'm not a Mac user, I was forced to do this. How can I solve it?
Beta Was this translation helpful? Give feedback.
All reactions