Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 933070 - dev-lang/ruby: uses the wrong coroutine implementation on x32
Summary: dev-lang/ruby: uses the wrong coroutine implementation on x32
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: x32
  Show dependency tree
 
Reported: 2024-05-28 13:03 UTC by Steven Newbury
Modified: 2024-05-28 13:12 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Use --with-coroutine to manually override auto detection (file_933070.txt,504 bytes, text/plain)
2024-05-28 13:04 UTC, Steven Newbury
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steven Newbury 2024-05-28 13:03:41 UTC
Ruby almost builds on x32, with just the detection of the coroutine implementation using the incompatible x86 version instead of amd64 which does work with x32.  This can easily be handled in the ebuild.
Comment 1 Steven Newbury 2024-05-28 13:04:52 UTC
Created attachment 894558 [details]
Use --with-coroutine to manually override auto detection