Guest User

Untitled

a guest
Jul 18th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.37 KB | None | 0 0
  1. zak@lian:~/code/hoe$ irb -d
  2. rbx-head :001 > require 'rubygems'
  3. Exception: `LoadError' kernel/common/codeloader.rb:330 - no such file to load -- rubygems/defaults/operating_system
  4. Exception: `LoadError' kernel/common/codeloader.rb:330 - no such file to load -- Win32API
  5. Exception: `Errno::EEXIST' kernel/common/dir.rb:87 - File exists - /home/zak/.gem/rbx/1.8/cache
  6. => true
  7. rbx-head :002 > require 'hoe'
  8. Exception: `LoadError' kernel/common/codeloader.rb:330 - no such file to load -- hoe
  9. Exception: `NoMethodError' /home/zak/.rvm/rubies/rbx-head/lib/rational.rb:78 - undefined method `gcd' on an instance of Rational.
  10. => true
  11. rbx-head :003 > Hoe.load_plugins
  12. loading /home/zak/.rvm/gems/rbx-head@hoe/gems/hoe-2.8.0/lib/hoe/deps.rb
  13. loading /home/zak/.rvm/gems/rbx-head@hoe/gems/hoe-2.8.0/lib/hoe/publish.rb
  14. loading /home/zak/.rvm/gems/rbx-head@hoe/gems/hoe-2.8.0/lib/hoe/flay.rb
  15. loading /home/zak/.rvm/gems/rbx-head@hoe/gems/hoe-2.8.0/lib/hoe/rcov.rb
  16. loading /home/zak/.rvm/gems/rbx-head@hoe/gems/hoe-2.8.0/lib/hoe/flog.rb
  17. loading /home/zak/.rvm/gems/rbx-head@hoe/gems/hoe-2.8.0/lib/hoe/test.rb
  18. loading /home/zak/.rvm/gems/rbx-head@hoe/gems/hoe-2.8.0/lib/hoe/gemcutter.rb
  19. loading /home/zak/.rvm/gems/rbx-head@hoe/gems/hoe-2.8.0/lib/hoe/clean.rb
  20. loading /home/zak/.rvm/gems/rbx-head@hoe/gems/hoe-2.8.0/lib/hoe/newb.rb
  21. loading /home/zak/.rvm/gems/rbx-head@hoe/gems/hoe-2.8.0/lib/hoe/debug.rb
  22. Unable to execute subprogram
  23. Invalid argument - execvp(2) failed (Errno::EINVAL)
  24.  
  25. Backtrace:
  26. Kernel.exec at kernel/common/process.rb:672
  27. Kernel(Module)#system at kernel/common/process.rb:635
  28. Hoe::Debug.__module_init__ (Debug) at /home/zak/.rvm/gems/rbx-head@hoe/gems
  29. /hoe-2.8.0/lib/hoe/debug.rb:18
  30. main.__script__ at /home/zak/.rvm/gems/rbx-head@hoe/gems
  31. /hoe-2.8.0/lib/hoe/debug.rb:10
  32. Kernel(Class)#load at kernel/common/kernel.rb:684
  33. { } in Hoe.load_plugins at /home/zak/.rvm/gems/rbx-head@hoe/gems
  34. /hoe-2.8.0/lib/hoe.rb:243
  35. { } in Enumerable(Hash)#collect at kernel/common/enumerable.rb:273
  36. Hash#each at kernel/common/hash.rb:317 (jit)
  37. Enumerable(Hash)#map (collect) at kernel/common/enumerable.rb:273
  38. Hoe.load_plugins at /home/zak/.rvm/gems/rbx-head@hoe/gems
  39. /hoe-2.8.0/lib/hoe.rb:238
  40. { } in Object#irb_binding at (irb):3
  41. Kernel(IRB::WorkSpace)#eval at kernel/common/eval.rb:115
  42. IRB::WorkSpace#evaluate at /home/zak/.rvm/rubies/rbx-head/lib/irb
  43. /workspace.rb:81
  44. IRB::Context#evaluate at /home/zak/.rvm/rubies/rbx-head/lib/irb
  45. /context.rb:219
  46. { } in IRB::IrbRubinius#process_statements at /home/zak/.rvm/rubies/rbx-head
  47. /lib/irb/rubinius.rb:42
  48. IRB::Irb(IRB::IrbRubinius)#signal_status at /home/zak/.rvm/rubies/rbx-head/lib
  49. /irb.rb:273
  50. { } in IRB::IrbRubinius#process_statements at /home/zak/.rvm/rubies/rbx-head
  51. /lib/irb/rubinius.rb:39
  52. { } in RubyLex#each_top_level_statement at /home/zak/.rvm/rubies/rbx-head/lib
  53. /irb/ruby-lex.rb:244
  54. Kernel(RubyLex)#loop at kernel/common/kernel.rb:292
  55. { } in RubyLex#each_top_level_statement at /home/zak/.rvm/rubies/rbx-head/lib
  56. /irb/ruby-lex.rb:230
  57. { } in Kernel(RubyLex)#catch at kernel/common/throw_catch.rb:34
  58. Rubinius::ThrownValue.register at kernel/common/throw_catch.rb:13
  59. Kernel(RubyLex)#catch at kernel/common/throw_catch.rb:33
  60. RubyLex#each_top_level_statement at /home/zak/.rvm/rubies/rbx-head/lib/irb
  61. /ruby-lex.rb:229
  62. IRB::IrbRubinius#process_statements at /home/zak/.rvm/rubies/rbx-head/lib/irb
  63. /rubinius.rb:38
  64. IRB::Irb(IRB::IrbRubinius)#eval_input at /home/zak/.rvm/rubies/rbx-head/lib
  65. /irb.rb:152
  66. { } in IRB.start at /home/zak/.rvm/rubies/rbx-head/lib
  67. /irb.rb:76
  68. { } in Kernel(Module)#catch at kernel/common/throw_catch.rb:34
  69. Rubinius::ThrownValue.register at kernel/common/throw_catch.rb:13
  70. Kernel(Module)#catch at kernel/common/throw_catch.rb:33
  71. IRB.start at /home/zak/.rvm/rubies/rbx-head/lib
  72. /irb.rb:75
  73. main.__script__ at /home/zak/.rvm/rubies/rbx-head/lib/bin
  74. /irb.rb:13
  75. Rubinius::CodeLoader#load_script at kernel/delta/codeloader.rb:67
  76. Rubinius::CodeLoader.load_script at kernel/delta/codeloader.rb:91
  77. Rubinius::Loader#script at kernel/loader.rb:521
  78. Rubinius::Loader#main at kernel/loader.rb:619
  79. Rubinius::Loader.main at kernel/loader.rb:658
  80. Object#__script__ at kernel/loader.rb:669
  81. loading /home/zak/.rvm/gems/rbx-head@hoe/gems/hoe-2.8.0/lib/hoe/package.rb
  82. loading /home/zak/.rvm/gems/rbx-head@hoe/gems/hoe-2.8.0/lib/hoe/signing.rb
  83. => nil
Add Comment
Please, Sign In to add comment