Guest User

Untitled

a guest
Feb 19th, 2020
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. root@8693c627f5de:/concurrent-ruby# bundle exec rake repackage
  2. YARD is not installed, skipping documentation task definitions: cannot load such file -- yard
  3. rm -r pkg
  4. rm -r pkg
  5. rm -r pkg
  6. mkdir -p pkg
  7. WARNING: You're cross-compiling a binary extension for JRuby, but are using
  8. another interpreter. If your Java classpath or extension dir settings are not
  9. correctly detected, then either check the appropriate environment variables or
  10. execute the Rake compilation task using the JRuby interpreter.
  11. (e.g. `jruby -S rake compile:java`)
  12. rake aborted!
  13. Could not find jruby.jar. Please set JRUBY_HOME or use jruby in rvm
  14. /var/lib/gems/2.5.0/gems/rake-compiler-1.1.0/lib/rake/javaextensiontask.rb:268:in `java_classpath_args'
  15. /var/lib/gems/2.5.0/gems/rake-compiler-1.1.0/lib/rake/javaextensiontask.rb:111:in `block in define_compile_tasks'
  16. /var/lib/gems/2.5.0/gems/rake-13.0.1/exe/rake:27:in `<top (required)>'
  17. /var/lib/gems/2.5.0/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:63:in `load'
  18. /var/lib/gems/2.5.0/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:63:in `kernel_load'
  19. /var/lib/gems/2.5.0/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:28:in `run'
  20. /var/lib/gems/2.5.0/gems/bundler-2.1.4/lib/bundler/cli.rb:476:in `exec'
  21. /var/lib/gems/2.5.0/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
  22. /var/lib/gems/2.5.0/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
  23. /var/lib/gems/2.5.0/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor.rb:399:in `dispatch'
  24. /var/lib/gems/2.5.0/gems/bundler-2.1.4/lib/bundler/cli.rb:30:in `dispatch'
  25. /var/lib/gems/2.5.0/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/base.rb:476:in `start'
  26. /var/lib/gems/2.5.0/gems/bundler-2.1.4/lib/bundler/cli.rb:24:in `start'
  27. /var/lib/gems/2.5.0/gems/bundler-2.1.4/exe/bundle:46:in `block in <top (required)>'
  28. /var/lib/gems/2.5.0/gems/bundler-2.1.4/lib/bundler/friendly_errors.rb:123:in `with_friendly_errors'
  29. /var/lib/gems/2.5.0/gems/bundler-2.1.4/exe/bundle:34:in `<top (required)>'
  30. /usr/local/bin/bundle:23:in `load'
  31. /usr/local/bin/bundle:23:in `<main>'
  32. Tasks: TOP => repackage => package => gem => pkg/concurrent-ruby-1.1.6.gem => pkg/concurrent-ruby-1.1.6 => lib/concurrent-ruby/concurrent/concurrent_ruby.jar => copy:concurrent_ruby:java => tmp/java/concurrent_ruby/concurrent_ruby.jar => tmp/java/concurrent_ruby/.build
  33. (See full trace by running task with --trace)
Add Comment
Please, Sign In to add comment