Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34912 - ruby ebuild modification --enable-pthread addition
Summary: ruby ebuild modification --enable-pthread addition
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-02 11:59 UTC by Alexander Kellett
Modified: 2004-01-11 10:18 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kellett 2003-12-02 11:59:52 UTC
as a workaround for problems with ruby and threading the option --enable-pthread can be passed to ruby's configure. this option will enable applications creating using the future kdebindings 3.2 packages 
(includes qt and kde bindings) to work on my system at the very least :)

actual line in question:
	local myconf='--enable-shared'
should be
	local myconf='--enable-shared --enable-pthread'
to fix the problems with segv's on startup.

thanks very much!
Alex
Comment 1 Alexander Kellett 2003-12-03 12:38:21 UTC
i'm silly. forget it. causes more problems than its worth and its non default.

Alex
Comment 2 Mamoru KOMACHI (RETIRED) gentoo-dev 2003-12-03 21:45:56 UTC
Right, Ruby upstream decided to turn pthread disabled by defaultin the upcoming release. If you want to have it configurable we'd addlocal USE flag for --enable-pthread. What do you think?
Comment 3 Alexander Kellett 2004-01-11 10:18:08 UTC
jfyi i've got the kde/qt bindings working even without the option now :)
Alex