Created attachment 649582 [details] dev-ruby:faraday-1.0.1:20200716-211125.log =dev-ruby/faraday-1.0.1 (when this SLOT is not already installed) fails its test phase with several test failures with the error "NameError: unitialized constant Faraday". For example: ------- # ./spec/spec_helper.rb:20:in `<top (required)>' An error occurred while loading ./spec/faraday/adapter/httpclient_spec.rb. Failure/Error: RSpec.describe Faraday::Adapter::HTTPClient do # ruby gem defaults for testing purposes HTTPCLIENT_OPEN = 60 HTTPCLIENT_READ = 60 HTTPCLIENT_WRITE = 120 features :request_body_on_query_methods, :reason_phrase_parse, :compression, :trace_method, :local_socket_binding it_behaves_like 'an adapter' NameError: uninitialized constant Faraday ------- There's also an error at the beginning where it tries and fails to load "simplecov" if dev-ruby/simplecov is not installed.
Created attachment 649584 [details] emerge-info.txt
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb7bccad9d8ebf3e7de023c512905111fdac8109 commit eb7bccad9d8ebf3e7de023c512905111fdac8109 Author: Hans de Graaff <graaff@gentoo.org> AuthorDate: 2020-07-20 06:49:21 +0000 Commit: Hans de Graaff <graaff@gentoo.org> CommitDate: 2020-07-20 06:49:32 +0000 dev-ruby/faraday: fix tests Avoid dependency on some development tools. Closes: https://bugs.gentoo.org/732956 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Hans de Graaff <graaff@gentoo.org> dev-ruby/faraday/faraday-1.0.1.ebuild | 3 +++ 1 file changed, 3 insertions(+)