Bug 181871 - enable threads in Tcl core
Summary: enable threads in Tcl core
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: tcl
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: David Cantrell
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-02-17 11:56 UTC by Jean-Luc Fontaine
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-02-17 16:10:27 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jean-Luc Fontaine 2006-02-17 11:56:30 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.12) Gecko/20060202 Fedora/1.0.7-1.2.fc4 Firefox/1.0.7

Description of problem:
In order to support the threads extension and therefore allow threaded Tcl code, would you enable threads (using %configure --enable-threads)?
If you are interested, here is the tcl-threads extension spec:

Name: tcl-threads
Version: 2.6.2
Release: 1%{?dist}
Summary: The thread extension for Tcl.
Group: Development/Languages
License: BSD
URL: http://tcl.sourceforge.net/
Source0: http://download.sourceforge.net/tcl/thread2.6.2.tar.gz
BuildRoot: %_tmppath/%name-%version-%release-root-%(%__id_u -n)
BuildRequires: tcl-devel >= 8.4.12
Requires: tcl >= 8.4.12

%description
The thread extension creates threads that contain Tcl interpreters,
and it lets you send scripts to those threads.

%prep
%setup -c thread%version

%build
cd thread%version
%configure --with-tcl=%_libdir --exec-prefix=%_libdir
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
cd thread%version
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%_libdir/thread%version/
%_mandir/mann/


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. irrelevant
2.
3.
  

Additional info:

Comment 1 Jean-Luc Fontaine 2006-02-17 11:58:09 UTC
I forgot: %configure --enable-threads goes in the current tcl spec of course.

Comment 2 David Cantrell 2006-02-17 16:10:27 UTC
Done.


Note You need to log in before you can comment on or make changes to this bug.