Charles Oliver Nutter created JRUBY-6458: --------------------------------------------
Summary: jruby-launcher fails to install from rvm with default 1.9 mode Key: JRUBY-6458 URL: https://jira.codehaus.org/browse/JRUBY-6458 Project: JRuby Issue Type: Bug Components: Launcher Affects Versions: JRuby 1.6.6 Reporter: Charles Oliver Nutter Assignee: Thomas E Enebo Attachments: gem_make.out Here's the basic rvm output. The log is attached. {noformat} system ~/projects/jruby $ rvm reinstall jruby-1.6-head --branch jruby-1_6 --19 Removing /Users/headius/.rvm/src/jruby-1.6-head... Removing /Users/headius/.rvm/rubies/jruby-1.6-head... Removing jruby-1.6-head aliases... Removing jruby-1.6-head wrappers... Removing jruby-1.6-head environments... Removing jruby-1.6-head binaries... jruby-1.6-head - #fetching HEAD is now at 27b3990 JRUBY-6243 Add support for graph profile with HTML output Switched to branch 'jruby-1_6' Your branch is behind 'origin/jruby-1_6' by 16 commits, and can be fast-forwarded. >From git://github.com/jruby/jruby * branch jruby-1_6 -> FETCH_HEAD Updating c9870bb..f38d5ba Fast-forward build.xml | 69 +++++++++++++---- lib/ruby/site_ruby/shared/ffi/library.rb | 6 +- spec/tags/1.8/ruby/core/module/autoload_tags.txt | 3 + spec/tags/1.9/ruby/core/random/new_seed_tags.txt | 1 + src/org/jruby/Ruby.java | 92 ++++++++++++++++++++- src/org/jruby/RubyArray.java | 45 ++++++----- src/org/jruby/RubyIO.java | 7 ++- src/org/jruby/RubyKernel.java | 12 ++- src/org/jruby/RubyModule.java | 2 +- src/org/jruby/RubyString.java | 2 +- src/org/jruby/RubyZlib.java | 54 +++++++++---- src/org/jruby/ast/Match2CaptureNode.java | 1 - src/org/jruby/cext/RubyData.java | 17 ---- src/org/jruby/evaluator/ASTInterpreter.java | 19 +++-- src/org/jruby/parser/ParserSupport19.java | 30 +++++--- src/org/jruby/util/Sprintf.java | 24 ++++--- src/org/jruby/util/io/ChannelStream.java | 1 + 17 files changed, 274 insertions(+), 111 deletions(-) create mode 100644 spec/tags/1.9/ruby/core/random/new_seed_tags.txt Copying from repo to src path... jruby-1.6-head - #ant jar jruby-1.6-head - #ant jar -Djruby.default.ruby.version=1.9 jruby-1.6-head - #ant cext Building Nailgun jruby-1.6-head - #installing to /Users/headius/.rvm/rubies/jruby-1.6-head jruby-1.6-head - #importing default gemsets (/Users/headius/.rvm/gemsets/) Copying across included gems Building native extensions. This could take a while... ERROR: Error installing jruby-launcher: ERROR: Failed to build gem native extension. /Users/headius/.rvm/rubies/jruby-1.6-head/bin/jruby extconf.rb Error opening script file: /Users/headius/.rvm/gems/jruby-1.6-head/gems/jruby-launcher-1.0.12-java/extconf.rb (No such file or directory) Gem files will remain installed in /Users/headius/.rvm/gems/jruby-1.6-head/gems/jruby-launcher-1.0.12-java for inspection. Results logged to /Users/headius/.rvm/gems/jruby-1.6-head/gems/jruby-launcher-1.0.12-java/./gem_make.out {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email