Advertisement
crankycoder

Untitled

Oct 17th, 2011
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.93 KB | None | 0 0
  1. Victors-MacBook-Air:logstash-master victorng$ jruby -S bundle install
  2. Using rake (0.9.2)
  3. Using awesome_print (0.4.0)
  4. Using bouncy-castle-java (1.5.0146.1)
  5. Using bson (1.4.0)
  6. Using bunny (0.7.6)
  7. Using ffi-rzmq (0.8.2)
  8. Using filewatch (0.3.0)
  9. Using json (1.6.1)
  10. Using gelf (1.1.3)
  11. Using gelfd (0.1.0)
  12. Using gmetric (0.1.3)
  13. Using haml (3.1.3)
  14. Using jls-grok (0.9.0)
  15. Using jruby-elasticsearch (0.0.10)
  16. Using jruby-openssl (0.7.4)
  17. Using minitest (2.6.1)
  18. Using rack (1.3.3)
  19. Using mizuno (0.4.0)
  20. Using mongo (1.4.0)
  21. Using redis (2.2.2)
  22. Using sass (3.1.7)
  23. Using tilt (1.3.3)
  24. Using sinatra (1.2.6)
  25. Using statsd-ruby (0.3.0)
  26. Using stomp (1.1.9)
  27. Using uuidtools (2.1.2)
  28. Using xmpp4r (0.5)
  29. Using bundler (1.0.21)
  30. Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
  31. Victors-MacBook-Air:logstash-master victorng$ make test
  32. Running 1.9.2p136 on java
  33. - Missing optional library 'grok'- try 'gem install jls-grok' if you want this library. needed for the grok filter.
  34. - Missing optional library 'bunny'- try 'gem install bunny' if you want this library. needed for AMQP input and output
  35. - Missing required library 'uuidtools'- try 'gem install uuidtools'. needed for AMQP input and output
  36. - Missing optional library 'ap'- try 'gem install awesome_print' if you want this library. improve debug logging output
  37. - Missing required library 'json'- try 'gem install json'. required for logstash to function
  38. - Missing optional library 'filewatch/tailglob'- try 'gem install filewatch' if you want this library. required for file input
  39. - Missing optional library 'jruby-elasticsearch'- try 'gem install jruby-elasticsearch' if you want this library. required for elasticsearch output and for logstash web
  40. - Missing optional library 'stomp'- try 'gem install stomp' if you want this library. required for stomp input and output
  41. - Missing optional library 'mongo'- try 'gem install mongo' if you want this library. required for mongo output
  42. - Missing optional library 'redis'- try 'gem install redis' if you want this library. required for stomp input and output
  43. - Missing optional library 'gelf'- try 'gem install gelf' if you want this library. required for gelf (graylog2) output
  44. - Missing optional library 'statsd'- try 'gem install statsd-ruby' if you want this library. required for statsd output
  45. - Missing required library 'mizuno'- try 'gem install mizuno'. needed for logstash web
  46. - Missing required library 'rack'- try 'gem install rack'. needed for logstash web
  47. - Missing required library 'sinatra'- try 'gem install sinatra'. needed for logstash web
  48. - Missing required library 'sass'- try 'gem install sass'. needed for logstash web
  49. - Missing required library 'haml'- try 'gem install haml'. needed for logstash web
  50. FATAL: Missing 7 required libraries
  51. Library check failed.
  52. Loading tests from logstash/test_syntax
  53. Loading tests from logstash/test_event
  54. LoadError: no such file to load -- json
  55. require at org/jruby/RubyKernel.java:1047
  56. require at /Users/victorng/dev/logstash-master/build/jruby/jruby-1.6.4/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29
  57. (root) at /Users/victorng/dev/logstash-master/test/logstash/../../lib/logstash/event.rb:1
  58. require at org/jruby/RubyKernel.java:1047
  59. require at /Users/victorng/dev/logstash-master/build/jruby/jruby-1.6.4/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29
  60. (root) at /Users/victorng/dev/logstash-master/test/logstash/../../lib/logstash/event.rb:2
  61. require at org/jruby/RubyKernel.java:1047
  62. require at /Users/victorng/dev/logstash-master/build/jruby/jruby-1.6.4/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29
  63. (root) at /Users/victorng/dev/logstash-master/test/logstash/../../lib/logstash.rb:6
  64. require at org/jruby/RubyKernel.java:1047
  65. require at /Users/victorng/dev/logstash-master/build/jruby/jruby-1.6.4/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29
  66. (root) at /Users/victorng/dev/logstash-master/test/logstash/minitest.rb:1
  67. require at org/jruby/RubyKernel.java:1047
  68. require at /Users/victorng/dev/logstash-master/build/jruby/jruby-1.6.4/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29
  69. use at /Users/victorng/dev/logstash-master/lib/logstash/../../test/logstash/..//logstash/test_event.rb:13
  70. (root) at /Users/victorng/dev/logstash-master/lib/logstash/../../test/logstash_test_runner.rb:17
  71. require at org/jruby/RubyKernel.java:1047
  72. require at /Users/victorng/dev/logstash-master/build/jruby/jruby-1.6.4/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29
  73. run_tests at /Users/victorng/dev/logstash-master/lib/logstash/../../test/logstash_test_runner.rb:69
  74. run at /Users/victorng/dev/logstash-master/lib/logstash/test.rb:85
  75. make: *** [test] Error 1
  76. Victors-MacBook-Air:logstash-master victorng$ jruby -S bundle show jls-grok
  77. /usr/local/Cellar/jruby/1.6.4/jruby/lib/ruby/gems/1.8/gems/jls-grok-0.9.0
  78. Victors-MacBook-Air:logstash-master victorng$
  79.  
  80.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement