Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 933070

Summary: dev-lang/ruby: uses the wrong coroutine implementation on x32
Product: Gentoo Linux Reporter: Steven Newbury <steve>
Component: Current packagesAssignee: Gentoo Ruby Team <ruby>
Status: UNCONFIRMED ---    
Severity: normal CC: steve
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 393673    
Attachments: Use --with-coroutine to manually override auto detection

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