You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parks-MacBook-Air:~ Lud$ tar -zxf jruby-dist-master+graal-macosx-x86_64-bin.tar.gz
Parks-MacBook-Air:~ Lud$ jruby-master/bin/jruby -X+T -e 'puts Truffle.graal?'
ArgumentProcessor.java:726:in checkGraalVersion': java.lang.RuntimeException: This version of JRuby is built against Graal 0.7 but you are using it with version 0.6 - either update Graal or use with (-J)-original to disable Graal and ignore this error from ArgumentProcessor.java:378:inprocessArgument'
from ArgumentProcessor.java:104:in processArguments' from ArgumentProcessor.java:97:inprocessArguments'
from RubyInstanceConfig.java:161:in processArguments' from Main.java:225:inrun'
from Main.java:198:in `main'
The text was updated successfully, but these errors were encountered:
This should be fixed by 8adab0c - rebuilding the nightlies now.
chrisseaton
changed the title
Failing Installation from latest tar.gz , Graal version error
[Truffle] Failing Installation from latest tar.gz , Graal version error
Apr 30, 2015
Getting this error from following file http://lafo.ssw.uni-linz.ac.at/graalvm/jruby-dist-master+graal-macosx-x86_64-bin.tar.gz
Anotheruser confirmed of same error
Parks-MacBook-Air:~ Lud$ tar -zxf jruby-dist-master+graal-macosx-x86_64-bin.tar.gz
Parks-MacBook-Air:~ Lud$ jruby-master/bin/jruby -X+T -e 'puts Truffle.graal?'
ArgumentProcessor.java:726:in
checkGraalVersion': java.lang.RuntimeException: This version of JRuby is built against Graal 0.7 but you are using it with version 0.6 - either update Graal or use with (-J)-original to disable Graal and ignore this error from ArgumentProcessor.java:378:in
processArgument'from ArgumentProcessor.java:104:in
processArguments' from ArgumentProcessor.java:97:in
processArguments'from RubyInstanceConfig.java:161:in
processArguments' from Main.java:225:in
run'from Main.java:198:in `main'
The text was updated successfully, but these errors were encountered: