You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just wanted to document and error I received running bundle install on Ubuntu 12.10, and the work around that fixed it for me. This isn't a bug in your software at all but maybe this could go in the README?
The error occurs when trying to compile eventmachine:
An error occured while installing eventmachine (1.0.0.beta.3), and Bundler cannot continue.
I just wanted to document and error I received running bundle install on Ubuntu 12.10, and the work around that fixed it for me. This isn't a bug in your software at all but maybe this could go in the README?
The error occurs when trying to compile eventmachine:
It is preceded by some C compiler errors. Some searching led me to https://github.com/gitlabhq/gitlabhq/issues/1051#issuecomment-9176547 which led me to use this command:
After that bundle install completed without error.
Thanks again for this great software!
The text was updated successfully, but these errors were encountered: