Project:Ruby/Pending Bumps

From Gentoo Wiki
Jump to: navigation, search

A irregularly updated list of pending ruby version bumps for the main tree can be found here: outdated-gems. Not all packages on that list are straightforward to bump. This list collects notes on packages that have issues and need more work to be bumped. Feel free to help tackle any of these issues!

Contents

app-office

rabbit 2.0.5

  • New dependency on rttool and hikidoc now mandatory dependency, some utilities split out into separate packages.
  • rttool has problems with testing its rdtool integration
  • Only distributed as gem

app-text

webgen 0.5.17

  • Fails tests.

dev-ruby

adhearsion 2.1.3

  • Many new unpackaged dependencies: adhearsion-loquacious, celluloidtimers, countdownlatch, deep_merge, future-resource, girl_friday, has-guarded-handlers, logging, punchblock, ruby_speech

arel 4.0.0

  • Tests pass but testrb-2 still exits with an error code.

arrayfields 4.9.0

  • Fails tests on ruby19

async_sinatra 1.1.0

  • Fails due to broken Sinatra app recognition

attic 0.5.3

barby 0.5.1

  • Not tagged upstream.

bitescript-0.1.2

  • requires ASM 4, which is said to be available starting from JRuby 1.6.1, but even on 1.6.7 it doesn't work; JRuby _should_ be able to build with ASM 4 but it seems not to. Fails with jruby 1.6.7.2.

bourne 1.4.0

  • Fails tests. Looks like a mocha issue.

bson

  • versions 1.6.3 and 1.6.4 have broken API, and that's a nasty one.

builder 3.2.0

  • No documentation and Rakefile anymore. No clear upstream.

css_parser 1.3.4

  • Many test failures on jruby.

dalli 2.6.2

em-http-request 1.0.2

  • depends on mongrel 1.2.0-pre2 which we won't add because it is a pre-release version.

faraday 0.8.4

The new test system seem to be based off a script that starts an HTTP server, run the tests and stop it. It sounds to me like it's a bit of a mess, and I couldn't get it to run.

  • Test script works for me but doesn't use exit codes, so we can't use it.
  • Needs newer version of em-http-request than what we have in tree.

ffi 1.0.8

  • Fails tests.

flog

  • Needs newer versions of ruby_parser.

fssm 0.2.9

  • this new version only has a few changes related to the OSX side, and then adds an stderr warning telling that the library is deprecated, no reason to have this in tree unless Prefix wants it.

haml 4.0.2

  • Fails a tilt-related test.

hiera 1.2.1

  • Fails test on jruby

hoe 3.5.1

  • hoe 3.0.8 fails with documentation building and running tests:
  • hoe 3.0.5 fails tests with ruby18 when using the gem18 command. Could be related to our way of packaging things.
    • We should probably just skip this test. We used to patch this but the regexps have gotten more complicated.
  • hoe 3.0.2 fails tests with jruby.
  • hoe 2.15.0 (last version before introduction of Gem.bin_wrapper approach) fails tests
  • hoe 3.5.1 has an automagic dependency on flog while testing, and requires a version we don't have yet.
    • We should include flog as a test dependency, but need to wait until that version is available in gentoo

jruby-openssl 0.8.4

  • Fails tests
  • Rake tasks for testing no longer exist. Hard to see how test suite could actually work.

jwt 0.1.8

  • Fails tests on non-existing MultiJson::LoadError

kramdown 1.0.1

  • Fails to build documentation due to broken monkey patch on rdoc.

listen 1.0.3

  • Fails tests.

map 6.5.1

mime-types 1.23

  • Needs newer version of hoe, or we need to work around it.

mixlib-log 1.6.0

  • Not tagged upstream.

moneta 0.7.15

  • New home at https://github.com/minda/moneta
  • Many non-optional tests for things we have not packaged.
  • Pulling in all things we *do* package will add a ton of dependencies.
  • Tests depend on rspec-retry which is not packaged yet.

mongo 1.6.4

  • See bson

mongoid

  • Version 2.4.11 is just restricting the dependency to bson 1.6.2 as the later versions have changed API badly (they should be called 1.7); since we're not bumping bson, this won't be a problem for the moment;
  • Version 3.0 is Ruby 1.9 -only (and JRuby in 1.9 mode) and is requiring more work.

msgpack 0.5.4

  • Tests hang with ruby 1.8.7

multi_json 1.7.2

  • Fails tests, probably due to lacking Oj package which is the preferred JSON provider.
  • Oj fails tests and has a non-standard license

narray 0.6.0.8

nokogiri 1.5.9

  • Fails test

pdf-reader 1.3.3

  • New dependencies on unpackaged afm and hashery gems.
  • afm has test failures with normal shoulda. It depends on thoughtbot-shoulda but we don't intend to package that.

pg 0.15.1

  • Fails tests.

pry 0.9.12

  • Fails tests.

prawn 0.12.0

  • New release bundles all the components into one gem. Needs to be slotted.
  • Has two failing jruby tests and then hangs indefinitely on the tests.

rake 0.9.6

  • Many test fail on jruby without providing a report of failures.

rdiscount 2.0.7.2

  • Fails tests.

rr 1.0.5

  • Nog tagged upstream.

ruby-augeas 0.5.0

  • Fails to compile (most likely due to our --undefined option).

ruby-mp3info-0.8

  • Test failures with ruby18

ruby-opengl 0.61.0

  • Gem is empty and does not contain any code

ruby-openid 2.2.3

  • Fails tests on ruby19

ruby_parser 3.1.3

  • Many tests fail on ruby18

rye 0.9.8

  • New dependency on docile which is not packaged yet.

shoulda 3.3.2

  • Is now a meta gem that depends on shoulda-context and shoulda-matchers
  • shoulda-context 1.1.1 fails tests.

termcolor 1.2.2

Seems to now use 1.9 syntax:


 * Running test phase for ruby18 ...
/usr/lib64/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require': /tmp/portage/dev-ruby/termcolor-1.2.2/work/ruby18/termcolor-1.2.2/spec/../lib/termcolor.rb:28: syntax error, unexpected ')', expecting '=' (SyntaxError)
/tmp/portage/dev-ruby/termcolor-1.2.2/work/ruby18/termcolor-1.2.2/spec/../lib/termcolor.rb:44: syntax error, unexpected '>'
          tag = ->t{ "<#{t}>" }
                  ^
/tmp/portage/dev-ruby/termcolor-1.2.2/work/ruby18/termcolor-1.2.2/spec/../lib/termcolor.rb:47: syntax error, unexpected '>'
          tag = ->t{ "</#{t}>" }
                  ^
/tmp/portage/dev-ruby/termcolor-1.2.2/work/ruby18/termcolor-1.2.2/spec/../lib/termcolor.rb:108: syntax error, unexpected kEND, expecting $end
        from /usr/lib64/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `require'
        from /tmp/portage/dev-ruby/termcolor-1.2.2/work/ruby18/termcolor-1.2.2/spec/spec_helper.rb:3
        from /usr/lib64/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require'
        from /usr/lib64/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `require'
        from /tmp/portage/dev-ruby/termcolor-1.2.2/work/ruby18/termcolor-1.2.2/spec/termcolor_spec.rb:2
        from /usr/lib64/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb:780:in `load'
        from /usr/lib64/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb:780:in `load_spec_files'
        from /usr/lib64/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb:780:in `map'
        from /usr/lib64/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb:780:in `load_spec_files'
        from /usr/lib64/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb:22:in `run'
        from /usr/lib64/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:69:in `run'
        from /usr/lib64/ruby/gems/1.8/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb:8:in `autorun'
        from /usr/bin/rspec:8

https://github.com/jugyo/termcolor/issues/5

test-unit 2.5.4

  • Fails tests with jruby

thor 0.16.0

tilt 1.3.7

  • Fails tests.

timecope 0.6.1

  • Fails tests.
  • Current ebuilds all run their tests in the eselected ruby

treetop 1.4.12

uglifier 2.0.1

  • New test dependency on unpackaged source_map

webmock 1.11.1

dev-util

cucumber 1.3.1

  • Fails tests with new gherkin and features with previous versions.

www-apps

nanoc 3.6.3

  • Has additional unspecified tests depending on w3c_validators (unpackaged) and rdoc 4.x (not in the tree yet)

www-servers

Personal tools

Variants
Actions
Gentoo Websites logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Navigation
Toolbox
Categories