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

couldn't install rbhive using 'gem install ...' #32

Open
liprais opened this issue May 25, 2015 · 2 comments
Open

couldn't install rbhive using 'gem install ...' #32

liprais opened this issue May 25, 2015 · 2 comments

Comments

@liprais
Copy link

liprais commented May 25, 2015

localhost:ext liuxiao$ gem install rbhive

Building native extensions. This could take a while...
ERROR: Error installing rbhive:
ERROR: Failed to build gem native extension.

No such file or directory - getcwd

Gem files will remain installed in /Users/liuxiao/.rvm/gems/ruby-2.2.2/gems/thrift-0.9.0 for inspection.
Results logged to /Users/liuxiao/.rvm/gems/ruby-2.2.2/extensions/x86_64-darwin-14/2.2.0/thrift-0.9.0/gem_make.out

@john1king
Copy link

I encounter a similar error and fixed by

gem install rbhive -v 1.0.3.pre

Because thrift 0.9.0 can't build with ruby 2, see https://issues.apache.org/jira/browse/THRIFT-2219. Thrift 0.9.2 is fixed.

@0bserver07
Copy link

Thanks @john1king !

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

No branches or pull requests

3 participants