Package: hiera-eyaml Version: 2.1.0-1 I tried building a hiera-yaml-gpg from its 0.6 gem with gem2deb. It almost went fine, but I got this: ┌──────────────────────────────────────────────────────────────────────────────┐ │ Checking Rubygems dependency resolution on ruby2.3 └──────────────────────────────────────────────────────────────────────────────┘ GEM_PATH=debian/hiera-eyaml-gpg/usr/share/rubygems- integration/all:/home/bolek/.gem/ruby/2.3.0:/var/lib/gems/2.3.0:/usr/lib/x86_64- linux-gnu/rubygems-integration/2.3.0:/usr/share/rubygems- integration/2.3.0:/usr/share/rubygems-integration/all ruby2.3 -e gem\ \"hiera- eyaml-gpg\" /usr/lib/ruby/2.3.0/rubygems/dependency.rb:319:in `to_specs': Could not find 'highline' (~> 1.6.19) - did find: [highline-1.7.8] (Gem::LoadError) Checked in 'GEM_PATH=debian/hiera-eyaml-gpg/usr/share/rubygems- integration/all:/home/bolek/.gem/ruby/2.3.0:/var/lib/gems/2.3.0:/usr/lib/x86_64- linux-gnu/rubygems-integration/2.3.0:/usr/share/rubygems- integration/2.3.0:/usr/share/rubygems-integration/all', execute `gem env` for more information from /usr/lib/ruby/2.3.0/rubygems/specification.rb:1441:in `block in activate_dependencies' from /usr/lib/ruby/2.3.0/rubygems/specification.rb:1430:in `each' from /usr/lib/ruby/2.3.0/rubygems/specification.rb:1430:in `activate_dependencies' from /usr/lib/ruby/2.3.0/rubygems/specification.rb:1412:in `activate' from /usr/lib/ruby/2.3.0/rubygems/specification.rb:1444:in `block in activate_dependencies' from /usr/lib/ruby/2.3.0/rubygems/specification.rb:1430:in `each' from /usr/lib/ruby/2.3.0/rubygems/specification.rb:1430:in `activate_dependencies' from /usr/lib/ruby/2.3.0/rubygems/specification.rb:1412:in `activate' from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_gem.rb:68:in `block in gem' from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_gem.rb:67:in `synchronize' from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_gem.rb:67:in `gem' from -e:1:in `<main>'
*** LOCAL GEMS *** bigdecimal (1.2.8) deep_merge (1.1.1) did_you_mean (1.0.0) hiera (3.2.0) hiera-eyaml (2.1.0) highline (1.7.8) io-console (0.4.5) json (2.0.1, 1.8.3) minitest (5.9.0) net-telnet (0.1.1) power_assert (0.2.7) psych (2.1.0) rake (10.5.0) rdoc (4.2.1) test-unit (3.1.7) trollop (2.0) ERROR: Test "ruby2.3" failed. Exiting. This highline ~> 1.6.19 is not in my hiera-eyaml-gpg package, but in hiera- eyaml-2.1.0/hiera-eyaml.gemspec. Since Debian Stretch/testing/unstable comes with ruby-highline 1.7.8, either hiera-eyaml should gem-depend on the right version, or should not work at all. Or the ~> 1.6.19 test should pass. After all 1.7.8 is higher than 1.6.19, but I'm no rubist to judge. Best regards, Bolesław Tokarski _______________________________________________ Pkg-ruby-extras-maintainers mailing list Pkg-ruby-extras-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers