Created
November 21, 2008 20:42
-
-
Save webmat/27625 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Rubygems 1.3.1 incompatible with rbx. Missing constant EACCESS | |
# Either with the dev's bin/ in the path or rbx symlinked in the path, | |
# I get the following error: | |
$ rbx gem install rack --no-rdoc --no-ri | |
ERROR: While executing gem ... (NameError) | |
Missing or uninitialized constant: EACCESS | |
# Note: Yeah, I should SUDO | |
# Blame reveals EACCESS started being used in 1.3.1 | |
# http://github.com/evanphx/rubinius/blame/master%2Flib%2Frubygems%2Finstaller.rb | |
# (Just refresh if it craps out) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment