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

bitrot? #27

Open
anders opened this issue Jun 26, 2014 · 1 comment
Open

bitrot? #27

anders opened this issue Jun 26, 2014 · 1 comment

Comments

@anders
Copy link

anders commented Jun 26, 2014

I'm unable to run gl_tail on OS X 10.9 with ruby 2.0.0p451 (2014-02-24 revision 45167) [universal.x86_64-darwin13]

$ ./gl_tail
Rubygems and/or bundler missing.
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/specification.rb:2007:in `raise_if_conflicts': Unable to activate gltail-0.1.8, because net-ssh-2.9.1 conflicts with net-ssh (= 1.1.4) (Gem::LoadError)
    from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/specification.rb:1176:in `activate'
    from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems.rb:186:in `rescue in try_activate'
    from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems.rb:183:in `try_activate'
    from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:132:in `rescue in require'
    from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:144:in `require'
    from /Users/anders/gltail/lib/gl_tail.rb:28:in `<top (required)>'
    from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
    from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
    from ./gl_tail:77:in `<main>'
@2called-chaos
Copy link

I had the same problem... You need the bundler gem gem install bundler (maybe with sudo depending on your system). Then go into the gltail directory and run bundle install. Then you will need to invoke gltail from where the config file resides in (which it will ask you to generate if you don't have one).

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

2 participants