Skip to content

Fix building using native extensions #352

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

Merged

Conversation

iNecas
Copy link
Contributor

@iNecas iNecas commented Jun 15, 2015

No description provided.

@iNecas
Copy link
Contributor Author

iNecas commented Jun 15, 2015

When using master version pointing to git, the gem installation was failing on:

Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.

    /home/inecas/.rbenv/versions/2.0.0-p598/bin/ruby extconf.rb
/home/inecas/.rbenv/versions/2.0.0-p598/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- concurrent/utility/native_extension_loader (LoadError)
        from /home/inecas/.rbenv/versions/2.0.0-p598/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
        from extconf.rb:3:in `<main>'


Gem files will remain installed in /home/inecas/.rbenv/versions/2.0.0-p598/lib/ruby/gems/2.0.0/bundler/gems/concurrent-ruby-85c50bfd449d for inspection.
Results logged to /home/inecas/.rbenv/versions/2.0.0-p598/lib/ruby/gems/2.0.0/bundler/gems/concurrent-ruby-85c50bfd449d/ext/concurrent/gem_make.out
An error occurred while installing concurrent-ruby-ext (0.9.0.pre2), and Bundler cannot continue.

@iNecas
Copy link
Contributor Author

iNecas commented Jun 15, 2015

@jdantonio
Copy link
Member

Ah. Than makes sense. Bundler shenanigans. Thanks for the fix!

jdantonio added a commit that referenced this pull request Jun 15, 2015
@jdantonio jdantonio merged commit 2b4a6c7 into ruby-concurrency:master Jun 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants