Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
"bundle install" fails on Mac OS X #1022
Comments
carnesen
referenced this issue
Aug 24, 2015
Closed
Document instructions for running Bitcoin Core as a daemon on Mac OS X #1023
|
Not having a Mac, I don't have any advice for this issue. I'm currently waiting for Jekyll 3.0 to be released before starting a general upgrade of all our gems to the latest released versions, so hopefully that will resolve this issue. For now, I'm going to tag this as Help Needed. |
harding
added
the
Help Needed
label
Aug 25, 2015
|
@carnesen Maybe you can experiment with workarounds from StackOverflow. https://stackoverflow.com/questions/19673714/rails-gem-install-error-error-installing-libv8-error-failed-to-build-gem-nati Ideally there would a be a clean solution not involving any extra steps than running "bundle install", but according to what I read this may prove difficult. Unfortunately I am also not a Mac OS X user so I am not able to investigate this on my side either. Thanks for reporting the issue! |
|
Thanks to both of you for your replies. I didn't want to spend too much For now I like the workaround of just running the build on an Ubuntu On Tue, Aug 25, 2015 at 1:10 PM saivann notifications@github.com wrote:
|
carnesen commentedAug 24, 2015
I encountered some issues trying to build the site on Mac OS X. "bundle install" completes successfully with Ruby 2.1.2, but fails with 2.0.0, which is what the site uses currently. I'm moving forward by using a Linux VM for development, but wanted to make a note here of the failure.