2010-09-05 117 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