Skip to content

Instantly share code, notes, and snippets.

@martinstreicher
Created May 21, 2015 14:31
Show Gist options
  • Save martinstreicher/98a532961b444d47ce9b to your computer and use it in GitHub Desktop.
Save martinstreicher/98a532961b444d47ce9b to your computer and use it in GitHub Desktop.
Yosemite output
Colossal:emerald strike$ rvm install jruby-9.0.0.0.pre2 --disable-binary
jruby-9.0.0.0.pre2 - #removing src/jruby-9.0.0.0.pre2..
Checking requirements for osx.
Requirements installation successful.
$JAVA_HOME was empty, setting up JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home, if it fails try setting JAVA_HOME to something sane and try again.
HEAD is now at cb96d72 Bump for version
Previous HEAD position was cb96d72... Bump for version
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
From git://github.com/jruby/jruby
* branch master -> FETCH_HEAD
Current branch master is up to date.
git checkout 9.0.0.0.pre2
Copying from repo to src path...
jruby-9.0.0.0.pre2 - #mvn.....
Error running 'mvn',
showing last 15 lines of /Users/strike/.rvm/log/1432217673_jruby-9.0.0.0.pre2/mvn.log
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.456s
[INFO] Finished at: Thu May 21 10:14:52 EDT 2015
[INFO] Final Memory: 10M/491M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project jruby-core: Could not resolve dependencies for project org.jruby:jruby-core:jar:9.0.0.0.pre2: Failure to find com.github.jnr:jnr-ffi:jar:2.0.3-SNAPSHOT in https://oss.sonatype.org/content/repositories/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of sonatype has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :jruby-core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment