Bug 181871

Summary: enable threads in Tcl core
Product: [Fedora] Fedora Reporter: Jean-Luc Fontaine <jfontain>
Component: tclAssignee: David Cantrell <dcantrell>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideKeywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-17 16:10:27 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.