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

:pgroup option is invalid on Ruby 2.2.0-rc1 #28

Open
wallyqs opened this issue Dec 23, 2014 · 2 comments
Open

:pgroup option is invalid on Ruby 2.2.0-rc1 #28

wallyqs opened this issue Dec 23, 2014 · 2 comments

Comments

@wallyqs
Copy link
Owner

wallyqs commented Dec 23, 2014

Look at build: https://travis-ci.org/wallyqs/org-ruby/jobs/44899324

 Failure/Error: actual = parser.to_html
     TypeError:
       :pgroup option is invalid
     # /home/travis/.rvm/gems/ruby-2.2.0-rc1/gems/posix-spawn-0.3.9/lib/posix/spawn.rb:189:in `_pspawn'
     # /home/travis/.rvm/gems/ruby-2.2.0-rc1/gems/posix-spawn-0.3.9/lib/posix/spawn.rb:189:in `pspawn'
     # /home/travis/.rvm/gems/ruby-2.2.0-rc1/gems/posix-spawn-0.3.9/lib/posix/spawn.rb:162:in `spawn'
     # /home/travis/.rvm/gems/ruby-2.2.0-rc1/gems/posix-spawn-0.3.9/lib/posix/spawn.rb:274:in ``'
     # /home/travis/.rvm/gems/ruby-2.2.0-rc1/gems/pygments.rb-0.6.0/lib/pygments/popen.rb:49:in `python_binary'
     # /home/travis/.rvm/gems/ruby-2.2.0-rc1/gems/pygments.rb-0.6.0/lib/pygments/popen.rb:39:in `start'
     # /home/travis/.rvm/gems/ruby-2.2.0-rc1/gems/pygments.rb-0.6.0/lib/pygments/popen.rb:214:in `mentos'
     # /home/travis/.rvm/gems/ruby-2.2.0-rc1/gems/pygments.rb-0.6.0/lib/pygments/popen.rb:203:in `highlight'
     # ./lib/org-ruby/html_output_buffer.rb:128:in `rescue in flush!'
     # ./lib/org-ruby/html_output_buffer.rb:124:in `flush!'
     # ./lib/org-ruby/output_buffer.rb:68:in `insert'
     # ./lib/org-ruby/parser.rb:392:in `block in translate'
     # ./lib/org-ruby/parser.rb:392:in `each'
     # ./lib/org-ruby/parser.rb:392:in `translate'
     # ./lib/org-ruby/parser.rb:374:in `block in to_html'
     # ./lib/org-ruby/parser.rb:366:in `each'
     # ./lib/org-ruby/parser.rb:366:in `to_html'
     # ./spec/parser_spec.rb:314:in `block (5 levels) in <top (required)>'
@wallyqs wallyqs changed the title :pgroup option is invalid on Ruby 2.2.0 :pgroup option is invalid on Ruby 2.2.0-rc1 Dec 23, 2014
@tmm1
Copy link

tmm1 commented Dec 23, 2014

This is a posix-spawn issue, due to a C api change in ruby 2.2. I reported it here: https://bugs.ruby-lang.org/issues/10623

@wallyqs
Copy link
Owner Author

wallyqs commented Dec 23, 2014

Thanks for sharing! I'll keep an eye on the issue

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

No branches or pull requests

2 participants