From nobody@FreeBSD.org  Wed May 30 08:03:19 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E5404106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 30 May 2012 08:03:19 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id D0B578FC18
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 30 May 2012 08:03:19 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q4U83IWT025118
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 30 May 2012 08:03:18 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q4U83I3m025117;
	Wed, 30 May 2012 08:03:18 GMT
	(envelope-from nobody)
Message-Id: <201205300803.q4U83I3m025117@red.freebsd.org>
Date: Wed, 30 May 2012 08:03:18 GMT
From: sqliu <arcsqliu@yahoo.com.cn>
To: freebsd-gnats-submit@FreeBSD.org
Subject: tcl85-thread did not support threading
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         168455
>Category:       ports
>Synopsis:       port lang/tcl85-thread did not build with support for threading threading
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    mm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 30 08:10:00 UTC 2012
>Closed-Date:    Thu May 31 07:23:34 UTC 2012
>Last-Modified:  Thu May 31 07:23:34 UTC 2012
>Originator:     sqliu
>Release:        7.1
>Organization:
>Environment:
FreeBSD freebsd71-tarball 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan  1 14:37:25 UTC 2009     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
I install tcl85-thread and tclthread by ports(cd /usr/ports/lang/tcl85-threads && make install cd /usr/ports/devel/tclthread && make install). 
Enter shell(tclsh)
Package require Thread
Error occurred. ?Tcl core wasn?t compile for threading?

>How-To-Repeat:
cd /usr/ports/lang/tcl85-threads && make install clean
cd /usr/ports/devel/tclthread && make install clean
tclsh
package require Thread
Error occurred. ?Tcl core wasn?t compile for threading?

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mm 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed May 30 11:12:16 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168455 

From: Martin Matuska <mm@FreeBSD.org>
To: bug-followup@FreeBSD.org, arcsqliu@yahoo.com.cn
Cc:  
Subject: Re: ports/168455: port lang/tcl85-thread did not build with support
 for threading threading
Date: Wed, 30 May 2012 13:57:43 +0200

 Both versions of tcl get installed (threads and no-threads).
 
 You have two options:
 a) start your application with tclsh85-thread
 b) modify /usr/local/etc/tchsh.conf to point to tclsh85-thread instead
 of tclsh85 and start it with tclsh
 
 -- 
 Martin Matuska
 FreeBSD committer
 http://blog.vx.sk
 
State-Changed-From-To: open->closed 
State-Changed-By: mm 
State-Changed-When: Thu May 31 07:23:33 UTC 2012 
State-Changed-Why:  
Resolved. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168455 
>Unformatted:
