Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 764272 - dev-ruby/nokogumbo-2.0.4 fails to compile
Summary: dev-ruby/nokogumbo-2.0.4 fails to compile
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: 2021-01-07 10:27 UTC by Agostino Sarubbo
Modified: 2021-03-20 06:58 UTC (History)
0 users

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


Attachments
build.log (build.log,9.21 KB, text/plain)
2021-01-07 10:27 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-01-07 10:27:10 UTC
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)
Comment 1 Agostino Sarubbo gentoo-dev 2021-01-07 10:27:13 UTC
Created attachment 681616 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2021-01-10 08:33:21 UTC
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(+)
Comment 3 Toralf Förster gentoo-dev 2021-01-12 11:32:45 UTC
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):
Comment 4 Hans de Graaff gentoo-dev Security 2021-01-13 06:54:02 UTC
(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?
Comment 5 Hans de Graaff gentoo-dev Security 2021-03-20 06:58:45 UTC
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>