[opensuse-packaging] dependency issue in ruby/extensions, gherking
Since a few days zypper dup in TW fails for me. Where is "rubygem(ruby:2.2.0:gherkin3:3.1) >= 3.1" supposed to come from? Olaf Problem: nothing provides rubygem(ruby:2.2.0:gherkin3:3.1) >= 3.1 needed by ruby2.2-rubygem-cucumber-core-1.3.0-1.1.i586 Problem: nothing provides rubygem(ruby:2.2.0:gherkin3:3.1) >= 3.1 needed by ruby2.2-rubygem-cucumber-2.1.0-1.1.i586 Problem: nothing provides rubygem(ruby:2.2.0:gherkin3:3.1) >= 3.1 needed by ruby2.2-rubygem-cucumber-core-1.3.0-1.1.x86_64 Problem: nothing provides rubygem(ruby:2.2.0:gherkin3:3.1) >= 3.1 needed by ruby2.2-rubygem-cucumber-2.1.0-1.1.x86_64 Problem: nothing provides rubygem(ruby:2.2.0:gherkin3:3.1) >= 3.1 needed by ruby2.2-rubygem-cucumber-2.1.0-1.1.x86_64 Problem: nothing provides rubygem(ruby:2.2.0:gherkin3:3.1) >= 3.1 needed by ruby2.2-rubygem-cucumber-core-1.3.0-1.1.i586 Solution 1: keep obsolete ruby2.2-rubygem-cucumber-core-1.2.0-1.2.x86_64 Solution 2: break ruby2.2-rubygem-cucumber-core-1.3.0-1.1.i586 by ignoring some of its dependencies root@probook:~ # rpm -qa | grep herkin ruby2.2-rubygem-gherkin-2.12.2-3.43.x86_64 ruby2.2-rubygem-gherkin-doc-2.12.2-3.43.x86_64 root@probook:~ # rpm -qa | grep cucum ruby2.2-rubygem-cucumber-core-doc-1.2.0-1.2.x86_64 ruby2.2-rubygem-cucumber-testsuite-2.0.2-1.2.x86_64 ruby2.2-rubygem-cucumber-2.0.2-1.2.x86_64 ruby2.2-rubygem-cucumber-doc-2.0.2-1.2.x86_64 ruby2.2-rubygem-cucumber-core-1.2.0-1.2.x86_64 -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Mon, Sep 21, Olaf Hering wrote:
Since a few days zypper dup in TW fails for me. Where is "rubygem(ruby:2.2.0:gherkin3:3.1) >= 3.1" supposed to come from?
Its appearently an outdated gherking thing. Looks like a newer .gem file is required. How does one update a ruby pkg from this site? https://github.com/cucumber/gherkin3 Olaf -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Wed, Sep 30, Olaf Hering wrote:
On Mon, Sep 21, Olaf Hering wrote:
Since a few days zypper dup in TW fails for me. Where is "rubygem(ruby:2.2.0:gherkin3:3.1) >= 3.1" supposed to come from?
Its appearently an outdated gherking thing. Looks like a newer .gem file is required. How does one update a ruby pkg from this site?
Meanwhile I figured it out, its something like gem2rpm -o rubygem-gherkin3.spec --fetch gherkin3 --config gem2rpm.yml Olaf -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (1)
-
Olaf Hering