Hello, I found the gem install <native extension gem> fails on the Ruby on the rawhide.
I reported it to the package-notes RPM. https://bugzilla.redhat.com/show_bug.cgi?id=2142119 https://bugzilla.redhat.com/show_bug.cgi?id=2142119#c1 Maybe a temporary workaround we can do soon is to set the macro below in the ruby.spec. ``` %undefine _package_note_file ``` But essentially we need to do something in the `ruby.spec` not to expose the redhat-rpm-config RPM or Red Hat specific RPMs such as package-notes RPM. Possible ways are below. A. Modify rbconfig.rb by such as `sed` command. B. Add another logic to create the `reconfig.rb` by `make rbconfig.rb` with extension flags, and ship it in the Ruby RPM. C. Update the configure script with proper arguments or command options. https://src.fedoraproject.org/rpms/ruby/pull-request/117 Feel free to take this task. -- Jun | He - Him | Timezone: UTC+1 or 2, Czech Republic See <https://www.worldtimebuddy.com/czech-republic-prague-to-utc> for the timezone. _______________________________________________ ruby-sig mailing list -- ruby-sig@lists.fedoraproject.org To unsubscribe send an email to ruby-sig-le...@lists.fedoraproject.org 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/ruby-sig@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue