Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Duplicate
-
Affects Version/s: JRuby 1.6
-
Fix Version/s: JRuby 1.6.4
-
Component/s: Application Error, Ruby 1.9.2
-
Labels:None
-
Environment:osx lion
-
Number of attachments :
Description
When running "bundle install" on the JRuby !_6 branch head (1.6.4) against the attached Gemfile, I get the following error:
RegexpError: (RegexpError) invalid multibyte escape: /(?:;(?-mix:[\r\n\t ]+)?(?-mix:[^\x00- ()<>@,;:\\"\/\[\]?={}\x7f]+)(?-mix:[\r\n\t ]+)?=(?-mix:[\r\n\t ]+)?(?:(?-mix:[^\x00- ()<>@,;:\\"\/\[\]?={}\x7f]+)|(?-mix:"(?:[\r\n\t !#-\[\]-~\x80-\xff]|\\[\x00-\x7f])*"))(?-mix:[\r\n\t ]+)?)*/
Meta at /Users/paulcowan/.rvm/rubies/jruby-head/lib/ruby/1.9/open-uri.rb:458
OpenURI at /Users/paulcowan/.rvm/rubies/jruby-head/lib/ruby/1.9/open-uri.rb:394
(root) at /Users/paulcowan/.rvm/rubies/jruby-head/lib/ruby/1.9/open-uri.rb:94
require at org/jruby/RubyKernel.java:1047
require at /Users/paulcowan/.rvm/rubies/jruby-head/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29
(root) at /Users/paulcowan/.rvm/rubies/jruby-head/lib/ruby/1.9/open-uri.rb:2
require at org/jruby/RubyKernel.java:1047
require at /Users/paulcowan/.rvm/rubies/jruby-head/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29
(root) at /Users/paulcowan/.rvm/gems/jruby-head/gems/bundler-1.0.17/lib/bundler/vendor/thor/actions/file_manipulation.rb:8
require at org/jruby/RubyKernel.java:1047
require at /Users/paulcowan/.rvm/rubies/jruby-head/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29
(root) at /Users/paulcowan/.rvm/gems/jruby-head/gems/bundler-1.0.17/lib/bundler/vendor/thor/actions.rb:7
require at org/jruby/RubyKernel.java:1047
require at /Users/paulcowan/.rvm/rubies/jruby-head/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29
(root) at /Users/paulcowan/.rvm/gems/jruby-head/gems/bundler-1.0.17/lib/bundler/vendored_thor.rb:1
require at org/jruby/RubyKernel.java:1047
require at /Users/paulcowan/.rvm/rubies/jruby-head/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29
(root) at /Users/paulcowan/.rvm/gems/jruby-head/gems/bundler-1.0.17/lib/bundler/cli.rb:10
load at org/jruby/RubyKernel.java:1073
(root) at /Users/paulcowan/.rvm/gems/jruby-head/bin/bundle:19
Issue Links
- duplicates
-
JRUBY-5961
RegexpError ((RegexpError) invalid multibyte escape in --1.9 mode
-
We need to look at this since bundler was working in 1.9 mode before. I suspect one of the gems in the Gemfile has some interesting characters that we barf on.