Bug 277755 - fix lang/ruby32 crash under qemu
Summary: fix lang/ruby32 crash under qemu
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ruby (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-17 09:56 UTC by Oliver Epper
Modified: 2024-03-18 22:19 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (ruby)


Attachments
Patch for lang/ruby32 (2.22 KB, patch)
2024-03-17 09:56 UTC, Oliver Epper
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Epper 2024-03-17 09:56:35 UTC
Created attachment 249238 [details]
Patch for lang/ruby32

lang/ruby32:

When trying to build textproc/rubygem-asciidoctor under qemu it crashes. It could fix this by applying this: https://github.com/ruby/ruby/pull/9371/commits/1f89a670381859d1c1d1c640359f169b6db6759c to lang/ruby32.

Patch attached.