The issue was originally reported in our bug tracker: https://github.com/pentoo/pentoo-overlay/issues/100 The part of the error is below: /home/user1/.gem/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require': cannot load such file -- sawyer (LoadError) from /home/user1/.gem/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `block in require' from /home/user1/.gem/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240:in `load_dependency' from /home/user1/.gem/ruby/2.1.0/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require' from /usr/lib64/ruby/gems/2.1.0/gems/octokit-4.3.0/lib/octokit/connection.rb:1:in `<top (required)>' I've fixed with the following: --- /usr/portage/dev-ruby/octokit/octokit-4.3.0.ebuild 2016-03-07 16:06:56.000000000 +0800 +++ ./octokit-4.3.0-r1.ebuild 2016-06-10 19:38:41.420241149 +0800 @@ -8,6 +8,7 @@ RUBY_FAKEGEM_RECIPE_DOC="yard" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_EXTRADOC="README.md CONTRIBUTING.md" +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" inherit multilib ruby-fakegem but you might know a better solution
fix accepted and pushed as octokit-4.3.0-r1, thanks!
Thanks. Could you fix v4.2.0 as well?