Homebrew rvm requirements for Yosemite

Updated to Yosemite on iMac (mid-2010) and Air (late 2010). My development environment [rvm 1.25.33, ruby ​​2.1.2, homebrew] has no problems with iMac, but Air errors when trying to fulfill rvm requirements:

Checking requirements for osx.  
Installing requirements for osx.  
Updating system.....  
Installing required packages: gcc46, libyaml, readline, libksba....  
Error running 'requirements_osx_brew_libs_install gcc46 libyaml readline libksba',  
showing last 15 lines of   
/Users/michael/.rvm/log/1413996850/package_install_gcc46_libyaml_readline_libksba.log  
+ case "$1" in  
+ [[ -t 1 ]]  
+ return 1  
+ printf %b 'There were package installation errors, make sure to read the log.  

Try `brew tap --repair` and make sure `brew doctor` looks reasonable.

Check Homebrew requirements https://github.com/Homebrew/homebrew/wiki/Installation\n'  
There were package installation errors, make sure to read the log.

Try `brew tap --repair` and make sure `brew doctor` looks reasonable.

Check Homebrew requirements https://github.com/Homebrew/homebrew/wiki/Installation  
+ case "$_system_version" in  
+ return 1  
Requirements installation failed with status: 1.

I can manually install all of these files except gcc46, each time with errors. Yes, I installed CLT 6.1 (several times), but homebrew seems to ignore this and insists on installing gcc46 as a dependency.

Brew update and brew doctor says that everything is in order. Log Status:

Installing gcc46 from homebrew/homebrew-versions  
Error: An unsatisfied requirement failed this build.  
gcc46: OS X Mavericks or older is required for stable.  
Use `brew install devel or --HEAD` for newer."

It seems illogical brew install --HEAD gcc46, while gcc49 is already available, but after two days of empty research and dealing with this, I tried and got:

No head is defined for gcc46

Homebrew rvm , . , , iMac . . !

+4
2

rvm:

rvm get head

, , :

rvm get stable
+3

MBP 2013 . , , , xCode CLT, ( xCode). rvm requirements .

: rvm get head , , rvm. , , , xCode - , , .

!

0

All Articles