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

Error installing ffi 1.11.1 on Mac #175

Closed
sylhare opened this issue Jul 31, 2019 · 2 comments
Closed

Error installing ffi 1.11.1 on Mac #175

sylhare opened this issue Jul 31, 2019 · 2 comments
Labels

Comments

@sylhare
Copy link
Owner

sylhare commented Jul 31, 2019

While doing bundle install I get:

Installing ffi 1.11.1 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

With then

An error occurred while installing ffi (1.11.1), and Bundler cannot continue.
Make sure that `gem install ffi -v '1.11.1' --source 'https://rubygems.org/'` succeeds before bundling.

In Gemfile:
  type-on-strap was resolved to 1.3.0, which depends on
    jekyll-seo-tag was resolved to 2.6.1, which depends on
      jekyll was resolved to 3.8.6, which depends on
        jekyll-sass-converter was resolved to 1.5.2, which depends on
          sass was resolved to 3.7.4, which depends on
            sass-listen was resolved to 4.0.0, which depends on
              rb-inotify was resolved to 0.10.0, which depends on
                ffi
@sylhare sylhare added the bug label Jul 31, 2019
@sylhare
Copy link
Owner Author

sylhare commented Jul 31, 2019

The solution was to use a different version of ruby using rvm to switch following this answer

Then install a new version (don't forget to source the new rvm path in order to use it in your current session):

rvm install 2.5.5
rvm use 2.5.5
bundle install

And it worked!

@sylhare sylhare closed this as completed Jul 31, 2019
OMEGA-Y pushed a commit to OMEGA-Y/OMEGA-Y.github.io that referenced this issue Dec 8, 2020
* [erlang][maintainers] add NobbZ

* [erlang][maintainers] checkmark in the readme
@sylhare
Copy link
Owner Author

sylhare commented Mar 19, 2021

For Jekyll installation issues on Mac:

https://jekyllrb.com/docs/installation/macos/

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

No branches or pull requests

1 participant