2015-04-28 16 views
6

Ecco cosa. prima ho fatto:Errore durante l'installazione di Ruby 2.2.2 con RVM su Ubuntu 14.04

rvm get stable 
rvm install ruby-2.2.2 

Nessun accordo. Mi mostra la seguente:

$ rvm install ruby-2.2.2 
Searching for binary rubies, this might take some time. 
No binary rubies available for: ubuntu/14.04/i386/ruby-2.2.2. 
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies. 
Checking requirements for ubuntu. 
Requirements installation successful. 
Installing Ruby from source to: /home/myuser/.rvm/rubies/ruby-2.2.2, this may take a while depending on your cpu(s)... 
ruby-2.2.2 - #downloading ruby-2.2.2, this may take a while depending on your connection... 
    % Total % Received % Xferd Average Speed Time Time  Time Current 
           Dload Upload Total Spent Left Speed 
    0  0 0  0 0  0  0  0 --:--:-- 0:00:19 --:--:--  0Warning: Transient problem: timeout Will retry in 2 seconds. 3 retries left. 
    0  0 0  0 0  0  0  0 --:--:-- 0:00:19 --:--:--  0Warning: Transient problem: timeout Will retry in 2 seconds. 2 retries left. 
    0  0 0  0 0  0  0  0 --:--:-- 0:00:19 --:--:--  0Warning: Transient problem: timeout Will retry in 2 seconds. 1 retries left. 
    0  0 0  0 0  0  0  0 --:--:-- 0:00:19 --:--:--  0curl: (6) Could not resolve host: cache.ruby-lang.org 
There was an error(6). 
Checking fallback: http://ftp.ruby-lang.org/pub/ruby/2.2/ruby-2.2.2.tar.bz2 
Checking fallback: http://www.mirrorservice.org/sites/ftp.ruby-lang.org/pub/ruby/2.2/ruby-2.2.2.tar.bz2 
No fallback URL could be found, try increasing timeout with: 

    echo "export rvm_max_time_flag=20" >> ~/.rvmrc 

There has been an error fetching the ruby interpreter. Halting the installation. 

ho aumentato il timeout come detto:

echo "export rvm_max_time_flag=20" >> ~/.rvmrc 

Ma nessun accordo. Ho anche fatto il rvm get head e ho fatto tutto da capo con timeout più alti, ma non era ancora buono.

cosa posso fare per installare correttamente ruby-2.2.2 su ubuntu?

+0

Vedere se questo aiuta http://stackoverflow.com/questions/23339379/rvm-fails-installing-ruby –

+0

Non lo fa. Potrebbe essere lo stesso problema. Non sono sicuro però. –

risposta

4

Mi sento zoppo, ma il problema era che la connessione Internet della mia VM non funzionava. (Credo di aver perso Risoluzione dei problemi-101, hehe)

Ho cambiato la rete del PC e la Virtual Box VM non si è aggiornata o non si è connessa alla nuova rete. Per aggiungere al problema, nessuno dei comandi (rvm get stable; rvm get head; rvm install ruby-2.2.2) ha generato un avviso, quindi sono stato indotto a pensare che fosse qualcos'altro.

"Gli errori non dovrebbero mai passare in silenzio." (The Zen of Python)

Problemi correlati