An interpreter of object-oriented scripting language
Go to file
Jun Aruga b24ebf5ec1 Remove the patch applied to pass the test/fiddle/test_import.rb on PPC.
In Ruby 3.0.3, a new logic with the hard-coded "libc.so.6" to detect glibc
works on PPC, both Power 8 and 9.
See <https://bugs.ruby-lang.org/issues/12666#note-13>.

Note the logic also fixes the following error on a Power 9 environment where
the path is `/lib64/glibc-hwcaps/power9/libc-2.28.so`.

```
/builddir/build/BUILD/ruby-2.6.9/.ext/common/fiddle/import.rb:299:in `import_function': cannot find the function: strcpy() (Fiddle::DLError)
    from /builddir/build/BUILD/ruby-2.6.9/.ext/common/fiddle/import.rb:172:in `extern'
    from /builddir/build/BUILD/ruby-2.6.9/test/fiddle/test_import.rb:17:in `<module:LIBC>'
    from /builddir/build/BUILD/ruby-2.6.9/test/fiddle/test_import.rb:10:in `<module:Fiddle>'
    from /builddir/build/BUILD/ruby-2.6.9/test/fiddle/test_import.rb:9:in `<top (required)>'
    from /builddir/build/BUILD/ruby-2.6.9/test/lib/test/unit.rb:958:in `require'
    from /builddir/build/BUILD/ruby-2.6.9/test/lib/test/unit.rb:958:in `block in non_options'
    from /builddir/build/BUILD/ruby-2.6.9/test/lib/test/unit.rb:952:in `each'
    from /builddir/build/BUILD/ruby-2.6.9/test/lib/test/unit.rb:952:in `non_options'
    from /builddir/build/BUILD/ruby-2.6.9/test/lib/test/unit.rb:64:in `process_args'
    from /builddir/build/BUILD/ruby-2.6.9/test/lib/test/unit.rb:130:in `process_args'
    from /builddir/build/BUILD/ruby-2.6.9/test/lib/test/unit.rb:1136:in `process_args'
    from /builddir/build/BUILD/ruby-2.6.9/test/lib/test/unit.rb:1141:in `run'
    from /builddir/build/BUILD/ruby-2.6.9/test/lib/test/unit.rb:1148:in `run'
    from ./test/runner.rb:33:in `<main>'
```
2022-01-11 11:50:01 +01:00
.gitignore Upgrade to Ruby 3.0.0. 2021-01-04 16:42:55 +01:00
libruby.stp Add TapSet for Ruby. 2013-02-22 14:17:04 +01:00
macros.ruby Add %{ruby_default_filter} macro. 2013-04-30 14:42:13 +02:00
macros.rubygems Pass ldflags to gem install 2021-05-31 10:25:26 +00:00
operating_system.rb Fix: return default path with nonexistent home dir 2018-10-23 13:12:19 +02:00
ruby-1.9.3-mkmf-verbose.patch Upgrade to Ruby 2.7.0. 2020-01-15 16:26:13 +01:00
ruby-2.1.0-always-use-i386.patch Upgrade to Ruby 3.0.2. 2021-07-15 14:02:23 +02:00
ruby-2.1.0-custom-rubygems-location.patch Upgrade to Ruby 3.0.3. 2021-11-25 17:46:48 +01:00
ruby-2.1.0-Enable-configuration-of-archlibdir.patch Upgrade to Ruby 3.0.2. 2021-07-15 14:02:23 +02:00
ruby-2.1.0-Prevent-duplicated-paths-when-empty-version-string-i.patch Upgrade to Ruby 3.0.2. 2021-07-15 14:02:23 +02:00
ruby-2.3.0-ruby_version.patch Upgrade to Ruby 3.0.3. 2021-11-25 17:46:48 +01:00
ruby-2.7.0-Initialize-ABRT-hook.patch Upgrade to Ruby 3.0.0. 2021-01-04 16:42:55 +01:00
ruby-2.7.1-Timeout-the-test_bug_reporter_add-witout-raising-err.patch Upgrade to Ruby 3.0.0. 2021-01-04 16:42:55 +01:00
ruby-3.0.3-ext-openssl-extconf.rb-require-OpenSSL-version-1.0.1.patch Upgrade to Ruby 3.0.3. 2021-11-25 17:46:48 +01:00
ruby-3.1.0-Add-more-support-for-generic-pkey-types.patch Fix OpenSSL 3.0 compatibility. 2021-11-22 18:21:04 +01:00
ruby-3.1.0-addr2line-DW_FORM_ref_addr.patch Upgrade to Ruby 3.0.3. 2021-11-25 17:46:48 +01:00
ruby-3.1.0-Allow-setting-algorithm-specific-options-in-sign-and-verify.patch Fix OpenSSL 3.0 compatibility. 2021-11-22 18:21:04 +01:00
ruby-3.1.0-autoconf-2.70-add-ac-prog-cc.patch Add AC_PROG_CC to make C++ compiler dependency optional on autoconf >= 2.70. 2021-10-04 12:23:30 +02:00
ruby-3.1.0-Get-rid-of-type-punning-pointer-casts.patch Upgrade to Ruby 3.0.3. 2021-11-25 17:46:48 +01:00
ruby-3.1.0-Ignore-DW_FORM_ref_addr.patch Upgrade to Ruby 3.0.3. 2021-11-25 17:46:48 +01:00
ruby-3.1.0-Implement-PKey-encrypt-decrypt-sign_raw-verify_raw-and-verify_recover.patch Upgrade to Ruby 3.0.3. 2021-11-25 17:46:48 +01:00
ruby-3.1.0-Miscellaneous-changes-for-OpenSSL-3.0-support.patch Upgrade to Ruby 3.0.3. 2021-11-25 17:46:48 +01:00
ruby-3.1.0-Properly-exclude-test-cases.patch Upgrade to Ruby 3.0.3. 2021-11-25 17:46:48 +01:00
ruby-3.1.0-Refactor-PEM-DER-serialization-code.patch Fix OpenSSL 3.0 compatibility. 2021-11-22 18:21:04 +01:00
ruby-3.1.0-SSL_read-EOF-handling.patch Upgrade to Ruby 3.0.3. 2021-11-25 17:46:48 +01:00
ruby-3.1.0-Support-GCCs-DWARF-5.patch Upgrade to Ruby 3.0.3. 2021-11-25 17:46:48 +01:00
ruby-3.1.0-Support-OpenSSL-3.0.patch Fix OpenSSL 3.0 compatibility. 2021-11-22 18:21:04 +01:00
ruby-3.1.0-test-openssl-test_digest-do-not-test-constants-for-l.patch Fix OpenSSL 3.0 compatibility. 2021-11-22 18:21:04 +01:00
ruby-3.1.0-test-openssl-test_pkcs12-fix-test-failures-with-Open.patch Fix OpenSSL 3.0 compatibility. 2021-11-22 18:21:04 +01:00
ruby-3.1.0-test-openssl-test_pkey-use-EC-keys-for-PKey.generate.patch Fix OpenSSL 3.0 compatibility. 2021-11-22 18:21:04 +01:00
ruby-3.1.0-test-openssl-test_ssl-relax-regex-to-match-OpenSSL-s.patch Upgrade to Ruby 3.0.3. 2021-11-25 17:46:48 +01:00
ruby-3.1.0-test-openssl-utils-remove-dup_public-helper-method.patch Upgrade to Ruby 3.0.3. 2021-11-25 17:46:48 +01:00
ruby-3.1.0-Use-EVP-API-in-more-places.patch Fix OpenSSL 3.0 compatibility. 2021-11-22 18:21:04 +01:00
ruby-3.1.0-Use-high-level-EVP-interface-to-generate-parameters-and-keys.patch Fix OpenSSL 3.0 compatibility. 2021-11-22 18:21:04 +01:00
ruby-exercise.stp Add missing ruby-exercise.stp file. 2013-02-22 14:17:53 +01:00
ruby.rpmlintrc ruby.rpmlintrc: Remove prefix match. 2021-05-18 15:40:11 +02:00
ruby.spec Remove the patch applied to pass the test/fiddle/test_import.rb on PPC. 2022-01-11 11:50:01 +01:00
rubygems-3.2.30-Provide-distinguished-name-which-will-be-correctly-p.patch Upgrade to Ruby 3.0.3. 2021-11-25 17:46:48 +01:00
rubygems-3.2.33-Fix-loading-operating_system-rb-customizations-too-late.patch Fix loading of default gems. 2021-12-10 17:06:26 +01:00
rubygems.attr Add conflicts RPM generator. 2018-02-13 13:50:15 +01:00
rubygems.con Add conflicts RPM generator. 2018-02-13 13:50:15 +01:00
rubygems.prov Upgrade to Ruby 2.6.0. 2019-01-17 08:31:01 +01:00
rubygems.req Extract composition of dependecy strings into helper. 2019-01-24 10:38:43 +01:00
sources Upgrade to Ruby 3.0.3. 2021-11-25 17:46:48 +01:00
test_abrt.rb Move the ABRT hook test into separate file. 2015-12-13 19:36:58 +01:00
test_systemtap.rb Upgrade to Ruby 2.4.0. 2017-01-09 15:58:21 +01:00