On Thu, Dec 10, 2020 at 12:32 PM Jun Aruga <[email protected]> wrote: > > > I will report it to the upstream, and let you know the result here. > > Here is the upstream ticket I opened now. > https://bugs.ruby-lang.org/issues/17385
The patch was merged to the upstream ruby's master branch. https://src.fedoraproject.org/fork/jaruga/rpms/ruby/c/ae692f4f294ac4f3e474581b0298060dc66ed759?branch=wip%2Fprivate-ruby-3.0-gcc-11 Here is my patch for the private-ruby-3.0 branch https://src.fedoraproject.org/fork/jaruga/rpms/ruby/c/ae692f4f294ac4f3e474581b0298060dc66ed759?branch=wip%2Fprivate-ruby-3.0-gcc-11 It seems that the scratch build works. https://koji.fedoraproject.org/koji/taskinfo?taskID=57437861 But the mock build fails with the following one. ``` 1) Failure: TestBundledCA#test_accessing_rubygems [/builddir/build/BUILD/ruby-3.0.0-1cfc6e7b7a/test/rubygems/test_bundled_ca.rb:46]: rubygems.org is not verifiable using the included certificates. Error was: SSL_connect returned=1 errno=0 state=error: certificate verify failed (unable to get local issuer certificate) Finished tests in 670.500927s, 31.2244 tests/s, 3975.4993 assertions/s. 20936 tests, 2665576 assertions, 1 failures, 0 errors, 48 skips ruby -v: ruby 3.0.0dev (2020-12-04 master 1cfc6e7b7a) [x86_64-linux] make: *** [uncommon.mk:801: yes-test-all] Error 1 ``` Any idea to fix? Thanks. -- Jun | He - His - Him _______________________________________________ ruby-sig mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
