Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 13327] New: Ruby with optional_depends tk needs --enable-pthread

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 13327] New: Ruby with optional_depends tk needs --enable-pthread
  • Date: 14 Dec 2006 18:13:06 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=13327

Summary: Ruby with optional_depends tk needs --enable-pthread
Product: Codex
Version: test grimoire
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: devel
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: chat AT sourcemage.org


I noticed this error when building ruby:

compiling tk
*****************************************************************************
**
** PTHREAD SUPPORT MODE ERROR:
**
** Ruby is not compiled with --enable-pthread, but your Tcl/Tk
** library seems to be compiled with pthread support. This
** combination may cause frequent hang or segmentation fault
** errors when Ruby/Tk is working. We recommend that you NEVER
** create the library with such a combination of pthread support.
**
** Please recompile Ruby with the "--enable-pthread" configure option
** or recompile Tcl/Tk with the "--disable-threads" configure option.
**
*****************************************************************************

Both tcl and tk have this in the BUILD: OPTS="$OPTS --enable-threads" &&

It looks like this will cause problems for ruby if we don't use
--enable-pthread
for ruby in this case.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 13327] New: Ruby with optional_depends tk needs --enable-pthread, bugzilla-daemon, 12/14/2006

Archive powered by MHonArc 2.6.24.

Top of Page