[DRE-maint] Bug#732805: ruby-actionpack-3.2: Invalid requirements in actionpack-3.2.16.gemspec

Antonio Terceiro terceiro at debian.org
Mon Dec 23 16:02:45 UTC 2013


Control: tag -1 pending

On Sat, Dec 21, 2013 at 10:59:00PM +0100, Christian Hofstaedtler wrote:
> Package: ruby-actionpack-3.2
> Version: 3.2.16-2
> 
> Dear Maintainer,
> 
> The shipped gemspec contains an invalid requirements on sprockets:
> 
> /usr/share/rubygems-integration/1.9.1/specifications/actionpack-3.2.16.gemspec:
>       s.add_runtime_dependency(%q<sprockets>, [">= #<Gem::Version:0x000000024e8188>"])
>       s.add_dependency(%q<sprockets>, [">= #<Gem::Version:0x000000024e8188>"])
>     s.add_dependency(%q<sprockets>, [">= #<Gem::Version:0x000000024e8188>"])
> 
> This causes bundler, and likely gem to emit these warnings:
> Invalid gemspec in [/usr/share/rubygems-integration/1.9.1/specifications/actionpack-3.2.16.gemspec]: Illformed requirement [">= #<Gem::Version:0x000000024e8188>"]
> 
> I suspect that the version tracking is broken as well.

I'm building a fixed package for this specific issue right now and will
upload it soon.

There is also a deeper problem, which is meeting the actual version
requirements in the gemspecs with packages from the archive, e.g.:

$ rails new foobar
      create
      create  README.rdoc
      create  Rakefile
      create  config.ru
      create  .gitignore
      create  Gemfile
      create  app
      create  app/assets/images/rails.png
      create  app/assets/javascripts/application.js
      create  app/assets/stylesheets/application.css
      create  app/controllers/application_controller.rb
      create  app/helpers/application_helper.rb
      create  app/views/layouts/application.html.erb
      create  app/mailers/.gitkeep
      create  app/models/.gitkeep
      create  config
      create  config/routes.rb
      create  config/application.rb
      create  config/environment.rb
      create  config/environments
      create  config/environments/development.rb
      create  config/environments/production.rb
      create  config/environments/test.rb
      create  config/initializers
      create  config/initializers/backtrace_silencers.rb
      create  config/initializers/inflections.rb
      create  config/initializers/mime_types.rb
      create  config/initializers/secret_token.rb
      create  config/initializers/session_store.rb
      create  config/initializers/wrap_parameters.rb
      create  config/locales
      create  config/locales/en.yml
      create  config/boot.rb
      create  config/database.yml
      create  db
      create  db/seeds.rb
      create  doc
      create  doc/README_FOR_APP
      create  lib
      create  lib/tasks
      create  lib/tasks/.gitkeep
      create  lib/assets
      create  lib/assets/.gitkeep
      create  log
      create  log/.gitkeep
      create  public
      create  public/404.html
      create  public/422.html
      create  public/500.html
      create  public/favicon.ico
      create  public/index.html
      create  public/robots.txt
      create  script
      create  script/rails
      create  test/fixtures
      create  test/fixtures/.gitkeep
      create  test/functional
      create  test/functional/.gitkeep
      create  test/integration
      create  test/integration/.gitkeep
      create  test/unit
      create  test/unit/.gitkeep
      create  test/performance/browsing_test.rb
      create  test/test_helper.rb
      create  tmp/cache
      create  tmp/cache/assets
      create  vendor/assets/javascripts
      create  vendor/assets/javascripts/.gitkeep
      create  vendor/assets/stylesheets
      create  vendor/assets/stylesheets/.gitkeep
      create  vendor/plugins
      create  vendor/plugins/.gitkeep
         run  bundle install --local
Resolving dependencies...
Could not find gem 'arel (~> 3.0.2) ruby', which is required by gem 'rails (= 3.2.16) ruby', in any of the sources.

This issue is being fixed in the unified rails 3 package being worked on at the
rails-3.2.git repo, which will replace the individual source packages for each
of the rails components soon.

-- 
Antonio Terceiro <terceiro at debian.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-ruby-extras-maintainers/attachments/20131223/754d1ac2/attachment.sig>


More information about the Pkg-ruby-extras-maintainers mailing list