-
-
Notifications
You must be signed in to change notification settings - Fork 942
Closed
Milestone
Description
Environment
Provide at least:
- JRuby version:
jruby 9.1.8.0 (2.3.1) 2017-03-06 90fc7ab OpenJDK 64-Bit Server VM 25.111-b15 on 1.8.0_111-b15 +jit [linux-x86_64] - Operating system:
CentOS Linux release 7.2.1511 (Core)/Linux 3.10.0-123.el7.x86_64 - Guard version:
2.14.1(with guard-rubocop1.2.0) - Bundler version:
1.13.7
Expected Behavior
- No error occurs
Actual Behavior
- Following error has occurred:
$ bundle exec guard -i -d
21:45:53 - DEBUG - Notiffany: gntp not available (Please add "gem 'ruby_gntp'" to your Gemfile and run your app with "bundle exec".).
21:45:53 - DEBUG - Notiffany: growl not available (Unsupported platform "linux").
21:45:53 - DEBUG - Notiffany: terminal_notifier not available (Unsupported platform "linux").
21:45:53 - DEBUG - Notiffany: libnotify not available (Please add "gem 'libnotify'" to your Gemfile and run your app with "bundle exec".).
21:45:53 - DEBUG - Command execution: which notify-send
21:45:53 - DEBUG - Notiffany: notifysend not available (libnotify-bin package is not installed).
21:45:53 - DEBUG - Notiffany: notifu not available (Unsupported platform "linux").
21:45:53 - DEBUG - Command execution: {"ALTERNATE_EDITOR"=>"false"} emacsclient --eval '1'
org/jruby/RubyProcess.java:1566:in `spawn': Inappropriate ioctl for device - emacsclient (Errno::ENOTTY)
from org/jruby/RubyKernel.java:1517:in `spawn'
from /home/vagrant/.rbenv/versions/jruby-9.1.8.0/lib/ruby/stdlib/open3.rb:206:in `popen_run'
from /home/vagrant/.rbenv/versions/jruby-9.1.8.0/lib/ruby/stdlib/open3.rb:102:in `popen3'
from /home/vagrant/.rbenv/versions/jruby-9.1.8.0/lib/ruby/gems/shared/gems/guard-2.14.1/lib/guard/internals/tracing.rb:15:in `block in popen3'
from /home/vagrant/.rbenv/versions/jruby-9.1.8.0/lib/ruby/gems/shared/gems/shellany-0.0.1/lib/shellany/sheller.rb:116:in `_system_with_capture'
from /home/vagrant/.rbenv/versions/jruby-9.1.8.0/lib/ruby/gems/shared/gems/shellany-0.0.1/lib/shellany/sheller.rb:46:in `run'
from /home/vagrant/.rbenv/versions/jruby-9.1.8.0/lib/ruby/gems/shared/gems/shellany-0.0.1/lib/shellany/sheller.rb:25:in `run'
from /home/vagrant/.rbenv/versions/jruby-9.1.8.0/lib/ruby/gems/shared/gems/notiffany-0.1.1/lib/notiffany/notifier/emacs/client.rb:47:in `_emacs_eval'
from /home/vagrant/.rbenv/versions/jruby-9.1.8.0/lib/ruby/gems/shared/gems/notiffany-0.1.1/lib/notiffany/notifier/emacs/client.rb:36:in `available?'
from /home/vagrant/.rbenv/versions/jruby-9.1.8.0/lib/ruby/gems/shared/gems/notiffany-0.1.1/lib/notiffany/notifier/emacs.rb:33:in `_check_available'
from /home/vagrant/.rbenv/versions/jruby-9.1.8.0/lib/ruby/gems/shared/gems/notiffany-0.1.1/lib/notiffany/notifier/base.rb:59:in `initialize'
from /home/vagrant/.rbenv/versions/jruby-9.1.8.0/lib/ruby/gems/shared/gems/notiffany-0.1.1/lib/notiffany/notifier/detected.rb:100:in `_add'
from /home/vagrant/.rbenv/versions/jruby-9.1.8.0/lib/ruby/gems/shared/gems/notiffany-0.1.1/lib/notiffany/notifier/detected.rb:62:in `block in detect'
from org/jruby/RubyHash.java:1343:in `each'
from org/jruby/RubyEnumerable.java:626:in `detect'
from /home/vagrant/.rbenv/versions/jruby-9.1.8.0/lib/ruby/gems/shared/gems/notiffany-0.1.1/lib/notiffany/notifier/detected.rb:60:in `block in detect'
from org/jruby/RubyArray.java:1734:in `each'
from /home/vagrant/.rbenv/versions/jruby-9.1.8.0/lib/ruby/gems/shared/gems/notiffany-0.1.1/lib/notiffany/notifier/detected.rb:59:in `detect'
from /home/vagrant/.rbenv/versions/jruby-9.1.8.0/lib/ruby/gems/shared/gems/notiffany-0.1.1/lib/notiffany/notifier.rb:180:in `_detect_or_add_notifiers'
from /home/vagrant/.rbenv/versions/jruby-9.1.8.0/lib/ruby/gems/shared/gems/notiffany-0.1.1/lib/notiffany/notifier.rb:198:in `_activate'
from /home/vagrant/.rbenv/versions/jruby-9.1.8.0/lib/ruby/gems/shared/gems/notiffany-0.1.1/lib/notiffany/notifier.rb:87:in `initialize'
from /home/vagrant/.rbenv/versions/jruby-9.1.8.0/lib/ruby/gems/shared/gems/notiffany-0.1.1/lib/notiffany/notifier.rb:42:in `connect'
from /home/vagrant/.rbenv/versions/jruby-9.1.8.0/lib/ruby/gems/shared/gems/guard-2.14.1/lib/guard/notifier.rb:11:in `connect'
from /home/vagrant/.rbenv/versions/jruby-9.1.8.0/lib/ruby/gems/shared/gems/guard-2.14.1/lib/guard.rb:61:in `setup'
from /home/vagrant/.rbenv/versions/jruby-9.1.8.0/lib/ruby/gems/shared/gems/guard-2.14.1/lib/guard/commander.rb:32:in `start'
from /home/vagrant/.rbenv/versions/jruby-9.1.8.0/lib/ruby/gems/shared/gems/guard-2.14.1/lib/guard/cli/environments/valid.rb:16:in `start_guard'
from /home/vagrant/.rbenv/versions/jruby-9.1.8.0/lib/ruby/gems/shared/gems/guard-2.14.1/lib/guard/cli.rb:122:in `start'
from /home/vagrant/.rbenv/versions/jruby-9.1.8.0/lib/ruby/gems/shared/gems/thor-0.19.4/lib/thor/command.rb:27:in `run'
from /home/vagrant/.rbenv/versions/jruby-9.1.8.0/lib/ruby/gems/shared/gems/thor-0.19.4/lib/thor/invocation.rb:126:in `invoke_command'
from /home/vagrant/.rbenv/versions/jruby-9.1.8.0/lib/ruby/gems/shared/gems/thor-0.19.4/lib/thor.rb:369:in `dispatch'
from /home/vagrant/.rbenv/versions/jruby-9.1.8.0/lib/ruby/gems/shared/gems/thor-0.19.4/lib/thor/base.rb:444:in `start'
from /home/vagrant/.rbenv/versions/jruby-9.1.8.0/lib/ruby/gems/shared/gems/guard-2.14.1/lib/guard/aruba_adapter.rb:32:in `execute'
from /home/vagrant/.rbenv/versions/jruby-9.1.8.0/lib/ruby/gems/shared/gems/guard-2.14.1/lib/guard/aruba_adapter.rb:19:in `execute!'
from /home/vagrant/.rbenv/versions/jruby-9.1.8.0/lib/ruby/gems/shared/gems/guard-2.14.1/bin/_guard-core:11:in `<main>'
Reactions are currently unavailable