Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 642572 - dev-util/cucumber-2.4.0-r1[test]: missing dependency to dev-ruby/pry
Summary: dev-util/cucumber-2.4.0-r1[test]: missing dependency to dev-ruby/pry
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-28 22:32 UTC by Rolf Eike Beer
Modified: 2017-12-30 19:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,21.75 KB, text/plain)
2017-12-28 22:32 UTC, Rolf Eike Beer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rolf Eike Beer archtester 2017-12-28 22:32:27 UTC
The error goes away when I manually merge dev-ruby/pry.

(::) failed steps (::)

Exit status was 1 but expected it to be 0. Output:

bundler: failed to load command: rake (/usr/bin/rake)
Bundler::GemNotFound: Could not find gem 'pry' in any of the gem sources listed in your Gemfile or available on this machine.
  /usr/lib/ruby/gems/2.2.0/gems/bundler-1.12.5/lib/bundler/resolver.rb:356:in `block in verify_gemfile_dependencies_are_found!'
  /usr/lib/ruby/gems/2.2.0/gems/bundler-1.12.5/lib/bundler/resolver.rb:331:in `each'
  /usr/lib/ruby/gems/2.2.0/gems/bundler-1.12.5/lib/bundler/resolver.rb:331:in `verify_gemfile_dependencies_are_found!'
  /usr/lib/ruby/gems/2.2.0/gems/bundler-1.12.5/lib/bundler/resolver.rb:200:in `start'
  /usr/lib/ruby/gems/2.2.0/gems/bundler-1.12.5/lib/bundler/resolver.rb:184:in `resolve'
  /usr/lib/ruby/gems/2.2.0/gems/bundler-1.12.5/lib/bundler/definition.rb:200:in `resolve'
  /usr/lib/ruby/gems/2.2.0/gems/bundler-1.12.5/lib/bundler/definition.rb:140:in `specs'
  /usr/lib/ruby/gems/2.2.0/gems/bundler-1.12.5/lib/bundler/definition.rb:185:in `specs_for'
  /usr/lib/ruby/gems/2.2.0/gems/bundler-1.12.5/lib/bundler/definition.rb:174:in `requested_specs'
  /usr/lib/ruby/gems/2.2.0/gems/bundler-1.12.5/lib/bundler/environment.rb:19:in `requested_specs'
  /usr/lib/ruby/gems/2.2.0/gems/bundler-1.12.5/lib/bundler/runtime.rb:14:in `setup'
  /usr/lib/ruby/gems/2.2.0/gems/bundler-1.12.5/lib/bundler.rb:95:in `setup'
  /usr/lib/ruby/gems/2.2.0/gems/bundler-1.12.5/lib/bundler/setup.rb:19:in `<top (required)>'
  /usr/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  /usr/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require'

 (RSpec::Expectations::ExpectationNotMetError)
features/docs/raketask.feature:39:in `Then the exit status should be 0'

Failing Scenarios:
cucumber features/docs/raketask.feature:37 # Scenario: Passing feature


Reproducible: Always
Comment 1 Rolf Eike Beer archtester 2017-12-28 22:32:55 UTC
Created attachment 511900 [details]
build.log
Comment 2 Rolf Eike Beer archtester 2017-12-30 19:00:56 UTC
Fixed by ce86d57b0a7fe880d5349cbd683fb1746d36ba62. No idea why Larry the upcoming burger did not pick it up.