-
-
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
gem install fails on Solaris 10 #4192
Comments
I get the same error on 9.1.4.0, by the way. On 9.0.5.0 I get a completely different error. I can show that error if it would help, but I thought it was probably best to focus on 9.1. |
Well the path doesn't seem too long. Can you get |
Looks like the problem is with flock. The files are on NFS, if that makes a difference.
Here is the full backtrace:
|
Running 'gem install bundler' (or any other gem) always fails:
$ gem install bundler
io/console on JRuby shells out to stty for most operations
ERROR: While executing gem ... (Errno::EINVAL)
Invalid argument - /home/mm5830/.gem/specs/api.rubygems.org%80/quick/Marshal.4.8/bundler-1.13.1.gemspec
Environment
$ jruby -v
jruby 9.1.5.0 (2.3.1) 2016-09-07 036ce39 Java HotSpot(TM) 64-Bit Server VM 25.40-b25 on 1.8.0_40-b26 +jit [solaris-sparcv9]
$ uname -a
SunOS pubdevx-dev601 5.10 Generic_150400-40 sun4v sparc sun4v
$ gem env
io/console on JRuby shells out to stty for most operations
RubyGems Environment:
$ java -version
java version "1.8.0_40"
Java(TM) SE Runtime Environment (build 1.8.0_40-b26)
Java HotSpot(TM) 64-Bit Server VM (build 25.40-b25, mixed mode)
Expected Behavior
Actual Behavior
$ gem install bundler
io/console on JRuby shells out to stty for most operations
ERROR: While executing gem ... (Errno::EINVAL)
Invalid argument - /home/mm5830/.gem/specs/api.rubygems.org%80/quick/Marshal.4.8/bundler-1.13.1.gemspec
The text was updated successfully, but these errors were encountered: