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

Problem after upgrading to mavericks #19

Closed
iommi1 opened this issue Oct 26, 2013 · 4 comments
Closed

Problem after upgrading to mavericks #19

iommi1 opened this issue Oct 26, 2013 · 4 comments

Comments

@iommi1
Copy link

iommi1 commented Oct 26, 2013

after upgrading I'm getting this?/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in require': cannot load such file -- bundler/setup (LoadError) from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:inrequire'
from bin/rackup:14:in `

'

assume something is wrong with my ruby? but I'm not up on ruby.

Any ideas?

thanks!

@maddox
Copy link
Owner

maddox commented Oct 26, 2013

Did you upgrade to mavericks?

Mavericks' system ruby is 2.0 and a different one that you were using when you first installed it. Re run the steps for installing Wallop it just back up you config and reinstall it.

Running script/bootstrap should fix it though.

On Oct 26, 2013, at 10:17 AM, iommi1 notifications@github.com wrote:

after upgrading I'm getting this?/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in require': cannot load such file -- bundler/setup (LoadError)
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:inrequire'
from bin/rackup:14:in `'

assume something is wrong with my ruby? but I'm not up on ruby.

Any ideas?

thanks!


Reply to this email directly or view it on GitHub.

@iommi1
Copy link
Author

iommi1 commented Oct 29, 2013

Yes I'm having the problem after upgrading to mavericks.

I reinstalled and when i run script/setup
i get this:

==> Installing gem dependencies…
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.

/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby extconf.rb
mkmf.rb can't find header files for ruby at /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/ruby.h

Gem files will remain installed in /Users/johndamore/wallop/vendor/gems/ruby/1.8/gems/eventmachine-1.0.3 for inspection.
Results logged to /Users/johndamore/wallop/vendor/gems/ruby/1.8/gems/eventmachine-1.0.3/ext/gem_make.out

An error occurred while installing eventmachine (1.0.3), and Bundler cannot continue.
Make sure that gem install eventmachine -v '1.0.3' succeeds before bundling.

i try a sudo gem install eventmachine -v '1.0.3'

and get this:

ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions for the /Library/Ruby/Gems/2.0.0 directory.
Johns-Mac-mini:wallop johndamore$ sudo gem install eventmachine -v '1.0.3'
Password:
Building native extensions. This could take a while...
Successfully installed eventmachine-1.0.3
Parsing documentation for eventmachine-1.0.3
unable to convert "\xCF" from ASCII-8BIT to UTF-8 for lib/fastfilereaderext.bundle, skipping
unable to convert "\xCF" from ASCII-8BIT to UTF-8 for lib/rubyeventmachine.bundle, skipping
1 gem installed

then same error when i run script/setup

Any ideas? I miss my wallop! :)

@tmm1 tmm1 closed this as completed in 64463c7 Oct 30, 2013
@tmm1 tmm1 reopened this Oct 30, 2013
@tmm1
Copy link
Collaborator

tmm1 commented Oct 30, 2013

Looks like your system is still using ruby 1.8.. this shouldn't happen on mavericks.

@yajrendrag
Copy link

after mavericks upgrade, i had similar problems as reported above in OP. but then
sudo gem install bundler (i tried below first without this and it didn't work...)
and
script/bootstrap
script/start
and things seem ok...

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

4 participants