[Bug 1171881] New: nokogiri needs to be fixed for work with mini_portile2 > 2.4
http://bugzilla.suse.com/show_bug.cgi?id=1171881 Bug ID: 1171881 Summary: nokogiri needs to be fixed for work with mini_portile2 > 2.4 Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Ruby Assignee: ruby-devel@suse.de Reporter: dcermak@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- https://build.opensuse.org/request/show/801577 updated mini_portile2 to version 2.5 which makes nokogiri no longer installable from d:l:r:e and blocks the submit request to Factory. A temporary workaround is available via a compat package (https://build.opensuse.org/request/show/805673), but this should be properly fixed in nokogiri. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1171881 Dan Čermák <dcermak@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcermak@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1171881 Dan Čermák <dcermak@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |coolo@suse.com, | |mrueckert@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1171881 http://bugzilla.suse.com/show_bug.cgi?id=1171881#c1 Marcus Rückert <mrueckert@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(dcermak@suse.com) --- Comment #1 from Marcus Rückert <mrueckert@suse.com> --- your fix in nokogiri was almost correct. it had 2 small issues: 1. if you patch the gemspec during the build you should not need the sed call anymore 2. the sed call was only fixing the default ruby version. in the place %{rb_ver} you would have needed to use "*". maybe you can just fix those issues and resubmit your fixed nokogiri? -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1171881 http://bugzilla.suse.com/show_bug.cgi?id=1171881#c2 Dan Čermák <dcermak@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(dcermak@suse.com) | --- Comment #2 from Dan Čermák <dcermak@suse.com> --- (In reply to Marcus Rückert from comment #1)
your fix in nokogiri was almost correct. it had 2 small issues:
1. if you patch the gemspec during the build you should not need the sed call anymore 2. the sed call was only fixing the default ruby version. in the place %{rb_ver} you would have needed to use "*".
maybe you can just fix those issues and resubmit your fixed nokogiri?
I have absolutely no time for this in the next 2 weeks. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com