Note that there are some explanatory texts on larger screens.

plurals
  1. POrbenv install fails because of ruby-lang.org layout change (or permanent failure?)
    primarykey
    data
    text
    <p>Of all the days I chose today to switch from rvm to rbenv. All went well far enough, there are <a href="https://gist.github.com/brentertz/1384279" rel="nofollow">good tutorials</a> on this, but the fun stopped when I tried to install ruby 1.9.3.</p> <pre><code>rbenv install 1.9.3 </code></pre> <p>proposed to install 1.9.3-p448 as the current version which seems ok to me, so I tried</p> <pre><code>rbenv install 1.9.3-p448 </code></pre> <p>and went down from there on. It will look up something on <code>...cloudfront.net</code> and then tried to fetch <code>ruby-1.9.3-p448.tar.gz</code> from the "usual location" which it considers to be</p> <pre><code>http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p448.tar.gz </code></pre> <p>which fails with</p> <pre><code>/usr/local/bin/ruby-build: line 144: pushd: ruby-1.9.3-p448: No such file or directory </code></pre> <p>plus a final <code>404</code>-error and a host of followup error messages.</p> <p>As it turns out the link above is identical to the one published on <a href="http://www.ruby-lang.org/en/downloads/" rel="nofollow">http://www.ruby-lang.org/en/downloads/</a> which I would consider as "official" a link as you might find for Ruby. So if you go to ruby-lang.org manually (or using the link above) you will <em>also</em> find a broken download (as of 2013-08-06 17:06)!</p> <p>I guess this is a temporary issue and the downloads will return (2.0.0 link is also broken by the way). Not to much of a problem for me at the moment as 1.9.2 can still be installed (and I am stuck with that at my current hosting provider ...), but anyways: Are there any other options I would have to install a ruby with <code>rbenv</code> without these "official" distributions?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload