https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-ruby/nokogumbo-2.0.4 fails to compile. Discovered on: amd64 (internal ref: ci)
Created attachment 681616 [details] build.log build log and emerge --info
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f029c2e076de0c3605aca25ca79da38ae7efa7 commit 09f029c2e076de0c3605aca25ca79da38ae7efa7 Author: Hans de Graaff <graaff@gentoo.org> AuthorDate: 2021-01-10 08:33:15 +0000 Commit: Hans de Graaff <graaff@gentoo.org> CommitDate: 2021-01-10 08:33:15 +0000 dev-ruby/nokogiri: fix broken gemspec The gemspec refered to mini_portile2 which we do not need for building and don't have packaged as a dependency. Closes: https://bugs.gentoo.org/764272 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Hans de Graaff <graaff@gentoo.org> dev-ruby/nokogiri/nokogiri-1.11.1-r1.ebuild | 100 ++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+)
it sill fails here at image 17.1_desktop-20210102-162234: /usr/lib64/ruby/site_ruby/2.5.0/rubygems/specification.rb:1398:in `rescue in block in activate_dependencies': Could not find 'mini_portile2' (~> 2.5.0) among 340 total gem(s) (Gem::MissingSpecError) Checked in 'GEM_PATH=/var/tmp/portage/dev-ruby/nokogumbo-2.0.4/homedir/.local/share/gem/ruby/2.5.0:/usr/lib64/ruby/gems/2.5.0:/usr/local/lib64/ruby/gems/2.5.0' at: /usr/lib64/ruby/gems/2.5.0/specifications/nokogiri-1.11.1.gemspec, execute `gem env` for more information * ERROR: dev-ruby/nokogumbo-2.0.4::gentoo failed (configure phase):
(In reply to Toralf Förster from comment #3) > it sill fails here at image 17.1_desktop-20210102-162234: The fix is in nokogiri 1.11.1-r1. Did you update that also on the tinderbox?
commit 09f029c2e076de0c3605aca25ca79da38ae7efa7 Author: Hans de Graaff <graaff@gentoo.org> Date: Sun Jan 10 09:33:15 2021 +0100 dev-ruby/nokogiri: fix broken gemspec The gemspec refered to mini_portile2 which we do not need for building and don't have packaged as a dependency. Closes: https://bugs.gentoo.org/764272 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Hans de Graaff <graaff@gentoo.org>