2010-09-05 172 views
1

每次都會失敗。我跑rvm remove 1.9.2然後rvm install 1.9.2.
錯誤看起來是這樣的:RVM 1.0.2無法構建紅寶石1.9.2

info: Applying patch '' (located at /) 

error: Error running 'patch -F25 -p1 -f <"/"', 
     please check /Users/peter/.rvm/log/ruby-1.9.2-p0/patch.apply.*.log 

fail: There has been an error applying the specified patches. 
     Aborting the installation. 

和日誌說明這一點:

[2010-09-05 19:38:14] patch -F25 -p1 -f <"/" 
patch: **** read error : Is a directory 

這工作得很好用RVM 1.0.1。

任何想法是什麼和我如何可以回滾rvm到1.0.1?

回答

1

對我來說,只需運行rvm update(不包括--head)讓Ruby 1.9.2正確安裝。

+0

這也適用於我。 – 2013-01-22 20:13:40