Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Ruby goes blank when error is reached. #177

Open
chuckwagoncomputing opened this issue Mar 2, 2013 · 2 comments
Open

Add Ruby goes blank when error is reached. #177

chuckwagoncomputing opened this issue Mar 2, 2013 · 2 comments

Comments

@chuckwagoncomputing
Copy link
Contributor

On Mac OS 10.7, when installing new rubies, the Add Ruby pane goes blank if there is an error during the installation.

EDIT: Apparently I am not the only one with this problem: http://stackoverflow.com/questions/8139138/how-can-i-install-ruby-1-9-3-in-mac-os-x-lion/9472673%239472673#comment12238382_9472673

@joakim
Copy link

joakim commented Mar 26, 2013

Same thing happens to me on OS X 10.8.3.

Tried different 1.9.3 and 1.9.2 versions as well as 2.0.0-p0, with and without Clang. Always the same result – it goes gray less than a second after hitting Install, no error and nothing happens. I couldn't find any logs in ~/.rvm/log/ruby-[version]/.

Xcode 4.6.1 with command line tools installed, llvm-gcc:

lrwxr-xr-x  1 root  wheel  12 Mar 17 22:30 /usr/bin/gcc -> llvm-gcc-4.2

Even tried the old gcc, but still no luck (JewelryBox listed the correct gcc, but it only took a little longer to fail):

brew install apple-gcc42
sudo rm /usr/bin/gcc
sudo ln -s /usr/local/bin/gcc-4.2 /usr/bin/gcc

Edit: I ended up installing RVM using the default method. Had to do rvm autolibs brew before being able to install 1.9.3, I guess I could've appended --autolibs=brew to the install command instead.

@paynerc
Copy link

paynerc commented Mar 28, 2013

I was seeing this issue as well... Turns out my Homebrew permissions were all jacked up on this new machine... I had just finished using the Migration Assistant to migrate everything over. Uninstalled Homebrew and reinstalled it and now it works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants