Hello Ruby Sig folks
Right now I am trying to fix the issues of RSpec and Cucumber Fedora packages for Ruby 2.4 compatibility. Because I want to create Red Hat Software Collections based on that. Related packages needed by RSpec and Cucumber are as follows.
Several packages got error on Koschei [1]. and several packages passed, but several pakcages do not have valid tests on %check section. So, I am trying to fix that. and am going to send patch to the package owner. But if you are the package owner, and you have a time to fix that, I am also happy for you to fix it.
rubygem-aruba rubygem-builder rubygem-childprocess rubygem-coderay rubygem-cucumber rubygem-cucumber-core rubygem-cucumber-wire rubygem-diff-lcs rubygem-ffi rubygem-flexmock rubygem-gherkin rubygem-introspection rubygem-metaclass rubygem-mocha rubygem-multi_json rubygem-multi_test rubygem-nokogiri rubygem-rr rubygem-rspec rubygem-rspec-core rubygem-rspec-expectations rubygem-rspec-mocks rubygem-rspec-support rubygem-thread_order
Thank you.
[1] https://apps.fedoraproject.org/koschei/
-- Jun Aruga jaruga@redhat.com IRC: jaruga, Office: FBC1, Brno, Czech Republic
Jun,
Could you please be more specific? What is wrong with that packages on your list?
Thx
Vít
Dne 10.1.2017 v 13:01 Jun Aruga napsal(a):
Hello Ruby Sig folks
Right now I am trying to fix the issues of RSpec and Cucumber Fedora packages for Ruby 2.4 compatibility. Because I want to create Red Hat Software Collections based on that. Related packages needed by RSpec and Cucumber are as follows.
Several packages got error on Koschei [1]. and several packages passed, but several pakcages do not have valid tests on %check section. So, I am trying to fix that. and am going to send patch to the package owner. But if you are the package owner, and you have a time to fix that, I am also happy for you to fix it.
rubygem-aruba rubygem-builder rubygem-childprocess rubygem-coderay rubygem-cucumber rubygem-cucumber-core rubygem-cucumber-wire rubygem-diff-lcs rubygem-ffi rubygem-flexmock rubygem-gherkin rubygem-introspection rubygem-metaclass rubygem-mocha rubygem-multi_json rubygem-multi_test rubygem-nokogiri rubygem-rr rubygem-rspec rubygem-rspec-core rubygem-rspec-expectations rubygem-rspec-mocks rubygem-rspec-support rubygem-thread_order
Thank you.
[1] https://apps.fedoraproject.org/koschei/
-- Jun Aruga jaruga@redhat.com IRC: jaruga, Office: FBC1, Brno, Czech Republic
ruby-sig mailing list -- ruby-sig@lists.fedoraproject.org To unsubscribe send an email to ruby-sig-leave@lists.fedoraproject.org
Hi,
Below are the specific list that I checked. rubygem-cucumber, rubygem-aruba, rubygem-rspec-core are high priority for me.
And related on it, I failed to run unit tests, accepted tests for cucumber-core, cucumber-wire upstream master, I sent pull-request or reported them yesterday.
rubygem-aruba Disabled tests rubygem-coderay Upstream has test, but Fedora package does not have a test in check section. rubygem-cucumber FTBFS https://apps.fedoraproject.org/koschei/package/rubygem-cucumber rubygem-cucumber-core Fedora package ok rubygem-cucumber-wire Fedora package ok but upstream "bundle exec rake acceptance_tests" is failed because of diff-lcs issue. rubygem-diff-lcs build is ok but below issue looks the reason of upstream cucumber-wire's rake acceptance_tests https://github.com/halostatue/diff-lcs/pull/36 rubygem-multi_test Disabled tests rubygem-nokogiri Disabled tests But actually all the test is passed without disabling it. rubygem-rr Disabled tests rubygem-rspec-core FTBFS https://apps.fedoraproject.org/koschei/package/rubygem-rspec-core
Jun Aruga
----- Original Message -----
From: "Vít Ondruch" vondruch@redhat.com To: ruby-sig@lists.fedoraproject.org Sent: Tuesday, January 10, 2017 1:18:34 PM Subject: Re: RSpec and Cucumber on Ruby 2.4
Jun,
Could you please be more specific? What is wrong with that packages on your list?
Thx
Vít
Dne 10.1.2017 v 13:01 Jun Aruga napsal(a):
Hello Ruby Sig folks
Right now I am trying to fix the issues of RSpec and Cucumber Fedora packages for Ruby 2.4 compatibility. Because I want to create Red Hat Software Collections based on that. Related packages needed by RSpec and Cucumber are as follows.
Several packages got error on Koschei [1]. and several packages passed, but several pakcages do not have valid tests on %check section. So, I am trying to fix that. and am going to send patch to the package owner. But if you are the package owner, and you have a time to fix that, I am also happy for you to fix it.
rubygem-aruba rubygem-builder rubygem-childprocess rubygem-coderay rubygem-cucumber rubygem-cucumber-core rubygem-cucumber-wire rubygem-diff-lcs rubygem-ffi rubygem-flexmock rubygem-gherkin rubygem-introspection rubygem-metaclass rubygem-mocha rubygem-multi_json rubygem-multi_test rubygem-nokogiri rubygem-rr rubygem-rspec rubygem-rspec-core rubygem-rspec-expectations rubygem-rspec-mocks rubygem-rspec-support rubygem-thread_order
Thank you.
[1] https://apps.fedoraproject.org/koschei/
-- Jun Aruga jaruga@redhat.com IRC: jaruga, Office: FBC1, Brno, Czech Republic
ruby-sig mailing list -- ruby-sig@lists.fedoraproject.org To unsubscribe send an email to ruby-sig-leave@lists.fedoraproject.org
ruby-sig mailing list -- ruby-sig@lists.fedoraproject.org To unsubscribe send an email to ruby-sig-leave@lists.fedoraproject.org
Hi,
I would like to share my status for title. If you guys have a time or the package's owner, I would appreciate for you to take a look of the issues.
rubygem-aruba Disabled tests rubygem-coderay Upstream has test, but Fedora package does not have a test in check section.
Sent a patch. https://bugzilla.redhat.com/show_bug.cgi?id=1310361
rubygem-cucumber FTBFS https://apps.fedoraproject.org/koschei/package/rubygem-cucumber
We might want to update from 2.3.3 to latest 2.4.0
rubygem-cucumber-core Fedora package ok rubygem-cucumber-wire Fedora package ok but upstream "bundle exec rake acceptance_tests" is failed because of diff-lcs issue. rubygem-diff-lcs build is ok but below issue looks the reason of upstream cucumber-wire's rake acceptance_tests https://github.com/halostatue/diff-lcs/pull/36 rubygem-multi_test Disabled tests rubygem-nokogiri Disabled tests But actually all the test is passed without disabling it. rubygem-rr Disabled tests
Sent a patch. https://bugzilla.redhat.com/show_bug.cgi?id=1411895
rubygem-rspec-core FTBFS https://apps.fedoraproject.org/koschei/package/rubygem-rspec-core
We might want to update from 1.4.0 to latest 2.0.0.
rubygem-gherkin
Sent a patch. https://bugzilla.redhat.com/show_bug.cgi?id=1325655
Thanks. Jun Aruga
Dne 10.1.2017 v 13:01 Jun Aruga napsal(a):
Hello Ruby Sig folks
Right now I am trying to fix the issues of RSpec and Cucumber Fedora packages for Ruby 2.4 compatibility. Because I want to create Red Hat Software Collections based on that. Related packages needed by RSpec and Cucumber are as follows.
Several packages got error on Koschei [1]. and several packages passed, but several pakcages do not have valid tests on %check section. So, I am trying to fix that. and am going to send patch to the package owner. But if you are the package owner, and you have a time to fix that, I am also happy for you to fix it.
rubygem-aruba rubygem-builder rubygem-childprocess rubygem-coderay rubygem-cucumber rubygem-cucumber-core rubygem-cucumber-wire rubygem-diff-lcs rubygem-ffi rubygem-flexmock rubygem-gherkin rubygem-introspection rubygem-metaclass rubygem-mocha rubygem-multi_json rubygem-multi_test rubygem-nokogiri rubygem-rr rubygem-rspec rubygem-rspec-core rubygem-rspec-expectations rubygem-rspec-mocks rubygem-rspec-support rubygem-thread_order
Thank you.
[1] https://apps.fedoraproject.org/koschei/
-- Jun Aruga jaruga@redhat.com IRC: jaruga, Office: FBC1, Brno, Czech Republic
ruby-sig mailing list -- ruby-sig@lists.fedoraproject.org To unsubscribe send an email to ruby-sig-leave@lists.fedoraproject.org
ruby-sig mailing list -- ruby-sig@lists.fedoraproject.org To unsubscribe send an email to ruby-sig-leave@lists.fedoraproject.org
ruby-sig mailing list -- ruby-sig@lists.fedoraproject.org To unsubscribe send an email to ruby-sig-leave@lists.fedoraproject.org
ruby-sig@lists.fedoraproject.org