From sacadmin Wed Oct 24 12:12:23 2007
Received: from sfbaymail1sca.SFBay.Sun.COM (sfbaymail1sca [129.145.154.35])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id l9OJCNuv029639
	for <lsarc-record@sac.sfbay.sun.com>; Wed, 24 Oct 2007 12:12:23 -0700 (PDT)
Received: from sca-es-mail-2.sun.com (sca-es-mail-2.Sun.COM [192.18.43.133])
	by sfbaymail1sca.SFBay.Sun.COM (8.13.6+Sun/8.13.6/ENSMAIL,v2.2) with ESMTP id l9OJ8uwv027501
	for <lsarc-record@sac.sfbay.sun.com>; Wed, 24 Oct 2007 12:08:56 -0700 (PDT)
Received: from fe-sfbay-09.sun.com ([192.18.43.129])
	by sca-es-mail-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id l9OJ8ouU024091
	for <lsarc-record@sac.sfbay.sun.com>; Wed, 24 Oct 2007 12:08:51 -0700 (PDT)
Received: from conversion-daemon.fe-sfbay-09.sun.com by fe-sfbay-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0JQF00E01HZ56800@fe-sfbay-09.sun.com>
 (original mail from John.Plocher@Sun.COM) for lsarc-record@sac.sfbay.sun.com;
 Wed, 24 Oct 2007 12:08:50 -0700 (PDT)
Received: from wp668.sfbay.sun.com ([129.146.58.87])
 by fe-sfbay-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb
 28 2007)) with ESMTPSA id <0JQF00DMDJU8SMB0@fe-sfbay-09.sun.com> for
 lsarc-record@sac.sfbay.sun.com; Wed, 24 Oct 2007 12:08:32 -0700 (PDT)
Date: Wed, 24 Oct 2007 12:08:21 -0700
From: John Plocher <John.Plocher@Sun.COM>
Subject: [Fwd: 64-bit Tcl/Tk [PSARC/2007/619 FastTrack timeout automatic]]
Sender: John.Plocher@Sun.COM
To: lsarc-record@sac.sfbay.sun.com
Message-id: <471F9825.7000808@Sun.Com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728)
Status: RO
Content-Length: 3816



-------- Original Message --------
Subject: 64-bit Tcl/Tk [PSARC/2007/619 FastTrack timeout automatic]
Date: Wed, 24 Oct 2007 11:45:07 -0700 (PDT)
From: John Fischer <johnf@tmp1.sfbay.sun.com>
To: PSARC-ext@sun.com


Template Version: @(#)sac_nextcase 1.64 07/13/07 SMI
This information is Copyright 2007 Sun Microsystems
1. Introduction
     1.1. Project/Component Working Name:
	 64-bit Tcl/Tk
     1.2. Name of Document Author/Supplier:
	 Author:  Dermot McCluskey
     1.3  Date of This Document:
	24 October, 2007
4. Technical Description
64-bit Tcl/Tk

1.  Summary

	This fast-track introduces 64-bit support for Tcl/Tk,
	version 8.4.14, into the Solaris WOS.

	Patch release binding is requested.

2.  Discussion

	The 64-bit PostgreSQL database server being introduced in
	LSARC 2007/553, uses 64-bit Tcl libraries.  The 64-bit Tcl libs
	are required at build time.  Also, if the libs are present at
	runtime, PostgreSQL can support the pl/tcl embedded procedural
	language.  This is currently supported in the 32-bit server, so
	providing 64-bit Tcl libs will allow equivalent support for the
	64-bit server.

	This case introduces those libraries and the Tcl interpreter.
	64-bit Tk is also added here, as Tcl and Tk are often used
	together and it is useful to provide the same support for both
	packages.

	This case adds the following 64-bit support:
	- shells:
	  /usr/bin/{amd64|sparcv9}/tclsh8.4	(Tcl interpreter)
	  /usr/bin/{amd64|sparcv9}/wish8.4	(Tk windowing shell)
	  In additional, symbolic links without the version number
	  suffixes, tclsh and wish, will be provided, as per the 32-bit
	  versions.

	- shared-object libraries:
	  /usr/lib/64/libtcl8.4.so
	  /usr/lib/64/libtk8.4.so

	- stub libraries:
	  /usr/lib/64/libtclstub8.4.a
	  /usr/lib/64/libtkstub8.4.a
	  Linking against the stubs libraries provides a degree a version-
	  independence at runtime.  See the manpages for Tcl_InitStubs(3TCL)
	  and Tk_InitStubs(3TK) for further details.

	- build-time convenience scripts:
	  /usr/lib/64/tclConfig.sh
	  /usr/lib/64/tkConfig.sh
	  These scripts are used by packages wishing to build against the
	  relevant libraries.

	These additional files will be delivered via the existing
	packages, SUNWTcl and SUNWTk.

3.  Interfaces

	Exported Interfaces
	===================
	SUNWTcl					Uncommitted	Package name (unchanged)
	SUNWTk					Uncommitted	Package name (unchanged)

	/usr/bin/amd64/tclsh8.4			Uncommitted	Command
	/usr/bin/amd64/tclsh			Uncommitted	Symbolic link
	/usr/bin/amd64/wish8.4			Uncommitted	Command
	/usr/bin/amd64/wish			Uncommitted	Symbolic link
	/usr/bin/sparcv9/tclsh8.4		Uncommitted	Command
	/usr/bin/sparcv9/tclsh			Uncommitted	Symbolic link
	/usr/bin/sparcv9/wish8.4		Uncommitted	Command
	/usr/bin/sparcv9/wish			Uncommitted	Symbolic link

	/usr/lib/amd64/libtcl8.4.so		Uncommitted	Shared library
	/usr/lib/amd64/libtclstub8.4.a		Uncommitted	Stubs library
	/usr/lib/amd64/libtk8.4.so		Uncommitted	Shared library
	/usr/lib/amd64/libtkstub8.4.a		Uncommitted	Stubs library
	/usr/lib/sparcv9/libtcl8.4.so		Uncommitted	Shared library
	/usr/lib/sparcv9/libtclstub8.4.a	Uncommitted	Stubs library
	/usr/lib/sparcv9/libtk8.4.so		Uncommitted	Shared library
	/usr/lib/sparcv9/libtkstub8.4.a		Uncommitted	Stubs library

	/usr/lib/amd64/tclConfig.sh		Uncommitted	Configuration script
	/usr/lib/amd64/tkConfig.sh		Uncommitted	Configuration script
	/usr/lib/sparcv9/tclConfig.sh		Uncommitted	Configuration script
	/usr/lib/sparcv9/tkConfig.sh		Uncommitted	Configuration script

REFERENCES

	PSARC 2007/317, Tcl/Tk upgrade to 8.4.14
	LSARC 2007/553, 64-bit Postgress

6. Resources and Schedule
     6.4. Steering Committee requested information
    	6.4.1. Consolidation C-team Name:
		Desktop C-Team / JDS
     6.5. ARC review type: FastTrack
     6.6. ARC Exposure: open


From sacadmin Wed Oct 24 12:12:41 2007
Received: from sfbaymail1sca.SFBay.Sun.COM (sfbaymail1sca [129.145.154.35])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id l9OJCftU029650
	for <lsarc-record@sac.sfbay.sun.com>; Wed, 24 Oct 2007 12:12:41 -0700 (PDT)
Received: from sca-es-mail-1.sun.com (sca-es-mail-1.Sun.COM [192.18.43.132])
	by sfbaymail1sca.SFBay.Sun.COM (8.13.6+Sun/8.13.6/ENSMAIL,v2.2) with ESMTP id l9OJ9EVm027585
	for <lsarc-record@sac.sfbay.sun.com>; Wed, 24 Oct 2007 12:09:14 -0700 (PDT)
Received: from fe-sfbay-09.sun.com ([192.18.43.129])
	by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id l9OJ99TN012238
	for <lsarc-record@sac.sfbay.sun.com>; Wed, 24 Oct 2007 12:09:09 -0700 (PDT)
Received: from conversion-daemon.fe-sfbay-09.sun.com by fe-sfbay-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0JQF00E01HZ56800@fe-sfbay-09.sun.com>
 (original mail from John.Plocher@Sun.COM) for lsarc-record@sac.sfbay.sun.com;
 Wed, 24 Oct 2007 12:09:09 -0700 (PDT)
Received: from wp668.sfbay.sun.com ([129.146.58.87])
 by fe-sfbay-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb
 28 2007)) with ESMTPSA id <0JQF00DTJJUZSMB0@fe-sfbay-09.sun.com> for
 lsarc-record@sac.sfbay.sun.com; Wed, 24 Oct 2007 12:08:59 -0700 (PDT)
Date: Wed, 24 Oct 2007 12:08:47 -0700
From: John Plocher <John.Plocher@Sun.COM>
Subject: [Fwd: sacMaiL Error [PSARC]: PSARC/2007/619 - 64-bit Tcl/Tk]
Sender: John.Plocher@Sun.COM
To: lsarc-record@sac.sfbay.sun.com
Message-id: <471F983F.8030005@Sun.Com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728)
Status: RO
Content-Length: 4778



-------- Original Message --------
Subject: sacMaiL Error [PSARC]: PSARC/2007/619 - 64-bit Tcl/Tk
Date: Wed, 24 Oct 2007 12:01:32 -0700 (PDT)
From: Sac Administrator <sacadmin@sac.sfbay.sun.com>
To: undisclosed-recipients: ;


[This message was auto-generated by the SAC mail system]

NOT SAVED: /export/sac/Archives/CaseLog/arc/PSARC/2007/619/mail
     This message was not saved in the project's mail log.
     This may be because of file permission problems:
     -rw-rw-r--   1 johnf    staff          0 Oct 24 11:55 /export/sac/Archives/CaseLog/arc/PSARC/2007/619/mail

     Please contact SACAdmin@sac.sfbay about this problem.

---- original message follows ----

Date: Wed, 24 Oct 2007 11:57:50 -0700
From: John Fischer <John.Fischer@sun.com>
Subject: PSARC/2007/619 - 64-bit Tcl/Tk
To: PSARC-ext@sun.com
Cc: Dermot McCluskey <Dermot.McCluskey@sun.com>,

This is a multi-part message in MIME format.

--Boundary_(ID_b+3mPc+4ipuqGLLzr5dcmQ)
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT

PSARC-ext,

I am sponsoring this fast track for Dermot McCluskey who is part
of the JDS team in Ireland.  The case directory contains the
attached proposal.txt file.  I have closed the case as automatic.

The case proposes to include the 64-bit version of the Tcl/Tk
components that were already reviewed by PSARC in 2007/317.
The interface table is identical with the addition of the
amd64/sparcv9 components.

Thanks,

John

--Boundary_(ID_b+3mPc+4ipuqGLLzr5dcmQ)
Content-type: text/plain; name=proposal.txt
Content-transfer-encoding: 7BIT
Content-disposition: inline; filename=proposal.txt

64-bit Tcl/Tk

1.  Summary

	This fast-track introduces 64-bit support for Tcl/Tk,
	version 8.4.14, into the Solaris WOS.

	Patch release binding is requested.

2.  Discussion

	The 64-bit PostgreSQL database server being introduced in
	LSARC 2007/553, uses 64-bit Tcl libraries.  The 64-bit Tcl libs
	are required at build time.  Also, if the libs are present at
	runtime, PostgreSQL can support the pl/tcl embedded procedural
	language.  This is currently supported in the 32-bit server, so
	providing 64-bit Tcl libs will allow equivalent support for the
	64-bit server.

	This case introduces those libraries and the Tcl interpreter.
	64-bit Tk is also added here, as Tcl and Tk are often used
	together and it is useful to provide the same support for both
	packages.

	This case adds the following 64-bit support:
	- shells:
	  /usr/bin/{amd64|sparcv9}/tclsh8.4	(Tcl interpreter)
	  /usr/bin/{amd64|sparcv9}/wish8.4	(Tk windowing shell)
	  In additional, symbolic links without the version number
	  suffixes, tclsh and wish, will be provided, as per the 32-bit
	  versions.

	- shared-object libraries:
	  /usr/lib/64/libtcl8.4.so
	  /usr/lib/64/libtk8.4.so

	- stub libraries:
	  /usr/lib/64/libtclstub8.4.a
	  /usr/lib/64/libtkstub8.4.a
	  Linking against the stubs libraries provides a degree a version-
	  independence at runtime.  See the manpages for Tcl_InitStubs(3TCL)
	  and Tk_InitStubs(3TK) for further details.

	- build-time convenience scripts:
	  /usr/lib/64/tclConfig.sh
	  /usr/lib/64/tkConfig.sh
	  These scripts are used by packages wishing to build against the
	  relevant libraries.

	These additional files will be delivered via the existing
	packages, SUNWTcl and SUNWTk.

3.  Interfaces

	Exported Interfaces
	===================
	SUNWTcl					Uncommitted	Package name (unchanged)
	SUNWTk					Uncommitted	Package name (unchanged)

	/usr/bin/amd64/tclsh8.4			Uncommitted	Command
	/usr/bin/amd64/tclsh			Uncommitted	Symbolic link
	/usr/bin/amd64/wish8.4			Uncommitted	Command
	/usr/bin/amd64/wish			Uncommitted	Symbolic link
	/usr/bin/sparcv9/tclsh8.4		Uncommitted	Command
	/usr/bin/sparcv9/tclsh			Uncommitted	Symbolic link
	/usr/bin/sparcv9/wish8.4		Uncommitted	Command
	/usr/bin/sparcv9/wish			Uncommitted	Symbolic link

	/usr/lib/amd64/libtcl8.4.so		Uncommitted	Shared library
	/usr/lib/amd64/libtclstub8.4.a		Uncommitted	Stubs library
	/usr/lib/amd64/libtk8.4.so		Uncommitted	Shared library
	/usr/lib/amd64/libtkstub8.4.a		Uncommitted	Stubs library
	/usr/lib/sparcv9/libtcl8.4.so		Uncommitted	Shared library
	/usr/lib/sparcv9/libtclstub8.4.a	Uncommitted	Stubs library
	/usr/lib/sparcv9/libtk8.4.so		Uncommitted	Shared library
	/usr/lib/sparcv9/libtkstub8.4.a		Uncommitted	Stubs library

	/usr/lib/amd64/tclConfig.sh		Uncommitted	Configuration script
	/usr/lib/amd64/tkConfig.sh		Uncommitted	Configuration script
	/usr/lib/sparcv9/tclConfig.sh		Uncommitted	Configuration script
	/usr/lib/sparcv9/tkConfig.sh		Uncommitted	Configuration script

REFERENCES

	PSARC 2007/317, Tcl/Tk upgrade to 8.4.14
	LSARC 2007/553, 64-bit Postgress

--Boundary_(ID_b+3mPc+4ipuqGLLzr5dcmQ)--
---- end of original message ----



