Open emnl opened 9 years ago
Things are getting even stranger. If I clone ruby-spark and point my Gemfile to the local version of the gem, then everything works as expected:
=> bundle install
Fetching gem metadata from https://rubygems.org/..........
Fetching version metadata from https://rubygems.org/..
Resolving dependencies.............
Installing coderay 1.1.0
Installing highline 1.7.2
Installing commander 4.3.4
Installing distribution 0.7.3
Installing ffi 1.9.10 with native extensions
Installing tins 0.13.2
Installing file-tail 1.0.12
Installing method_source 0.8.2
Installing nio4r 1.1.0
Installing slop 3.6.0
Installing spoon 0.0.4
Installing pry 0.10.1
Installing sexp_processor 3.2.0
Installing ruby_parser 2.3.1
Installing ruby2ruby 1.3.1
Installing sourcify 0.6.0.rc4
Using ruby-spark 1.2.0 from source at /Users/emanuel/projects/ruby-spark
Using bundler 1.10.5
Bundle complete! 1 Gemfile dependency, 18 gems now installed.
Still no luck the with remote version however.
What do you mean by "I am having trouble installing ruby-spark via bundle and JRuby"?
Adding a gem 'ruby-spark'
to Gemfile?
I mean that if I add gem 'ruby-spark'
to my Gemfile and run the command above, then I get the output as shown above.
What about jruby 9000?
Jruby 1.x is not supported. (Only Ruby 2+).
Sadly, I get the exact same error using JRuby-9.0.0.0.rc1
.
Its because rubygems.org contains only one java version (1.1.0.1). But it seems that this version not working. I'll try to fix it.
Great project!
I am having trouble installing ruby-spark via bundle and JRuby. This is what happens:
The bundle worked when I removed the following lines from ruby-spark's Gemfile:
Strange, of course, as I am not even using MRI.
Any ideas?