Skip to content

Instantly share code, notes, and snippets.

@webmat
Created November 21, 2008 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save webmat/27625 to your computer and use it in GitHub Desktop.
Save webmat/27625 to your computer and use it in GitHub Desktop.
# 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