-
-
Notifications
You must be signed in to change notification settings - Fork 925
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
native extensions broken for Solaris in 1.7.16 #2012
Comments
well, if I just install it and tun you command then I works for me. do you have any user-installed gems, i.e. in $HOME/.gem/jruby/1.9/ ? the error says there is a Gem::Specification object without name - which indeed is strange. |
Could be OS related. Works ok on a Redhat 6 install, but not on my Solaris workstations. I deleted my $HOME/.gem directory to eliminate that from the equation. |
Think I isolated the issue a bit to 'native extensions'. This fails on Solaris, even if file exists but this appears to work |
I'm running into this same problem in SmartOS. |
Later jruby can't be built - jruby/jruby#2012
Later jruby can't be built - jruby/jruby#2012
Later jruby can't be built - jruby/jruby#2012
Not sure where it was fixed, but don't seem to have the issue in 1.7.18. |
This worked for me in 1.7.13.
./jruby-1.7.16/bin/jruby -S gem list
NoMethodError: undefined method `name' for nil:NilClass
_resort! at /usr/jruby/jruby-1.7.16/lib/ruby/shared/rubygems/specification.rb:717
sort! at org/jruby/RubyArray.java:3358
_resort! at /usr/jruby/jruby-1.7.16/lib/ruby/shared/rubygems/specification.rb:716
_all at /usr/jruby/jruby-1.7.16/lib/ruby/shared/rubygems/specification.rb:665
each at /usr/jruby/jruby-1.7.16/lib/ruby/shared/rubygems/specification.rb:855
reverse_each at org/jruby/RubyEnumerable.java:1072
latest_specs at /usr/jruby/jruby-1.7.16/lib/ruby/shared/rubygems/specification.rb:971
find_latest_files at /usr/jruby/jruby-1.7.16/lib/ruby/shared/rubygems.rb:490
load_plugins at /usr/jruby/jruby-1.7.16/lib/ruby/shared/rubygems.rb:1006
(root) at /usr/jruby/jruby-1.7.16/lib/ruby/shared/rubygems/gem_runner.rb:81
require at org/jruby/RubyKernel.java:1065
(root) at /usr/jruby/jruby-1.7.16/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:1
require at /usr/jruby/jruby-1.7.16/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:55
load at org/jruby/RubyKernel.java:1081
(root) at /usr/jruby/jruby-1.7.16/bin/gem:4
The text was updated successfully, but these errors were encountered: