Skip to content
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

upgrade jruby-1.7.17 to jruby-1.7.18 errors #3232

Open
jzakiya opened this issue Dec 25, 2014 · 7 comments
Open

upgrade jruby-1.7.17 to jruby-1.7.18 errors #3232

jzakiya opened this issue Dec 25, 2014 · 7 comments

Comments

@jzakiya
Copy link
Contributor

jzakiya commented Dec 25, 2014

I haven't had any problems upgrading jruby in a while. Well, the streak ended today.

jzakiya@localhost ~ $ rvm upgrade jruby-1.7.17 jruby-1.7-18
Are you sure you wish to upgrade from jruby-1.7.17 to jruby-18? (Y/n): y
Installing new ruby jruby-18
jruby-18 - #removing src/jruby-18 - please wait
Searching for binary rubies, this might take some time.
No binary rubies available for: pclinuxos/2014/i386/jruby-18.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.                       
Checking requirements for pclinuxos.
Requirements installation successful.
$JAVA_HOME was empty, setting up JAVA_HOME=/usr/lib/jvm/java-1.7.0-sun-1.7.0.71/jre, if it fails try setting JAVA_HOME to something sane and try again.                                                                                             
HEAD is now at 430efff [Truffle] A few specs passing.
From git://github.com/jruby/jruby
 * branch            master     -> FETCH_HEAD
Already up-to-date.
git checkout master
Copying from repo to src path...
jruby-18 - #mvn - please wait
Error running 'mvn',
showing last 15 lines of /home/jzakiya/.rvm/log/1419529390_jruby-18/mvn.log
__rvm_log_dotted:23: command not found: mvn
Unable to install ruby jruby-18. Please install it manually to continue.
@mpapis
Copy link
Member

mpapis commented Dec 25, 2014

@headius / @enebo - was the binary (compiled version) released?

as for the missing mvn most likely I have to add code to handle it on your platform, will try to work on it before next week

@mpapis mpapis added the binary label Dec 25, 2014
@enebo
Copy link
Contributor

enebo commented Dec 29, 2014

@mpapis Nothing should have changed since 1.7.17 as to where we store out -bin-*.tar.gz (other than the version number incrementing). I am also a little confused why mvn is running on -bin release since it is already built? Or is that because bin could not be found so it fell back to src build.

(Sorry not working this week and part of last from holidays...happy holidays @mpapis)

@BanzaiMan
Copy link
Contributor

Is the invocation rvm upgrade jruby-1.7.17 jruby-1.7-18 correct? I am not sure how that's supposed to work.

@mpapis
Copy link
Member

mpapis commented Dec 29, 2014

@BanzaiMan rvm upgrade jruby-1.7.17 jruby-1.7.18 - means install .18, copy all gemsets from .17 to .18 and ask to remove .17

@enebo @jzakiya there was error in the name 1.7-18 => 1.7.18

@mpapis mpapis removed the binary label Dec 29, 2014
@jzakiya
Copy link
Contributor Author

jzakiya commented Dec 29, 2014

Thanks for catching the typo error: 1.7-18 instead of 1.7.18.

After correcting the error it installed correctly, as expected.

I will close this now.

@jzakiya jzakiya closed this as completed Dec 29, 2014
@mpapis
Copy link
Member

mpapis commented Dec 29, 2014

reopening to investigate the missing mvn

@mpapis mpapis reopened this Dec 29, 2014
@mpapis
Copy link
Member

mpapis commented Jan 4, 2015

looks like the pclinuxos support does not work on latest release, it's more to investigate then I thought, will get back to it later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants