From bc99092@sac.sfbay.sun.com Tue Sep 25 12:26:30 2007
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id l8PJQTex015922
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 25 Sep 2007 12:26:29 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail5.uk.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id l8PJNMvg015086;
	Tue, 25 Sep 2007 20:23:25 +0100 (BST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0JOX00409V6Y6900@nwk-avmta-1.sfbay.Sun.COM>; Tue,
 25 Sep 2007 12:23:22 -0700 (PDT)
Received: from dm-sfbay-02.sfbay.sun.com ([129.146.11.31])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JOX00H7XV6Y3T60@nwk-avmta-1.sfbay.Sun.COM>; Tue,
 25 Sep 2007 12:23:22 -0700 (PDT)
Received: from sac.sfbay.sun.com (new-sac.SFBay.Sun.COM [129.146.175.65])
	by dm-sfbay-02.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id l8PJNLpo036952; Tue, 25 Sep 2007 12:23:22 -0700 (PDT)
Received: from sac.sfbay.sun.com (localhost [127.0.0.1])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id l8PJQNGB015912; Tue,
 25 Sep 2007 12:26:23 -0700 (PDT)
Received: (from bc99092@localhost)
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit) id l8PJQNjG015908; Tue,
 25 Sep 2007 12:26:23 -0700 (PDT)
Date: Tue, 25 Sep 2007 12:26:23 -0700 (PDT)
From: Brian Cameron <bc99092@sac.sfbay.sun.com>
Subject: GNU libtool 1.5.22 [PSARC/2007/557 FastTrack timeout 10/03/2007]
To: PSARC-ext@sun.com
Cc: sfw-discuss@opensolaris.org
Message-id: <200709251926.l8PJQNjG015908@sac.sfbay.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.2.0.264296
Status: RO
Content-Length: 3530


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:
	 GNU libtool 1.5.22
    1.2. Name of Document Author/Supplier:
	 Author:  Dermot McCluskey
    1.3  Date of This Document:
	25 September, 2007
4. Technical Description
GNU libtool

1.  Summary

	This fast-track introduces GNU libtool, version 1.5.22, into
	the Solaris WOS.

	Micro release binding is requested.

2.  Discussion

	Libtool is a utility that hides the complexity of using shared
	libraries when developing software and is very commonly required by
	developers of open-source software.  It is usually used in
	conjunction with the other "auto tools", automake and autoconf,
	to make it easier to build applications on different platforms.

	Libtool is not required by users when simply building OSS from
	downloaded releases, but it is typically necessary when modifying the
	code or when building an unreleased version from a source repository.

	Libtool is, therefore, necessary for developers working on the many
	OSS projects which have already adapted libtool and the autotools
	framework.  However, the manpages will clearly state that libtool
	is not recommended for use outside the autotools framework or
	for new projects that are not already committed to its use.
	This case classifies the interfaces as Uncommitted and adds the
	Obsolete modifier to indicate that the tool is not advised for
	general use.

	The version proposed here is the latest stable version available.

	Libtool is delivered as:
	- Two command-line programs, libtool and libtoolize.
	  These scripts will be installed in /usr/bin.

	- A header file installed in /usr/include

	- Two macros to be used by GNU Automake, installed in
	  /usr/share/aclocal/

	- Two manpages to be installed in /usr/share/man/man1/

	- A user manual in Info format to be installed in
	  /usr/share/info/

	- A number of private scripts and macros to be installed under
	  /usr/share/libtool/

	- A shared-object library, libltdl, used to simplify dlopening
	  libraries and installed in /usr/lib

	libltdl is a runtime library and will be delivered in a separate
	package to the other libtool components, which are only required
	by developers.

	A version of libtool was previously included in the Companion
	CD.  This proposal removes libtool from the CCD and integrates
	it into the SFW consolidation.

3.  Interfaces

	Exported Interfaces
	===================
	SUNWlibtool				Uncommitted (Obsolete)	Package name
	SUNWltdl				Uncommitted (Obsolete)	Package name

	/usr/bin/libtool			Uncommitted (Obsolete)	Command
	/usr/bin/libtoolize			Uncommitted (Obsolete)	Command

	/usr/include/ltdl.h			Uncommitted (Obsolete)	Header file

	/usr/share/aclocal/libtool.m4		Uncommitted (Obsolete)	GNU M4 Macro
	/usr/share/aclocal/ltdl.m4		Uncommitted (Obsolete)	GNU M4 Macro

	/usr/share/man/man1/libtool.1		Uncommitted (Obsolete)	Manpage
	/usr/share/man/man1/libtoolize.1	Uncommitted (Obsolete)	Manpage

	/usr/share/info/libtool.info		Uncommitted (Obsolete)	Info document

	/usr/lib/libltdl.so.3.1.4		Uncommitted (Obsolete)	Library
	/usr/lib/libltdl.so.3			Uncommitted (Obsolete)	Symbolic link
	/usr/lib/libltdl.so			Uncommitted (Obsolete)	Symbolic link


ATTACHED MATERIALS

	libtool.info
	libtool.1
	libtoolize.1

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


From carlsonj@phorcys.east.sun.com Tue Sep 25 12:39:34 2007
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id l8PJdYhV016384
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 25 Sep 2007 12:39:34 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail5.uk.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id l8PJaRMS020939
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@Sun.Com>; Tue, 25 Sep 2007 20:36:30 +0100 (BST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0JOX00L3DVSSOZ00@brm-avmta-1.central.sun.com> for PSARC-ext@Sun.Com
 (ORCPT PSARC-ext@Sun.Com); Tue, 25 Sep 2007 13:36:28 -0600 (MDT)
Received: from phorcys.east.sun.com ([129.148.174.143])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JOX00JZ5VSQVV10@brm-avmta-1.central.sun.com> for
 PSARC-ext@Sun.Com (ORCPT PSARC-ext@Sun.Com); Tue,
 25 Sep 2007 13:36:27 -0600 (MDT)
Received: from phorcys.east.sun.com (localhost [127.0.0.1])
	by phorcys.east.sun.com (8.14.1+Sun/8.14.1) with ESMTP id l8PJSq4p008226; Tue,
 25 Sep 2007 15:28:52 -0400 (EDT)
Received: (from carlsonj@localhost)
	by phorcys.east.sun.com (8.14.1+Sun/8.14.1/Submit) id l8PJSqPS008223; Tue,
 25 Sep 2007 15:28:52 -0400 (EDT)
Date: Tue, 25 Sep 2007 15:28:51 -0400
From: James Carlson <james.d.carlson@sun.com>
Subject: Re: GNU libtool 1.5.22 [PSARC/2007/557 FastTrack timeout 10/03/2007]
In-reply-to: <200709251926.l8PJQNjG015908@sac.sfbay.sun.com>
To: Brian Cameron <bc99092@sac.sfbay.sun.com>
Cc: PSARC-ext@sun.com, sfw-discuss@opensolaris.org
Message-id: <18169.24947.757212.453086@gargle.gargle.HOWL>
MIME-version: 1.0
X-Mailer: VM 7.01 under Emacs 21.3.1
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.2.0.264296
References: <200709251926.l8PJQNjG015908@sac.sfbay.sun.com>
Status: RO
Content-Length: 556

Brian Cameron writes:
> 	This fast-track introduces GNU libtool, version 1.5.22, into
> 	the Solaris WOS.
> 
> 	Micro release binding is requested.

What did you mean?  If you meant to get it into S10, then "Micro"
binding generally won't help as there are no Micro releases defined
(yet) for S10.  You need patch binding for that.

-- 
James Carlson, Solaris Networking              <james.d.carlson@sun.com>
Sun Microsystems / 1 Network Drive         71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677

From Dermot.McCluskey@Sun.COM Wed Sep 26 03:32:42 2007
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id l8QAWfel002305
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 26 Sep 2007 03:32:41 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail3mpk.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id l8QATdL1000921
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 26 Sep 2007 03:29:39 -0700 (PDT)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0JOZ0040115FAM00@nwk-avmta-1.sfbay.Sun.COM> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@Sun.COM); Wed, 26 Sep 2007 03:29:39 -0700 (PDT)
Received: from gmp-eb-mail-2.sun.com ([192.18.6.24])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JOZ0086Z15ER3D0@nwk-avmta-1.sfbay.Sun.COM> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@Sun.COM); Wed,
 26 Sep 2007 03:29:39 -0700 (PDT)
Received: from fe-emea-09.sun.com (gmp-eb-lb-2-fe3.eu.sun.com [192.18.6.12])
	by gmp-eb-mail-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id l8QATc92016112	for
 <PSARC-ext@Sun.COM>; Wed, 26 Sep 2007 10:29:38 +0000 (GMT)
Received: from conversion-daemon.fe-emea-09.sun.com by fe-emea-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0JOZ00L010I9DY00@fe-emea-09.sun.com>
 (original mail from Dermot.McCluskey@Sun.COM)
 for PSARC-ext@Sun.COM (ORCPT PSARC-ext@Sun.COM); Wed,
 26 Sep 2007 11:29:38 +0100 (BST)
Received: from [129.156.220.40] by fe-emea-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0JOZ007GQ15B1PG0@fe-emea-09.sun.com>; Wed,
 26 Sep 2007 11:29:36 +0100 (BST)
Date: Wed, 26 Sep 2007 11:29:35 +0100
From: Dermot McCluskey <Dermot.McCluskey@Sun.COM>
Subject: Re: [sfwnv-discuss] GNU libtool 1.5.22 [PSARC/2007/557 FastTrack
 timeout 10/03/2007]
In-reply-to: <18169.24947.757212.453086@gargle.gargle.HOWL>
Sender: Dermot.McCluskey@Sun.COM
To: James Carlson <James.D.Carlson@Sun.COM>
Cc: Brian Cameron <bc99092@sac.sfbay.sun.com>, PSARC-ext@Sun.COM,
        sfw-discuss@opensolaris.org
Reply-to: Dermot.McCluskey@Sun.COM
Message-id: <46FA348F.2090500@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.2.0.264296
References: <200709251926.l8PJQNjG015908@sac.sfbay.sun.com>
 <18169.24947.757212.453086@gargle.gargle.HOWL>
User-Agent: Thunderbird 2.0.0.4 (X11/20070724)
Status: RO
Content-Length: 716

James Carlson wrote:
>> 	Micro release binding is requested.
> 
> What did you mean?  If you meant to get it into S10, then "Micro"
> binding generally won't help as there are no Micro releases defined
> (yet) for S10.  You need patch binding for that.

Based on the "Obsolescence allowed?" column of the table
describing the Obsolete modifier at
http://sac.eng/cgi-bin/bp.cgi?NAME=interface_taxonomy.bp  it
appears that Uncommitted (Obsolete) is not allowed with Patch
binding, so I picked the next least restrictive release type.

I would also be OK with Minor release binding, as I don't
currently have plans to port to S10, but I thought selecting
the less restrictive Micro would be more appropriate?

- Dermot

From carlsonj@phorcys.east.sun.com Wed Sep 26 06:53:16 2007
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id l8QDrFAI006065
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 26 Sep 2007 06:53:16 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail5.uk.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id l8QDo1T6008473;
	Wed, 26 Sep 2007 14:50:12 +0100 (BST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0JOZ00003AFNJD00@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 26 Sep 2007 06:50:11 -0700 (PDT)
Received: from phorcys.east.sun.com ([129.148.174.143])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JOZ00KY0AFMX6E0@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 26 Sep 2007 06:50:10 -0700 (PDT)
Received: from phorcys.east.sun.com (localhost [127.0.0.1])
	by phorcys.east.sun.com (8.14.1+Sun/8.14.1) with ESMTP id l8QDgYqw011457; Wed,
 26 Sep 2007 09:42:34 -0400 (EDT)
Received: (from carlsonj@localhost)
	by phorcys.east.sun.com (8.14.1+Sun/8.14.1/Submit) id l8QDgYwV011454; Wed,
 26 Sep 2007 09:42:34 -0400 (EDT)
Date: Wed, 26 Sep 2007 09:42:34 -0400
From: James Carlson <james.d.carlson@Sun.COM>
Subject: Re: [sfwnv-discuss] GNU libtool 1.5.22 [PSARC/2007/557 FastTrack
 timeout 10/03/2007]
In-reply-to: <46FA348F.2090500@Sun.COM>
To: Dermot.McCluskey@Sun.COM
Cc: Brian Cameron <bc99092@sac.sfbay.sun.com>, PSARC-ext@Sun.COM,
        sfw-discuss@opensolaris.org
Message-id: <18170.25034.431492.176934@gargle.gargle.HOWL>
MIME-version: 1.0
X-Mailer: VM 7.01 under Emacs 21.3.1
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.2.0.264296
References: <200709251926.l8PJQNjG015908@sac.sfbay.sun.com>
 <18169.24947.757212.453086@gargle.gargle.HOWL> <46FA348F.2090500@Sun.COM>
Status: RO
Content-Length: 1495

Dermot McCluskey writes:
> James Carlson wrote:
> >> 	Micro release binding is requested.
> > 
> > What did you mean?  If you meant to get it into S10, then "Micro"
> > binding generally won't help as there are no Micro releases defined
> > (yet) for S10.  You need patch binding for that.
> 
> Based on the "Obsolescence allowed?" column of the table
> describing the Obsolete modifier at
> http://sac.eng/cgi-bin/bp.cgi?NAME=interface_taxonomy.bp  it
> appears that Uncommitted (Obsolete) is not allowed with Patch
> binding, so I picked the next least restrictive release type.

OK; it sounds like just a misunderstanding.  You're not obsoleting an
existing interface.  You're adding a new interface that's _born_ as
obsolete.  Thus, there's no obsolescence notification required, and
this chart doesn't help.

> I would also be OK with Minor release binding, as I don't
> currently have plans to port to S10, but I thought selecting
> the less restrictive Micro would be more appropriate?

You may, even though there are no Micro releases planned.  I'm just
trying to figure out where you're intending to integrate this.  If
it's going into an S10 update, then it needs to have patch/micro
binding.  It looks to me like it ought to be appropriate for such a
binding.

-- 
James Carlson, Solaris Networking              <james.d.carlson@sun.com>
Sun Microsystems / 1 Network Drive         71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677

From Dermot.McCluskey@sun.com Wed Sep 26 07:36:51 2007
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id l8QEao1W007706
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 26 Sep 2007 07:36:51 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail5.uk.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id l8QEXcW5026572
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 26 Sep 2007 15:33:47 +0100 (BST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0JOZ00M0NCGA1K00@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@Sun.COM); Wed, 26 Sep 2007 08:33:46 -0600 (MDT)
Received: from gmp-eb-mail-1.sun.com ([192.18.6.21])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JOZ00LNXCG8M200@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@Sun.COM); Wed,
 26 Sep 2007 08:33:45 -0600 (MDT)
Received: from fe-emea-09.sun.com (gmp-eb-lb-2-fe1.eu.sun.com [192.18.6.10])
	by gmp-eb-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id l8QEXifV024652	for
 <PSARC-ext@Sun.COM>; Wed, 26 Sep 2007 14:33:44 +0000 (GMT)
Received: from conversion-daemon.fe-emea-09.sun.com by fe-emea-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0JOZ00F01BTHZB00@fe-emea-09.sun.com>
 (original mail from Dermot.McCluskey@Sun.COM)
 for PSARC-ext@Sun.COM (ORCPT PSARC-ext@Sun.COM); Wed,
 26 Sep 2007 15:33:44 +0100 (BST)
Received: from [129.156.220.40] by fe-emea-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0JOZ004FYCG6H930@fe-emea-09.sun.com>; Wed,
 26 Sep 2007 15:33:43 +0100 (BST)
Date: Wed, 26 Sep 2007 15:33:42 +0100
From: Dermot McCluskey <Dermot.McCluskey@sun.com>
Subject: Re: [sfwnv-discuss] GNU libtool 1.5.22 [PSARC/2007/557 FastTrack
 timeout 10/03/2007]
In-reply-to: <18170.25034.431492.176934@gargle.gargle.HOWL>
Sender: Dermot.McCluskey@sun.com
To: James Carlson <James.D.Carlson@sun.com>
Cc: Brian Cameron <bc99092@sac.sfbay.sun.com>, PSARC-ext@sun.com,
        sfw-discuss@opensolaris.org
Reply-to: Dermot.McCluskey@sun.com
Message-id: <46FA6DC6.4030407@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.2.0.264296
References: <200709251926.l8PJQNjG015908@sac.sfbay.sun.com>
 <18169.24947.757212.453086@gargle.gargle.HOWL> <46FA348F.2090500@Sun.COM>
 <18170.25034.431492.176934@gargle.gargle.HOWL>
User-Agent: Thunderbird 2.0.0.4 (X11/20070724)
Status: RO
Content-Length: 538

James Carlson wrote:
> You may, even though there are no Micro releases planned.  I'm just
> trying to figure out where you're intending to integrate this.  If
> it's going into an S10 update, then it needs to have patch/micro
> binding.  It looks to me like it ought to be appropriate for such a
> binding.

For now, I'm just looking at Solaris Nevada, but I'd like
to retain to option to integrate to a Solaris 10 Update
at some future point, as with the other GNU projects.

So, should I change the binding request to Patch?

- Dermot

From gww@eng.sun.com Wed Sep 26 07:58:26 2007
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id l8QEwQxN008486
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 26 Sep 2007 07:58:26 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id l8QEsUG6057064
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 26 Sep 2007 08:54:32 -0600 (MDT)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0JOZ0060DDGAC000@nwk-avmta-1.sfbay.Sun.COM> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 26 Sep 2007 07:55:22 -0700 (PDT)
Received: from engmail3mpk.sfbay.Sun.COM ([129.146.11.26])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JOZ00177DG9JW70@nwk-avmta-1.sfbay.Sun.COM> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 26 Sep 2007 07:55:21 -0700 (PDT)
Received: from marduk.eng.sun.com (marduk.SFBay.Sun.COM [129.146.108.224])
	by engmail3mpk.sfbay.Sun.COM (8.13.6+Sun/8.13.6/ENSMAIL,v2.2)
 with ESMTP id l8QEtJ3l022733; Wed, 26 Sep 2007 07:55:19 -0700 (PDT)
Received: from marduk.eng.sun.com (localhost [127.0.0.1])
	by marduk.eng.sun.com (8.13.6+Sun/8.12.11) with ESMTP id l8QEutf7015364; Wed,
 26 Sep 2007 07:56:55 -0700 (PDT)
Received: (from gww@localhost)
	by marduk.eng.sun.com (8.13.6+Sun/8.12.11/Submit) id l8QEut7g015363; Wed,
 26 Sep 2007 07:56:55 -0700 (PDT)
Date: Wed, 26 Sep 2007 07:56:55 -0700 (PDT)
From: Gary Winiger <gww@eng.sun.com>
Subject: Re: [sfwnv-discuss] GNU libtool 1.5.22 [PSARC/2007/557 FastTrack
 timeout 10/03/2007]
To: James.D.Carlson@sun.com, Dermot.McCluskey@sun.com
Cc: bc99092@sac.sfbay.sun.com, PSARC-ext@sun.com, sfw-discuss@opensolaris.org
Message-id: <200709261456.l8QEut7g015363@marduk.eng.sun.com>
Content-transfer-encoding: 7BIT
X-Sun-Charset: US-ASCII
X-PMX-Version: 5.2.0.264296
Status: RO
Content-Length: 515

> I would also be OK with Minor release binding, as I don't
> currently have plans to port to S10, but I thought selecting
> the less restrictive Micro would be more appropriate?

	General advice is to pick the least restrictive release binding
	that fits.  Someone may come up with a compelling business reason
	to backport and fund a project to do so.

	So, does Patch fit here?  (IMO, it seems to.)  Of course the
	project team can choose whatever they wish as long as it fits.
	Does anyone bid Major;-)

Gary..

From Dermot.McCluskey@sun.com Wed Sep 26 09:49:24 2007
Received: from sunmail4.Singapore.Sun.COM (sunmail4.Singapore.Sun.COM [129.158.71.19])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id l8QGnNgi012820
	for <psarc-ext@sac.sfbay.Sun.COM>; Wed, 26 Sep 2007 09:49:23 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail4.Singapore.Sun.COM (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id l8QGkDpB027631
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Thu, 27 Sep 2007 00:46:19 +0800 (SGT)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0JOZ00F0FIL6JD00@nwk-avmta-1.sfbay.Sun.COM> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 26 Sep 2007 09:46:18 -0700 (PDT)
Received: from gmp-eb-mail-1.sun.com ([192.18.6.21])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JOZ00AQFIL4HJ50@nwk-avmta-1.sfbay.Sun.COM> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 26 Sep 2007 09:46:17 -0700 (PDT)
Received: from fe-emea-09.sun.com (gmp-eb-lb-2-fe1.eu.sun.com [192.18.6.10])
	by gmp-eb-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id l8QGkFRf010737	for
 <PSARC-ext@sun.com>; Wed, 26 Sep 2007 16:46:15 +0000 (GMT)
Received: from conversion-daemon.fe-emea-09.sun.com by fe-emea-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0JOZ00L01I9JUM00@fe-emea-09.sun.com>
 (original mail from Dermot.McCluskey@Sun.COM)
 for PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 26 Sep 2007 17:46:15 +0100 (BST)
Received: from [129.156.220.40] by fe-emea-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0JOZ00LW1IL27HA0@fe-emea-09.sun.com>; Wed,
 26 Sep 2007 17:46:15 +0100 (BST)
Date: Wed, 26 Sep 2007 17:46:14 +0100
From: Dermot McCluskey <Dermot.McCluskey@sun.com>
Subject: Re: [sfwnv-discuss] GNU libtool 1.5.22 [PSARC/2007/557 FastTrack
 timeout 10/03/2007]
In-reply-to: <200709261456.l8QEut7g015363@marduk.eng.sun.com>
Sender: Dermot.McCluskey@sun.com
To: Gary Winiger <gww@eng.sun.com>
Cc: James.D.Carlson@sun.com, bc99092@sac.sfbay.sun.com, PSARC-ext@sun.com,
        sfw-discuss@opensolaris.org
Reply-to: Dermot.McCluskey@sun.com
Message-id: <46FA8CD6.3060608@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.2.0.264296
References: <200709261456.l8QEut7g015363@marduk.eng.sun.com>
User-Agent: Thunderbird 2.0.0.4 (X11/20070724)
Status: RO
Content-Length: 290

Gary Winiger wrote:
> 	General advice is to pick the least restrictive release binding
> 	that fits.  Someone may come up with a compelling business reason
> 	to backport and fund a project to do so.

Please consider the binding request for this case
changed to "Patch binding".

- Dermot


From Brian.Cameron@sun.com Wed Sep 26 09:58:38 2007
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id l8QGwcY9014089
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 26 Sep 2007 09:58:38 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail5.uk.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id l8QGtU7k002951
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 26 Sep 2007 17:55:34 +0100 (BST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0JOZ00G05J0KC900@nwk-avmta-1.sfbay.Sun.COM> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@Sun.COM); Wed, 26 Sep 2007 09:55:32 -0700 (PDT)
Received: from brmea-mail-1.sun.com ([192.18.98.31])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JOZ00AD0J0KHE60@nwk-avmta-1.sfbay.Sun.COM> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@Sun.COM); Wed,
 26 Sep 2007 09:55:32 -0700 (PDT)
Received: from fe-amer-09.sun.com ([192.18.109.79])
	by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id l8QGtWPS024119	for
 <PSARC-ext@Sun.COM>; Wed, 26 Sep 2007 16:55:32 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0JOZ00901IE4DU00@mail-amer.sun.com>
 (original mail from Brian.Cameron@Sun.COM)
 for PSARC-ext@Sun.COM (ORCPT PSARC-ext@Sun.COM); Wed,
 26 Sep 2007 10:55:32 -0600 (MDT)
Received: from [129.150.80.106] by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0JOZ00F9SJ06BIG0@mail-amer.sun.com>; Wed,
 26 Sep 2007 10:55:21 -0600 (MDT)
Date: Wed, 26 Sep 2007 07:55:33 -0500
From: Brian Cameron <Brian.Cameron@sun.com>
Subject: Re: [sfwnv-discuss] GNU libtool 1.5.22 [PSARC/2007/557 FastTrack
 timeout 10/03/2007]
In-reply-to: <46FA8CD6.3060608@Sun.COM>
Sender: Brian.Cameron@sun.com
To: Dermot.McCluskey@sun.com
Cc: Gary Winiger <gww@eng.sun.com>, bc99092@sac.sfbay.sun.com,
        PSARC-ext@sun.com, James.D.Carlson@sun.com,
        sfw-discuss@opensolaris.org
Message-id: <46FA56C5.6010107@sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.2.0.264296
References: <200709261456.l8QEut7g015363@marduk.eng.sun.com>
 <46FA8CD6.3060608@Sun.COM>
User-Agent: Thunderbird 2.0.0.6 (X11/20070910)
Status: RO
Content-Length: 588


Dermot/Gary:

I updated the FastTrack proposal in the PSARC/2007/557 case directory
to specify Patch binding instead of Micro binding.  Just so the case
materials are accurate.

Brian


>> 	General advice is to pick the least restrictive release binding
>> 	that fits.  Someone may come up with a compelling business reason
>> 	to backport and fund a project to do so.
> 
> Please consider the binding request for this case
> changed to "Patch binding".
> 
> - Dermot
> 
> _______________________________________________
> opensolaris-arc mailing list
> opensolaris-arc@opensolaris.org


From Brian.Cameron@sun.com Wed Oct  3 11:42:57 2007
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id l93Igvxc006585
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 3 Oct 2007 11:42:57 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail5.uk.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id l93Iddvn010047
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 3 Oct 2007 19:39:46 +0100 (BST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0JPC00J0TMI9G800@nwk-avmta-2.sfbay.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@Sun.COM); Wed, 03 Oct 2007 11:39:45 -0700 (PDT)
Received: from brmea-mail-2.sun.com ([192.18.98.43])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JPC007UHMI8KQB0@nwk-avmta-2.sfbay.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@Sun.COM); Wed,
 03 Oct 2007 11:39:44 -0700 (PDT)
Received: from fe-amer-10.sun.com ([192.18.109.80])
	by brmea-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id l93Idi5N019953	for
 <PSARC-ext@Sun.COM>; Wed, 03 Oct 2007 18:39:44 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0JPC00J01KPVAO00@mail-amer.sun.com>
 (original mail from Brian.Cameron@Sun.COM)
 for PSARC-ext@Sun.COM (ORCPT PSARC-ext@Sun.COM); Wed,
 03 Oct 2007 12:39:44 -0600 (MDT)
Received: from [129.150.12.42] by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0JPC00K4NMHRLX20@mail-amer.sun.com> for PSARC-ext@Sun.COM
 (ORCPT PSARC-ext@Sun.COM); Wed, 03 Oct 2007 12:39:32 -0600 (MDT)
Date: Wed, 03 Oct 2007 09:38:40 -0500
From: Brian Cameron <Brian.Cameron@sun.com>
Subject: Re: PSARC/2007/557 GNU libtool 1.5.22 [FastTrack timeout 10/03/2007]
Sender: Brian.Cameron@sun.com
To: psarc-ext@sun.com
Cc: sfwnv-discuss@opensolaris.org
Message-id: <4703A970.3000906@sun.com>
MIME-version: 1.0
Content-type: multipart/mixed; boundary="Boundary_(ID_s6gEPzHX891NCsSVgoJQEw)"
X-PMX-Version: 5.2.0.264296
User-Agent: Thunderbird 2.0.0.6 (X11/20070924)
Status: RO
Content-Length: 4328

This is a multi-part message in MIME format.

--Boundary_(ID_s6gEPzHX891NCsSVgoJQEw)
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT


PSARC:

We have now passed the timeout for the "LSARC 2007/520 GNOME 2.20"
FastTrack case.  The only comment was that the release binging
should be changed to Patch release binding.  This change has been
made to the Fasttrack document, as attached.  I am marking the
case as "closed approved".

Brian

-------- Original Message --------
Subject: GNU libtool 1.5.22 [PSARC/2007/557 FastTrack timeout 10/03/2007]
Date: Tue, 25 Sep 2007 12:26:23 -0700 (PDT)
From: Brian Cameron <bc99092@sac.sfbay.sun.com>
To: PSARC-ext@Sun.Com
CC: sfw-discuss@opensolaris.org


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:
	 GNU libtool 1.5.22
     1.2. Name of Document Author/Supplier:
	 Author:  Dermot McCluskey
     1.3  Date of This Document:
	25 September, 2007
4. Technical Description
GNU libtool

--Boundary_(ID_s6gEPzHX891NCsSVgoJQEw)
Content-type: text/plain; name=libtool_FASTTRACK.txt
Content-transfer-encoding: 7BIT
Content-disposition: inline; filename=libtool_FASTTRACK.txt

GNU libtool

1.  Summary

	This fast-track introduces GNU libtool, version 1.5.22, into
	the Solaris WOS.

	Patch release binding is requested.

2.  Discussion

	Libtool is a utility that hides the complexity of using shared
	libraries when developing software and is very commonly required by
	developers of open-source software.  It is usually used in
	conjunction with the other "auto tools", automake and autoconf,
	to make it easier to build applications on different platforms.

	Libtool is not required by users when simply building OSS from
	downloaded releases, but it is typically necessary when modifying the
	code or when building an unreleased version from a source repository.

	Libtool is, therefore, necessary for developers working on the many
	OSS projects which have already adapted libtool and the autotools
	framework.  However, the manpages will clearly state that libtool
	is not recommended for use outside the autotools framework or
	for new projects that are not already committed to its use.
	This case classifies the interfaces as Uncommitted and adds the
	Obsolete modifier to indicate that the tool is not advised for
	general use.

	The version proposed here is the latest stable version available.

	Libtool is delivered as:
	- Two command-line programs, libtool and libtoolize.
	  These scripts will be installed in /usr/bin.

	- A header file installed in /usr/include

	- Two macros to be used by GNU Automake, installed in
	  /usr/share/aclocal/

	- Two manpages to be installed in /usr/share/man/man1/

	- A user manual in Info format to be installed in
	  /usr/share/info/

	- A number of private scripts and macros to be installed under
	  /usr/share/libtool/

	- A shared-object library, libltdl, used to simplify dlopening
	  libraries and installed in /usr/lib

	libltdl is a runtime library and will be delivered in a separate
	package to the other libtool components, which are only required
	by developers.

	A version of libtool was previously included in the Companion
	CD.  This proposal removes libtool from the CCD and integrates
	it into the SFW consolidation.

3.  Interfaces

	Exported Interfaces
	===================
	SUNWlibtool				Uncommitted (Obsolete)	Package name
	SUNWltdl				Uncommitted (Obsolete)	Package name

	/usr/bin/libtool			Uncommitted (Obsolete)	Command
	/usr/bin/libtoolize			Uncommitted (Obsolete)	Command

	/usr/include/ltdl.h			Uncommitted (Obsolete)	Header file

	/usr/share/aclocal/libtool.m4		Uncommitted (Obsolete)	GNU M4 Macro
	/usr/share/aclocal/ltdl.m4		Uncommitted (Obsolete)	GNU M4 Macro

	/usr/share/man/man1/libtool.1		Uncommitted (Obsolete)	Manpage
	/usr/share/man/man1/libtoolize.1	Uncommitted (Obsolete)	Manpage

	/usr/share/info/libtool.info		Uncommitted (Obsolete)	Info document

	/usr/lib/libltdl.so.3.1.4		Uncommitted (Obsolete)	Library
	/usr/lib/libltdl.so.3			Uncommitted (Obsolete)	Symbolic link
	/usr/lib/libltdl.so			Uncommitted (Obsolete)	Symbolic link


ATTACHED MATERIALS

	libtool.info.txt
	libtool.1
	libtoolize.1

--Boundary_(ID_s6gEPzHX891NCsSVgoJQEw)--

From Brian.Cameron@Sun.COM Thu Oct  4 10:43:35 2007
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id l94HhZVZ006391
	for <psarc-ext@sac.sfbay.sun.com>; Thu, 4 Oct 2007 10:43:35 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id l94HdSTs041787
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Thu, 4 Oct 2007 11:39:28 -0600 (MDT)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0JPE00937EFDIA00@nwk-avmta-2.sfbay.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@Sun.COM); Thu, 04 Oct 2007 10:40:26 -0700 (PDT)
Received: from brmea-mail-1.sun.com ([192.18.98.31])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JPE00MOREFBC9D0@nwk-avmta-2.sfbay.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@Sun.COM); Thu,
 04 Oct 2007 10:40:23 -0700 (PDT)
Received: from fe-amer-09.sun.com ([192.18.109.79])
	by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id l94HeNjE008913	for
 <PSARC-ext@Sun.COM>; Thu, 04 Oct 2007 17:40:23 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0JPE00401DYHR400@mail-amer.sun.com>
 (original mail from Brian.Cameron@Sun.COM)
 for PSARC-ext@Sun.COM (ORCPT PSARC-ext@Sun.COM); Thu,
 04 Oct 2007 11:40:23 -0600 (MDT)
Received: from [129.150.12.42] by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0JPE00MQLEF4QX60@mail-amer.sun.com> for PSARC-ext@Sun.COM
 (ORCPT PSARC-ext@Sun.COM); Thu, 04 Oct 2007 11:40:21 -0600 (MDT)
Date: Thu, 04 Oct 2007 08:39:30 -0500
From: Brian Cameron <Brian.Cameron@Sun.COM>
Subject: Re: PSARC/2007/557 GNU libtool 1.5.22 [FastTrack timeout 10/03/2007]
Sender: Brian.Cameron@Sun.COM
To: PSARC-ext@Sun.COM
Cc: sfw-discuss@opensolaris.org
Message-id: <4704ED12.8040100@sun.com>
MIME-version: 1.0
Content-type: multipart/mixed; boundary="Boundary_(ID_SHTQ1ngkAqsNtp05P5q1lQ)"
X-PMX-Version: 5.2.0.264296
User-Agent: Thunderbird 2.0.0.6 (X11/20070924)
Status: RO
Content-Length: 4229

This is a multi-part message in MIME format.

--Boundary_(ID_SHTQ1ngkAqsNtp05P5q1lQ)
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT


Sorry about the resend, but I referenced the wrong case in the message
body of the last announcement.  Resending with the correct information.

PSARC:

We have now passed the timeout for the "LSARC 2007/557 GNU libtool
1.5.22" FastTrack case.  The only comment was that the release binging
should be changed to Patch release binding.  This change has been
made to the Fasttrack document, as attached.  I am marking the
case as "closed approved".

Brian


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:
	 GNU libtool 1.5.22
      1.2. Name of Document Author/Supplier:
	 Author:  Dermot McCluskey
      1.3  Date of This Document:
	25 September, 2007
4. Technical Description
GNU libtool


--Boundary_(ID_SHTQ1ngkAqsNtp05P5q1lQ)
Content-type: text/plain; name=libtool_FASTTRACK.txt
Content-transfer-encoding: 7BIT
Content-disposition: inline; filename=libtool_FASTTRACK.txt

GNU libtool

1.  Summary

	This fast-track introduces GNU libtool, version 1.5.22, into
	the Solaris WOS.

	Patch release binding is requested.

2.  Discussion

	Libtool is a utility that hides the complexity of using shared
	libraries when developing software and is very commonly required by
	developers of open-source software.  It is usually used in
	conjunction with the other "auto tools", automake and autoconf,
	to make it easier to build applications on different platforms.

	Libtool is not required by users when simply building OSS from
	downloaded releases, but it is typically necessary when modifying the
	code or when building an unreleased version from a source repository.

	Libtool is, therefore, necessary for developers working on the many
	OSS projects which have already adapted libtool and the autotools
	framework.  However, the manpages will clearly state that libtool
	is not recommended for use outside the autotools framework or
	for new projects that are not already committed to its use.
	This case classifies the interfaces as Uncommitted and adds the
	Obsolete modifier to indicate that the tool is not advised for
	general use.

	The version proposed here is the latest stable version available.

	Libtool is delivered as:
	- Two command-line programs, libtool and libtoolize.
	  These scripts will be installed in /usr/bin.

	- A header file installed in /usr/include

	- Two macros to be used by GNU Automake, installed in
	  /usr/share/aclocal/

	- Two manpages to be installed in /usr/share/man/man1/

	- A user manual in Info format to be installed in
	  /usr/share/info/

	- A number of private scripts and macros to be installed under
	  /usr/share/libtool/

	- A shared-object library, libltdl, used to simplify dlopening
	  libraries and installed in /usr/lib

	libltdl is a runtime library and will be delivered in a separate
	package to the other libtool components, which are only required
	by developers.

	A version of libtool was previously included in the Companion
	CD.  This proposal removes libtool from the CCD and integrates
	it into the SFW consolidation.

3.  Interfaces

	Exported Interfaces
	===================
	SUNWlibtool				Uncommitted (Obsolete)	Package name
	SUNWltdl				Uncommitted (Obsolete)	Package name

	/usr/bin/libtool			Uncommitted (Obsolete)	Command
	/usr/bin/libtoolize			Uncommitted (Obsolete)	Command

	/usr/include/ltdl.h			Uncommitted (Obsolete)	Header file

	/usr/share/aclocal/libtool.m4		Uncommitted (Obsolete)	GNU M4 Macro
	/usr/share/aclocal/ltdl.m4		Uncommitted (Obsolete)	GNU M4 Macro

	/usr/share/man/man1/libtool.1		Uncommitted (Obsolete)	Manpage
	/usr/share/man/man1/libtoolize.1	Uncommitted (Obsolete)	Manpage

	/usr/share/info/libtool.info		Uncommitted (Obsolete)	Info document

	/usr/lib/libltdl.so.3.1.4		Uncommitted (Obsolete)	Library
	/usr/lib/libltdl.so.3			Uncommitted (Obsolete)	Symbolic link
	/usr/lib/libltdl.so			Uncommitted (Obsolete)	Symbolic link


ATTACHED MATERIALS

	libtool.info.txt
	libtool.1
	libtoolize.1


--Boundary_(ID_SHTQ1ngkAqsNtp05P5q1lQ)--

From James.Walker@sun.com Thu Jun 18 13:05:45 2009
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n5IK5i57011354
	for <psarc-ext@sac.sfbay.sun.com>; Thu, 18 Jun 2009 13:05:44 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail2sca.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id n5IK5gCU010275
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Thu, 18 Jun 2009 13:05:44 -0700 (PDT)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KLG00M05AHJWK00@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Thu, 18 Jun 2009 14:05:43 -0600 (MDT)
Received: from brmea-mail-2.sun.com ([192.18.98.43])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KLG00EQ6AHI3270@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Thu,
 18 Jun 2009 14:05:42 -0600 (MDT)
Received: from fe-amer-10.sun.com ([192.18.109.80])
	by brmea-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id n5IK5gWA002943	for
 <PSARC-ext@sun.com>; Thu, 18 Jun 2009 20:05:42 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.02 64bit (built Apr 16 2009))
 id <0KLG00F009OGGS00@mail-amer.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Thu, 18 Jun 2009 14:05:42 -0600 (MDT)
Received: from c-67-166-22-238.hsd1.co.comcast.net ([unknown] [129.150.32.30])
 by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.02 64bit (built Apr 16 2009))
 with ESMTPSA id <0KLG00E1MAH8CRF0@mail-amer.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Thu, 18 Jun 2009 14:05:33 -0600 (MDT)
Date: Thu, 18 Jun 2009 14:05:32 -0600
From: Jim Walker <James.Walker@sun.com>
Subject: libtool [PSARC/2007/557 Self Review]
Sender: James.Walker@sun.com
To: PSARC-ext@sun.com
Reply-to: James.Walker@sun.com
Message-id: <4A3A9E0C.5080805@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302)
Status: RO
Content-Length: 848

As part of the update to guile to provide 64-bit libraries,
libtool, a guile dependency, also needed to provide 64-bit
libraries. libtool64.txt has been added to the case directory
to document this change. This is planned to be updated as
part of the guile integration into the SFW consolidation.

Cheers,
Jim

---

64-bit Interface Additions
==========================

Exported Interfaces             Classification  Comment
-------------------             --------------  --------------
SUNWlibtool                     Uncommitted     Package

/usr/lib/64/libltdl.so          Uncommitted     symbolic link
/usr/lib/64/libltdl.so.3        Uncommitted     symbolic link
/usr/lib/64/libltdl.so.3.1.4    Uncommitted     64-bit library

64 = amd64 | sparcv9

Reference Documents
===================
Bug: 6832880 libtool need to provide 64bit library

