From johnf@sac.sfbay.sun.com Mon May 12 15:48:36 2008
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 m4CMmZFX026054
	for <psarc-ext@sac.sfbay.sun.com>; Mon, 12 May 2008 15:48:36 -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.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id m4CMmKLf014235;
	Mon, 12 May 2008 23:48: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 <0K0S0050120XY100@nwk-avmta-1.sfbay.Sun.COM>; Mon,
 12 May 2008 15:48:33 -0700 (PDT)
Received: from dm-sfbay-01.sfbay.sun.com ([129.145.155.118])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0S00LDN20WH320@nwk-avmta-1.sfbay.Sun.COM>; Mon,
 12 May 2008 15:48:32 -0700 (PDT)
Received: from sac.sfbay.sun.com (new-sac.SFBay.Sun.COM [129.146.175.65])
	by dm-sfbay-01.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id m4CMmVoK033276; Mon, 12 May 2008 15:48:31 -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 m4CMmTvU026049; Mon,
 12 May 2008 15:48:29 -0700 (PDT)
Received: (from johnf@localhost)
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit) id m4CMmTg9026045; Mon,
 12 May 2008 15:48:29 -0700 (PDT)
Date: Mon, 12 May 2008 15:48:29 -0700 (PDT)
From: John Fischer <johnf@sac.sfbay.sun.com>
Subject: autogen and guile [PSARC/2008/315 FastTrack timeout 05/19/2008]
To: PSARC-ext@sun.com
Cc: Steve.Xue@sun.com
Message-id: <200805122248.m4CMmTg9026045@sac.sfbay.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 3892


Template Version: @(#)sac_nextcase 1.66 04/17/08 SMI
This information is Copyright 2008 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
	 autogen and guile
    1.2. Name of Document Author/Supplier:
	 Author:  Steve Xue
    1.3  Date of This Document:
	12 May, 2008
4. Technical Description
Summary
=======
   Autogen[1] is a tool designed to simplify the creation and maintenance of
   programs that contain large amounts of repetitious text. 

   It is especially valuable in programs that have several blocks of text that
   must be kept synchronized. 

   This utility can also be called a code generator, which are programs that
   automatically generate high level code (e.g. C, C++, C#, Java, Perl, Python,
   Ruby, etc.).  These tools range in size and complexity from simple code
   parsers to fully featured class and tier builders. 

   Because the implementation of Autogen used guile[2](GNU's extension
   language) and guile is not available now in SFW consolidation, so we decide
   to merge guile porting work together into this case.

   Guile[2] is a library designed to help programmers create flexible
   applications.  Using Guile in an application allows programmers to write
   plug-ins or modules so the application fit their needs.
 
   Autogen-5.9 will be integrated into the SFW consolidation as part of this
   proposal, and will be installed as SUNWautogen.

   Guile-1.8.4 will be integrated into the SFW consolidation as part of this
   proposal, and will be installed as SUNWguile

   This project requests a minor release binding. 


Dependencies
============

   libltdl    	ltdl - GNU libtool dlopen wrapper 		PSARC/2007/557
   libgmp	GNU Multiple Precision Arithmetic Library	PSARC/2008/166


Interfaces
==========

   (1) Guile related:

   Exported Interfaces		Classification	Comment
   -------------------		--------------	-------
   SUNWguile			Uncommitted	Package
   /usr/bin/guile		Uncommitted	Command
   /usr/bin/guile-snarf		Uncommitted	Command
   /usr/bin/guile-confi		Uncommitted	Command
   /usr/bin/guile-tools		Uncommitted	Command

   /usr/lib/libguile.so 	Uncommitted 	Guile library symbol link
   /usr/lib/libguile.so.17.1.2 	Uncommitted 	guile library

   /usr/share/guile/		Project Private	Scheme scripts

   /usr/include/libguile.h	Uncommitted	Header files
   /usr/include/libguile	Uncommitted	Header files
   /usr/include/guile/		Uncommitted	Header files

   Imported Interfaces 		Classification	Comment
   -------------------		--------------	-------
   /usr/lib/libltdl.so		Uncommitted	PSARC/2007/557
   /usr/lib/libgmp.so		Committed	PSARC/2008/166

   (2) Autogen related:

   Exported Interfaces		Classification	Comment
   -------------------		--------------	-------
   SUNWautogen			Uncommitted	Package
   /usr/bin/autogen		Uncommitted	Command
   /usr/bin/autoopts-config 	Uncommitted	Command
   /usr/bin/columns		Uncommitted	Command
   /usr/bin/getdefs		Uncommitted	Command
   /usr/bin/xml2ag 		Uncommitted	Command

   /usr/lib/libguileopts.so	Uncommitted	Libguileopts library symbol
   						link
   /usr/lib/libguileopts.so.0.0.1
   				Uncommitted	Libguileopts library

   /usr/share/autogen/		Project Private	TPL scripts

   /usr/lib/libopts.so.25.3.0   
				Uncommitted	Library used by libguileopts.so and autogen

   /usr/include/auotopts/	Uncommitted	Header files

   Imported Interfaces 		Classification	Comment
   -------------------		--------------	-------
   /usr/lib/libguile.so 	Uncommitted 	Guile library symbol link


Reference Documents
===================
   [1] http://www.gnu.org/software/autogen/
   [2] http://www.gnu.org/software/guile/

   RFE ID# 6672584 for autogen
   RFE ID# 6672583 for guile


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


From John.Fischer@sun.com Mon May 12 15:57:14 2008
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 m4CMvEK8026526
	for <psarc-ext@sac.sfbay.sun.com>; Mon, 12 May 2008 15:57:14 -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 m4CMvDrw026406
	for <@sunmail2sca.sfbay.sun.com:psarc-ext@sun.com>; Mon, 12 May 2008 15:57:14 -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 <0K0S00G032FC6L00@brm-avmta-1.central.sun.com> for psarc-ext@sun.com
 (ORCPT psarc-ext@sun.com); Mon, 12 May 2008 16:57:12 -0600 (MDT)
Received: from sca-es-mail-2.sun.com ([192.18.43.133])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0S00FHT2FBV300@brm-avmta-1.central.sun.com> for
 psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Mon,
 12 May 2008 16:57:12 -0600 (MDT)
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 m4CMvBbv015040	for
 <psarc-ext@sun.com>; Mon, 12 May 2008 15:57:11 -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 <0K0S000010VS7P00@fe-sfbay-09.sun.com>
 (original mail from John.Fischer@Sun.COM)
 for psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Mon,
 12 May 2008 15:57:11 -0700 (PDT)
Received: from [192.168.10.10] ([76.20.56.47])
 by fe-sfbay-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb
 28 2007)) with ESMTPSA id <0K0S00GSD2F6T080@fe-sfbay-09.sun.com> for
 psarc-ext@sun.com (ORCPT psarc-ext@sun.com); Mon,
 12 May 2008 15:57:07 -0700 (PDT)
Date: Mon, 12 May 2008 15:57:02 -0700
From: John Fischer <John.Fischer@sun.com>
Subject: PSARC/2008/315 - autogen and guile
Sender: John.Fischer@sun.com
To: PSARC-ext@sun.com
Cc: Steve.Xue@sun.com, John Fischer <John.Fischer@sun.com>
Reply-to: John.Fischer@sun.com
Message-id: <4828CB3E.8050608@sun.com>
MIME-version: 1.0
Content-type: multipart/mixed; boundary="Boundary_(ID_JNpj/6lKE1G75sg09bwqHg)"
X-PMX-Version: 5.4.1.325704
User-Agent: Thunderbird 2.0.0.4 (X11/20070622)
Status: RO
Content-Length: 6780

This is a multi-part message in MIME format.

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

PSARC,

I am sponsoring this fast track for Steve Xue of the Core
technologies team in Beijing.  The case directory contains
this proposal and the autogen and guile man pages.

The project is integrating autogen and guile into a Minor release
of Solaris.  Autogen is a tool designed to simplify the creation
and maintenance of programs that contain large amounts of repetitious
text.  Guile is a library designed to help programmers create flexible
applications.  The interfaces are declared Uncommitted with the
exception of two directories within /usr/share which are declared
Project Private.

Thanks,

John

--Boundary_(ID_JNpj/6lKE1G75sg09bwqHg)
Content-type: text/plain; name=proposal.txt
Content-transfer-encoding: 7BIT
Content-disposition: inline; filename=proposal.txt

Title:		Update of Adobe Acrobat plugin and reader to 8.2.1
Case:		LSARC/2008/287
Submitter:	Dermot McCluskey
Owner:          John Fischer
Timeout:	04/28/2008

1.0 Introduction

1.1 Project/Component Working Name:

    Update of Adobe Acrobat plugin and reader to 8.2.1

1.2 Purpose

    This project will update the Adobe Acrobat Reader 8.2.1 into a Patch
    release of Solaris.  This project is necessary for security issues and
    miscellaneous crashes in our currently shipping version of the Adobe 
    Acrobat Reader.  
    
2.0 Description 

     This project will update the Acrobat Reader from version 7.0.1 to version
     8.2.1.  Adobe Reader 8.2.1 is the free viewing companion to Adobe Acrobat 
     8.2.1.  Adobe Reader lets you view, navigate and print Portable Document 
     Format (PDF) files.  This project includes the standalone reader and the 
     plugin that is necessary for Mozilla and Firefox.
    
2.1 Installation Location

    Note there is No Change from LSARC/2005/228 in this section.

    The installation location of the plugin will be as noted in section 2 
    of the opinion for LSARC/2002/745:

	<installation location>/lib/[firefox|mozilla]/plugins
    	
    For Solaris the installation location for the reader portion of the
    product will be:
    
    	/usr

3.0 Delivery

    The Adobe Acrobat reader is bundled with JDS.

    This release will be available as part of the SUNWacroread and 
    SUNWacroread-plugin SVr4 packages for JDS for Solaris.  This project is 
    targetting a Patch release of Solaris (i.e., Solaris 10 Update).
    
4.0 Interface Classification

    Note there is virtually No Change from LSARC/2005/528 in this section except
    for updating to the new Taxonomy classifications and removal of Linux sections.  

    The project exports the following interfaces:

    +----------------------------------------------------------------------------------+
    |                               Interfaces Exported                                |
    +-----------------------------------------+----------------------------------------+
    |           Interface Name                |  Classification  |      Comment        |
    +-----------------------------------------+----------------------------------------+
    | SUNWacroread                            |  Uncommitted     | SVr4 package for    |
    |                                         |                  | Acrobat             |
    +-----------------------------------------+------------------+---------------------+
    | SUNWacroread-plugin                     |  Uncommitted     | SVr4 package for    |
    |                                         |                  | Acrobat plugin      |
    +-----------------------------------------+------------------+---------------------+
    | nppdf.so	         		      |  Volatile        | browser plugin      |
    +-----------------------------------------+----------------------------------------+
    | acroread                                |  Volatile        | acroread standalone |
    |                                         |                  | application         |
    +-----------------------------------------+------------------+---------------------+
    | <installation location>/lib/AdobeReader |  Volatile        |    Acrobat doc      |
    |                                         |                  | directory, formerly |
    |					      |                  |   lib/Acrobat5/doc  |
    +-----------------------------------------+----------------------------------------+
    | .pdf				      |  Committed       |     PDF file        |
    |                                         |                  |     extension       |
    |                                         |                  |   Standard file     |
    |                                         |                  |     extension       |
    +-----------------------------------------+----------------------------------------+
    | PDF format			      |  Committed       | PDF file format     |
    |                                         |                  |   Standard file     |
    |                                         |                  |       format        |
    +-----------------------------------------+------------------+---------------------+
    | $HOME/.acrobat			      |  Project Private | acrobat preferences |
    |                                         |                  | directory           |
    +-----------------------------------------+----------------------------------------+
    | application/pdf            	      |  Committed       | mime-type for plugin|
    +-----------------------------------------+------------------+---------------------+

     The project imports the following interface:

    +----------------------------------------------------------------------------------+
    |                             Interfaces Imported                                  |
    +-----------------------------------------+----------------------------------------+
    |           Interface Name                |  Classification  |      Comment        |
    +-----------------------------------------+----------------------------------------+
    | /usr/lib/mozilla/plugins                |  Committed       |    upgraded from    |
    |                                         |                  |    LSARC/2002/745   |
    +-----------------------------------------+----------------------------------------+
    | plugin API                              |  Committed       |    upgraded from    |
    |                                         |                  |    LSARC/2002/745   |
    +-----------------------------------------+----------------------------------------+

--Boundary_(ID_JNpj/6lKE1G75sg09bwqHg)--

From John.Fischer@sun.com Mon May 12 16:13:02 2008
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 m4CND18o027386
	for <psarc-ext@sac.sfbay.Sun.COM>; Mon, 12 May 2008 16:13:02 -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 m4CNCqV4021965
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Tue, 13 May 2008 07:13:01 +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 <0K0S0080535NO200@nwk-avmta-1.sfbay.Sun.COM> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@Sun.Com); Mon, 12 May 2008 16:12:59 -0700 (PDT)
Received: from sca-es-mail-1.sun.com ([192.18.43.132])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0S00L7W35MGV40@nwk-avmta-1.sfbay.Sun.COM> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@Sun.Com); Mon,
 12 May 2008 16:12:58 -0700 (PDT)
Received: from fe-sfbay-10.sun.com ([192.18.43.129])
	by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m4CNCwiT023869	for
 <PSARC-ext@Sun.Com>; Mon, 12 May 2008 16:12:58 -0700 (PDT)
Received: from conversion-daemon.fe-sfbay-10.sun.com by fe-sfbay-10.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0K0S005012ZCKC00@fe-sfbay-10.sun.com>
 (original mail from John.Fischer@Sun.COM)
 for PSARC-ext@Sun.Com (ORCPT PSARC-ext@Sun.Com); Mon,
 12 May 2008 16:12:58 -0700 (PDT)
Received: from [192.168.10.10] ([76.20.56.47])
 by fe-sfbay-10.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb
 28 2007)) with ESMTPSA id <0K0S008IU35I1290@fe-sfbay-10.sun.com> for
 PSARC-ext@Sun.Com (ORCPT PSARC-ext@Sun.Com); Mon,
 12 May 2008 16:12:55 -0700 (PDT)
Date: Mon, 12 May 2008 16:12:50 -0700
From: John Fischer <John.Fischer@sun.com>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <4828CB3E.8050608@sun.com>
Sender: John.Fischer@sun.com
To: John.Fischer@sun.com
Cc: PSARC-ext@sun.com, Steve.Xue@sun.com
Reply-to: John.Fischer@sun.com
Message-id: <4828CEF2.5010608@sun.com>
MIME-version: 1.0
Content-type: multipart/mixed; boundary="Boundary_(ID_M40qYx+kQ/uaBxFCim9TQQ)"
X-PMX-Version: 5.4.1.325704
References: <4828CB3E.8050608@sun.com>
User-Agent: Thunderbird 2.0.0.4 (X11/20070622)
Status: RO
Content-Length: 4587

This is a multi-part message in MIME format.

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

All,

I attached the wrong proposal document for the email notification.
The correct proposal is attached.

Sorry about the confusion,

John


John Fischer wrote:
> PSARC,
> 
> I am sponsoring this fast track for Steve Xue of the Core
> technologies team in Beijing.  The case directory contains
> this proposal and the autogen and guile man pages.
> 
> The project is integrating autogen and guile into a Minor release
> of Solaris.  Autogen is a tool designed to simplify the creation
> and maintenance of programs that contain large amounts of repetitious
> text.  Guile is a library designed to help programmers create flexible
> applications.  The interfaces are declared Uncommitted with the
> exception of two directories within /usr/share which are declared
> Project Private.
> 
> Thanks,
> 
> John
> 

--Boundary_(ID_M40qYx+kQ/uaBxFCim9TQQ)
Content-type: text/plain; name=proposal.txt
Content-transfer-encoding: 7BIT
Content-disposition: inline; filename=proposal.txt

Summary
=======
   Autogen[1] is a tool designed to simplify the creation and maintenance of
   programs that contain large amounts of repetitious text. 

   It is especially valuable in programs that have several blocks of text that
   must be kept synchronized. 

   This utility can also be called a code generator, which are programs that
   automatically generate high level code (e.g. C, C++, C#, Java, Perl, Python,
   Ruby, etc.).  These tools range in size and complexity from simple code
   parsers to fully featured class and tier builders. 

   Because the implementation of Autogen used guile[2](GNU's extension
   language) and guile is not available now in SFW consolidation, so we decide
   to merge guile porting work together into this case.

   Guile[2] is a library designed to help programmers create flexible
   applications.  Using Guile in an application allows programmers to write
   plug-ins or modules so the application fit their needs.
 
   Autogen-5.9 will be integrated into the SFW consolidation as part of this
   proposal, and will be installed as SUNWautogen.

   Guile-1.8.4 will be integrated into the SFW consolidation as part of this
   proposal, and will be installed as SUNWguile

   This project requests a minor release binding. 


Dependencies
============

   libltdl    	ltdl - GNU libtool dlopen wrapper 		PSARC/2007/557
   libgmp	GNU Multiple Precision Arithmetic Library	PSARC/2008/166


Interfaces
==========

   (1) Guile related:

   Exported Interfaces		Classification	Comment
   -------------------		--------------	-------
   SUNWguile			Uncommitted	Package
   /usr/bin/guile		Uncommitted	Command
   /usr/bin/guile-snarf		Uncommitted	Command
   /usr/bin/guile-confi		Uncommitted	Command
   /usr/bin/guile-tools		Uncommitted	Command

   /usr/lib/libguile.so 	Uncommitted 	Guile library symbol link
   /usr/lib/libguile.so.17.1.2 	Uncommitted 	guile library

   /usr/share/guile/		Project Private	Scheme scripts

   /usr/include/libguile.h	Uncommitted	Header files
   /usr/include/libguile	Uncommitted	Header files
   /usr/include/guile/		Uncommitted	Header files

   Imported Interfaces 		Classification	Comment
   -------------------		--------------	-------
   /usr/lib/libltdl.so		Uncommitted	PSARC/2007/557
   /usr/lib/libgmp.so		Committed	PSARC/2008/166

   (2) Autogen related:

   Exported Interfaces		Classification	Comment
   -------------------		--------------	-------
   SUNWautogen			Uncommitted	Package
   /usr/bin/autogen		Uncommitted	Command
   /usr/bin/autoopts-config 	Uncommitted	Command
   /usr/bin/columns		Uncommitted	Command
   /usr/bin/getdefs		Uncommitted	Command
   /usr/bin/xml2ag 		Uncommitted	Command

   /usr/lib/libguileopts.so	Uncommitted	Libguileopts library symbol
   						link
   /usr/lib/libguileopts.so.0.0.1
   				Uncommitted	Libguileopts library

   /usr/share/autogen/		Project Private	TPL scripts

   /usr/lib/libopts.so.25.3.0   
				Uncommitted	Library used by libguileopts.so and autogen

   /usr/include/auotopts/	Uncommitted	Header files

   Imported Interfaces 		Classification	Comment
   -------------------		--------------	-------
   /usr/lib/libguile.so 	Uncommitted 	Guile library symbol link


Reference Documents
===================
   [1] http://www.gnu.org/software/autogen/
   [2] http://www.gnu.org/software/guile/

   RFE ID# 6672584 for autogen
   RFE ID# 6672583 for guile


--Boundary_(ID_M40qYx+kQ/uaBxFCim9TQQ)--

From Irene.Huang@sun.com Mon May 12 19:26:33 2008
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m4D2QXcP002325
	for <psarc-ext@sac.sfbay.sun.com>; Mon, 12 May 2008 19:26:33 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail3mpk.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id m4D2QVI3004843
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Mon, 12 May 2008 19:26:32 -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 <0K0S0070VC479E00@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@Sun.Com); Mon, 12 May 2008 20:26:31 -0600 (MDT)
Received: from sineb-mail-1.sun.com ([192.18.19.6])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0S00545C46JS20@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@Sun.Com); Mon,
 12 May 2008 20:26:31 -0600 (MDT)
Received: from fe-apac-06.sun.com
 (fe-apac-06.sun.com [192.18.19.177] (may be forged))
	by sineb-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m4D2QmeQ011297	for
 <PSARC-ext@Sun.Com>; Tue, 13 May 2008 02:26:48 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0K0S00201C17RO00@mail-apac.sun.com>
 (original mail from Irene.Huang@Sun.COM)
 for PSARC-ext@Sun.Com (ORCPT PSARC-ext@Sun.Com); Tue,
 13 May 2008 10:25:21 +0800 (SGT)
Received: from [129.158.217.138] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0K0S009CRC288GOA@mail-apac.sun.com> for PSARC-ext@Sun.Com
 (ORCPT PSARC-ext@Sun.Com); Tue, 13 May 2008 10:25:21 +0800 (SGT)
Date: Tue, 13 May 2008 10:26:40 +0800
From: Irene Huang <Irene.Huang@sun.com>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <4828CEF2.5010608@sun.com>
Sender: Irene.Huang@sun.com
To: John.Fischer@sun.com
Cc: PSARC-ext@sun.com, Steve.Xue@sun.com, Halton Huo <Halton.Huo@sun.com>
Message-id: <1210645600.11044.5.camel@goalie>
MIME-version: 1.0
X-Mailer: Evolution 2.12.2
Content-type: text/plain
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
Status: RO
Content-Length: 4721

Hi, all 

Adding Halton Huo to the thread since he'd like to comment. 
Halton, now you can comment by replying this email so that everyone can
see :).

--Irene
On Mon, 2008-05-12 at 16:12 -0700, John Fischer wrote:
> All,
> 
> I attached the wrong proposal document for the email notification.
> The correct proposal is attached.
> 
> Sorry about the confusion,
> 
> John
> 
> 
> John Fischer wrote:
> > PSARC,
> > 
> > I am sponsoring this fast track for Steve Xue of the Core
> > technologies team in Beijing.  The case directory contains
> > this proposal and the autogen and guile man pages.
> > 
> > The project is integrating autogen and guile into a Minor release
> > of Solaris.  Autogen is a tool designed to simplify the creation
> > and maintenance of programs that contain large amounts of repetitious
> > text.  Guile is a library designed to help programmers create flexible
> > applications.  The interfaces are declared Uncommitted with the
> > exception of two directories within /usr/share which are declared
> > Project Private.
> > 
> > Thanks,
> > 
> > John
> > 
> plain text document attachment (proposal.txt)
> Summary
> =======
>    Autogen[1] is a tool designed to simplify the creation and maintenance of
>    programs that contain large amounts of repetitious text. 
> 
>    It is especially valuable in programs that have several blocks of text that
>    must be kept synchronized. 
> 
>    This utility can also be called a code generator, which are programs that
>    automatically generate high level code (e.g. C, C++, C#, Java, Perl, Python,
>    Ruby, etc.).  These tools range in size and complexity from simple code
>    parsers to fully featured class and tier builders. 
> 
>    Because the implementation of Autogen used guile[2](GNU's extension
>    language) and guile is not available now in SFW consolidation, so we decide
>    to merge guile porting work together into this case.
> 
>    Guile[2] is a library designed to help programmers create flexible
>    applications.  Using Guile in an application allows programmers to write
>    plug-ins or modules so the application fit their needs.
>  
>    Autogen-5.9 will be integrated into the SFW consolidation as part of this
>    proposal, and will be installed as SUNWautogen.
> 
>    Guile-1.8.4 will be integrated into the SFW consolidation as part of this
>    proposal, and will be installed as SUNWguile
> 
>    This project requests a minor release binding. 
> 
> 
> Dependencies
> ============
> 
>    libltdl    	ltdl - GNU libtool dlopen wrapper 		PSARC/2007/557
>    libgmp	GNU Multiple Precision Arithmetic Library	PSARC/2008/166
> 
> 
> Interfaces
> ==========
> 
>    (1) Guile related:
> 
>    Exported Interfaces		Classification	Comment
>    -------------------		--------------	-------
>    SUNWguile			Uncommitted	Package
>    /usr/bin/guile		Uncommitted	Command
>    /usr/bin/guile-snarf		Uncommitted	Command
>    /usr/bin/guile-confi		Uncommitted	Command
>    /usr/bin/guile-tools		Uncommitted	Command
> 
>    /usr/lib/libguile.so 	Uncommitted 	Guile library symbol link
>    /usr/lib/libguile.so.17.1.2 	Uncommitted 	guile library
> 
>    /usr/share/guile/		Project Private	Scheme scripts
> 
>    /usr/include/libguile.h	Uncommitted	Header files
>    /usr/include/libguile	Uncommitted	Header files
>    /usr/include/guile/		Uncommitted	Header files
> 
>    Imported Interfaces 		Classification	Comment
>    -------------------		--------------	-------
>    /usr/lib/libltdl.so		Uncommitted	PSARC/2007/557
>    /usr/lib/libgmp.so		Committed	PSARC/2008/166
> 
>    (2) Autogen related:
> 
>    Exported Interfaces		Classification	Comment
>    -------------------		--------------	-------
>    SUNWautogen			Uncommitted	Package
>    /usr/bin/autogen		Uncommitted	Command
>    /usr/bin/autoopts-config 	Uncommitted	Command
>    /usr/bin/columns		Uncommitted	Command
>    /usr/bin/getdefs		Uncommitted	Command
>    /usr/bin/xml2ag 		Uncommitted	Command
> 
>    /usr/lib/libguileopts.so	Uncommitted	Libguileopts library symbol
>    						link
>    /usr/lib/libguileopts.so.0.0.1
>    				Uncommitted	Libguileopts library
> 
>    /usr/share/autogen/		Project Private	TPL scripts
> 
>    /usr/lib/libopts.so.25.3.0   
> 				Uncommitted	Library used by libguileopts.so and autogen
> 
>    /usr/include/auotopts/	Uncommitted	Header files
> 
>    Imported Interfaces 		Classification	Comment
>    -------------------		--------------	-------
>    /usr/lib/libguile.so 	Uncommitted 	Guile library symbol link
> 
> 
> Reference Documents
> ===================
>    [1] http://www.gnu.org/software/autogen/
>    [2] http://www.gnu.org/software/guile/
> 
>    RFE ID# 6672584 for autogen
>    RFE ID# 6672583 for guile
> 


From Halton.Huo@sun.com Mon May 12 19:35:31 2008
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 m4D2ZU26002393
	for <psarc-ext@sac.sfbay.sun.com>; Mon, 12 May 2008 19:35:31 -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.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id m4D2ZMaT007731
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Tue, 13 May 2008 03:35:30 +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 <0K0S00G0JCJ3SC00@nwk-avmta-2.sfbay.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@Sun.Com); Mon, 12 May 2008 19:35:27 -0700 (PDT)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0S003W3CJ2S180@nwk-avmta-2.sfbay.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@Sun.Com); Mon,
 12 May 2008 19:35:27 -0700 (PDT)
Received: from fe-apac-06.sun.com
 (fe-apac-06.sun.com [192.18.19.177] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m4D2a8fI013377	for
 <PSARC-ext@Sun.Com>; Tue, 13 May 2008 02:36:08 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0K0S00401C53H900@mail-apac.sun.com>
 (original mail from Halton.Huo@Sun.COM) for PSARC-ext@Sun.Com
 (ORCPT PSARC-ext@Sun.Com); Tue, 13 May 2008 10:34:17 +0800 (SGT)
Received: from [129.158.217.65] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0K0S009QTCGQ8AI3@mail-apac.sun.com> for PSARC-ext@Sun.Com
 (ORCPT PSARC-ext@Sun.Com); Tue, 13 May 2008 10:34:03 +0800 (SGT)
Date: Tue, 13 May 2008 10:40:56 +0800
From: Halton Huo <Halton.Huo@sun.com>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <1210645600.11044.5.camel@goalie>
Sender: Halton.Huo@sun.com
To: Irene Huang <Irene.Huang@sun.com>
Cc: John.Fischer@sun.com, PSARC-ext@sun.com, Steve.Xue@sun.com
Message-id: <1210646456.1487.24.camel@judo>
MIME-version: 1.0
X-Mailer: Evolution 2.22.1.1
Content-type: text/plain
Content-transfer-encoding: 8BIT
X-PMX-Version: 5.4.1.325704
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
 <1210645600.11044.5.camel@goalie>
Status: RO
Content-Length: 5306

ï»¿Give a review on this fast track, comments:

ï»¿1. typo
  ï»¿/usr/bin/guile-confi should be /usr/bin/guile-config
2. no man pages for SUNWguile
   community do not have, only have info
3. no man pages for SUNWautogen
   ï»¿community have

-Halton.

On Tue, 2008-05-13 at 10:26 +0800, Irene Huang wrote:
> Hi, all 
> 
> Adding Halton Huo to the thread since he'd like to comment. 
> Halton, now you can comment by replying this email so that everyone can
> see :).
> 
> --Irene
> On Mon, 2008-05-12 at 16:12 -0700, John Fischer wrote:
> > All,
> > 
> > I attached the wrong proposal document for the email notification.
> > The correct proposal is attached.
> > 
> > Sorry about the confusion,
> > 
> > John
> > 
> > 
> > John Fischer wrote:
> > > PSARC,
> > > 
> > > I am sponsoring this fast track for Steve Xue of the Core
> > > technologies team in Beijing.  The case directory contains
> > > this proposal and the autogen and guile man pages.
> > > 
> > > The project is integrating autogen and guile into a Minor release
> > > of Solaris.  Autogen is a tool designed to simplify the creation
> > > and maintenance of programs that contain large amounts of repetitious
> > > text.  Guile is a library designed to help programmers create flexible
> > > applications.  The interfaces are declared Uncommitted with the
> > > exception of two directories within /usr/share which are declared
> > > Project Private.
> > > 
> > > Thanks,
> > > 
> > > John
> > > 
> > plain text document attachment (proposal.txt)
> > Summary
> > =======
> >    Autogen[1] is a tool designed to simplify the creation and maintenance of
> >    programs that contain large amounts of repetitious text. 
> > 
> >    It is especially valuable in programs that have several blocks of text that
> >    must be kept synchronized. 
> > 
> >    This utility can also be called a code generator, which are programs that
> >    automatically generate high level code (e.g. C, C++, C#, Java, Perl, Python,
> >    Ruby, etc.).  These tools range in size and complexity from simple code
> >    parsers to fully featured class and tier builders. 
> > 
> >    Because the implementation of Autogen used guile[2](GNU's extension
> >    language) and guile is not available now in SFW consolidation, so we decide
> >    to merge guile porting work together into this case.
> > 
> >    Guile[2] is a library designed to help programmers create flexible
> >    applications.  Using Guile in an application allows programmers to write
> >    plug-ins or modules so the application fit their needs.
> >  
> >    Autogen-5.9 will be integrated into the SFW consolidation as part of this
> >    proposal, and will be installed as SUNWautogen.
> > 
> >    Guile-1.8.4 will be integrated into the SFW consolidation as part of this
> >    proposal, and will be installed as SUNWguile
> > 
> >    This project requests a minor release binding. 
> > 
> > 
> > Dependencies
> > ============
> > 
> >    libltdl    	ltdl - GNU libtool dlopen wrapper 		PSARC/2007/557
> >    libgmp	GNU Multiple Precision Arithmetic Library	PSARC/2008/166
> > 
> > 
> > Interfaces
> > ==========
> > 
> >    (1) Guile related:
> > 
> >    Exported Interfaces		Classification	Comment
> >    -------------------		--------------	-------
> >    SUNWguile			Uncommitted	Package
> >    /usr/bin/guile		Uncommitted	Command
> >    /usr/bin/guile-snarf		Uncommitted	Command
> >    /usr/bin/guile-confi		Uncommitted	Command
> >    /usr/bin/guile-tools		Uncommitted	Command
> > 
> >    /usr/lib/libguile.so 	Uncommitted 	Guile library symbol link
> >    /usr/lib/libguile.so.17.1.2 	Uncommitted 	guile library
> > 
> >    /usr/share/guile/		Project Private	Scheme scripts
> > 
> >    /usr/include/libguile.h	Uncommitted	Header files
> >    /usr/include/libguile	Uncommitted	Header files
> >    /usr/include/guile/		Uncommitted	Header files
> > 
> >    Imported Interfaces 		Classification	Comment
> >    -------------------		--------------	-------
> >    /usr/lib/libltdl.so		Uncommitted	PSARC/2007/557
> >    /usr/lib/libgmp.so		Committed	PSARC/2008/166
> > 
> >    (2) Autogen related:
> > 
> >    Exported Interfaces		Classification	Comment
> >    -------------------		--------------	-------
> >    SUNWautogen			Uncommitted	Package
> >    /usr/bin/autogen		Uncommitted	Command
> >    /usr/bin/autoopts-config 	Uncommitted	Command
> >    /usr/bin/columns		Uncommitted	Command
> >    /usr/bin/getdefs		Uncommitted	Command
> >    /usr/bin/xml2ag 		Uncommitted	Command
> > 
> >    /usr/lib/libguileopts.so	Uncommitted	Libguileopts library symbol
> >    						link
> >    /usr/lib/libguileopts.so.0.0.1
> >    				Uncommitted	Libguileopts library
> > 
> >    /usr/share/autogen/		Project Private	TPL scripts
> > 
> >    /usr/lib/libopts.so.25.3.0   
> > 				Uncommitted	Library used by libguileopts.so and autogen
> > 
> >    /usr/include/auotopts/	Uncommitted	Header files
> > 
> >    Imported Interfaces 		Classification	Comment
> >    -------------------		--------------	-------
> >    /usr/lib/libguile.so 	Uncommitted 	Guile library symbol link
> > 
> > 
> > Reference Documents
> > ===================
> >    [1] http://www.gnu.org/software/autogen/
> >    [2] http://www.gnu.org/software/guile/
> > 
> >    RFE ID# 6672584 for autogen
> >    RFE ID# 6672583 for guile
> > 
> 


From Steve.Xue@sun.com Mon May 12 20:05:21 2008
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 m4D35JPa002897
	for <psarc-ext@sac.sfbay.Sun.COM>; Mon, 12 May 2008 20:05:20 -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 m4D35D1w009469
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Tue, 13 May 2008 11:05:18 +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 <0K0S00C05DWQE400@nwk-avmta-1.sfbay.Sun.COM> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Mon, 12 May 2008 20:05:14 -0700 (PDT)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0S00LSXDWOH7C0@nwk-avmta-1.sfbay.Sun.COM> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Mon,
 12 May 2008 20:05:14 -0700 (PDT)
Received: from fe-apac-05.sun.com
 (fe-apac-05.sun.com [192.18.19.176] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m4D35s99015761	for
 <PSARC-ext@sun.com>; Tue, 13 May 2008 03:05:54 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0K0S00901DVEQV00@mail-apac.sun.com> (original mail from Steve.Xue@Sun.COM)
 for PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Tue,
 13 May 2008 11:04:58 +0800 (SGT)
Received: from [129.158.218.29] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0K0S00MSIDW99MI5@mail-apac.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Tue, 13 May 2008 11:04:58 +0800 (SGT)
Date: Tue, 13 May 2008 11:04:32 +0800
From: steve xue <Steve.Xue@sun.com>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <1210646456.1487.24.camel@judo>
Sender: Steve.Xue@sun.com
To: Halton Huo <Halton.Huo@sun.com>
Cc: Irene Huang <Irene.Huang@sun.com>, John.Fischer@sun.com, PSARC-ext@sun.com
Message-id: <48290540.6050400@sun.com>
MIME-version: 1.0
Content-type: multipart/mixed; boundary="Boundary_(ID_Mx/a8U3uyQEjGTc1ffK5ZQ)"
X-PMX-Version: 5.4.1.325704
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
 <1210645600.11044.5.camel@goalie> <1210646456.1487.24.camel@judo>
User-Agent: Thunderbird 2.0.0.6 (X11/20071119)
Status: RO
Content-Length: 36244

This is a multi-part message in MIME format.

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

Halton Huo wrote:
> ï»¿Give a review on this fast track, comments:
>
> ï»¿1. typo
>   ï»¿/usr/bin/guile-confi should be /usr/bin/guile-config
> 2. no man pages for SUNWguile
>    community do not have, only have info
> 3. no man pages for SUNWautogen
>    ï»¿community have
>
> -
Thanks Halton!

I re-sent my materials in this mail, man pages are attached.

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

Summary
=======
   Autogen[1] is a tool designed to simplify the creation and maintenance of
   programs that contain large amounts of repetitious text. It is especially
   valuable in programs that have several blocks of text that must be kept
   synchronized.

   This utility can also be called a code generator, which are programs that
   automatically generate high level code (e.g. C, C++, C#, Java, Perl, Python,
   Ruby, etc.).  These tools range in size and complexity from simple code
   parsers to fully featured class and tier builders. 

   AutoOpts is bundled with AutoGen. It is a tool that virtually eliminates 
   the hassle of processing options and keeping man pages, info docs and usage 
   text up to date. This package allows you to specify several program attributes,
   up to a hundred option types and many option attributes. From this, 
   it then produces all the code necessary to parse and handle the command line 
   and configuration file options, and the documentation that should go with 
   your program as well.
 
   AutoGen/AutoOpts is a two-part project that serves two separate purposes
   and are inextricably intertwined.

   Because the implementation of Autogen used guile[2](GNU's extension
   language) and guile is not available now in SFW consolidation, so we decide
   to merge guile porting work together into this case.

   Guile[2] is a library designed to help programmers create flexible
   applications.  Using Guile in an application allows programmers to write
   plug-ins or modules so the application fit their needs.
 
   Autogen-5.9 will be integrated into the SFW consolidation as part of this
   proposal, and will be installed as SUNWautogen.

   Guile-1.8.4 will be integrated into the SFW consolidation as part of this
   proposal, and will be installed as SUNWguile

   This project requests a minor release binding. 


Dependencies
============

   libltdl    	ltdl - GNU libtool dlopen wrapper 		PSARC/2007/557
   libgmp	GNU Multiple Precision Arithmetic Library	PSARC/2008/166


Interfaces
==========

   (1) Guile related:

   Exported Interfaces		Classification	Comment
   -------------------		--------------	-------
   SUNWguile			Uncommitted	Package
   /usr/bin/guile		Uncommitted	Command
   /usr/bin/guile-snarf		Uncommitted	Command
   /usr/bin/guile-config	Uncommitted	Command
   /usr/bin/guile-tools		Uncommitted	Command

   /usr/lib/libguile.so 	Uncommitted 	Guile library symbol link
   /usr/lib/libguile.so.17.1.2 	Uncommitted 	Guile library

   /usr/lib/libguile-srfi-srfi-1-v-3.so.3.0.1 
				Uncommitted	Guile srfi 1 implementation library
   /usr/lib/libguile-srfi-srfi-1-v-3.so
				Uncommitted	symbol link to 
						Guile srfi 1 implementation library

   /usr/lib/libguile-srfi-srfi-4-v-3.so.3.0.1 
				Uncommitted	Guile srfi 4 implementation library
   /usr/lib/libguile-srfi-srfi-4-v-3.so
				Uncommitted	symbol link to 
						Guile srfi 4 implementation library

   /usr/lib/libguile-srfi-srfi-13-14-v-3.so.3.0.1
				Uncommitted	Guile srfi 13 and 14 implementation library
   /usr/lib/libguile-srfi-srfi-13-14-v-3.so
				Uncommitted	symbol link to 
						Guile srfi 13 and 14 implementation library

   /usr/lib/libguile-srfi-srfi-60-v-2.so.2.0.2
				Uncommitted	Guile srfi 60 implementation library
   /usr/lib/libguile-srfi-srfi-60-v-2.so
				Uncommitted	symbol link to 
						Guile srfi 60 implementation library

   /usr/share/guile/		Project Private	Scheme modules

   /usr/include/libguile.h	Uncommitted	Header files
   /usr/include/libguile	Uncommitted	Header files
   /usr/include/guile/		Uncommitted	Header files

   Imported Interfaces 		Classification	Comment
   -------------------		--------------	-------
   /usr/lib/libltdl.so		Uncommitted	PSARC/2007/557
   /usr/lib/libgmp.so		Committed	PSARC/2008/166

   (2) Autogen related:

   Exported Interfaces		Classification	Comment
   -------------------		--------------	-------
   SUNWautogen			Uncommitted	Package
   /usr/bin/autogen		Uncommitted	Command
   /usr/bin/autoopts-config 	Uncommitted	Command
   /usr/bin/columns		Uncommitted	Command
   /usr/bin/getdefs		Uncommitted	Command
   /usr/bin/xml2ag 		Uncommitted	Command

   /usr/lib/libguileopts.so	Uncommitted	Libguileopts library symbol
   						link
   /usr/lib/libguileopts.so.0.0.1
   				Uncommitted	Libguileopts library

   /usr/share/autogen/		Uncommitted 	Templates can be used as autogen command arguments

   /usr/lib/libopts.so.25.3.0   
				Uncommitted	Library used by libguileopts.so and autogen

   /usr/include/autoopts/	Uncommitted	Header files

   Imported Interfaces 		Classification	Comment
   -------------------		--------------	-------
   /usr/lib/libguile.so 	Uncommitted 	Guile library symbol link


Reference Documents
===================
   [1] http://www.gnu.org/software/autogen/
   [2] http://www.gnu.org/software/guile/

   RFE ID# 6672584 for autogen
   RFE ID# 6672583 for guile

--Boundary_(ID_Mx/a8U3uyQEjGTc1ffK5ZQ)
Content-type: application/x-gzip; name=autogen-man-files.tar.gz
Content-transfer-encoding: BASE64
Content-disposition: inline; filename=autogen-man-files.tar.gz

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

--Boundary_(ID_Mx/a8U3uyQEjGTc1ffK5ZQ)
Content-type: text/plain; name=guile.1.txt
Content-transfer-encoding: 7BIT
Content-disposition: inline; filename=guile.1.txt




User Commands                                            guile(1)



NAME
     guile - a library designed to help programmers create flexi-
     ble applications

SYNOPSIS
     /usr/bin/guile [OPTION]...

DESCRIPTION
     Using Guile in an application allows  programmers  to  write
     plug-ins,  or modules (there are many names, but the concept
     is essentially the same) and users to use them  to  have  an
     application fit their needs.

     For additional information on using guile, see the Info for-
     mat documentation by running the following command from your
     shell:
          /usr/sfw/bin/info guile

     guile is provided for developers who are working on software
     that  has  already  adopted  it.   However, it is not recom-
     mended that guile be used when developing new software  pro-
     jects.

ATTRIBUTES
     See attributes(5) for descriptions of the  following  attri-
     butes:

     _______________________________________
    |   ATTRIBUTE TYPE   |  ATTRIBUTE VALUE|
    |_______________________________________
    | Availability       |  SUNWguile      |
    |_______________________________________
    | Interface Stability|  Uncommitted    |
    |____________________|_________________|

NOTES
     Source for guile is available on http://opensolaris.org.


















SunOS 5.10          Last change: 08 Mar 2008                    1




--Boundary_(ID_Mx/a8U3uyQEjGTc1ffK5ZQ)--

From jek3@sun.com Mon May 12 20:08:09 2008
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 m4D388UU002918
	for <psarc-ext@sac.sfbay.sun.com>; Mon, 12 May 2008 20:08:09 -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.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id m4D384D2019723;
	Tue, 13 May 2008 04:08:05 +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 <0K0S00C05E1GPD00@nwk-avmta-1.sfbay.Sun.COM>; Mon,
 12 May 2008 20:08:04 -0700 (PDT)
Received: from jurassic-x4600.sfbay.sun.com ([129.146.17.59])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0S00L04E1GH4F0@nwk-avmta-1.sfbay.Sun.COM>; Mon,
 12 May 2008 20:08:04 -0700 (PDT)
Received: from [129.150.13.200]
 (vpn-129-150-13-200.SFBay.Sun.COM [129.150.13.200])
	by jurassic-x4600.sfbay.sun.com (8.14.2+Sun/8.14.2)
 with ESMTP id m4D3839w574590; Mon, 12 May 2008 20:08:03 -0700 (PDT)
Date: Mon, 12 May 2008 17:09:34 -1000
From: Joseph Kowalski <jek3@sun.com>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <1210646456.1487.24.camel@judo>
To: Halton Huo <Halton.Huo@sun.com>
Cc: Irene Huang <Irene.Huang@sun.com>, John.Fischer@sun.com, PSARC-ext@sun.com,
        Steve.Xue@sun.com
Message-id: <4829066E.7020901@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 8BIT
X-PMX-Version: 5.4.1.325704
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
 <1210645600.11044.5.camel@goalie> <1210646456.1487.24.camel@judo>
User-Agent: Thunderbird 2.0.0.9 (X11/20080225)
Status: RO
Content-Length: 313

Halton Huo wrote:
> 2. no man pages for SUNWguile
>    community do not have, only have info
> 3. no man pages for SUNWautogen
>    ï»¿community have
>   
Good catch.

I would expect there to be "vestigial" man pages as per our FOSS 
integration process.

Project team: Is this a reasonable expectation?

- jek3


From Halton.Huo@sun.com Mon May 12 21:11:43 2008
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m4D4BhiE004106
	for <psarc-ext@sac.sfbay.sun.com>; Mon, 12 May 2008 21:11:43 -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 m4D4BgjS022708
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Mon, 12 May 2008 21:11:43 -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 <0K0S00K01GZJ6L00@nwk-avmta-1.sfbay.Sun.COM> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Mon, 12 May 2008 21:11:43 -0700 (PDT)
Received: from sineb-mail-1.sun.com ([192.18.19.6])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0S00HLJGZIWC20@nwk-avmta-1.sfbay.Sun.COM> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Mon,
 12 May 2008 21:11:43 -0700 (PDT)
Received: from fe-apac-05.sun.com
 (fe-apac-05.sun.com [192.18.19.176] (may be forged))
	by sineb-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m4D4C0pl019528	for
 <PSARC-ext@sun.com>; Tue, 13 May 2008 04:12:00 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0K0S00401GUMT400@mail-apac.sun.com>
 (original mail from Halton.Huo@Sun.COM) for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Tue, 13 May 2008 12:11:27 +0800 (SGT)
Received: from [129.158.217.65] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0K0S00MFFGZ29MQ5@mail-apac.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Tue, 13 May 2008 12:11:27 +0800 (SGT)
Date: Tue, 13 May 2008 12:17:24 +0800
From: Halton Huo <Halton.Huo@sun.com>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <48290540.6050400@sun.com>
Sender: Halton.Huo@sun.com
To: steve xue <Steve.Xue@sun.com>
Cc: Irene Huang <Irene.Huang@sun.com>, John.Fischer@sun.com, PSARC-ext@sun.com
Message-id: <1210652244.4506.12.camel@judo>
MIME-version: 1.0
X-Mailer: Evolution 2.22.1.1
Content-type: text/plain
Content-transfer-encoding: 8BIT
X-PMX-Version: 5.4.1.325704
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
 <1210645600.11044.5.camel@goalie> <1210646456.1487.24.camel@judo>
 <48290540.6050400@sun.com>
Status: RO
Content-Length: 7797

ï»¿Hi Steve,

AFAIK, binaries under /usr/bin should have man pages. For autogen, ï»¿man
pages are okay. For guile, Only found man page for guile, how about
other three: guile-snarf, guile-config, ï»¿guile-tools?

And need these man page files listed in the "ï»¿Exported Interfaces" form?

When I build guile 1.8.5, I got four more files
/usr/lib/libguilereadline-v-17.so
ï»¿/usr/lib/libguilereadline-v-17.so.17
ï»¿/usr/lib/libguilereadline-v-17.so.17.0.3
/usr/lib/pkgconfig/guile-1.8.pc

Do you remove them in purpose?

-Halton.

On Tue, 2008-05-13 at 11:04 +0800, steve xue wrote:
> Halton Huo wrote:
> > Ã¯Â»Â¿Give a review on this fast track, comments:
> >
> > Ã¯Â»Â¿1. typo
> >   Ã¯Â»Â¿/usr/bin/guile-confi should be /usr/bin/guile-config
> > 2. no man pages for SUNWguile
> >    community do not have, only have info
> > 3. no man pages for SUNWautogen
> >    Ã¯Â»Â¿community have
> >
> > -
> Thanks Halton!
> 
> I re-sent my materials in this mail, man pages are attached.
> plain text document attachment (autogen_fasttrack.txt)
> Summary
> =======
>    Autogen[1] is a tool designed to simplify the creation and maintenance of
>    programs that contain large amounts of repetitious text. It is especially
>    valuable in programs that have several blocks of text that must be kept
>    synchronized.
> 
>    This utility can also be called a code generator, which are programs that
>    automatically generate high level code (e.g. C, C++, C#, Java, Perl, Python,
>    Ruby, etc.).  These tools range in size and complexity from simple code
>    parsers to fully featured class and tier builders. 
> 
>    AutoOpts is bundled with AutoGen. It is a tool that virtually eliminates 
>    the hassle of processing options and keeping man pages, info docs and usage 
>    text up to date. This package allows you to specify several program attributes,
>    up to a hundred option types and many option attributes. From this, 
>    it then produces all the code necessary to parse and handle the command line 
>    and configuration file options, and the documentation that should go with 
>    your program as well.
>  
>    AutoGen/AutoOpts is a two-part project that serves two separate purposes
>    and are inextricably intertwined.
> 
>    Because the implementation of Autogen used guile[2](GNU's extension
>    language) and guile is not available now in SFW consolidation, so we decide
>    to merge guile porting work together into this case.
> 
>    Guile[2] is a library designed to help programmers create flexible
>    applications.  Using Guile in an application allows programmers to write
>    plug-ins or modules so the application fit their needs.
>  
>    Autogen-5.9 will be integrated into the SFW consolidation as part of this
>    proposal, and will be installed as SUNWautogen.
> 
>    Guile-1.8.4 will be integrated into the SFW consolidation as part of this
>    proposal, and will be installed as SUNWguile
> 
>    This project requests a minor release binding. 
> 
> 
> Dependencies
> ============
> 
>    libltdl    	ltdl - GNU libtool dlopen wrapper 		PSARC/2007/557
>    libgmp	GNU Multiple Precision Arithmetic Library	PSARC/2008/166
> 
> 
> Interfaces
> ==========
> 
>    (1) Guile related:
> 
>    Exported Interfaces		Classification	Comment
>    -------------------		--------------	-------
>    SUNWguile			Uncommitted	Package
>    /usr/bin/guile		Uncommitted	Command
>    /usr/bin/guile-snarf		Uncommitted	Command
>    /usr/bin/guile-config	Uncommitted	Command
>    /usr/bin/guile-tools		Uncommitted	Command
> 
>    /usr/lib/libguile.so 	Uncommitted 	Guile library symbol link
>    /usr/lib/libguile.so.17.1.2 	Uncommitted 	Guile library
> 
>    /usr/lib/libguile-srfi-srfi-1-v-3.so.3.0.1 
> 				Uncommitted	Guile srfi 1 implementation library
>    /usr/lib/libguile-srfi-srfi-1-v-3.so
> 				Uncommitted	symbol link to 
> 						Guile srfi 1 implementation library
> 
>    /usr/lib/libguile-srfi-srfi-4-v-3.so.3.0.1 
> 				Uncommitted	Guile srfi 4 implementation library
>    /usr/lib/libguile-srfi-srfi-4-v-3.so
> 				Uncommitted	symbol link to 
> 						Guile srfi 4 implementation library
> 
>    /usr/lib/libguile-srfi-srfi-13-14-v-3.so.3.0.1
> 				Uncommitted	Guile srfi 13 and 14 implementation library
>    /usr/lib/libguile-srfi-srfi-13-14-v-3.so
> 				Uncommitted	symbol link to 
> 						Guile srfi 13 and 14 implementation library
> 
>    /usr/lib/libguile-srfi-srfi-60-v-2.so.2.0.2
> 				Uncommitted	Guile srfi 60 implementation library
>    /usr/lib/libguile-srfi-srfi-60-v-2.so
> 				Uncommitted	symbol link to 
> 						Guile srfi 60 implementation library
> 
>    /usr/share/guile/		Project Private	Scheme modules
> 
>    /usr/include/libguile.h	Uncommitted	Header files
>    /usr/include/libguile	Uncommitted	Header files
>    /usr/include/guile/		Uncommitted	Header files
> 
>    Imported Interfaces 		Classification	Comment
>    -------------------		--------------	-------
>    /usr/lib/libltdl.so		Uncommitted	PSARC/2007/557
>    /usr/lib/libgmp.so		Committed	PSARC/2008/166
> 
>    (2) Autogen related:
> 
>    Exported Interfaces		Classification	Comment
>    -------------------		--------------	-------
>    SUNWautogen			Uncommitted	Package
>    /usr/bin/autogen		Uncommitted	Command
>    /usr/bin/autoopts-config 	Uncommitted	Command
>    /usr/bin/columns		Uncommitted	Command
>    /usr/bin/getdefs		Uncommitted	Command
>    /usr/bin/xml2ag 		Uncommitted	Command
> 
>    /usr/lib/libguileopts.so	Uncommitted	Libguileopts library symbol
>    						link
>    /usr/lib/libguileopts.so.0.0.1
>    				Uncommitted	Libguileopts library
> 
>    /usr/share/autogen/		Uncommitted 	Templates can be used as autogen command arguments
> 
>    /usr/lib/libopts.so.25.3.0   
> 				Uncommitted	Library used by libguileopts.so and autogen
> 
>    /usr/include/autoopts/	Uncommitted	Header files
> 
>    Imported Interfaces 		Classification	Comment
>    -------------------		--------------	-------
>    /usr/lib/libguile.so 	Uncommitted 	Guile library symbol link
> 
> 
> Reference Documents
> ===================
>    [1] http://www.gnu.org/software/autogen/
>    [2] http://www.gnu.org/software/guile/
> 
>    RFE ID# 6672584 for autogen
>    RFE ID# 6672583 for guile
> plain text document attachment (guile.1.txt)
> 
> 
> User Commands                                            guile(1)
> 
> 
> 
> NAME
>      guile - a library designed to help programmers create flexi-
>      ble applications
> 
> SYNOPSIS
>      /usr/bin/guile [OPTION]...
> 
> DESCRIPTION
>      Using Guile in an application allows  programmers  to  write
>      plug-ins,  or modules (there are many names, but the concept
>      is essentially the same) and users to use them  to  have  an
>      application fit their needs.
> 
>      For additional information on using guile, see the Info for-
>      mat documentation by running the following command from your
>      shell:
>           /usr/sfw/bin/info guile
> 
>      guile is provided for developers who are working on software
>      that  has  already  adopted  it.   However, it is not recom-
>      mended that guile be used when developing new software  pro-
>      jects.
> 
> ATTRIBUTES
>      See attributes(5) for descriptions of the  following  attri-
>      butes:
> 
>      _______________________________________
>     |   ATTRIBUTE TYPE   |  ATTRIBUTE VALUE|
>     |_______________________________________
>     | Availability       |  SUNWguile      |
>     |_______________________________________
>     | Interface Stability|  Uncommitted    |
>     |____________________|_________________|
> 
> NOTES
>      Source for guile is available on http://opensolaris.org.
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> SunOS 5.10          Last change: 08 Mar 2008                    1
> 
> 
> 


From John.Plocher@Sun.COM Mon May 12 21:23:00 2008
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 m4D4Mxmc004540
	for <psarc-ext@sac.sfbay.sun.com>; Mon, 12 May 2008 21:22:59 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail2sca.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id m4D4Mxo6002833
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Mon, 12 May 2008 21:22:59 -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 <0K0S00L03HIAHI00@nwk-avmta-1.sfbay.Sun.COM> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Mon, 12 May 2008 21:22:58 -0700 (PDT)
Received: from sca-es-mail-1.sun.com ([192.18.43.132])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0S00HSBHI9WA40@nwk-avmta-1.sfbay.Sun.COM> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Mon,
 12 May 2008 21:22:57 -0700 (PDT)
Received: from fe-sfbay-10.sun.com ([192.18.43.129])
	by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m4D4MvLD011354	for
 <PSARC-ext@sun.com>; Mon, 12 May 2008 21:22:57 -0700 (PDT)
Received: from conversion-daemon.fe-sfbay-10.sun.com by fe-sfbay-10.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0K0S00101HGGX400@fe-sfbay-10.sun.com>
 (original mail from John.Plocher@Sun.COM)
 for PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Mon,
 12 May 2008 21:22:57 -0700 (PDT)
Received: from wp668.local ([208.74.177.212])
 by fe-sfbay-10.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb
 28 2007)) with ESMTPSA id <0K0S00BQ0HI74A40@fe-sfbay-10.sun.com>; Mon,
 12 May 2008 21:22:56 -0700 (PDT)
Date: Mon, 12 May 2008 21:22:55 -0700
From: John Plocher <John.Plocher@Sun.COM>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <4829066E.7020901@sun.com>
Sender: John.Plocher@Sun.COM
To: Joseph Kowalski <jek3@Sun.COM>
Cc: Halton Huo <Halton.Huo@Sun.COM>, John.Fischer@Sun.COM, PSARC-ext@Sun.COM,
        Irene Huang <Irene.Huang@Sun.COM>, Steve.Xue@Sun.COM
Message-id: <4829179F.30507@Sun.Com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 8BIT
X-PMX-Version: 5.4.1.325704
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
 <1210645600.11044.5.camel@goalie> <1210646456.1487.24.camel@judo>
 <4829066E.7020901@sun.com>
User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421)
Status: RO
Content-Length: 688

Joseph Kowalski wrote:
> Halton Huo wrote:
>> 2. no man pages for SUNWguile
>>    community do not have, only have info
>> 3. no man pages for SUNWautogen
>>    ï»¿community have
>>   
> Good catch.
> 
> I would expect there to be "vestigial" man pages as per our FOSS 
> integration process.


Without "vestigial man pages", does this imply:

     Can't go into SFW (but might go into the Companion CD/Experimental repo)?

     Can't go into a Minor release of SFW?

     We need to change the rules for what goes into SFW?

     Case gets rejected/deraile/TCR's to make work creating man pages?

     Case gets told to go fetch an "info to man converter" rock?

     ...?

   -John





From Steve.Xue@sun.com Mon May 12 21:44:48 2008
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 m4D4imcG004739
	for <psarc-ext@sac.sfbay.sun.com>; Mon, 12 May 2008 21:44:48 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id m4D4imp8033381
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Mon, 12 May 2008 22:44:48 -0600 (MDT)
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 <0K0S00I03IIOUM00@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Mon, 12 May 2008 22:44:48 -0600 (MDT)
Received: from sineb-mail-1.sun.com ([192.18.19.6])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0S005Q3IIMJSC0@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Mon,
 12 May 2008 22:44:47 -0600 (MDT)
Received: from fe-apac-05.sun.com
 (fe-apac-05.sun.com [192.18.19.176] (may be forged))
	by sineb-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m4D4j3RU022088	for
 <PSARC-ext@sun.com>; Tue, 13 May 2008 04:45:03 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0K0S00301ICGN500@mail-apac.sun.com> (original mail from Steve.Xue@Sun.COM)
 for PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Tue,
 13 May 2008 12:44:31 +0800 (SGT)
Received: from [129.158.218.29] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0K0S00MA5II69MT5@mail-apac.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Tue, 13 May 2008 12:44:31 +0800 (SGT)
Date: Tue, 13 May 2008 12:44:05 +0800
From: steve xue <Steve.Xue@sun.com>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <1210652244.4506.12.camel@judo>
Sender: Steve.Xue@sun.com
To: Halton Huo <Halton.Huo@sun.com>
Cc: Irene Huang <Irene.Huang@sun.com>, John.Fischer@sun.com, PSARC-ext@sun.com
Message-id: <48291C95.5000202@sun.com>
MIME-version: 1.0
Content-type: multipart/alternative;
 boundary="Boundary_(ID_qSKj9A/79jR5NjErY0aTmg)"
X-PMX-Version: 5.4.1.325704
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
 <1210645600.11044.5.camel@goalie> <1210646456.1487.24.camel@judo>
 <48290540.6050400@sun.com> <1210652244.4506.12.camel@judo>
User-Agent: Thunderbird 2.0.0.6 (X11/20071119)
Status: RO
Content-Length: 20997

This is a multi-part message in MIME format.

--Boundary_(ID_qSKj9A/79jR5NjErY0aTmg)
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 8BIT

Halton Huo wrote:
> ï»¿Hi Steve,
>
> AFAIK, binaries under /usr/bin should have man pages. For autogen, ï»¿man
> pages are okay. For guile, Only found man page for guile, how about
> other three: guile-snarf, guile-config, ï»¿guile-tools?
>   
Following is the 3 commands output:

[root@steve-xue scripts] > guile-config
Usage:
  guile-config --version   - show installed script and Guile version
  guile-config --help      - show usage info (this message)
  guile-config --help SUBCOMMAND - show help for SUBCOMMAND
  guile-config link        - print libraries to link with
  guile-config compile     - print C compiler flags to compile with
  guile-config info [VAR]  - print Guile build directories
[root@steve-xue scripts] > guile-tools
api-diff                     lint                         scan-api
autofrisk                    PROGRAM                      
snarf-check-and-output-texi
display-commentary           punify                       
snarf-guile-m4-docs
doc-snarf                    read-rfc822                  
summarize-guile-TODO
frisk                        read-scheme-source           use2dot
generate-autoload            read-text-outline
[root@steve-xue scripts] > guile-snarf
/* cpp arguments:  */
gcc: no input files

Maybe we need man pages for 'guile-tools' and 'guile-snarf', 
guile-config's function is very obvious
> And need these man page files listed in the "ï»¿Exported Interfaces" form?
>
> When I build guile 1.8.5, I got four more files
> /usr/lib/libguilereadline-v-17.so
> ï»¿/usr/lib/libguilereadline-v-17.so.17
> ï»¿/usr/lib/libguilereadline-v-17.so.17.0.3
> /usr/lib/pkgconfig/guile-1.8.pc
>
> Do you remove them in purpose?
>   
For the readline* , they are all symbol link, because currently Solaris 
do not have any static readline library shipped
I think I should remove these symboe links.

For

/usr/lib/pkgconfig/guile-1.8.pc

I didn't see it in 1.8.4, I am not sure if it can only be gotten from 
1.8.5:)


> -Halton.
>
> On Tue, 2008-05-13 at 11:04 +0800, steve xue wrote:
>   
>> Halton Huo wrote:
>>     
>>> Ã¯Â»Â¿Give a review on this fast track, comments:
>>>
>>> Ã¯Â»Â¿1. typo
>>>   Ã¯Â»Â¿/usr/bin/guile-confi should be /usr/bin/guile-config
>>> 2. no man pages for SUNWguile
>>>    community do not have, only have info
>>> 3. no man pages for SUNWautogen
>>>    Ã¯Â»Â¿community have
>>>
>>> -
>>>       
>> Thanks Halton!
>>
>> I re-sent my materials in this mail, man pages are attached.
>> plain text document attachment (autogen_fasttrack.txt)
>> Summary
>> =======
>>    Autogen[1] is a tool designed to simplify the creation and maintenance of
>>    programs that contain large amounts of repetitious text. It is especially
>>    valuable in programs that have several blocks of text that must be kept
>>    synchronized.
>>
>>    This utility can also be called a code generator, which are programs that
>>    automatically generate high level code (e.g. C, C++, C#, Java, Perl, Python,
>>    Ruby, etc.).  These tools range in size and complexity from simple code
>>    parsers to fully featured class and tier builders. 
>>
>>    AutoOpts is bundled with AutoGen. It is a tool that virtually eliminates 
>>    the hassle of processing options and keeping man pages, info docs and usage 
>>    text up to date. This package allows you to specify several program attributes,
>>    up to a hundred option types and many option attributes. From this, 
>>    it then produces all the code necessary to parse and handle the command line 
>>    and configuration file options, and the documentation that should go with 
>>    your program as well.
>>  
>>    AutoGen/AutoOpts is a two-part project that serves two separate purposes
>>    and are inextricably intertwined.
>>
>>    Because the implementation of Autogen used guile[2](GNU's extension
>>    language) and guile is not available now in SFW consolidation, so we decide
>>    to merge guile porting work together into this case.
>>
>>    Guile[2] is a library designed to help programmers create flexible
>>    applications.  Using Guile in an application allows programmers to write
>>    plug-ins or modules so the application fit their needs.
>>  
>>    Autogen-5.9 will be integrated into the SFW consolidation as part of this
>>    proposal, and will be installed as SUNWautogen.
>>
>>    Guile-1.8.4 will be integrated into the SFW consolidation as part of this
>>    proposal, and will be installed as SUNWguile
>>
>>    This project requests a minor release binding. 
>>
>>
>> Dependencies
>> ============
>>
>>    libltdl    	ltdl - GNU libtool dlopen wrapper 		PSARC/2007/557
>>    libgmp	GNU Multiple Precision Arithmetic Library	PSARC/2008/166
>>
>>
>> Interfaces
>> ==========
>>
>>    (1) Guile related:
>>
>>    Exported Interfaces		Classification	Comment
>>    -------------------		--------------	-------
>>    SUNWguile			Uncommitted	Package
>>    /usr/bin/guile		Uncommitted	Command
>>    /usr/bin/guile-snarf		Uncommitted	Command
>>    /usr/bin/guile-config	Uncommitted	Command
>>    /usr/bin/guile-tools		Uncommitted	Command
>>
>>    /usr/lib/libguile.so 	Uncommitted 	Guile library symbol link
>>    /usr/lib/libguile.so.17.1.2 	Uncommitted 	Guile library
>>
>>    /usr/lib/libguile-srfi-srfi-1-v-3.so.3.0.1 
>> 				Uncommitted	Guile srfi 1 implementation library
>>    /usr/lib/libguile-srfi-srfi-1-v-3.so
>> 				Uncommitted	symbol link to 
>> 						Guile srfi 1 implementation library
>>
>>    /usr/lib/libguile-srfi-srfi-4-v-3.so.3.0.1 
>> 				Uncommitted	Guile srfi 4 implementation library
>>    /usr/lib/libguile-srfi-srfi-4-v-3.so
>> 				Uncommitted	symbol link to 
>> 						Guile srfi 4 implementation library
>>
>>    /usr/lib/libguile-srfi-srfi-13-14-v-3.so.3.0.1
>> 				Uncommitted	Guile srfi 13 and 14 implementation library
>>    /usr/lib/libguile-srfi-srfi-13-14-v-3.so
>> 				Uncommitted	symbol link to 
>> 						Guile srfi 13 and 14 implementation library
>>
>>    /usr/lib/libguile-srfi-srfi-60-v-2.so.2.0.2
>> 				Uncommitted	Guile srfi 60 implementation library
>>    /usr/lib/libguile-srfi-srfi-60-v-2.so
>> 				Uncommitted	symbol link to 
>> 						Guile srfi 60 implementation library
>>
>>    /usr/share/guile/		Project Private	Scheme modules
>>
>>    /usr/include/libguile.h	Uncommitted	Header files
>>    /usr/include/libguile	Uncommitted	Header files
>>    /usr/include/guile/		Uncommitted	Header files
>>
>>    Imported Interfaces 		Classification	Comment
>>    -------------------		--------------	-------
>>    /usr/lib/libltdl.so		Uncommitted	PSARC/2007/557
>>    /usr/lib/libgmp.so		Committed	PSARC/2008/166
>>
>>    (2) Autogen related:
>>
>>    Exported Interfaces		Classification	Comment
>>    -------------------		--------------	-------
>>    SUNWautogen			Uncommitted	Package
>>    /usr/bin/autogen		Uncommitted	Command
>>    /usr/bin/autoopts-config 	Uncommitted	Command
>>    /usr/bin/columns		Uncommitted	Command
>>    /usr/bin/getdefs		Uncommitted	Command
>>    /usr/bin/xml2ag 		Uncommitted	Command
>>
>>    /usr/lib/libguileopts.so	Uncommitted	Libguileopts library symbol
>>    						link
>>    /usr/lib/libguileopts.so.0.0.1
>>    				Uncommitted	Libguileopts library
>>
>>    /usr/share/autogen/		Uncommitted 	Templates can be used as autogen command arguments
>>
>>    /usr/lib/libopts.so.25.3.0   
>> 				Uncommitted	Library used by libguileopts.so and autogen
>>
>>    /usr/include/autoopts/	Uncommitted	Header files
>>
>>    Imported Interfaces 		Classification	Comment
>>    -------------------		--------------	-------
>>    /usr/lib/libguile.so 	Uncommitted 	Guile library symbol link
>>
>>
>> Reference Documents
>> ===================
>>    [1] http://www.gnu.org/software/autogen/
>>    [2] http://www.gnu.org/software/guile/
>>
>>    RFE ID# 6672584 for autogen
>>    RFE ID# 6672583 for guile
>> plain text document attachment (guile.1.txt)
>>
>>
>> User Commands                                            guile(1)
>>
>>
>>
>> NAME
>>      guile - a library designed to help programmers create flexi-
>>      ble applications
>>
>> SYNOPSIS
>>      /usr/bin/guile [OPTION]...
>>
>> DESCRIPTION
>>      Using Guile in an application allows  programmers  to  write
>>      plug-ins,  or modules (there are many names, but the concept
>>      is essentially the same) and users to use them  to  have  an
>>      application fit their needs.
>>
>>      For additional information on using guile, see the Info for-
>>      mat documentation by running the following command from your
>>      shell:
>>           /usr/sfw/bin/info guile
>>
>>      guile is provided for developers who are working on software
>>      that  has  already  adopted  it.   However, it is not recom-
>>      mended that guile be used when developing new software  pro-
>>      jects.
>>
>> ATTRIBUTES
>>      See attributes(5) for descriptions of the  following  attri-
>>      butes:
>>
>>      _______________________________________
>>     |   ATTRIBUTE TYPE   |  ATTRIBUTE VALUE|
>>     |_______________________________________
>>     | Availability       |  SUNWguile      |
>>     |_______________________________________
>>     | Interface Stability|  Uncommitted    |
>>     |____________________|_________________|
>>
>> NOTES
>>      Source for guile is available on http://opensolaris.org.
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> SunOS 5.10          Last change: 08 Mar 2008                    1
>>
>>
>>
>>     
>
>   


--Boundary_(ID_qSKj9A/79jR5NjErY0aTmg)
Content-type: text/html; charset=ISO-8859-1
Content-transfer-encoding: 7BIT

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Halton Huo wrote:
<blockquote cite="mid:1210652244.4506.12.camel@judo" type="cite">
  <pre wrap="">&iuml;&raquo;&iquest;Hi Steve,

AFAIK, binaries under /usr/bin should have man pages. For autogen, &iuml;&raquo;&iquest;man
pages are okay. For guile, Only found man page for guile, how about
other three: guile-snarf, guile-config, &iuml;&raquo;&iquest;guile-tools?
  </pre>
</blockquote>
Following is the 3 commands output:<br>
<br>
[root@steve-xue scripts] &gt; guile-config <br>
Usage: <br>
&nbsp; guile-config --version&nbsp;&nbsp; - show installed script and Guile version<br>
&nbsp; guile-config --help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - show usage info (this message)<br>
&nbsp; guile-config --help SUBCOMMAND - show help for SUBCOMMAND<br>
&nbsp; guile-config link&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - print libraries to link with<br>
&nbsp; guile-config compile&nbsp;&nbsp;&nbsp;&nbsp; - print C compiler flags to compile with<br>
&nbsp; guile-config info [VAR]&nbsp; - print Guile build directories<br>
[root@steve-xue scripts] &gt; guile-tools <br>
api-diff&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lint&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; scan-api<br>
autofrisk&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PROGRAM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
snarf-check-and-output-texi<br>
display-commentary&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; punify&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
snarf-guile-m4-docs<br>
doc-snarf&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; read-rfc822&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
summarize-guile-TODO<br>
frisk&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; read-scheme-source&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; use2dot<br>
generate-autoload&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; read-text-outline<br>
[root@steve-xue scripts] &gt; guile-snarf <br>
/* cpp arguments:&nbsp; */<br>
gcc: no input files<br>
<br>
Maybe we need man pages for 'guile-tools' and 'guile-snarf',
guile-config's function is very obvious<br>
<blockquote cite="mid:1210652244.4506.12.camel@judo" type="cite">
  <pre wrap="">
And need these man page files listed in the "&iuml;&raquo;&iquest;Exported Interfaces" form?

When I build guile 1.8.5, I got four more files
/usr/lib/libguilereadline-v-17.so
&iuml;&raquo;&iquest;/usr/lib/libguilereadline-v-17.so.17
&iuml;&raquo;&iquest;/usr/lib/libguilereadline-v-17.so.17.0.3
/usr/lib/pkgconfig/guile-1.8.pc

Do you remove them in purpose?
  </pre>
</blockquote>
For the readline* , they are all symbol link, because currently Solaris
do not have any static readline library shipped<br>
I think I should remove these symboe links.<br>
<br>
For <br>
<pre wrap="">/usr/lib/pkgconfig/guile-1.8.pc</pre>
I didn't see it in 1.8.4, I am not sure if it can only be gotten from
1.8.5:)<br>
<br>
<br>
<blockquote cite="mid:1210652244.4506.12.camel@judo" type="cite">
  <pre wrap="">
-Halton.

On Tue, 2008-05-13 at 11:04 +0800, steve xue wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Halton Huo wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">&Atilde;&macr;&Acirc;&raquo;&Acirc;&iquest;Give a review on this fast track, comments:

&Atilde;&macr;&Acirc;&raquo;&Acirc;&iquest;1. typo
  &Atilde;&macr;&Acirc;&raquo;&Acirc;&iquest;/usr/bin/guile-confi should be /usr/bin/guile-config
2. no man pages for SUNWguile
   community do not have, only have info
3. no man pages for SUNWautogen
   &Atilde;&macr;&Acirc;&raquo;&Acirc;&iquest;community have

-
      </pre>
    </blockquote>
    <pre wrap="">Thanks Halton!

I re-sent my materials in this mail, man pages are attached.
plain text document attachment (autogen_fasttrack.txt)
Summary
=======
   Autogen[1] is a tool designed to simplify the creation and maintenance of
   programs that contain large amounts of repetitious text. It is especially
   valuable in programs that have several blocks of text that must be kept
   synchronized.

   This utility can also be called a code generator, which are programs that
   automatically generate high level code (e.g. C, C++, C#, Java, Perl, Python,
   Ruby, etc.).  These tools range in size and complexity from simple code
   parsers to fully featured class and tier builders. 

   AutoOpts is bundled with AutoGen. It is a tool that virtually eliminates 
   the hassle of processing options and keeping man pages, info docs and usage 
   text up to date. This package allows you to specify several program attributes,
   up to a hundred option types and many option attributes. From this, 
   it then produces all the code necessary to parse and handle the command line 
   and configuration file options, and the documentation that should go with 
   your program as well.
 
   AutoGen/AutoOpts is a two-part project that serves two separate purposes
   and are inextricably intertwined.

   Because the implementation of Autogen used guile[2](GNU's extension
   language) and guile is not available now in SFW consolidation, so we decide
   to merge guile porting work together into this case.

   Guile[2] is a library designed to help programmers create flexible
   applications.  Using Guile in an application allows programmers to write
   plug-ins or modules so the application fit their needs.
 
   Autogen-5.9 will be integrated into the SFW consolidation as part of this
   proposal, and will be installed as SUNWautogen.

   Guile-1.8.4 will be integrated into the SFW consolidation as part of this
   proposal, and will be installed as SUNWguile

   This project requests a minor release binding. 


Dependencies
============

   libltdl    	ltdl - GNU libtool dlopen wrapper 		PSARC/2007/557
   libgmp	GNU Multiple Precision Arithmetic Library	PSARC/2008/166


Interfaces
==========

   (1) Guile related:

   Exported Interfaces		Classification	Comment
   -------------------		--------------	-------
   SUNWguile			Uncommitted	Package
   /usr/bin/guile		Uncommitted	Command
   /usr/bin/guile-snarf		Uncommitted	Command
   /usr/bin/guile-config	Uncommitted	Command
   /usr/bin/guile-tools		Uncommitted	Command

   /usr/lib/libguile.so 	Uncommitted 	Guile library symbol link
   /usr/lib/libguile.so.17.1.2 	Uncommitted 	Guile library

   /usr/lib/libguile-srfi-srfi-1-v-3.so.3.0.1 
				Uncommitted	Guile srfi 1 implementation library
   /usr/lib/libguile-srfi-srfi-1-v-3.so
				Uncommitted	symbol link to 
						Guile srfi 1 implementation library

   /usr/lib/libguile-srfi-srfi-4-v-3.so.3.0.1 
				Uncommitted	Guile srfi 4 implementation library
   /usr/lib/libguile-srfi-srfi-4-v-3.so
				Uncommitted	symbol link to 
						Guile srfi 4 implementation library

   /usr/lib/libguile-srfi-srfi-13-14-v-3.so.3.0.1
				Uncommitted	Guile srfi 13 and 14 implementation library
   /usr/lib/libguile-srfi-srfi-13-14-v-3.so
				Uncommitted	symbol link to 
						Guile srfi 13 and 14 implementation library

   /usr/lib/libguile-srfi-srfi-60-v-2.so.2.0.2
				Uncommitted	Guile srfi 60 implementation library
   /usr/lib/libguile-srfi-srfi-60-v-2.so
				Uncommitted	symbol link to 
						Guile srfi 60 implementation library

   /usr/share/guile/		Project Private	Scheme modules

   /usr/include/libguile.h	Uncommitted	Header files
   /usr/include/libguile	Uncommitted	Header files
   /usr/include/guile/		Uncommitted	Header files

   Imported Interfaces 		Classification	Comment
   -------------------		--------------	-------
   /usr/lib/libltdl.so		Uncommitted	PSARC/2007/557
   /usr/lib/libgmp.so		Committed	PSARC/2008/166

   (2) Autogen related:

   Exported Interfaces		Classification	Comment
   -------------------		--------------	-------
   SUNWautogen			Uncommitted	Package
   /usr/bin/autogen		Uncommitted	Command
   /usr/bin/autoopts-config 	Uncommitted	Command
   /usr/bin/columns		Uncommitted	Command
   /usr/bin/getdefs		Uncommitted	Command
   /usr/bin/xml2ag 		Uncommitted	Command

   /usr/lib/libguileopts.so	Uncommitted	Libguileopts library symbol
   						link
   /usr/lib/libguileopts.so.0.0.1
   				Uncommitted	Libguileopts library

   /usr/share/autogen/		Uncommitted 	Templates can be used as autogen command arguments

   /usr/lib/libopts.so.25.3.0   
				Uncommitted	Library used by libguileopts.so and autogen

   /usr/include/autoopts/	Uncommitted	Header files

   Imported Interfaces 		Classification	Comment
   -------------------		--------------	-------
   /usr/lib/libguile.so 	Uncommitted 	Guile library symbol link


Reference Documents
===================
   [1] <a class="moz-txt-link-freetext" href="http://www.gnu.org/software/autogen/">http://www.gnu.org/software/autogen/</a>
   [2] <a class="moz-txt-link-freetext" href="http://www.gnu.org/software/guile/">http://www.gnu.org/software/guile/</a>

   RFE ID# 6672584 for autogen
   RFE ID# 6672583 for guile
plain text document attachment (guile.1.txt)


User Commands                                            guile(1)



NAME
     guile - a library designed to help programmers create flexi-
     ble applications

SYNOPSIS
     /usr/bin/guile [OPTION]...

DESCRIPTION
     Using Guile in an application allows  programmers  to  write
     plug-ins,  or modules (there are many names, but the concept
     is essentially the same) and users to use them  to  have  an
     application fit their needs.

     For additional information on using guile, see the Info for-
     mat documentation by running the following command from your
     shell:
          /usr/sfw/bin/info guile

     guile is provided for developers who are working on software
     that  has  already  adopted  it.   However, it is not recom-
     mended that guile be used when developing new software  pro-
     jects.

ATTRIBUTES
     See attributes(5) for descriptions of the  following  attri-
     butes:

     _______________________________________
    |   ATTRIBUTE TYPE   |  ATTRIBUTE VALUE|
    |_______________________________________
    | Availability       |  SUNWguile      |
    |_______________________________________
    | Interface Stability|  Uncommitted    |
    |____________________|_________________|

NOTES
     Source for guile is available on <a class="moz-txt-link-freetext" href="http://opensolaris.org">http://opensolaris.org</a>.


















SunOS 5.10          Last change: 08 Mar 2008                    1



    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
<br>
</body>
</html>

--Boundary_(ID_qSKj9A/79jR5NjErY0aTmg)--

From Halton.Huo@sun.com Mon May 12 22:36:40 2008
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 m4D5adRP005637
	for <psarc-ext@sac.sfbay.sun.com>; Mon, 12 May 2008 22:36:40 -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.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id m4D5a8t8005297
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Tue, 13 May 2008 06:36:38 +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 <0K0S00119KWYMO00@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Mon, 12 May 2008 23:36:34 -0600 (MDT)
Received: from sineb-mail-1.sun.com ([192.18.19.6])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0S000VFKWUBJ10@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Mon,
 12 May 2008 23:36:31 -0600 (MDT)
Received: from fe-apac-06.sun.com
 (fe-apac-06.sun.com [192.18.19.177] (may be forged))
	by sineb-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m4D5amg9026124	for
 <PSARC-ext@sun.com>; Tue, 13 May 2008 05:36:48 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0K0S00G01KROTN00@mail-apac.sun.com>
 (original mail from Halton.Huo@Sun.COM) for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Tue, 13 May 2008 13:35:21 +0800 (SGT)
Received: from [129.158.217.65] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0K0S009UMKUW8GDB@mail-apac.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Tue, 13 May 2008 13:35:21 +0800 (SGT)
Date: Tue, 13 May 2008 13:42:13 +0800
From: Halton Huo <Halton.Huo@sun.com>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <48291C95.5000202@sun.com>
Sender: Halton.Huo@sun.com
To: steve xue <Steve.Xue@sun.com>
Cc: Irene Huang <Irene.Huang@sun.com>, John.Fischer@sun.com, PSARC-ext@sun.com
Message-id: <1210657333.4506.16.camel@judo>
MIME-version: 1.0
X-Mailer: Evolution 2.22.1.1
Content-type: multipart/alternative;
 boundary="Boundary_(ID_S+ASg8mHrBxboSdQg024Dw)"
X-PMX-Version: 5.4.1.325704
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
 <1210645600.11044.5.camel@goalie> <1210646456.1487.24.camel@judo>
 <48290540.6050400@sun.com> <1210652244.4506.12.camel@judo>
 <48291C95.5000202@sun.com>
Status: RO
Content-Length: 3106


--Boundary_(ID_S+ASg8mHrBxboSdQg024Dw)
Content-type: text/plain
Content-transfer-encoding: 8BIT

On Tue, 2008-05-13 at 12:44 +0800, steve xue wrote:

> > And need these man page files listed in the "Ã¯Â»Â¿Exported Interfaces" form?
> > 
> > When I build guile 1.8.5, I got four more files
> > /usr/lib/libguilereadline-v-17.so
> > Ã¯Â»Â¿/usr/lib/libguilereadline-v-17.so.17
> > Ã¯Â»Â¿/usr/lib/libguilereadline-v-17.so.17.0.3
> > /usr/lib/pkgconfig/guile-1.8.pc
> > 
> > Do you remove them in purpose?
> >   
> 
> For the readline* , they are all symbol link, because currently
> Solaris do not have any static readline library shipped
> I think I should remove these symboe links.

ï»¿libguilereadline-v-17.so.17 ï»¿libguilereadline-v-17.so.17.0.3 are symbol
links, ï»¿libguilereadline-v-17.so is not.

$ls -l /usr/lib/libguilereadline*
lrwxrwxrwx    1 root     bin            31 May 13
12:11 /usr/lib/libguilereadline-v-17.so ->
libguilereadline-v-17.so.17.0.3
lrwxrwxrwx    1 root     bin            31 May 13
12:11 /usr/lib/libguilereadline-v-17.so.17 ->
libguilereadline-v-17.so.17.0.3
-rwxr-xr-x    1 root     bin          3516 May 13
12:11 /usr/lib/libguilereadline-v-17.so.17.0.3

-Halton.


--Boundary_(ID_S+ASg8mHrBxboSdQg024Dw)
Content-type: text/html; charset=utf-8
Content-transfer-encoding: 7BIT

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.18.1">
</HEAD>
<BODY>
On Tue, 2008-05-13 at 12:44 +0800, steve xue wrote:
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE TYPE=CITE>
<PRE>
And need these man page files listed in the &quot;&#239;&#187;&#191;Exported Interfaces&quot; form?

When I build guile 1.8.5, I got four more files
/usr/lib/libguilereadline-v-17.so
&#239;&#187;&#191;/usr/lib/libguilereadline-v-17.so.17
&#239;&#187;&#191;/usr/lib/libguilereadline-v-17.so.17.0.3
/usr/lib/pkgconfig/guile-1.8.pc

Do you remove them in purpose?
  
</PRE>
    </BLOCKQUOTE>
    For the readline* , they are all symbol link, because currently Solaris do not have any static readline library shipped<BR>
    I think I should remove these symboe links.<BR>
</BLOCKQUOTE>
&#65279;libguilereadline-v-17.so.17 &#65279;libguilereadline-v-17.so.17.0.3 are symbol links, &#65279;libguilereadline-v-17.so is not.<BR>
<BR>
$ls -l /usr/lib/libguilereadline*<BR>
lrwxrwxrwx&nbsp;&nbsp;&nbsp; 1 root&nbsp;&nbsp;&nbsp;&nbsp; bin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 31 May 13 12:11 /usr/lib/libguilereadline-v-17.so -&gt; libguilereadline-v-17.so.17.0.3<BR>
lrwxrwxrwx&nbsp;&nbsp;&nbsp; 1 root&nbsp;&nbsp;&nbsp;&nbsp; bin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 31 May 13 12:11 /usr/lib/libguilereadline-v-17.so.17 -&gt; libguilereadline-v-17.so.17.0.3<BR>
-rwxr-xr-x&nbsp;&nbsp;&nbsp; 1 root&nbsp;&nbsp;&nbsp;&nbsp; bin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3516 May 13 12:11 /usr/lib/libguilereadline-v-17.so.17.0.3<BR>
<BR>
-Halton.<BR>
<BR>
</BODY>
</HTML>

--Boundary_(ID_S+ASg8mHrBxboSdQg024Dw)--

From Steve.Xue@sun.com Mon May 12 22:44:51 2008
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 m4D5iost005723
	for <psarc-ext@sac.sfbay.sun.com>; Mon, 12 May 2008 22:44: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.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id m4D5inCa007696
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Tue, 13 May 2008 06:44:50 +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 <0K0S0020FLAO2W00@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Mon, 12 May 2008 23:44:48 -0600 (MDT)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0S000WBLAFBN10@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Mon,
 12 May 2008 23:44:40 -0600 (MDT)
Received: from fe-apac-06.sun.com
 (fe-apac-06.sun.com [192.18.19.177] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m4D5jLwv027837	for
 <PSARC-ext@sun.com>; Tue, 13 May 2008 05:45:21 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0K0S00201L520200@mail-apac.sun.com> (original mail from Steve.Xue@Sun.COM)
 for PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Tue,
 13 May 2008 13:43:29 +0800 (SGT)
Received: from [129.158.218.29] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0K0S009DNL8D8GFB@mail-apac.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Tue, 13 May 2008 13:43:26 +0800 (SGT)
Date: Tue, 13 May 2008 13:43:56 +0800
From: steve xue <Steve.Xue@sun.com>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <1210657333.4506.16.camel@judo>
Sender: Steve.Xue@sun.com
To: Halton Huo <Halton.Huo@sun.com>
Cc: Irene Huang <Irene.Huang@sun.com>, John.Fischer@sun.com, PSARC-ext@sun.com
Message-id: <48292A9C.7020905@sun.com>
MIME-version: 1.0
Content-type: multipart/alternative;
 boundary="Boundary_(ID_C3fAiwzNSSrwKfwzZVj+LQ)"
X-PMX-Version: 5.4.1.325704
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
 <1210645600.11044.5.camel@goalie> <1210646456.1487.24.camel@judo>
 <48290540.6050400@sun.com> <1210652244.4506.12.camel@judo>
 <48291C95.5000202@sun.com> <1210657333.4506.16.camel@judo>
User-Agent: Thunderbird 2.0.0.6 (X11/20071119)
Status: RO
Content-Length: 3757

This is a multi-part message in MIME format.

--Boundary_(ID_C3fAiwzNSSrwKfwzZVj+LQ)
Content-type: text/plain; format=flowed; charset=UTF-8
Content-transfer-encoding: 8BIT

Yes, you are right, I think I miss-understood some comments from some 
previous mail.
Danek found this also, he mentioned that since libguilereadline will be 
shipped here
that will have some potential risk about being conflict to some future 
individual 'readline'
library porting.
Halton Huo wrote:
> On Tue, 2008-05-13 at 12:44 +0800, steve xue wrote:
>>> And need these man page files listed in the "Ã¯Â»Â¿Exported Interfaces" form?
>>>
>>> When I build guile 1.8.5, I got four more files
>>> /usr/lib/libguilereadline-v-17.so
>>> Ã¯Â»Â¿/usr/lib/libguilereadline-v-17.so.17
>>> Ã¯Â»Â¿/usr/lib/libguilereadline-v-17.so.17.0.3
>>> /usr/lib/pkgconfig/guile-1.8.pc
>>>
>>> Do you remove them in purpose?
>>>   
>>>       
>> For the readline* , they are all symbol link, because currently 
>> Solaris do not have any static readline library shipped
>> I think I should remove these symboe links.
> ï»¿libguilereadline-v-17.so.17 ï»¿libguilereadline-v-17.so.17.0.3 are 
> symbol links, ï»¿libguilereadline-v-17.so is not.
>
> $ls -l /usr/lib/libguilereadline*
> lrwxrwxrwx    1 root     bin            31 May 13 12:11 
> /usr/lib/libguilereadline-v-17.so -> libguilereadline-v-17.so.17.0.3
> lrwxrwxrwx    1 root     bin            31 May 13 12:11 
> /usr/lib/libguilereadline-v-17.so.17 -> libguilereadline-v-17.so.17.0.3
> -rwxr-xr-x    1 root     bin          3516 May 13 12:11 
> /usr/lib/libguilereadline-v-17.so.17.0.3
>
> -Halton.
>


--Boundary_(ID_C3fAiwzNSSrwKfwzZVj+LQ)
Content-type: text/html; charset=UTF-8
Content-transfer-encoding: 8BIT

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Yes, you are right, I think I miss-understood some comments from some
previous mail.<br>
Danek found this also, he mentioned that since libguilereadline will be
shipped here<br>
that will have some potential risk about being conflict to some future
individual 'readline'<br>
library porting.<br>
Halton Huo wrote:
<blockquote cite="mid:1210657333.4506.16.camel@judo" type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="GENERATOR" content="GtkHTML/3.18.1">
On Tue, 2008-05-13 at 12:44 +0800, steve xue wrote:
  <blockquote type="CITE">
    <blockquote type="CITE">
      <pre>And need these man page files listed in the "Ã¯Â»Â¿Exported Interfaces" form?

When I build guile 1.8.5, I got four more files
/usr/lib/libguilereadline-v-17.so
Ã¯Â»Â¿/usr/lib/libguilereadline-v-17.so.17
Ã¯Â»Â¿/usr/lib/libguilereadline-v-17.so.17.0.3
/usr/lib/pkgconfig/guile-1.8.pc

Do you remove them in purpose?
  
      </pre>
    </blockquote>
For the readline* , they are all symbol link, because currently Solaris
do not have any static readline library shipped<br>
I think I should remove these symboe links.<br>
  </blockquote>
ï»¿libguilereadline-v-17.so.17 ï»¿libguilereadline-v-17.so.17.0.3 are
symbol links, ï»¿libguilereadline-v-17.so is not.<br>
  <br>
$ls -l /usr/lib/libguilereadline*<br>
lrwxrwxrwxÂ Â Â  1 rootÂ Â Â Â  binÂ Â Â Â Â Â Â Â Â Â Â  31 May 13 12:11
/usr/lib/libguilereadline-v-17.so -&gt; libguilereadline-v-17.so.17.0.3<br>
lrwxrwxrwxÂ Â Â  1 rootÂ Â Â Â  binÂ Â Â Â Â Â Â Â Â Â Â  31 May 13 12:11
/usr/lib/libguilereadline-v-17.so.17 -&gt;
libguilereadline-v-17.so.17.0.3<br>
-rwxr-xr-xÂ Â Â  1 rootÂ Â Â Â  binÂ Â Â Â Â Â Â Â Â  3516 May 13 12:11
/usr/lib/libguilereadline-v-17.so.17.0.3<br>
  <br>
-Halton.<br>
  <br>
</blockquote>
<br>
</body>
</html>

--Boundary_(ID_C3fAiwzNSSrwKfwzZVj+LQ)--

From danek.duvall@sun.com Mon May 12 23:33:10 2008
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 m4D6X9sD007245
	for <psarc-ext@sac.sfbay.Sun.COM>; Mon, 12 May 2008 23:33:09 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id m4D6X8PH016098
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Tue, 13 May 2008 14:33:08 +0800 (SGT)
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 <0K0S00503NJ62400@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Tue, 13 May 2008 00:33:06 -0600 (MDT)
Received: from dm-sfbay-01.sfbay.sun.com ([129.145.155.118])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0S0004CNJ2BJ60@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Tue,
 13 May 2008 00:33:02 -0600 (MDT)
Received: from zruty.sfbay.sun.com (zruty.SFBay.Sun.COM [129.146.168.40])
	by dm-sfbay-01.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id m4D6X0pC035448; Mon, 12 May 2008 23:33:00 -0700 (PDT)
Received: from zruty.sfbay.sun.com (localhost [127.0.0.1])
	by zruty.sfbay.sun.com (8.14.2+Sun/8.14.2) with ESMTP id m4D6X0aD012314; Mon,
 12 May 2008 23:33:00 -0700 (PDT)
Received: (from dduvall@localhost)
	by zruty.sfbay.sun.com (8.14.2+Sun/8.14.2/Submit) id m4D6X0OI012313; Mon,
 12 May 2008 23:33:00 -0700 (PDT)
Date: Mon, 12 May 2008 23:32:59 -0700
From: Danek Duvall <danek.duvall@sun.com>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <48292A9C.7020905@sun.com>
To: steve xue <Steve.Xue@sun.com>
Cc: Halton Huo <Halton.Huo@sun.com>, Irene Huang <Irene.Huang@sun.com>,
        John.Fischer@sun.com, PSARC-ext@sun.com
Message-id: <20080513063259.GF29912@zruty.sfbay.sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Content-disposition: inline
X-PMX-Version: 5.4.1.325704
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
 <1210645600.11044.5.camel@goalie> <1210646456.1487.24.camel@judo>
 <48290540.6050400@sun.com> <1210652244.4506.12.camel@judo>
 <48291C95.5000202@sun.com> <1210657333.4506.16.camel@judo>
 <48292A9C.7020905@sun.com>
User-Agent: Mutt/1.5.16 (2007-06-27)
Status: RO
Content-Length: 587

On Tue, May 13, 2008 at 01:43:56PM +0800, steve xue wrote:

> Danek found this also, he mentioned that since libguilereadline will be
> shipped here that will have some potential risk about being conflict to
> some future individual 'readline' library porting.

It wasn't so much that there was a conflict, just that libguilereadline
links against the readline library, which we don't (currently) ship.  So
there's not much point in shipping libguilereadline, either.  Though
readline could be linked in statically until such time as we make a dynamic
readline library available.

Danek

From Halton.Huo@sun.com Tue May 13 01:28:32 2008
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m4D8SWRE010412
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 13 May 2008 01:28:32 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail3mpk.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id m4D8SUBi023681
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Tue, 13 May 2008 01:28:31 -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 <0K0S00D07SVIDL00@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Tue, 13 May 2008 02:28:30 -0600 (MDT)
Received: from sineb-mail-1.sun.com ([192.18.19.6])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0S00BNOSVGCR10@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Tue,
 13 May 2008 02:28:29 -0600 (MDT)
Received: from fe-apac-05.sun.com
 (fe-apac-05.sun.com [192.18.19.176] (may be forged))
	by sineb-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m4D8Sk7R011532	for
 <PSARC-ext@sun.com>; Tue, 13 May 2008 08:28:46 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0K0S00H01SU7PZ00@mail-apac.sun.com>
 (original mail from Halton.Huo@Sun.COM) for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Tue, 13 May 2008 16:28:14 +0800 (SGT)
Received: from [129.158.217.65] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0K0S00M5PSV19MH6@mail-apac.sun.com>; Tue,
 13 May 2008 16:28:14 +0800 (SGT)
Date: Tue, 13 May 2008 16:34:12 +0800
From: Halton Huo <Halton.Huo@sun.com>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <20080513063259.GF29912@zruty.sfbay.sun.com>
Sender: Halton.Huo@sun.com
To: Danek Duvall <Danek.Duvall@sun.com>
Cc: steve xue <Steve.Xue@sun.com>, Irene Huang <Irene.Huang@sun.com>,
        John.Fischer@sun.com, PSARC-ext@sun.com
Message-id: <1210667652.4506.45.camel@judo>
MIME-version: 1.0
X-Mailer: Evolution 2.22.1.1
Content-type: multipart/alternative;
 boundary="Boundary_(ID_Fq5/wMl1JlQs8Mw0h9cXJw)"
X-PMX-Version: 5.4.1.325704
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
 <1210645600.11044.5.camel@goalie> <1210646456.1487.24.camel@judo>
 <48290540.6050400@sun.com> <1210652244.4506.12.camel@judo>
 <48291C95.5000202@sun.com> <1210657333.4506.16.camel@judo>
 <48292A9C.7020905@sun.com> <20080513063259.GF29912@zruty.sfbay.sun.com>
Status: RO
Content-Length: 3071


--Boundary_(ID_Fq5/wMl1JlQs8Mw0h9cXJw)
Content-type: text/plain
Content-transfer-encoding: 8BIT

On Mon, 2008-05-12 at 23:32 -0700, Danek Duvall wrote:

> On Tue, May 13, 2008 at 01:43:56PM +0800, steve xue wrote:
> 
> > Danek found this also, he mentioned that since libguilereadline will be
> > shipped here that will have some potential risk about being conflict to
> > some future individual 'readline' library porting.
> 
> It wasn't so much that there was a conflict, just that libguilereadline
> links against the readline library, which we don't (currently) ship.  So
> there's not much point in shipping libguilereadline, either.  Though
> readline could be linked in statically until such time as we make a dynamic
> readline library available.

ï»¿Danek,

ï»¿ï»¿I'm okay to not shipping it. Seems ï»¿libguilereadline is different
between mine and yours.

ï»¿I'm not sure it is correct place to continue this discussion. If not,
please point me out.

My ï»¿libguilereadline is not link against readline, 
$file /usr/lib/libguilereadline-v-17.so.17.0.3
/usr/lib/libguilereadline-v-17.so.17.0.3:	ELF 32-bit LSB dynamic lib
80386 Version 1, dynamically linked, not stripped

Strange thing is when I run
'ldd /usr/lib/libguilereadline-v-17.so.17.0.3', there is no depend on
libs.

-Halton.


> 
> Danek

--Boundary_(ID_Fq5/wMl1JlQs8Mw0h9cXJw)
Content-type: text/html; charset=utf-8
Content-transfer-encoding: 7BIT

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.18.1">
</HEAD>
<BODY>
On Mon, 2008-05-12 at 23:32 -0700, Danek Duvall wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
On Tue, May 13, 2008 at 01:43:56PM +0800, steve xue wrote:

&gt; Danek found this also, he mentioned that since libguilereadline will be
&gt; shipped here that will have some potential risk about being conflict to
&gt; some future individual 'readline' library porting.

It wasn't so much that there was a conflict, just that libguilereadline
links against the readline library, which we don't (currently) ship.  So
there's not much point in shipping libguilereadline, either.  Though
readline could be linked in statically until such time as we make a dynamic
readline library available.
</PRE>
</BLOCKQUOTE>
&#65279;Danek,<BR>
<BR>
&#65279;&#65279;I'm okay to not shipping it. Seems &#65279;libguilereadline is different between mine and yours.<BR>
<BR>
&#65279;I'm not sure it is correct place to continue this discussion. If not, please point me out.<BR>
<BR>
My &#65279;libguilereadline is not link against readline, <BR>
$file /usr/lib/libguilereadline-v-17.so.17.0.3<BR>
/usr/lib/libguilereadline-v-17.so.17.0.3:	ELF 32-bit LSB dynamic lib 80386 Version 1, dynamically linked, not stripped<BR>
<BR>
Strange thing is when I run 'ldd /usr/lib/libguilereadline-v-17.so.17.0.3', there is no depend on libs.<BR>
<BR>
-Halton.<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>

Danek
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>

--Boundary_(ID_Fq5/wMl1JlQs8Mw0h9cXJw)--

From jek3@sun.com Tue May 13 02:02:49 2008
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 m4D92mug011193
	for <psarc-ext@sac.sfbay.Sun.COM>; Tue, 13 May 2008 02:02:49 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id m4D92dUN012760;
	Tue, 13 May 2008 17:02:45 +0800 (SGT)
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 <0K0S00F03UGLZJ00@brm-avmta-1.central.sun.com>; Tue,
 13 May 2008 03:02:45 -0600 (MDT)
Received: from jurassic-x4600.sfbay.sun.com ([129.146.17.59])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0S00BGPUGKCR40@brm-avmta-1.central.sun.com>; Tue,
 13 May 2008 03:02:44 -0600 (MDT)
Received: from [129.150.13.200]
 (vpn-129-150-13-200.SFBay.Sun.COM [129.150.13.200])
	by jurassic-x4600.sfbay.sun.com (8.14.2+Sun/8.14.2)
 with ESMTP id m4D92h1r599101; Tue, 13 May 2008 02:02:43 -0700 (PDT)
Date: Mon, 12 May 2008 23:04:15 -1000
From: Joseph Kowalski <jek3@sun.com>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <4829179F.30507@Sun.Com>
To: John Plocher <John.Plocher@sun.com>
Cc: Halton Huo <Halton.Huo@sun.com>, John.Fischer@sun.com, PSARC-ext@sun.com,
        Irene Huang <Irene.Huang@sun.com>, Steve.Xue@sun.com
Message-id: <4829598F.4000103@sun.com>
MIME-version: 1.0
Content-type: multipart/alternative;
 boundary="Boundary_(ID_UnAFV1hA8fxO0itQzJkF7Q)"
X-PMX-Version: 5.4.1.325704
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
 <1210645600.11044.5.camel@goalie> <1210646456.1487.24.camel@judo>
 <4829066E.7020901@sun.com> <4829179F.30507@Sun.Com>
User-Agent: Thunderbird 2.0.0.9 (X11/20080225)
Status: RO
Content-Length: 7144

This is a multi-part message in MIME format.

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

John Plocher wrote:
> Joseph Kowalski wrote:
>> Halton Huo wrote:
>>> 2. no man pages for SUNWguile
>>>    community do not have, only have info
>>> 3. no man pages for SUNWautogen
>>>    ï»¿community have
>>>   
>> Good catch.
>>
>> I would expect there to be "vestigial" man pages as per our FOSS 
>> integration process.
How many precedents would you like?
>
> Without "vestigial man pages", does this imply:
>
>     Can't go into SFW (but might go into the Companion CD/Experimental 
> repo)?
It is a requirement to be delivered as part of Solaris.  Last I looked. 
SFW was only
different (from ON) in that it wasn't bound to the Makefile standards 
and "quiet
build" requirements of ON.
>
>     Can't go into a Minor release of SFW?
Doesn't matter what type of release.  Can't go into Solaris.
>
>     We need to change the rules for what goes into SFW?
Sure.  Everybody likes less work.  But the current rules are the rules.

BTW: I made a couple of "vestigial man pages".  Takes 30 minutes on the
very out side.
>
>     Case gets rejected/deraile/TCR's to make work creating man pages?
Yes.  They have been.
>
>     Case gets told to go fetch an "info to man converter" rock?
>
>     ...?
What the &^#$#*&$ ???

Read what I wrote.  (and I'll try to provide more details that anybody
should be able to understand).

>
>   -John
As ARC coordinator, you should not be surprised about this. See:

    PSARC/2000/488  Solaris/Linux Commands Compatibility      Bick 
Torrejon         unset
    closed approved 05/02/2001            Joseph Kowalski

 From the opinion:

     1.   A single manual page shall be  made  available  as
          part  of  the  base documentation set which can be
          located via the  default  MANPATH  describing  the
          intent  of the ``sfw'' interfaces and what changes
          need to be made to a users environment  to  access
          them and their associated documentation.

Need I say more?

Probably:

A typical "vestigial manpage" would have:

    NAME

       <as usual>

    SYNOPSIS

       <as usual>

    DESCRIPTION

       >>> a textual pointer to where the documentation lies<<<
       >>> probably in info pages, but could be pdf, html,... <<<

    ATTRIBUTES

       <as usual>

The ATTRIBUTES part is **very** important.
Otherwise, how does the reader know the
"Interface Stability"?

- sigh,

- jek3





--Boundary_(ID_UnAFV1hA8fxO0itQzJkF7Q)
Content-type: text/html; charset=ISO-8859-1
Content-transfer-encoding: 7BIT

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
John Plocher wrote:
<blockquote cite="mid:4829179F.30507@Sun.Com" type="cite">Joseph
Kowalski wrote:
  <br>
  <blockquote type="cite">Halton Huo wrote:
    <br>
    <blockquote type="cite">2. no man pages for SUNWguile
      <br>
&nbsp;&nbsp; community do not have, only have info
      <br>
3. no man pages for SUNWautogen
      <br>
&nbsp;&nbsp; &iuml;&raquo;&iquest;community have
      <br>
&nbsp; </blockquote>
Good catch.
    <br>
    <br>
I would expect there to be "vestigial" man pages as per our FOSS
integration process.<br>
  </blockquote>
</blockquote>
How many precedents would you like?<br>
<blockquote cite="mid:4829179F.30507@Sun.Com" type="cite">
  <br>
Without "vestigial man pages", does this imply:
  <br>
  <br>
&nbsp;&nbsp;&nbsp; Can't go into SFW (but might go into the Companion CD/Experimental
repo)?<br>
</blockquote>
It is a requirement to be delivered as part of Solaris.&nbsp; Last I looked.
SFW was only<br>
different (from ON) in that it wasn't bound to the Makefile standards
and "quiet<br>
build" requirements of ON.<br>
<blockquote cite="mid:4829179F.30507@Sun.Com" type="cite"><br>
&nbsp;&nbsp;&nbsp; Can't go into a Minor release of SFW?<br>
</blockquote>
Doesn't matter what type of release.&nbsp; Can't go into Solaris.<br>
<blockquote cite="mid:4829179F.30507@Sun.Com" type="cite"><br>
&nbsp;&nbsp;&nbsp; We need to change the rules for what goes into SFW?<br>
</blockquote>
Sure.&nbsp; Everybody likes less work.&nbsp; But the current rules are the rules.<br>
<br>
BTW: I made a couple of "vestigial man pages".&nbsp; Takes 30 minutes on the<br>
very out side.<br>
<blockquote cite="mid:4829179F.30507@Sun.Com" type="cite"><br>
&nbsp;&nbsp;&nbsp; Case gets rejected/deraile/TCR's to make work creating man pages?<br>
</blockquote>
Yes.&nbsp; They have been.<br>
<blockquote cite="mid:4829179F.30507@Sun.Com" type="cite"><br>
&nbsp;&nbsp;&nbsp; Case gets told to go fetch an "info to man converter" rock?
  <br>
  <br>
&nbsp;&nbsp;&nbsp; ...?
  <br>
</blockquote>
What the &amp;^#$#*&amp;$ ???<br>
<br>
Read what I wrote.&nbsp; (and I'll try to provide more details that anybody<br>
should be able to understand).<br>
<br>
<blockquote cite="mid:4829179F.30507@Sun.Com" type="cite"><br>
&nbsp; -John<br>
</blockquote>
As ARC coordinator, you should not be surprised about this. See:<br>
<br>
&nbsp;&nbsp;&nbsp; PSARC/2000/488&nbsp; Solaris/Linux Commands Compatibility&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bick
Torrejon&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; unset<br>
&nbsp;&nbsp;&nbsp; closed approved 05/02/2001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Joseph Kowalski<br>
<br>
From the opinion:<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp; 1.&nbsp;&nbsp; A single manual page shall be&nbsp; made&nbsp; available&nbsp; as<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; part&nbsp; of&nbsp; the&nbsp; base documentation set which can be<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; located via the&nbsp; default&nbsp; MANPATH&nbsp; describing&nbsp; the<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; intent&nbsp; of the ``sfw'' interfaces and what changes<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; need to be made to a users environment&nbsp; to&nbsp; access<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; them and their associated documentation.<br>
<br>
Need I say more?<br>
<br>
Probably:<br>
<br>
A typical "vestigial manpage" would have:<br>
<br>
&nbsp;&nbsp;&nbsp; NAME<br>
<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;as usual&gt;<br>
<br>
&nbsp;&nbsp;&nbsp; SYNOPSIS<br>
<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;as usual&gt;<br>
<br>
&nbsp;&nbsp;&nbsp; DESCRIPTION<br>
<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &gt;&gt;&gt; a textual pointer to where the documentation
lies&lt;&lt;&lt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &gt;&gt;&gt; probably in info pages, but could be pdf, html,...
&lt;&lt;&lt;<br>
<br>
&nbsp;&nbsp;&nbsp; ATTRIBUTES<br>
<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;as usual&gt;<br>
<br>
<big><big>The ATTRIBUTES part is **very** important.<br>
Otherwise, how does the reader know the<br>
"Interface Stability"?</big></big><br>
<br>
- sigh,<br>
<br>
- jek3<br>
<br>
<br>
<br>
<br>
</body>
</html>

--Boundary_(ID_UnAFV1hA8fxO0itQzJkF7Q)--

From brian.utterback@sun.com Tue May 13 06:26:03 2008
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 m4DDQ2Af016120
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 13 May 2008 06:26:02 -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.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id m4DDPvPn010823
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Tue, 13 May 2008 14:26:01 +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 <0K0T002036NBPL00@nwk-avmta-2.sfbay.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Tue, 13 May 2008 06:25:59 -0700 (PDT)
Received: from dm-east-01.east.sun.com ([129.148.9.192])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0T00KNU6NA1G60@nwk-avmta-2.sfbay.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Tue,
 13 May 2008 06:25:58 -0700 (PDT)
Received: from [129.148.226.12] (sr1-unsh01-02.East.Sun.COM [129.148.226.12])
	by dm-east-01.east.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id m4DDPsrq031011; Tue, 13 May 2008 09:25:55 -0400 (EDT)
Date: Tue, 13 May 2008 09:25:54 -0400
From: Brian Utterback <brian.utterback@sun.com>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <4828CEF2.5010608@sun.com>
To: John.Fischer@sun.com
Cc: PSARC-ext@sun.com, Steve.Xue@sun.com
Message-id: <482996E2.3010605@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
User-Agent: Thunderbird 2.0.0.15pre (X11/20080427)
Status: RO
Content-Length: 371

Are you really doing Autogen 5.9, or is this just a rounding error? 
Why not 5.9.4, or at least 5.9.3?
-- 
blu

There are two rules in life:
Rule 1- Don't tell people everything you know
----------------------------------------------------------------------
Brian Utterback - Solaris RPE, Sun Microsystems, Inc.
Ph:877-259-7345, Em:brian.utterback-at-ess-you-enn-dot-kom

From John.Plocher@sun.com Tue May 13 06:32:07 2008
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 m4DDW64g016150
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 13 May 2008 06:32:06 -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.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id m4DDW1uv013654
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Tue, 13 May 2008 14:32:05 +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 <0K0T002096XFXU00@nwk-avmta-2.sfbay.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Tue, 13 May 2008 06:32:03 -0700 (PDT)
Received: from sca-es-mail-1.sun.com ([192.18.43.132])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0T00KC76XF1Q80@nwk-avmta-2.sfbay.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Tue,
 13 May 2008 06:32:03 -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 m4DDW3Bt025023	for
 <PSARC-ext@sun.com>; Tue, 13 May 2008 06:32:03 -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 <0K0T00C016X2FK00@fe-sfbay-09.sun.com>
 (original mail from John.Plocher@Sun.COM)
 for PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Tue,
 13 May 2008 06:32:03 -0700 (PDT)
Received: from wp668.local ([208.74.177.212])
 by fe-sfbay-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb
 28 2007)) with ESMTPSA id <0K0T00LM06XEWYD0@fe-sfbay-09.sun.com>; Tue,
 13 May 2008 06:32:02 -0700 (PDT)
Date: Tue, 13 May 2008 06:32:02 -0700
From: John Plocher <John.Plocher@sun.com>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <4829598F.4000103@sun.com>
Sender: John.Plocher@sun.com
To: Joseph Kowalski <jek3@sun.com>
Cc: Halton Huo <Halton.Huo@sun.com>, John.Fischer@sun.com, PSARC-ext@sun.com,
        Irene Huang <Irene.Huang@sun.com>, Steve.Xue@sun.com
Message-id: <48299852.1080100@Sun.Com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
 <1210645600.11044.5.camel@goalie> <1210646456.1487.24.camel@judo>
 <4829066E.7020901@sun.com> <4829179F.30507@Sun.Com> <4829598F.4000103@sun.com>
User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421)
Status: RO
Content-Length: 945

Joseph Kowalski wrote:
> Read what I wrote.  (and I'll try to provide more details that anybody
> should be able to understand).

> As ARC coordinator, you should not be surprised about this.

Thank you, Joe.

I know the answer, and the rest of the ARC members probably have
some clue, but I guarantee that nobody outside of the ARC has much
clue as to what you mean when you say "FOSS Guidelines".  Especially
with all the tangential discussions going on in the background.

Instead of doing a "drive by ARC shooting", we all need to get
into the habit of explicitly tying our cryptic ARC comments back
to explicit instructions to the project teams.

The difference between your original email and this one is that,
with this one, the project team knows exactly what they need to do
to move the case forward.  Without this level of detail, all they
know is that they are stuck and have no idea what to do next to
satisfy the request.

   -John

From Steve.Xue@sun.com Tue May 13 06:48:07 2008
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 m4DDm6c5016412
	for <psarc-ext@sac.sfbay.Sun.COM>; Tue, 13 May 2008 06:48:06 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id m4DDla1s027995
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Tue, 13 May 2008 21:48:05 +0800 (SGT)
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 <0K0T003097O2JM00@nwk-avmta-2.sfbay.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Tue, 13 May 2008 06:48:02 -0700 (PDT)
Received: from sineb-mail-1.sun.com ([192.18.19.6])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0T00KMC7O11G70@nwk-avmta-2.sfbay.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Tue,
 13 May 2008 06:48:02 -0700 (PDT)
Received: from fe-apac-06.sun.com
 (fe-apac-06.sun.com [192.18.19.177] (may be forged))
	by sineb-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m4DDmJgs027774	for
 <PSARC-ext@sun.com>; Tue, 13 May 2008 13:48:19 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0K0T00D017H2EF00@mail-apac.sun.com> (original mail from Steve.Xue@Sun.COM)
 for PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Tue,
 13 May 2008 21:46:52 +0800 (SGT)
Received: from [123.117.89.51] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0K0T009KT7LX8G8D@mail-apac.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Tue, 13 May 2008 21:46:51 +0800 (SGT)
Date: Tue, 13 May 2008 21:47:58 +0800
From: "steve.xue" <Steve.Xue@sun.com>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <482996E2.3010605@sun.com>
Sender: Steve.Xue@sun.com
To: Brian Utterback <Brian.Utterback@sun.com>
Cc: John.Fischer@sun.com, PSARC-ext@sun.com
Message-id: <48299C0E.1010104@sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
 <482996E2.3010605@sun.com>
User-Agent: Thunderbird 2.0.0.12 (Windows/20080213)
Status: RO
Content-Length: 175

It is because I started this 3 months ago:)
Brian Utterback wrote:
> Are you really doing Autogen 5.9, or is this just a rounding error? 
> Why not 5.9.4, or at least 5.9.3?


From brian.utterback@sun.com Tue May 13 06:52:39 2008
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m4DDqdbb016637
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 13 May 2008 06:52:39 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail3mpk.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id m4DDqcQs018473
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Tue, 13 May 2008 06:52:38 -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 <0K0T00C0D7VQK000@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Tue, 13 May 2008 07:52:38 -0600 (MDT)
Received: from dm-east-01.east.sun.com ([129.148.9.192])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0T00N3Y7VP1TE0@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Tue,
 13 May 2008 07:52:38 -0600 (MDT)
Received: from [129.148.226.12] (sr1-unsh01-02.East.Sun.COM [129.148.226.12])
	by dm-east-01.east.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id m4DDqXX9040585; Tue, 13 May 2008 09:52:35 -0400 (EDT)
Date: Tue, 13 May 2008 09:52:33 -0400
From: Brian Utterback <brian.utterback@sun.com>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <1210652244.4506.12.camel@judo>
To: Halton Huo <Halton.Huo@sun.com>
Cc: steve xue <Steve.Xue@sun.com>, Irene Huang <Irene.Huang@sun.com>,
        John.Fischer@sun.com, PSARC-ext@sun.com
Message-id: <48299D21.9050505@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 8BIT
X-PMX-Version: 5.4.1.325704
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
 <1210645600.11044.5.camel@goalie> <1210646456.1487.24.camel@judo>
 <48290540.6050400@sun.com> <1210652244.4506.12.camel@judo>
User-Agent: Thunderbird 2.0.0.15pre (X11/20080427)
Status: RO
Content-Length: 9127

I hesitate to mention this and if everybody agrees that this is not 
architecturally or otherwise relevant, I'll shut up, but if you 
recall, the GNU readline case (PSARC 2007/188) stalled because GNU 
readline is a library licensed under the GPL rather than the LGPL and 
thus anything linked with it is likewise under the GPL. So, if guile 
links with libguilereadline-v-17.so.17.0.3 (which comes with the guile 
source, but is indeed GPL licensed) then despite what the LICENSE file 
  for guile says, it is not in reality licensed under LGPL, it is 
actually bound by the terms of the GPL. So, this presents the same 
problem that readline did, namely that a developer may unknowingly end 
up with a product that is bound by the GPL. Now, if the whole issue 
with readline has been resolved, then great, but I never saw the 
resolution. Has it been resolved?

Halton Huo wrote:
> ï»¿Hi Steve,
> 
> AFAIK, binaries under /usr/bin should have man pages. For autogen, ï»¿man
> pages are okay. For guile, Only found man page for guile, how about
> other three: guile-snarf, guile-config, ï»¿guile-tools?
> 
> And need these man page files listed in the "ï»¿Exported Interfaces" form?
> 
> When I build guile 1.8.5, I got four more files
> /usr/lib/libguilereadline-v-17.so
> ï»¿/usr/lib/libguilereadline-v-17.so.17
> ï»¿/usr/lib/libguilereadline-v-17.so.17.0.3
> /usr/lib/pkgconfig/guile-1.8.pc
> 
> Do you remove them in purpose?
> 
> -Halton.
> 
> On Tue, 2008-05-13 at 11:04 +0800, steve xue wrote:
>> Halton Huo wrote:
>>> Ã¯Â»Â¿Give a review on this fast track, comments:
>>>
>>> Ã¯Â»Â¿1. typo
>>>   Ã¯Â»Â¿/usr/bin/guile-confi should be /usr/bin/guile-config
>>> 2. no man pages for SUNWguile
>>>    community do not have, only have info
>>> 3. no man pages for SUNWautogen
>>>    Ã¯Â»Â¿community have
>>>
>>> -
>> Thanks Halton!
>>
>> I re-sent my materials in this mail, man pages are attached.
>> plain text document attachment (autogen_fasttrack.txt)
>> Summary
>> =======
>>    Autogen[1] is a tool designed to simplify the creation and maintenance of
>>    programs that contain large amounts of repetitious text. It is especially
>>    valuable in programs that have several blocks of text that must be kept
>>    synchronized.
>>
>>    This utility can also be called a code generator, which are programs that
>>    automatically generate high level code (e.g. C, C++, C#, Java, Perl, Python,
>>    Ruby, etc.).  These tools range in size and complexity from simple code
>>    parsers to fully featured class and tier builders. 
>>
>>    AutoOpts is bundled with AutoGen. It is a tool that virtually eliminates 
>>    the hassle of processing options and keeping man pages, info docs and usage 
>>    text up to date. This package allows you to specify several program attributes,
>>    up to a hundred option types and many option attributes. From this, 
>>    it then produces all the code necessary to parse and handle the command line 
>>    and configuration file options, and the documentation that should go with 
>>    your program as well.
>>  
>>    AutoGen/AutoOpts is a two-part project that serves two separate purposes
>>    and are inextricably intertwined.
>>
>>    Because the implementation of Autogen used guile[2](GNU's extension
>>    language) and guile is not available now in SFW consolidation, so we decide
>>    to merge guile porting work together into this case.
>>
>>    Guile[2] is a library designed to help programmers create flexible
>>    applications.  Using Guile in an application allows programmers to write
>>    plug-ins or modules so the application fit their needs.
>>  
>>    Autogen-5.9 will be integrated into the SFW consolidation as part of this
>>    proposal, and will be installed as SUNWautogen.
>>
>>    Guile-1.8.4 will be integrated into the SFW consolidation as part of this
>>    proposal, and will be installed as SUNWguile
>>
>>    This project requests a minor release binding. 
>>
>>
>> Dependencies
>> ============
>>
>>    libltdl    	ltdl - GNU libtool dlopen wrapper 		PSARC/2007/557
>>    libgmp	GNU Multiple Precision Arithmetic Library	PSARC/2008/166
>>
>>
>> Interfaces
>> ==========
>>
>>    (1) Guile related:
>>
>>    Exported Interfaces		Classification	Comment
>>    -------------------		--------------	-------
>>    SUNWguile			Uncommitted	Package
>>    /usr/bin/guile		Uncommitted	Command
>>    /usr/bin/guile-snarf		Uncommitted	Command
>>    /usr/bin/guile-config	Uncommitted	Command
>>    /usr/bin/guile-tools		Uncommitted	Command
>>
>>    /usr/lib/libguile.so 	Uncommitted 	Guile library symbol link
>>    /usr/lib/libguile.so.17.1.2 	Uncommitted 	Guile library
>>
>>    /usr/lib/libguile-srfi-srfi-1-v-3.so.3.0.1 
>> 				Uncommitted	Guile srfi 1 implementation library
>>    /usr/lib/libguile-srfi-srfi-1-v-3.so
>> 				Uncommitted	symbol link to 
>> 						Guile srfi 1 implementation library
>>
>>    /usr/lib/libguile-srfi-srfi-4-v-3.so.3.0.1 
>> 				Uncommitted	Guile srfi 4 implementation library
>>    /usr/lib/libguile-srfi-srfi-4-v-3.so
>> 				Uncommitted	symbol link to 
>> 						Guile srfi 4 implementation library
>>
>>    /usr/lib/libguile-srfi-srfi-13-14-v-3.so.3.0.1
>> 				Uncommitted	Guile srfi 13 and 14 implementation library
>>    /usr/lib/libguile-srfi-srfi-13-14-v-3.so
>> 				Uncommitted	symbol link to 
>> 						Guile srfi 13 and 14 implementation library
>>
>>    /usr/lib/libguile-srfi-srfi-60-v-2.so.2.0.2
>> 				Uncommitted	Guile srfi 60 implementation library
>>    /usr/lib/libguile-srfi-srfi-60-v-2.so
>> 				Uncommitted	symbol link to 
>> 						Guile srfi 60 implementation library
>>
>>    /usr/share/guile/		Project Private	Scheme modules
>>
>>    /usr/include/libguile.h	Uncommitted	Header files
>>    /usr/include/libguile	Uncommitted	Header files
>>    /usr/include/guile/		Uncommitted	Header files
>>
>>    Imported Interfaces 		Classification	Comment
>>    -------------------		--------------	-------
>>    /usr/lib/libltdl.so		Uncommitted	PSARC/2007/557
>>    /usr/lib/libgmp.so		Committed	PSARC/2008/166
>>
>>    (2) Autogen related:
>>
>>    Exported Interfaces		Classification	Comment
>>    -------------------		--------------	-------
>>    SUNWautogen			Uncommitted	Package
>>    /usr/bin/autogen		Uncommitted	Command
>>    /usr/bin/autoopts-config 	Uncommitted	Command
>>    /usr/bin/columns		Uncommitted	Command
>>    /usr/bin/getdefs		Uncommitted	Command
>>    /usr/bin/xml2ag 		Uncommitted	Command
>>
>>    /usr/lib/libguileopts.so	Uncommitted	Libguileopts library symbol
>>    						link
>>    /usr/lib/libguileopts.so.0.0.1
>>    				Uncommitted	Libguileopts library
>>
>>    /usr/share/autogen/		Uncommitted 	Templates can be used as autogen command arguments
>>
>>    /usr/lib/libopts.so.25.3.0   
>> 				Uncommitted	Library used by libguileopts.so and autogen
>>
>>    /usr/include/autoopts/	Uncommitted	Header files
>>
>>    Imported Interfaces 		Classification	Comment
>>    -------------------		--------------	-------
>>    /usr/lib/libguile.so 	Uncommitted 	Guile library symbol link
>>
>>
>> Reference Documents
>> ===================
>>    [1] http://www.gnu.org/software/autogen/
>>    [2] http://www.gnu.org/software/guile/
>>
>>    RFE ID# 6672584 for autogen
>>    RFE ID# 6672583 for guile
>> plain text document attachment (guile.1.txt)
>>
>>
>> User Commands                                            guile(1)
>>
>>
>>
>> NAME
>>      guile - a library designed to help programmers create flexi-
>>      ble applications
>>
>> SYNOPSIS
>>      /usr/bin/guile [OPTION]...
>>
>> DESCRIPTION
>>      Using Guile in an application allows  programmers  to  write
>>      plug-ins,  or modules (there are many names, but the concept
>>      is essentially the same) and users to use them  to  have  an
>>      application fit their needs.
>>
>>      For additional information on using guile, see the Info for-
>>      mat documentation by running the following command from your
>>      shell:
>>           /usr/sfw/bin/info guile
>>
>>      guile is provided for developers who are working on software
>>      that  has  already  adopted  it.   However, it is not recom-
>>      mended that guile be used when developing new software  pro-
>>      jects.
>>
>> ATTRIBUTES
>>      See attributes(5) for descriptions of the  following  attri-
>>      butes:
>>
>>      _______________________________________
>>     |   ATTRIBUTE TYPE   |  ATTRIBUTE VALUE|
>>     |_______________________________________
>>     | Availability       |  SUNWguile      |
>>     |_______________________________________
>>     | Interface Stability|  Uncommitted    |
>>     |____________________|_________________|
>>
>> NOTES
>>      Source for guile is available on http://opensolaris.org.
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> SunOS 5.10          Last change: 08 Mar 2008                    1
>>
>>
>>
> 

-- 
blu

There are two rules in life:
Rule 1- Don't tell people everything you know
----------------------------------------------------------------------
Brian Utterback - Solaris RPE, Sun Microsystems, Inc.
Ph:877-259-7345, Em:brian.utterback-at-ess-you-enn-dot-kom

From brian.utterback@Sun.COM Tue May 13 06:55:37 2008
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 m4DDtakG017078
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 13 May 2008 06:55:37 -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.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id m4DDtY1Q023062
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Tue, 13 May 2008 14:55:35 +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 <0K0T00C0580LTW00@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Tue, 13 May 2008 07:55:33 -0600 (MDT)
Received: from dm-east-01.east.sun.com ([129.148.9.192])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0T00NC880K1TE0@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Tue,
 13 May 2008 07:55:33 -0600 (MDT)
Received: from [129.148.226.12] (sr1-unsh01-02.East.Sun.COM [129.148.226.12])
	by dm-east-01.east.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id m4DDtTCv041587; Tue, 13 May 2008 09:55:30 -0400 (EDT)
Date: Tue, 13 May 2008 09:55:29 -0400
From: Brian Utterback <brian.utterback@Sun.COM>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <48299C0E.1010104@sun.com>
To: "steve.xue" <Steve.Xue@Sun.COM>
Cc: John.Fischer@Sun.COM, PSARC-ext@Sun.COM
Message-id: <48299DD1.4090103@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
 <482996E2.3010605@sun.com> <48299C0E.1010104@sun.com>
User-Agent: Thunderbird 2.0.0.15pre (X11/20080427)
Status: RO
Content-Length: 632

Okay, but 5.9.4 shipped 4 months ago. Granted it might have been a 
little green at that point, which is why I thought 5.9.3 would have 
been the logical choice.

steve.xue wrote:
> It is because I started this 3 months ago:)
> Brian Utterback wrote:
>> Are you really doing Autogen 5.9, or is this just a rounding error? 
>> Why not 5.9.4, or at least 5.9.3?
> 

-- 
blu

There are two rules in life:
Rule 1- Don't tell people everything you know
----------------------------------------------------------------------
Brian Utterback - Solaris RPE, Sun Microsystems, Inc.
Ph:877-259-7345, Em:brian.utterback-at-ess-you-enn-dot-kom

From Steve.Xue@sun.com Tue May 13 07:01:50 2008
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m4DE1o74017231
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 13 May 2008 07:01:50 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail3mpk.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id m4DE1msS022201
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Tue, 13 May 2008 07:01:50 -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 <0K0T00D0H8B09Q00@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@Sun.COM); Tue, 13 May 2008 08:01:48 -0600 (MDT)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0T00NWO8AZ1XD0@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@Sun.COM); Tue,
 13 May 2008 08:01:48 -0600 (MDT)
Received: from fe-apac-05.sun.com
 (fe-apac-05.sun.com [192.18.19.176] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m4DE2T1M028556	for
 <PSARC-ext@Sun.COM>; Tue, 13 May 2008 14:02:29 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0K0T0070186GAY00@mail-apac.sun.com> (original mail from Steve.Xue@Sun.COM)
 for PSARC-ext@Sun.COM (ORCPT PSARC-ext@Sun.COM); Tue,
 13 May 2008 22:01:32 +0800 (SGT)
Received: from [123.117.89.51] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0K0T00MUZ8AH9M47@mail-apac.sun.com> for PSARC-ext@Sun.COM
 (ORCPT PSARC-ext@Sun.COM); Tue, 13 May 2008 22:01:32 +0800 (SGT)
Date: Tue, 13 May 2008 22:01:45 +0800
From: "steve.xue" <Steve.Xue@sun.com>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <48299DD1.4090103@sun.com>
Sender: Steve.Xue@sun.com
To: Brian Utterback <Brian.Utterback@sun.com>
Cc: John.Fischer@sun.com, PSARC-ext@sun.com
Message-id: <48299F49.30501@sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
 <482996E2.3010605@sun.com> <48299C0E.1010104@sun.com>
 <48299DD1.4090103@sun.com>
User-Agent: Thunderbird 2.0.0.12 (Windows/20080213)
Status: RO
Content-Length: 491

Sure, I will try 5.9.3 tomorrow and see if there is major difference 
from  5.9 or  not.
Brian Utterback wrote:
> Okay, but 5.9.4 shipped 4 months ago. Granted it might have been a 
> little green at that point, which is why I thought 5.9.3 would have 
> been the logical choice.
>
> steve.xue wrote:
>> It is because I started this 3 months ago:)
>> Brian Utterback wrote:
>>> Are you really doing Autogen 5.9, or is this just a rounding error? 
>>> Why not 5.9.4, or at least 5.9.3?
>>
>


From carlsonj@phorcys.east.sun.com Tue May 13 07:04:52 2008
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 m4DE4q0v017526
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 13 May 2008 07:04:52 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail2sca.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id m4DE4nal026397;
	Tue, 13 May 2008 07:04:49 -0700 (PDT)
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 <0K0T004018G13D00@nwk-avmta-2.sfbay.sun.com>; Tue,
 13 May 2008 07:04:49 -0700 (PDT)
Received: from phorcys.east.sun.com ([129.148.174.143])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0T00KWW8G01QA0@nwk-avmta-2.sfbay.sun.com>; Tue,
 13 May 2008 07:04:48 -0700 (PDT)
Received: from phorcys.east.sun.com (localhost [127.0.0.1])
	by phorcys.east.sun.com (8.14.2+Sun/8.14.2) with ESMTP id m4DE4mu4012081; Tue,
 13 May 2008 10:04:48 -0400 (EDT)
Received: (from carlsonj@localhost)
	by phorcys.east.sun.com (8.14.2+Sun/8.14.2/Submit) id m4DE4l6Z012078; Tue,
 13 May 2008 10:04:47 -0400 (EDT)
Date: Tue, 13 May 2008 10:04:47 -0400
From: James Carlson <james.d.carlson@sun.com>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <48299DD1.4090103@sun.com>
To: Brian Utterback <brian.utterback@sun.com>
Cc: "steve.xue" <Steve.Xue@sun.com>, John.Fischer@sun.com, PSARC-ext@sun.com
Message-id: <18473.40959.929406.637342@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.4.1.325704
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
 <482996E2.3010605@sun.com> <48299C0E.1010104@sun.com>
 <48299DD1.4090103@sun.com>
Status: RO
Content-Length: 785

Brian Utterback writes:
> Okay, but 5.9.4 shipped 4 months ago. Granted it might have been a 
> little green at that point, which is why I thought 5.9.3 would have 
> been the logical choice.

I think that the exact version number may not necessarily be
architecturally significant in this instance.  As long as the upstream
provider follows a rational numbering scheme, and we're not concerned
with exposed volatile bits that may cause trouble, I think it'd be
appropriate to say "autogen 5.9, or any completely-compatible dot
release with minor version 5.9."

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

From kmcdonald@egenera.com Tue May 13 07:16:37 2008
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 m4DEGXUX018287
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 13 May 2008 07:16:37 -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.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id m4DEGPPG002991;
	Tue, 13 May 2008 15:16:28 +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 <0K0T00K0V8ZFAI00@nwk-avmta-1.sfbay.Sun.COM>; Tue,
 13 May 2008 07:16:27 -0700 (PDT)
Received: from brmea-mail-4.sun.com ([192.18.98.36])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0T00B8S8ZEGZ80@nwk-avmta-1.sfbay.Sun.COM>; Tue,
 13 May 2008 07:16:26 -0700 (PDT)
Received: from relay24.sun.com
 (relay24.sun.com [192.12.251.74] (may be forged))	by brmea-mail-4.sun.com
 (8.13.6+Sun/8.12.9) with ESMTP id m4DE4pBn005077; Tue,
 13 May 2008 14:16:25 +0000 (GMT)
Received: from mms24es.sun.com ([150.143.232.74] [150.143.232.74])
 by relay24i.sun.com with ESMTP id BT-MMP-57883; Tue,
 13 May 2008 14:16:25 +0000 (Z)
Received: from relay24.sun.com (relay24.sun.com [192.12.251.74])
 by mms24es.sun.com with ESMTP id BT-MMP-47152006; Tue,
 13 May 2008 14:16:24 +0000 (Z)
Received: from webaccess.egenera.com ([63.139.209.15] [63.139.209.15])
 by relay24i.sun.com with ESMTP id BT-MMP-2180675; Tue,
 13 May 2008 14:16:23 +0000 (Z)
Received: from [192.168.101.160] ([24.107.237.206])
 by webaccess.egenera.com over TLS secured channel with Microsoft
 SMTPSVC(6.0.3790.3959); Tue, 13 May 2008 10:11:02 -0400
Date: Tue, 13 May 2008 10:11:23 -0400
From: Kyle McDonald <KMcDonald@egenera.com>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <48299D21.9050505@sun.com>
To: Brian Utterback <brian.utterback@sun.com>
Cc: Halton Huo <Halton.Huo@sun.com>, John.Fischer@sun.com, PSARC-ext@sun.com,
        Irene Huang <Irene.Huang@sun.com>, steve xue <Steve.Xue@sun.com>
Message-id: <4829A18B.1060506@Egenera.COM>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 8BIT
X-PMX-Version: 5.4.1.325704
X-Brightmail-Tracker: AAAAAA==
X-Antispam: No, score=0.0/5.0, scanned in 1.113sec at (localhost [127.0.0.1])
	by smf-spamd v1.3.1 - http://smfs.sf.net/
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
 <1210645600.11044.5.camel@goalie> <1210646456.1487.24.camel@judo>
 <48290540.6050400@sun.com> <1210652244.4506.12.camel@judo>
 <48299D21.9050505@sun.com>
User-Agent: Thunderbird 2.0.0.14 (Windows/20080421)
X-OriginalArrivalTime: 13 May 2008 14:11:03.0161 (UTC)
 FILETIME=[2D6B8690:01C8B503]
Status: RO
Content-Length: 9578

Brian Utterback wrote:
> I hesitate to mention this and if everybody agrees that this is not 
> architecturally or otherwise relevant, I'll shut up, but if you 
> recall, the GNU readline case (PSARC 2007/188) stalled because GNU 
> readline is a library licensed under the GPL rather than the LGPL and 
> thus anything linked with it is likewise under the GPL. So, if guile 
> links with libguilereadline-v-17.so.17.0.3 (which comes with the guile 
> source, but is indeed GPL licensed) then despite what the LICENSE file 
>   for guile says, it is not in reality licensed under LGPL, it is 
> actually bound by the terms of the GPL. So, this presents the same 
> problem that readline did, namely that a developer may unknowingly end 
> up with a product that is bound by the GPL. Now, if the whole issue 
> with readline has been resolved, then great, but I never saw the 
> resolution. Has it been resolved?
>
>   
I thought that shared libraries resolved this, since the 'linking' was 
done at run time by the end user, and not the distributor. The 
distributor is, as I understand it the one that is prevented from 
linking (and then distributing) GPL and non-GPL code. So static linking 
is out, but dynamic linking should be ok, no?

Is that a too simplistic reading of the license?

  -Kyle

> Halton Huo wrote:
>   
>> ï»¿Hi Steve,
>>
>> AFAIK, binaries under /usr/bin should have man pages. For autogen, ï»¿man
>> pages are okay. For guile, Only found man page for guile, how about
>> other three: guile-snarf, guile-config, ï»¿guile-tools?
>>
>> And need these man page files listed in the "ï»¿Exported Interfaces" form?
>>
>> When I build guile 1.8.5, I got four more files
>> /usr/lib/libguilereadline-v-17.so
>> ï»¿/usr/lib/libguilereadline-v-17.so.17
>> ï»¿/usr/lib/libguilereadline-v-17.so.17.0.3
>> /usr/lib/pkgconfig/guile-1.8.pc
>>
>> Do you remove them in purpose?
>>
>> -Halton.
>>
>> On Tue, 2008-05-13 at 11:04 +0800, steve xue wrote:
>>     
>>> Halton Huo wrote:
>>>       
>>>> Ã¯Â»Â¿Give a review on this fast track, comments:
>>>>
>>>> Ã¯Â»Â¿1. typo
>>>>   Ã¯Â»Â¿/usr/bin/guile-confi should be /usr/bin/guile-config
>>>> 2. no man pages for SUNWguile
>>>>    community do not have, only have info
>>>> 3. no man pages for SUNWautogen
>>>>    Ã¯Â»Â¿community have
>>>>
>>>> -
>>>>         
>>> Thanks Halton!
>>>
>>> I re-sent my materials in this mail, man pages are attached.
>>> plain text document attachment (autogen_fasttrack.txt)
>>> Summary
>>> =======
>>>    Autogen[1] is a tool designed to simplify the creation and maintenance of
>>>    programs that contain large amounts of repetitious text. It is especially
>>>    valuable in programs that have several blocks of text that must be kept
>>>    synchronized.
>>>
>>>    This utility can also be called a code generator, which are programs that
>>>    automatically generate high level code (e.g. C, C++, C#, Java, Perl, Python,
>>>    Ruby, etc.).  These tools range in size and complexity from simple code
>>>    parsers to fully featured class and tier builders. 
>>>
>>>    AutoOpts is bundled with AutoGen. It is a tool that virtually eliminates 
>>>    the hassle of processing options and keeping man pages, info docs and usage 
>>>    text up to date. This package allows you to specify several program attributes,
>>>    up to a hundred option types and many option attributes. From this, 
>>>    it then produces all the code necessary to parse and handle the command line 
>>>    and configuration file options, and the documentation that should go with 
>>>    your program as well.
>>>  
>>>    AutoGen/AutoOpts is a two-part project that serves two separate purposes
>>>    and are inextricably intertwined.
>>>
>>>    Because the implementation of Autogen used guile[2](GNU's extension
>>>    language) and guile is not available now in SFW consolidation, so we decide
>>>    to merge guile porting work together into this case.
>>>
>>>    Guile[2] is a library designed to help programmers create flexible
>>>    applications.  Using Guile in an application allows programmers to write
>>>    plug-ins or modules so the application fit their needs.
>>>  
>>>    Autogen-5.9 will be integrated into the SFW consolidation as part of this
>>>    proposal, and will be installed as SUNWautogen.
>>>
>>>    Guile-1.8.4 will be integrated into the SFW consolidation as part of this
>>>    proposal, and will be installed as SUNWguile
>>>
>>>    This project requests a minor release binding. 
>>>
>>>
>>> Dependencies
>>> ============
>>>
>>>    libltdl    	ltdl - GNU libtool dlopen wrapper 		PSARC/2007/557
>>>    libgmp	GNU Multiple Precision Arithmetic Library	PSARC/2008/166
>>>
>>>
>>> Interfaces
>>> ==========
>>>
>>>    (1) Guile related:
>>>
>>>    Exported Interfaces		Classification	Comment
>>>    -------------------		--------------	-------
>>>    SUNWguile			Uncommitted	Package
>>>    /usr/bin/guile		Uncommitted	Command
>>>    /usr/bin/guile-snarf		Uncommitted	Command
>>>    /usr/bin/guile-config	Uncommitted	Command
>>>    /usr/bin/guile-tools		Uncommitted	Command
>>>
>>>    /usr/lib/libguile.so 	Uncommitted 	Guile library symbol link
>>>    /usr/lib/libguile.so.17.1.2 	Uncommitted 	Guile library
>>>
>>>    /usr/lib/libguile-srfi-srfi-1-v-3.so.3.0.1 
>>> 				Uncommitted	Guile srfi 1 implementation library
>>>    /usr/lib/libguile-srfi-srfi-1-v-3.so
>>> 				Uncommitted	symbol link to 
>>> 						Guile srfi 1 implementation library
>>>
>>>    /usr/lib/libguile-srfi-srfi-4-v-3.so.3.0.1 
>>> 				Uncommitted	Guile srfi 4 implementation library
>>>    /usr/lib/libguile-srfi-srfi-4-v-3.so
>>> 				Uncommitted	symbol link to 
>>> 						Guile srfi 4 implementation library
>>>
>>>    /usr/lib/libguile-srfi-srfi-13-14-v-3.so.3.0.1
>>> 				Uncommitted	Guile srfi 13 and 14 implementation library
>>>    /usr/lib/libguile-srfi-srfi-13-14-v-3.so
>>> 				Uncommitted	symbol link to 
>>> 						Guile srfi 13 and 14 implementation library
>>>
>>>    /usr/lib/libguile-srfi-srfi-60-v-2.so.2.0.2
>>> 				Uncommitted	Guile srfi 60 implementation library
>>>    /usr/lib/libguile-srfi-srfi-60-v-2.so
>>> 				Uncommitted	symbol link to 
>>> 						Guile srfi 60 implementation library
>>>
>>>    /usr/share/guile/		Project Private	Scheme modules
>>>
>>>    /usr/include/libguile.h	Uncommitted	Header files
>>>    /usr/include/libguile	Uncommitted	Header files
>>>    /usr/include/guile/		Uncommitted	Header files
>>>
>>>    Imported Interfaces 		Classification	Comment
>>>    -------------------		--------------	-------
>>>    /usr/lib/libltdl.so		Uncommitted	PSARC/2007/557
>>>    /usr/lib/libgmp.so		Committed	PSARC/2008/166
>>>
>>>    (2) Autogen related:
>>>
>>>    Exported Interfaces		Classification	Comment
>>>    -------------------		--------------	-------
>>>    SUNWautogen			Uncommitted	Package
>>>    /usr/bin/autogen		Uncommitted	Command
>>>    /usr/bin/autoopts-config 	Uncommitted	Command
>>>    /usr/bin/columns		Uncommitted	Command
>>>    /usr/bin/getdefs		Uncommitted	Command
>>>    /usr/bin/xml2ag 		Uncommitted	Command
>>>
>>>    /usr/lib/libguileopts.so	Uncommitted	Libguileopts library symbol
>>>    						link
>>>    /usr/lib/libguileopts.so.0.0.1
>>>    				Uncommitted	Libguileopts library
>>>
>>>    /usr/share/autogen/		Uncommitted 	Templates can be used as autogen command arguments
>>>
>>>    /usr/lib/libopts.so.25.3.0   
>>> 				Uncommitted	Library used by libguileopts.so and autogen
>>>
>>>    /usr/include/autoopts/	Uncommitted	Header files
>>>
>>>    Imported Interfaces 		Classification	Comment
>>>    -------------------		--------------	-------
>>>    /usr/lib/libguile.so 	Uncommitted 	Guile library symbol link
>>>
>>>
>>> Reference Documents
>>> ===================
>>>    [1] http://www.gnu.org/software/autogen/
>>>    [2] http://www.gnu.org/software/guile/
>>>
>>>    RFE ID# 6672584 for autogen
>>>    RFE ID# 6672583 for guile
>>> plain text document attachment (guile.1.txt)
>>>
>>>
>>> User Commands                                            guile(1)
>>>
>>>
>>>
>>> NAME
>>>      guile - a library designed to help programmers create flexi-
>>>      ble applications
>>>
>>> SYNOPSIS
>>>      /usr/bin/guile [OPTION]...
>>>
>>> DESCRIPTION
>>>      Using Guile in an application allows  programmers  to  write
>>>      plug-ins,  or modules (there are many names, but the concept
>>>      is essentially the same) and users to use them  to  have  an
>>>      application fit their needs.
>>>
>>>      For additional information on using guile, see the Info for-
>>>      mat documentation by running the following command from your
>>>      shell:
>>>           /usr/sfw/bin/info guile
>>>
>>>      guile is provided for developers who are working on software
>>>      that  has  already  adopted  it.   However, it is not recom-
>>>      mended that guile be used when developing new software  pro-
>>>      jects.
>>>
>>> ATTRIBUTES
>>>      See attributes(5) for descriptions of the  following  attri-
>>>      butes:
>>>
>>>      _______________________________________
>>>     |   ATTRIBUTE TYPE   |  ATTRIBUTE VALUE|
>>>     |_______________________________________
>>>     | Availability       |  SUNWguile      |
>>>     |_______________________________________
>>>     | Interface Stability|  Uncommitted    |
>>>     |____________________|_________________|
>>>
>>> NOTES
>>>      Source for guile is available on http://opensolaris.org.
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> SunOS 5.10          Last change: 08 Mar 2008                    1
>>>
>>>
>>>
>>>       
>
>   


From Darren.Moffat@Sun.COM Tue May 13 07:26:42 2008
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 m4DEQfap018815
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 13 May 2008 07:26:42 -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.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id m4DEQdmg007566
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Tue, 13 May 2008 15:26:41 +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 <0K0T00E119GEYM00@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Tue, 13 May 2008 08:26:38 -0600 (MDT)
Received: from gmp-eb-inf-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 <0K0T00D5M9G9YR10@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Tue,
 13 May 2008 08:26:38 -0600 (MDT)
Received: from fe-emea-09.sun.com (gmp-eb-lb-2-fe3.eu.sun.com [192.18.6.12])
	by gmp-eb-inf-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m4DEQWis008219	for
 <PSARC-ext@sun.com>; Tue, 13 May 2008 14:26:32 +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 <0K0T00E018M6VM00@fe-emea-09.sun.com>
 (original mail from Darren.Moffat@Sun.COM)
 for PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Tue,
 13 May 2008 15:26:32 +0100 (BST)
Received: from [129.156.173.21] by fe-emea-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0K0T00B0E9G0C520@fe-emea-09.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Tue, 13 May 2008 15:26:25 +0100 (BST)
Date: Tue, 13 May 2008 15:26:24 +0100
From: Darren J Moffat <Darren.Moffat@Sun.COM>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <4829A18B.1060506@Egenera.COM>
Sender: Darren.Moffat@Sun.COM
To: Kyle McDonald <KMcDonald@egenera.com>
Cc: Brian Utterback <Brian.Utterback@Sun.COM>, John.Fischer@Sun.COM,
        PSARC-ext@Sun.COM, Irene Huang <Irene.Huang@Sun.COM>,
        Halton Huo <Halton.Huo@Sun.COM>, steve xue <Steve.Xue@Sun.COM>
Message-id: <4829A510.8040307@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
 <1210645600.11044.5.camel@goalie> <1210646456.1487.24.camel@judo>
 <48290540.6050400@sun.com> <1210652244.4506.12.camel@judo>
 <48299D21.9050505@sun.com> <4829A18B.1060506@Egenera.COM>
User-Agent: Thunderbird 2.0.0.12 (X11/20080326)
Status: RO
Content-Length: 673

Kyle McDonald wrote:
> I thought that shared libraries resolved this, since the 'linking' was 
> done at run time by the end user, and not the distributor. The 
> distributor is, as I understand it the one that is prevented from 
> linking (and then distributing) GPL and non-GPL code. So static linking 
> is out, but dynamic linking should be ok, no?
> 
> Is that a too simplistic reading of the license?

Yes it is to simplistic a view unfortunately.  However this is no the 
place (the ARC aliases are not for license interpretation discussion) 
and I am not the person (I am not a lawyer or otherwise sufficiently 
trained) to explain to you why.

-- 
Darren J Moffat

From brian.utterback@Sun.COM Tue May 13 07:31:58 2008
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m4DEVww3018958
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 13 May 2008 07:31:58 -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 m4DEVuE8001929
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Tue, 13 May 2008 07:31:58 -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 <0K0T00L0N9P9R000@nwk-avmta-1.sfbay.Sun.COM> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Tue, 13 May 2008 07:31:57 -0700 (PDT)
Received: from dm-east-01.east.sun.com ([129.148.9.192])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0T00BYW9P8GS80@nwk-avmta-1.sfbay.Sun.COM> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Tue,
 13 May 2008 07:31:57 -0700 (PDT)
Received: from [129.148.226.12] (sr1-unsh01-02.East.Sun.COM [129.148.226.12])
	by dm-east-01.east.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id m4DEVqbL056301; Tue, 13 May 2008 10:31:53 -0400 (EDT)
Date: Tue, 13 May 2008 10:31:52 -0400
From: Brian Utterback <brian.utterback@Sun.COM>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <4829A18B.1060506@Egenera.COM>
To: Kyle McDonald <KMcDonald@egenera.com>
Cc: Halton Huo <Halton.Huo@Sun.COM>, John.Fischer@Sun.COM, PSARC-ext@Sun.COM,
        Irene Huang <Irene.Huang@Sun.COM>, steve xue <Steve.Xue@Sun.COM>
Message-id: <4829A658.4000704@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
 <1210645600.11044.5.camel@goalie> <1210646456.1487.24.camel@judo>
 <48290540.6050400@sun.com> <1210652244.4506.12.camel@judo>
 <48299D21.9050505@sun.com> <4829A18B.1060506@Egenera.COM>
User-Agent: Thunderbird 2.0.0.15pre (X11/20080427)
Status: RO
Content-Length: 2527



Kyle McDonald wrote:
> Brian Utterback wrote:
>> I hesitate to mention this and if everybody agrees that this is not 
>> architecturally or otherwise relevant, I'll shut up, but if you 
>> recall, the GNU readline case (PSARC 2007/188) stalled because GNU 
>> readline is a library licensed under the GPL rather than the LGPL and 
>> thus anything linked with it is likewise under the GPL. So, if guile 
>> links with libguilereadline-v-17.so.17.0.3 (which comes with the guile 
>> source, but is indeed GPL licensed) then despite what the LICENSE file 
>>   for guile says, it is not in reality licensed under LGPL, it is 
>> actually bound by the terms of the GPL. So, this presents the same 
>> problem that readline did, namely that a developer may unknowingly end 
>> up with a product that is bound by the GPL. Now, if the whole issue 
>> with readline has been resolved, then great, but I never saw the 
>> resolution. Has it been resolved?
>>
>>   
> I thought that shared libraries resolved this, since the 'linking' was 
> done at run time by the end user, and not the distributor. The 
> distributor is, as I understand it the one that is prevented from 
> linking (and then distributing) GPL and non-GPL code. So static linking 
> is out, but dynamic linking should be ok, no?
> 
> Is that a too simplistic reading of the license?
> 
>  -Kyle

I think this is true for the LGPL, but we are talking about the GPL 
here. I found the original conversation between the guile developers 
and Richard Stallman, and the very reason that the separate 
libguile-readline library was created was that there are some uses of 
guile that do not use readline and some that do, and they wanted the 
ability to build it without readline and thus license guile via the 
LGPL and at the same time be able to build it with readline and have 
it bound by the GPL. It is clear from the discussion, that those 
involved believe that when built with libguile-readline, that the 
resultant binaries are GPL licensed and viral. I found it kind of 
funny reading the thread because lately it seems that it is 
inflammatory to call a license "viral", but Stallman and the 
developers actually say that the GPL "infecting" the programs is 
exactly their desired outcome.

-- 
blu

There are two rules in life:
Rule 1- Don't tell people everything you know
----------------------------------------------------------------------
Brian Utterback - Solaris RPE, Sun Microsystems, Inc.
Ph:877-259-7345, Em:brian.utterback-at-ess-you-enn-dot-kom

From brian.utterback@sun.com Tue May 13 07:42:03 2008
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 m4DEg2NE019029
	for <psarc-ext@sac.sfbay.Sun.COM>; Tue, 13 May 2008 07:42:03 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id m4DEg07Z020196
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Tue, 13 May 2008 22:42:01 +0800 (SGT)
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 <0K0T0050BA60KK00@nwk-avmta-2.sfbay.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Tue, 13 May 2008 07:42:00 -0700 (PDT)
Received: from dm-east-01.east.sun.com ([129.148.9.192])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0T00K54A5X1OC0@nwk-avmta-2.sfbay.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Tue,
 13 May 2008 07:41:58 -0700 (PDT)
Received: from [129.148.226.12] (sr1-unsh01-02.East.Sun.COM [129.148.226.12])
	by dm-east-01.east.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id m4DEfqA5060348; Tue, 13 May 2008 10:41:53 -0400 (EDT)
Date: Tue, 13 May 2008 10:41:52 -0400
From: Brian Utterback <brian.utterback@sun.com>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <4829A510.8040307@Sun.COM>
To: Darren J Moffat <Darren.Moffat@sun.com>
Cc: Kyle McDonald <KMcDonald@egenera.com>, John.Fischer@sun.com,
        PSARC-ext@sun.com, Irene Huang <Irene.Huang@sun.com>,
        Halton Huo <Halton.Huo@sun.com>, steve xue <Steve.Xue@sun.com>
Message-id: <4829A8B0.9030301@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
 <1210645600.11044.5.camel@goalie> <1210646456.1487.24.camel@judo>
 <48290540.6050400@sun.com> <1210652244.4506.12.camel@judo>
 <48299D21.9050505@sun.com> <4829A18B.1060506@Egenera.COM>
 <4829A510.8040307@Sun.COM>
User-Agent: Thunderbird 2.0.0.15pre (X11/20080427)
Status: RO
Content-Length: 1230



Darren J Moffat wrote:
> Kyle McDonald wrote:
>> I thought that shared libraries resolved this, since the 'linking' was 
>> done at run time by the end user, and not the distributor. The 
>> distributor is, as I understand it the one that is prevented from 
>> linking (and then distributing) GPL and non-GPL code. So static 
>> linking is out, but dynamic linking should be ok, no?
>>
>> Is that a too simplistic reading of the license?
> 
> Yes it is to simplistic a view unfortunately.  However this is no the 
> place (the ARC aliases are not for license interpretation discussion) 
> and I am not the person (I am not a lawyer or otherwise sufficiently 
> trained) to explain to you why.
> 

Okay, if the world hasn't changed, then I think it is enough to just 
note the issue and move on. But when this is submitted to the open 
source review it should definitely be noted there so that the lawyers 
actually do get a chance to knowingly figure it out.

-- 
blu

There are two rules in life:
Rule 1- Don't tell people everything you know
----------------------------------------------------------------------
Brian Utterback - Solaris RPE, Sun Microsystems, Inc.
Ph:877-259-7345, Em:brian.utterback-at-ess-you-enn-dot-kom

From danek.duvall@Sun.COM Tue May 13 08:12:02 2008
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 m4DFC1tQ020191
	for <psarc-ext@sac.sfbay.Sun.COM>; Tue, 13 May 2008 08:12:02 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id m4DFBlRm002213
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@Sun.COM>; Tue, 13 May 2008 23:12:00 +0800 (SGT)
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 <0K0T00603BJZH100@nwk-avmta-2.sfbay.sun.com> for PSARC-ext@Sun.COM
 (ORCPT PSARC-ext@Sun.COM); Tue, 13 May 2008 08:11:59 -0700 (PDT)
Received: from dm-sfbay-02.sfbay.sun.com ([129.146.11.31])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0T00KHYBJZ1OE0@nwk-avmta-2.sfbay.sun.com> for
 PSARC-ext@Sun.COM (ORCPT PSARC-ext@Sun.COM); Tue,
 13 May 2008 08:11:59 -0700 (PDT)
Received: from zruty.sfbay.sun.com (zruty.SFBay.Sun.COM [129.146.168.40])
	by dm-sfbay-02.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id m4DFBvbi029210; Tue, 13 May 2008 08:11:57 -0700 (PDT)
Received: from zruty.sfbay.sun.com (localhost [127.0.0.1])
	by zruty.sfbay.sun.com (8.14.2+Sun/8.14.2) with ESMTP id m4DFBv9J013792; Tue,
 13 May 2008 08:11:57 -0700 (PDT)
Received: (from dduvall@localhost)
	by zruty.sfbay.sun.com (8.14.2+Sun/8.14.2/Submit) id m4DFBvsb013791; Tue,
 13 May 2008 08:11:57 -0700 (PDT)
Date: Tue, 13 May 2008 08:11:57 -0700
From: Danek Duvall <danek.duvall@Sun.COM>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <1210667652.4506.45.camel@judo>
To: Halton Huo <Halton.Huo@Sun.COM>
Cc: steve xue <Steve.Xue@Sun.COM>, Irene Huang <Irene.Huang@Sun.COM>,
        John.Fischer@Sun.COM, PSARC-ext@Sun.COM
Message-id: <20080513151157.GG29912@zruty.sfbay.sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=unknown-8bit
Content-transfer-encoding: 8BIT
Content-disposition: inline
X-PMX-Version: 5.4.1.325704
References: <4828CEF2.5010608@sun.com> <1210645600.11044.5.camel@goalie>
 <1210646456.1487.24.camel@judo> <48290540.6050400@sun.com>
 <1210652244.4506.12.camel@judo> <48291C95.5000202@sun.com>
 <1210657333.4506.16.camel@judo> <48292A9C.7020905@sun.com>
 <20080513063259.GF29912@zruty.sfbay.sun.com> <1210667652.4506.45.camel@judo>
User-Agent: Mutt/1.5.16 (2007-06-27)
Status: RO
Content-Length: 720

On Tue, May 13, 2008 at 04:34:12PM +0800, Halton Huo wrote:

> ï»¿ï»¿I'm okay to not shipping it. Seems ï»¿libguilereadline is different
> between mine and yours.
> 
> My ï»¿libguilereadline is not link against readline, 
> $file /usr/lib/libguilereadline-v-17.so.17.0.3
> /usr/lib/libguilereadline-v-17.so.17.0.3:	ELF 32-bit LSB dynamic lib
> 80386 Version 1, dynamically linked, not stripped
> 
> Strange thing is when I run
> 'ldd /usr/lib/libguilereadline-v-17.so.17.0.3', there is no depend on
> libs.

Okay.  The ldd output Steve sent me a while back included libreadline in
the ldd output.

It doesn't really matter much to the ARC whether you're linking with
readline or not -- it's purely a legal issue.

Danek

From Joerg.Schilling@fokus.fraunhofer.de Tue May 13 08:14:21 2008
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 m4DFELCn020333
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 13 May 2008 08:14:21 -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 m4DFEF8C001731;
	Tue, 13 May 2008 09:14:18 -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 <0K0T0062DBNSJ700@nwk-avmta-2.sfbay.sun.com>; Tue,
 13 May 2008 08:14:16 -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 <0K0T00KZLBNR1ED0@nwk-avmta-2.sfbay.sun.com>; Tue,
 13 May 2008 08:14:15 -0700 (PDT)
Received: from relay16i.sun.com
 (ip126.net129179-4.block1.us.syntegra.com [129.179.4.126])
	by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m4DF58Fo019806; Tue,
 13 May 2008 15:14:14 +0000 (GMT)
Received: from mmp13es.sun.com ([160.41.209.23] [160.41.209.23])
 by relay16i.sun.com with ESMTP id BT-MMP-44754; Tue,
 13 May 2008 15:14:14 +0000 (Z)
Received: from relay12i.sun.com (relay12i.sun.com [129.179.4.122])
 by mmp13es.sun.com with ESMTP id BT-MMP-13676; Tue,
 13 May 2008 15:14:13 +0000 (Z)
Received: from mailgw1.fraunhofer.de ([153.96.1.17] [153.96.1.17])
 by relay1i.sun.com with ESMTP id BT-MMP-584340; Tue,
 13 May 2008 15:14:13 +0000 (Z)
Received: from mailgw1.fraunhofer.de (localhost [127.0.0.1])
	by mailgw1.fraunhofer.de[host mailgw22] (8.14.2+/8.14.2)
 with ESMTP id m4DF6g43026506; Tue, 13 May 2008 17:06:42 +0200 (CEST)
Received: from pluto.fokus.fraunhofer.de
 (pluto.fokus.fraunhofer.de [195.37.77.164])
	by mailgw1.fraunhofer.de (8.14.2+/8.14.2) with ESMTP id m4DF6fum026497
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue,
 13 May 2008 17:06:42 +0200 (CEST)
Received: from EXCHSRV.fokus.fraunhofer.de (bohr [10.147.9.231])
	by pluto.fokus.fraunhofer.de (8.13.7/8.13.7) with SMTP id m4DF6fMw016158; Tue,
 13 May 2008 17:06:41 +0200 (MEST)
Received: from rigel ([10.147.65.195]) by EXCHSRV.fokus.fraunhofer.de with
 Microsoft SMTPSVC(6.0.3790.3959); Tue, 13 May 2008 17:06:41 +0200
Date: Tue, 13 May 2008 17:06:41 +0200
From: Joerg.Schilling@fokus.fraunhofer.de (Joerg Schilling)
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <20080513063259.GF29912@zruty.sfbay.sun.com>
To: Steve.Xue@sun.com, danek.duvall@sun.com
Cc: PSARC-ext@sun.com, John.Fischer@sun.com, Irene.Huang@sun.com,
        Halton.Huo@sun.com
Message-id: <4829ae81.n6XMK/LsNUbup1yO%Joerg.Schilling@fokus.fraunhofer.de>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1
Content-transfer-encoding: 8BIT
X-PMX-Version: 5.4.1.325704
X-Brightmail-Tracker: AAAAAA==
X-Fraunhofer-Email-Policy: accepted
X-Antispam: No, score=0.0/5.0, scanned in 1.186sec at (localhost [127.0.0.1])
	by smf-spamd v1.3.1 - http://smfs.sf.net/
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
 <1210645600.11044.5.camel@goalie> <1210646456.1487.24.camel@judo>
 <48290540.6050400@sun.com> <1210652244.4506.12.camel@judo>
 <48291C95.5000202@sun.com> <1210657333.4506.16.camel@judo>
 <48292A9C.7020905@sun.com> <20080513063259.GF29912@zruty.sfbay.sun.com>
User-Agent: nail 11.22 3/20/05
X-OriginalArrivalTime: 13 May 2008 15:06:41.0412 (UTC)
 FILETIME=[F32C3440:01C8B50A]
Status: RO
Content-Length: 1112

Danek Duvall <danek.duvall@sun.com> wrote:

> On Tue, May 13, 2008 at 01:43:56PM +0800, steve xue wrote:
>
> > Danek found this also, he mentioned that since libguilereadline will be
> > shipped here that will have some potential risk about being conflict to
> > some future individual 'readline' library porting.
>
> It wasn't so much that there was a conflict, just that libguilereadline
> links against the readline library, which we don't (currently) ship.  So
> there's not much point in shipping libguilereadline, either.  Though
> readline could be linked in statically until such time as we make a dynamic
> readline library available.

If this is a license related problem, then there is no difference between 
static and dynamic linking. The GPL just disallows GPLd code to be "used" by 
non-GPL code. 

Jörg

-- 
 EMail:joerg@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
       js@cs.tu-berlin.de                (uni)  
       schilling@fokus.fraunhofer.de     (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily

From John.Fischer@Sun.COM Tue May 13 08:55:14 2008
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 m4DFtDcp021446
	for <psarc-ext@sac.sfbay.Sun.COM>; Tue, 13 May 2008 08:55:13 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id m4DFsnwQ017306
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Tue, 13 May 2008 23:55:12 +0800 (SGT)
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 <0K0T00L1BDJW0600@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Tue, 13 May 2008 09:55:08 -0600 (MDT)
Received: from sca-es-mail-1.sun.com ([192.18.43.132])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0T00DLNDJUZ870@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Tue,
 13 May 2008 09:55:06 -0600 (MDT)
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 m4DFt6jP009390	for
 <PSARC-ext@sun.com>; Tue, 13 May 2008 08:55:06 -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 <0K0T00M01D3BLX00@fe-sfbay-09.sun.com>
 (original mail from John.Fischer@Sun.COM)
 for PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Tue,
 13 May 2008 08:55:06 -0700 (PDT)
Received: from [192.168.10.10] ([76.20.56.47])
 by fe-sfbay-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb
 28 2007)) with ESMTPSA id <0K0T000LXDJPG9D0@fe-sfbay-09.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Tue,
 13 May 2008 08:55:01 -0700 (PDT)
Date: Tue, 13 May 2008 08:54:55 -0700
From: John Fischer <John.Fischer@Sun.COM>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <48290540.6050400@sun.com>
Sender: John.Fischer@Sun.COM
To: steve xue <Steve.Xue@Sun.COM>
Cc: Halton Huo <Halton.Huo@Sun.COM>, Irene Huang <Irene.Huang@Sun.COM>,
        PSARC-ext@Sun.COM
Reply-to: John.Fischer@Sun.COM
Message-id: <4829B9CF.10500@sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 8BIT
X-PMX-Version: 5.4.1.325704
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
 <1210645600.11044.5.camel@goalie> <1210646456.1487.24.camel@judo>
 <48290540.6050400@sun.com>
User-Agent: Thunderbird 2.0.0.4 (X11/20070622)
Status: RO
Content-Length: 785

Just an FYI (For your information) the case directory already had
the fast track document and the various man pages within the case
directory.  Since the project team provided me with the man pages
I assumed that they would be shipping them.

Steve,

Are you supplying the man pages in the SVr4 package that you
originally included within the materials that you sent to me?

Thanks,

John

steve xue wrote:
> Halton Huo wrote:
>> ï»¿Give a review on this fast track, comments:
>>
>> ï»¿1. typo
>>   ï»¿/usr/bin/guile-confi should be /usr/bin/guile-config
>> 2. no man pages for SUNWguile
>>    community do not have, only have info
>> 3. no man pages for SUNWautogen
>>    ï»¿community have
>>
>> -
> Thanks Halton!
> 
> I re-sent my materials in this mail, man pages are attached.
> 

From Darren.Moffat@Sun.COM Tue May 13 09:03:30 2008
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 m4DG3Trr022192
	for <psarc-ext@sac.sfbay.Sun.COM>; Tue, 13 May 2008 09:03:30 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id m4DG3Nrl020969
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 14 May 2008 00:03:29 +0800 (SGT)
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 <0K0T00L0JDXQJH00@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Tue, 13 May 2008 10:03:26 -0600 (MDT)
Received: from gmp-eb-inf-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 <0K0T00DYNDXPZ970@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Tue,
 13 May 2008 10:03:26 -0600 (MDT)
Received: from fe-emea-09.sun.com (gmp-eb-lb-2-fe2.eu.sun.com [192.18.6.11])
	by gmp-eb-inf-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m4DG3PDh022640	for
 <PSARC-ext@sun.com>; Tue, 13 May 2008 16:03:25 +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 <0K0T00301DXGUY00@fe-emea-09.sun.com>
 (original mail from Darren.Moffat@Sun.COM)
 for PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Tue,
 13 May 2008 17:03:25 +0100 (BST)
Received: from [129.156.173.21] by fe-emea-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0K0T00BDNDXKC520@fe-emea-09.sun.com>; Tue,
 13 May 2008 17:03:21 +0100 (BST)
Date: Tue, 13 May 2008 17:03:19 +0100
From: Darren J Moffat <Darren.Moffat@Sun.COM>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <20080513151157.GG29912@zruty.sfbay.sun.com>
Sender: Darren.Moffat@Sun.COM
To: Danek Duvall <Danek.Duvall@Sun.COM>
Cc: Halton Huo <Halton.Huo@Sun.COM>, John.Fischer@Sun.COM, PSARC-ext@Sun.COM,
        Irene Huang <Irene.Huang@Sun.COM>, steve xue <Steve.Xue@Sun.COM>
Message-id: <4829BBC7.6040606@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=UTF-8
Content-transfer-encoding: 8BIT
X-PMX-Version: 5.4.1.325704
References: <4828CEF2.5010608@sun.com> <1210645600.11044.5.camel@goalie>
 <1210646456.1487.24.camel@judo> <48290540.6050400@sun.com>
 <1210652244.4506.12.camel@judo> <48291C95.5000202@sun.com>
 <1210657333.4506.16.camel@judo> <48292A9C.7020905@sun.com>
 <20080513063259.GF29912@zruty.sfbay.sun.com> <1210667652.4506.45.camel@judo>
 <20080513151157.GG29912@zruty.sfbay.sun.com>
User-Agent: Thunderbird 2.0.0.12 (X11/20080326)
Status: RO
Content-Length: 917

Danek Duvall wrote:
> On Tue, May 13, 2008 at 04:34:12PM +0800, Halton Huo wrote:
> 
>> ï»¿ï»¿I'm okay to not shipping it. Seems ï»¿libguilereadline is different
>> between mine and yours.
>>
>> My ï»¿libguilereadline is not link against readline, 
>> $file /usr/lib/libguilereadline-v-17.so.17.0.3
>> /usr/lib/libguilereadline-v-17.so.17.0.3:	ELF 32-bit LSB dynamic lib
>> 80386 Version 1, dynamically linked, not stripped
>>
>> Strange thing is when I run
>> 'ldd /usr/lib/libguilereadline-v-17.so.17.0.3', there is no depend on
>> libs.
> 
> Okay.  The ldd output Steve sent me a while back included libreadline in
> the ldd output.
> 
> It doesn't really matter much to the ARC whether you're linking with
> readline or not -- it's purely a legal issue.

It does matter to the ARC though that there is no case to import 
libreadline from and it doesn't actually exist as a library to import.

-- 
Darren J Moffat

From Joerg.Schilling@fokus.fraunhofer.de Tue May 13 09:05:00 2008
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 m4DG4xYH022377
	for <psarc-ext@sac.sfbay.Sun.COM>; Tue, 13 May 2008 09:05:00 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id m4DG4lUV021848;
	Wed, 14 May 2008 00:04:55 +0800 (SGT)
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 <0K0T00737E03Z800@nwk-avmta-2.sfbay.sun.com>; Tue,
 13 May 2008 09:04:51 -0700 (PDT)
Received: from brmea-mail-4.sun.com ([192.18.98.36])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0T007KRE013420@nwk-avmta-2.sfbay.sun.com>; Tue,
 13 May 2008 09:04:50 -0700 (PDT)
Received: from relay16i.sun.com
 (ip126.net129179-4.block1.us.syntegra.com [129.179.4.126])
	by brmea-mail-4.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m4DG28lh027323; Tue,
 13 May 2008 16:04:49 +0000 (GMT)
Received: from mmp12es.sun.com ([160.41.209.22] [160.41.209.22])
 by relay16i.sun.com with ESMTP id BT-MMP-47514; Tue,
 13 May 2008 16:04:49 +0000 (Z)
Received: from relay15i.sun.com (relay15i.sun.com [129.179.4.125])
 by mmp12es.sun.com with ESMTP id BT-MMP-21929687; Tue,
 13 May 2008 16:04:49 +0000 (Z)
Received: from mailgw1.fraunhofer.de ([153.96.1.17] [153.96.1.17])
 by relay1ib.sun.com with ESMTP id BT-MMP-565512; Tue,
 13 May 2008 16:04:49 +0000 (Z)
Received: from mailgw1.fraunhofer.de (localhost [127.0.0.1])
	by mailgw1.fraunhofer.de[host mailgw26] (8.14.2+/8.14.2)
 with ESMTP id m4DFvAp5007393; Tue, 13 May 2008 17:57:10 +0200 (CEST)
Received: from pluto.fokus.fraunhofer.de
 (pluto.fokus.fraunhofer.de [195.37.77.164])
	by mailgw1.fraunhofer.de (8.14.2+/8.14.2) with ESMTP id m4DFvAJc007387
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue,
 13 May 2008 17:57:10 +0200 (CEST)
Received: from EXCHSRV.fokus.fraunhofer.de (bohr [10.147.9.231])
	by pluto.fokus.fraunhofer.de (8.13.7/8.13.7) with SMTP id m4DFvABS018447; Tue,
 13 May 2008 17:57:10 +0200 (MEST)
Received: from rigel ([10.147.65.195]) by EXCHSRV.fokus.fraunhofer.de with
 Microsoft SMTPSVC(6.0.3790.3959); Tue, 13 May 2008 17:57:10 +0200
Date: Tue, 13 May 2008 17:57:10 +0200
From: Joerg.Schilling@fokus.fraunhofer.de (Joerg Schilling)
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <4829A18B.1060506@Egenera.COM>
To: KMcDonald@egenera.com, brian.utterback@sun.com
Cc: Steve.Xue@sun.com, PSARC-ext@sun.com, John.Fischer@sun.com,
        Irene.Huang@sun.com, Halton.Huo@sun.com
Message-id: <4829ba56./rApTIHJGUgFkg96%Joerg.Schilling@fokus.fraunhofer.de>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1
Content-transfer-encoding: 8BIT
X-PMX-Version: 5.4.1.325704
X-Brightmail-Tracker: AAAAAA==
X-Fraunhofer-Email-Policy: accepted
X-Antispam: No, score=0.0/5.0, scanned in 0.093sec at (localhost [127.0.0.1])
	by smf-spamd v1.3.1 - http://smfs.sf.net/
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
 <1210645600.11044.5.camel@goalie> <1210646456.1487.24.camel@judo>
 <48290540.6050400@sun.com> <1210652244.4506.12.camel@judo>
 <48299D21.9050505@sun.com> <4829A18B.1060506@Egenera.COM>
User-Agent: nail 11.22 3/20/05
X-OriginalArrivalTime: 13 May 2008 15:57:10.0490 (UTC)
 FILETIME=[00A4D3A0:01C8B512]
Status: RO
Content-Length: 2176

Kyle McDonald <KMcDonald@egenera.com> wrote:

> I thought that shared libraries resolved this, since the 'linking' was 
> done at run time by the end user, and not the distributor. The 
> distributor is, as I understand it the one that is prevented from 
> linking (and then distributing) GPL and non-GPL code. So static linking 
> is out, but dynamic linking should be ok, no?
>
> Is that a too simplistic reading of the license?

Yes, it is a too simplistic reading of the license:

In order to  understand the intention of the GPL, you first need to know when 
dynamic linking has been introduced and when the GPLv2 has been written.

Dynamic linking on SunOS has been introduced around 1988 - at that time,
SunOS based machines have been the major development platform for the FSF/GNU 
people.

The GPLv2 has been written around 1992 - this is definitely some time after 
dynamic linking has been introduced. The GPLv2 text thus has been written in 
full knowledge of dynamic linking.

For a legal case, only the original GPLv2 license text would be of interest and 
this text does (intentionally) not discriminate between dynamic and static 
linking. It uses different ("work" based) terms to describe what't allowed and 
what not.

GPLv2 §2 b) says:

    b) You must cause any work that you distribute or publish, that in 
    whole or in part contains or is derived from the Program or any 
    part thereof, to be licensed as a whole at no charge to all third 
    parties under the terms of this License. 
 

and thus "using"/"calling" an interface from a GPLd "work" could be interpreted 
as creating a "derived work".


As a note for completness: the reverse direction: "GPLd work calls non-GPL code" 
is not affected by the GPLv2. This has been done to intentionally allow to 
distribute binaries from GPLd code for closed source platforms such as HP-UX or 
AIX.



Jörg

-- 
 EMail:joerg@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
       js@cs.tu-berlin.de                (uni)  
       schilling@fokus.fraunhofer.de     (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily

From Nicolas.Williams@sun.com Tue May 13 09:07:52 2008
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 m4DG7qol022482
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 13 May 2008 09:07:52 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail2sca.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id m4DG7lQp006846;
	Tue, 13 May 2008 09:07:47 -0700 (PDT)
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 <0K0T00801E4Z3600@nwk-avmta-2.sfbay.sun.com>; Tue,
 13 May 2008 09:07:47 -0700 (PDT)
Received: from binky.Central.Sun.COM ([129.153.128.104])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0T007EUE4Z3920@nwk-avmta-2.sfbay.sun.com>; Tue,
 13 May 2008 09:07:47 -0700 (PDT)
Received: from binky.Central.Sun.COM (localhost [127.0.0.1])
	by binky.Central.Sun.COM (8.14.1+Sun/8.14.1) with ESMTP id m4DG7hD4025484;
 Tue, 13 May 2008 11:07:43 -0500 (CDT)
Received: (from nw141292@localhost)
	by binky.Central.Sun.COM (8.14.1+Sun/8.14.1/Submit) id m4DG7hmV025483; Tue,
 13 May 2008 11:07:43 -0500 (CDT)
Date: Tue, 13 May 2008 11:07:43 -0500
From: Nicolas Williams <Nicolas.Williams@sun.com>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <4829BBC7.6040606@Sun.COM>
To: Darren J Moffat <Darren.Moffat@sun.com>
Cc: Danek Duvall <Danek.Duvall@sun.com>, Halton Huo <Halton.Huo@sun.com>,
        John.Fischer@sun.com, PSARC-ext@sun.com,
        Irene Huang <Irene.Huang@sun.com>, steve xue <Steve.Xue@sun.com>
Mail-followup-to: Darren J Moffat <Darren.Moffat@Sun.COM>,
 Danek Duvall <Danek.Duvall@sun.com>, Halton Huo <Halton.Huo@sun.com>,
 John.Fischer@sun.com, PSARC-ext@sun.com, Irene Huang <Irene.Huang@sun.com>,
 steve xue <Steve.Xue@sun.com>
Message-id: <20080513160743.GC13552@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Content-disposition: inline
X-PMX-Version: 5.4.1.325704
References: <1210646456.1487.24.camel@judo> <48290540.6050400@sun.com>
 <1210652244.4506.12.camel@judo> <48291C95.5000202@sun.com>
 <1210657333.4506.16.camel@judo> <48292A9C.7020905@sun.com>
 <20080513063259.GF29912@zruty.sfbay.sun.com> <1210667652.4506.45.camel@judo>
 <20080513151157.GG29912@zruty.sfbay.sun.com> <4829BBC7.6040606@Sun.COM>
X-Authentication-warning: binky.Central.Sun.COM: nw141292 set sender to
 Nicolas.Williams@sun.com using -f
User-Agent: Mutt/1.5.7i
Status: RO
Content-Length: 738

On Tue, May 13, 2008 at 05:03:19PM +0100, Darren J Moffat wrote:
> It does matter to the ARC though that there is no case to import 
> libreadline from and it doesn't actually exist as a library to import.

It does exist as a static library to import from in the SFW
consolidation.  The SFW c-team makes sure that noone uses it.  But yes,
the lack of an ARC case that makes libreadline an interface that can be
imported makes its use by guile an ARC issue.

I hope eventually we get to where license issues and what not are simply
not discussed here, provided that the submitter notes that the OSR
process is being followed.  Unless a given license issue rises to the
level of an architectural issue (IMO that can happen, just not here).

From jek3@Sun.COM Tue May 13 12:18:18 2008
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m4DJIImD002085
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 13 May 2008 12:18:18 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail3mpk.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id m4DJIG5W006581;
	Tue, 13 May 2008 12:18:16 -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 <0K0T00A0BMYFRX00@brm-avmta-1.central.sun.com>; Tue,
 13 May 2008 13:18:15 -0600 (MDT)
Received: from jurassic-x4600.sfbay.sun.com ([129.146.17.63])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0T005KMMYEXV40@brm-avmta-1.central.sun.com>; Tue,
 13 May 2008 13:18:14 -0600 (MDT)
Received: from [129.150.13.200]
 (vpn-129-150-13-200.SFBay.Sun.COM [129.150.13.200])
	by jurassic-x4600.sfbay.sun.com (8.14.2+Sun/8.14.2)
 with ESMTP id m4DJIDjx682593; Tue, 13 May 2008 12:18:13 -0700 (PDT)
Date: Tue, 13 May 2008 09:19:45 -1000
From: Joseph Kowalski <jek3@Sun.COM>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <48299852.1080100@Sun.Com>
To: John Plocher <John.Plocher@Sun.COM>
Cc: Halton Huo <Halton.Huo@Sun.COM>, John.Fischer@Sun.COM, PSARC-ext@Sun.COM,
        Irene Huang <Irene.Huang@Sun.COM>, Steve.Xue@Sun.COM
Message-id: <4829E9D1.6060409@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
 <1210645600.11044.5.camel@goalie> <1210646456.1487.24.camel@judo>
 <4829066E.7020901@sun.com> <4829179F.30507@Sun.Com> <4829598F.4000103@sun.com>
 <48299852.1080100@Sun.Com>
User-Agent: Thunderbird 2.0.0.9 (X11/20080225)
Status: RO
Content-Length: 2696

John Plocher wrote:
> Joseph Kowalski wrote:
>> Read what I wrote.  (and I'll try to provide more details that anybody
>> should be able to understand).
>
>> As ARC coordinator, you should not be surprised about this.
>
> Thank you, Joe.
>
> I know the answer, and the rest of the ARC members probably have
> some clue, but I guarantee that nobody outside of the ARC has much
> clue as to what you mean when you say "FOSS Guidelines".  Especially
> with all the tangential discussions going on in the background.
>
> Instead of doing a "drive by ARC shooting", we all need to get
> into the habit of explicitly tying our cryptic ARC comments back
> to explicit instructions to the project teams.
>
> The difference between your original email and this one is that,
> with this one, the project team knows exactly what they need to do
> to move the case forward.  Without this level of detail, all they
> know is that they are stuck and have no idea what to do next to
> satisfy the request.
>
>   -John
>
Thank you, John.

If the intent was to educate, or prod me into doing so, why did
you ask a number of questions for which you now claim claim
to know the answer?  Talk about "a drive by ARC shooting".
We all can educate, hopefully with constructive and unambiguous
prose.

The case I referenced was one of the cases which was initially
selected for open exposure.  It was explicitly made available
early while we spent time "cleaning up" the relevant history
generated while we were "closed". There were about a dozen
such cases initially selected.

If this requirement isn't well advertised on the OpenSolaris
website, it should be. I'm not sure of the responsibility here.
I'll also make the pretty good guess that the relative c-teams
(ON/SFW) know about this requirement.

Of course, my tone was invoked by:
>     Case gets told to go fetch an "info to man converter" rock?
You know this not to be true and is disinformation to any
unfamiliar readers.  I wonder who many of those you claim
to be help educate were left wondering if this was a
rhetorical question or not.  If they were wondering, perhaps
they were also worried about how much work they were
about to be asked for.

More  importantly, it reads more than a little pejorative
to those who have worked very hard to require as
little as possible (in this area) while still advertising the
OpenSolaris specific information (the ATTRIBUTES) and
the UNIX (not necessarily Linux) expectation that the man
command is the first avenue to search for documentation.

Next time, can I suggest a response more on the order of:

    "Joe, for the unfamiliar, could you elaborate on what
    you mean by 'vestigial man pages'".

- jek3



From jek3@sun.com Tue May 13 12:54:06 2008
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 m4DJs58i002974
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 13 May 2008 12:54:05 -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.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id m4DJrwNV009748;
	Tue, 13 May 2008 20:54:01 +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 <0K0T0082ROLY6N00@nwk-avmta-1.sfbay.Sun.COM>; Tue,
 13 May 2008 12:53:58 -0700 (PDT)
Received: from jurassic-x4600.sfbay.sun.com ([129.146.17.63])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0T006W2OLXUX00@nwk-avmta-1.sfbay.Sun.COM>; Tue,
 13 May 2008 12:53:57 -0700 (PDT)
Received: from [129.150.13.200]
 (vpn-129-150-13-200.SFBay.Sun.COM [129.150.13.200])
	by jurassic-x4600.sfbay.sun.com (8.14.2+Sun/8.14.2)
 with ESMTP id m4DJruiA687218; Tue, 13 May 2008 12:53:57 -0700 (PDT)
Date: Tue, 13 May 2008 09:55:28 -1000
From: Joseph Kowalski <jek3@sun.com>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <4829E9D1.6060409@sun.com>
To: John Plocher <John.Plocher@sun.com>
Cc: Halton Huo <Halton.Huo@sun.com>, John.Fischer@sun.com, PSARC-ext@sun.com,
        Irene Huang <Irene.Huang@sun.com>, Steve.Xue@sun.com
Message-id: <4829F230.30106@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
 <1210645600.11044.5.camel@goalie> <1210646456.1487.24.camel@judo>
 <4829066E.7020901@sun.com> <4829179F.30507@Sun.Com> <4829598F.4000103@sun.com>
 <48299852.1080100@Sun.Com> <4829E9D1.6060409@sun.com>
User-Agent: Thunderbird 2.0.0.9 (X11/20080225)
Status: RO
Content-Length: 1223


Two observations about the "readline" discussion:

    1)   As many have observed, this is a legal issue, but
          it is important that the ARC members (and all
          the lurkers too!) flag any legal concerns.  We
          should not provide our interpretations of the
          law, but it is very important that we flag those
          concerns to the lawyers.

    2)   We have a case pending (for over a year now)
          for GNU readline:

          2007/188  GNU readline       Dermot McCluskey      open    
waiting need spec 04/11/2007          John Fischer

          Its an interesting case.  There is a lot of discussion
          about using the bsd version as a base, but it seems
          there are some minor compatibility issues.

          Perhaps the last entry in the mail log sums it up:

> They require further clarification and expansion, but the expectation
> is that the guidelines will be approved once this is complete.  The
> earliest this can happen in May 4, but will probably be later.
>
> So, does the readline case have to be parked, pending full approval
> from Legal of the new guidelines?

          Just for the interested, that's a reference to May 2007.  :-)

- jek3





From John.Plocher@Sun.COM Tue May 13 14:08:40 2008
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 m4DL8dsV006548
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 13 May 2008 14:08:40 -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.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id m4DL8bhw011009
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Tue, 13 May 2008 22:08:39 +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 <0K0T00I0NS2DZD00@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@Sun.COM); Tue, 13 May 2008 15:08:37 -0600 (MDT)
Received: from sca-es-mail-2.sun.com ([192.18.43.133])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0T00585S2DXQC0@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@Sun.COM); Tue,
 13 May 2008 15:08:37 -0600 (MDT)
Received: from fe-sfbay-10.sun.com ([192.18.43.129])
	by sca-es-mail-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m4DL8b2Q008618	for
 <PSARC-ext@Sun.COM>; Tue, 13 May 2008 14:08:37 -0700 (PDT)
Received: from conversion-daemon.fe-sfbay-10.sun.com by fe-sfbay-10.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0K0T00B01RTVX200@fe-sfbay-10.sun.com>
 (original mail from John.Plocher@Sun.COM)
 for PSARC-ext@Sun.COM (ORCPT PSARC-ext@Sun.COM); Tue,
 13 May 2008 14:08:37 -0700 (PDT)
Received: from wp668.SFBay.Sun.COM ([129.146.226.219])
 by fe-sfbay-10.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb
 28 2007)) with ESMTPSA id <0K0T001CPS210VE0@fe-sfbay-10.sun.com>; Tue,
 13 May 2008 14:08:25 -0700 (PDT)
Date: Tue, 13 May 2008 14:08:24 -0700
From: John Plocher <John.Plocher@Sun.COM>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <4829E9D1.6060409@sun.com>
Sender: John.Plocher@Sun.COM
To: Joseph Kowalski <jek3@Sun.COM>
Cc: Halton Huo <Halton.Huo@Sun.COM>, John.Fischer@Sun.COM, PSARC-ext@Sun.COM,
        Irene Huang <Irene.Huang@Sun.COM>, Steve.Xue@Sun.COM
Message-id: <482A0348.7070606@Sun.Com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
 <1210645600.11044.5.camel@goalie> <1210646456.1487.24.camel@judo>
 <4829066E.7020901@sun.com> <4829179F.30507@Sun.Com> <4829598F.4000103@sun.com>
 <48299852.1080100@Sun.Com> <4829E9D1.6060409@sun.com>
User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421)
Status: RO
Content-Length: 1853

Joseph Kowalski wrote:
> If the intent was to educate, or prod me into doing so, why did
> you ask a number of questions for which you now claim claim
> to know the answer? 

Yes, I should/could have phrased things better - sorry - my hindsight
is slowly getting to be as good as yours, but my real-time delivery
still sucks :-)

While I could have taken a stab at providing details for each of
my points, it was unclear to me what specifically you were driving
at with your "as per our FOSS integration process" reference.

The problem is that our FOSS integration process is in shambles.
Much of 1999/555 and 2000/488 were rendered moot when 2005/185 came
thru.  Even the minimal expectations in the interface taxonomy
(Security, Authentication, File System Semantics and yes, even Man
Pages) have also been whittled away bit by bit by recent ARC cases.

I don't believe we *want* to bloat our existing source trees
with hundreds or thousands of harvested FOSS projects like these.
They don't belong there simply because we (the community) aren't
the right people to claim that implied level of ownership.  We
aren't forking these projects; we aren't rewriting them to be
part of the (open)solaris ABI, we are only trying to make them
available to our consumers without adding much incremental cost
and without changing them.

The corollary of the above is that because we don't have any
intent to make these things part of (Open)Solaris, the rules
associated with making things part of (Open)Solaris are suspect.

Thus my open ended questions to you - given the state of the FOSS
guidelines, the apparent intent of both these projects to be
there for our customers, but not be part of the core OS, as well
as the ongoing conversations about a future repo based ecosystem,
what FOSS Integration rules make sense for projects like these?

   -John





From jek3@sun.com Tue May 13 14:47:51 2008
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 m4DLlpHo007744
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 13 May 2008 14:47:51 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail2sca.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id m4DLln9g013927;
	Tue, 13 May 2008 14:47:49 -0700 (PDT)
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 <0K0T00L01TVPLL00@nwk-avmta-2.sfbay.sun.com>; Tue,
 13 May 2008 14:47:49 -0700 (PDT)
Received: from jurassic-x4600.sfbay.sun.com ([129.146.17.63])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0T00JFITVOQD30@nwk-avmta-2.sfbay.sun.com>; Tue,
 13 May 2008 14:47:48 -0700 (PDT)
Received: from [129.150.13.200]
 (vpn-129-150-13-200.SFBay.Sun.COM [129.150.13.200])
	by jurassic-x4600.sfbay.sun.com (8.14.2+Sun/8.14.2)
 with ESMTP id m4DLllWd711366; Tue, 13 May 2008 14:47:48 -0700 (PDT)
Date: Tue, 13 May 2008 11:49:20 -1000
From: Joseph Kowalski <jek3@sun.com>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <482A0348.7070606@Sun.Com>
To: John Plocher <John.Plocher@sun.com>
Cc: Halton Huo <Halton.Huo@sun.com>, John.Fischer@sun.com, PSARC-ext@sun.com,
        Irene Huang <Irene.Huang@sun.com>, Steve.Xue@sun.com
Message-id: <482A0CE0.70307@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
 <1210645600.11044.5.camel@goalie> <1210646456.1487.24.camel@judo>
 <4829066E.7020901@sun.com> <4829179F.30507@Sun.Com> <4829598F.4000103@sun.com>
 <48299852.1080100@Sun.Com> <4829E9D1.6060409@sun.com>
 <482A0348.7070606@Sun.Com>
User-Agent: Thunderbird 2.0.0.9 (X11/20080225)
Status: RO
Content-Length: 1303

John Plocher wrote:
> Thus my open ended questions to you - given the state of the FOSS
> guidelines, the apparent intent of both these projects to be
> there for our customers, but not be part of the core OS, as well
> as the ongoing conversations about a future repo based ecosystem,
> what FOSS Integration rules make sense for projects like these?
When we have a "future repo based system", we can have that discussion.
For now, we have the BWOS (Big Wad of Stuff in Sun parlance).

My personal view about this particular issue is that we need to maintain
the ability to communicate to all users (not just administrators) as to the
"stability level" for all items (and we are caught with the existing 
practice
of "if not stated, its committed").  The man pages seem like the obvious
place.  Basically, if its not broken, don't fix it.  It could actually be a
place where OpenSolaris exceeds over its competition.  One stop shopping
(at least for maps) is a GoodThing(tm).

I don't think this bit of the "FOSS guidelines" needs to be changed.

Your broader point is a good one, that a number of these "guidelines" do 
need
to be reconsidered.  However, it doesn't seem wise to assume any 
reconsideration
until it actually happens.  What if our initial (or personal) 
assumptions are
wrong?

- jek3

From Brian.Utterback@sun.com Tue May 13 17:24:58 2008
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 m4E0OwqA014742
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 13 May 2008 17:24:58 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail2sca.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id m4E0Ovng023980
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Tue, 13 May 2008 17:24:58 -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 <0K0U00E0915MZT00@nwk-avmta-1.sfbay.Sun.COM> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Tue, 13 May 2008 17:24:58 -0700 (PDT)
Received: from brmea-mail-3.sun.com ([192.18.98.34])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0U00CQR15LW020@nwk-avmta-1.sfbay.Sun.COM> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Tue,
 13 May 2008 17:24:57 -0700 (PDT)
Received: from fe-amer-09.sun.com ([192.18.109.79])
	by brmea-mail-3.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m4E0OvL8007505	for
 <PSARC-ext@sun.com>; Wed, 14 May 2008 00:24:57 +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 <0K0U0020114JUB00@mail-amer.sun.com>
 (original mail from Brian.Utterback@Sun.COM)
 for PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Tue,
 13 May 2008 18:24:57 -0600 (MDT)
Received: from [192.168.1.3] ([71.168.125.142])
 by mail-amer.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28
 2007)) with ESMTPSA id <0K0U00AZI15JC6D0@mail-amer.sun.com>; Tue,
 13 May 2008 18:24:57 -0600 (MDT)
Date: Tue, 13 May 2008 20:24:56 -0400
From: Brian Utterback <Brian.Utterback@sun.com>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <20080513151157.GG29912@zruty.sfbay.sun.com>
Sender: Brian.Utterback@sun.com
To: Danek Duvall <Danek.Duvall@sun.com>
Cc: Halton Huo <Halton.Huo@sun.com>, steve xue <Steve.Xue@sun.com>,
        Irene Huang <Irene.Huang@sun.com>, John.Fischer@sun.com,
        PSARC-ext@sun.com
Message-id: <482A3158.6030305@sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4828CEF2.5010608@sun.com> <1210645600.11044.5.camel@goalie>
 <1210646456.1487.24.camel@judo> <48290540.6050400@sun.com>
 <1210652244.4506.12.camel@judo> <48291C95.5000202@sun.com>
 <1210657333.4506.16.camel@judo> <48292A9C.7020905@sun.com>
 <20080513063259.GF29912@zruty.sfbay.sun.com> <1210667652.4506.45.camel@judo>
 <20080513151157.GG29912@zruty.sfbay.sun.com>
User-Agent: Thunderbird 2.0.0.14 (Windows/20080421)
Status: RO
Content-Length: 1082

Danek Duvall wrote:
> On Tue, May 13, 2008 at 04:34:12PM +0800, Halton Huo wrote:
>
>   
>> ??I'm okay to not shipping it. Seems ?libguilereadline is different
>> between mine and yours.
>>
>> My ?libguilereadline is not link against readline, 
>> $file /usr/lib/libguilereadline-v-17.so.17.0.3
>> /usr/lib/libguilereadline-v-17.so.17.0.3:	ELF 32-bit LSB dynamic lib
>> 80386 Version 1, dynamically linked, not stripped
>>
>> Strange thing is when I run
>> 'ldd /usr/lib/libguilereadline-v-17.so.17.0.3', there is no depend on
>> libs.
>>     
>
> Okay.  The ldd output Steve sent me a while back included libreadline in
> the ldd output.
>
> It doesn't really matter much to the ARC whether you're linking with
> readline or not -- it's purely a legal issue.
>
> Danek
>   
That's because in the latest guile source code, it does not link in 
libreadline, it has a copy of readline included in the distribution 
which is statically linked in. And the readline code included is quite 
clearly labeled with the GPL and not the LGPL as the top level directory 
is.

Brian Utterback



From Steve.Xue@Sun.COM Tue May 13 19:48:39 2008
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 m4E2mckR017567
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 13 May 2008 19:48:39 -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.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id m4E2mX6P013340
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 14 May 2008 03:48:38 +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 <0K0U00B077SZX000@nwk-avmta-2.sfbay.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Tue, 13 May 2008 19:48:35 -0700 (PDT)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0U009XI7SYNB10@nwk-avmta-2.sfbay.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Tue,
 13 May 2008 19:48:35 -0700 (PDT)
Received: from fe-apac-05.sun.com
 (fe-apac-05.sun.com [192.18.19.176] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m4E2nGN7018947	for
 <PSARC-ext@sun.com>; Wed, 14 May 2008 02:49:16 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0K0U00A017QTNV00@mail-apac.sun.com> (original mail from Steve.Xue@Sun.COM)
 for PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 14 May 2008 10:48:19 +0800 (SGT)
Received: from [129.158.218.29] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0K0U00M0G7SI9U31@mail-apac.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 14 May 2008 10:48:19 +0800 (SGT)
Date: Wed, 14 May 2008 10:47:55 +0800
From: steve xue <Steve.Xue@Sun.COM>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <4829B9CF.10500@sun.com>
Sender: Steve.Xue@Sun.COM
To: John.Fischer@Sun.COM
Cc: Halton Huo <Halton.Huo@Sun.COM>, Irene Huang <Irene.Huang@Sun.COM>,
        PSARC-ext@Sun.COM
Message-id: <482A52DB.4090201@sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 8BIT
X-PMX-Version: 5.4.1.325704
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
 <1210645600.11044.5.camel@goalie> <1210646456.1487.24.camel@judo>
 <48290540.6050400@sun.com> <4829B9CF.10500@sun.com>
User-Agent: Thunderbird 2.0.0.6 (X11/20071119)
Status: RO
Content-Length: 1101

Yes, all the man pages I sent to you as attachment will be shipped
in SVr4 package.

And follow some previous discussion, I should also provide man pages
for guile-config, guile-tools, guile-snarf , which are not existing in src
tar ball,  right ?

Thanks!
John Fischer wrote:
> Just an FYI (For your information) the case directory already had
> the fast track document and the various man pages within the case
> directory.  Since the project team provided me with the man pages
> I assumed that they would be shipping them.
>
> Steve,
>
> Are you supplying the man pages in the SVr4 package that you
> originally included within the materials that you sent to me?
>
> Thanks,
>
> John
>
> steve xue wrote:
>> Halton Huo wrote:
>>> ï»¿Give a review on this fast track, comments:
>>>
>>> ï»¿1. typo
>>>   ï»¿/usr/bin/guile-confi should be /usr/bin/guile-config
>>> 2. no man pages for SUNWguile
>>>    community do not have, only have info
>>> 3. no man pages for SUNWautogen
>>>    ï»¿community have
>>>
>>> -
>> Thanks Halton!
>>
>> I re-sent my materials in this mail, man pages are attached.
>>


From Jyri.Virkki@sun.com Tue May 13 23:52:26 2008
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 m4E6qPaB021900
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 13 May 2008 23:52:26 -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.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id m4E6q418004031;
	Wed, 14 May 2008 07:52:20 +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 <0K0U00007J350R00@nwk-avmta-2.sfbay.sun.com>; Tue,
 13 May 2008 23:52:17 -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 <0K0U009IHJ34NDC0@nwk-avmta-2.sfbay.sun.com>; Tue,
 13 May 2008 23:52:16 -0700 (PDT)
Received: from dm-usca19-13.red.iplanet.com
 (host-179-56-18-192.iplanet.com [192.18.56.179] (may be forged))
	by brmea-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m4E6qFk0029693; Wed,
 14 May 2008 06:52:15 +0000 (GMT)
Received: from buye.red.iplanet.com (buye [192.18.65.224])
	by dm-usca19-13.red.iplanet.com (8.11.7p1+Sun/8.11.7/IPLANET,v1.2)
 with ESMTP id m4E6qFO25664; Tue, 13 May 2008 23:52:15 -0700 (PDT)
Received: from buye.red.iplanet.com (localhost [127.0.0.1])
	by buye.red.iplanet.com (8.13.7+Sun/8.13.7) with ESMTP id m4E6qF4L012770; Tue,
 13 May 2008 23:52:15 -0700 (PDT)
Received: (from jyri@localhost)
	by buye.red.iplanet.com (8.13.7+Sun/8.13.7/Submit) id m4E6qFoh012769; Tue,
 13 May 2008 23:52:15 -0700 (PDT)
Date: Tue, 13 May 2008 23:52:15 -0700
From: Jyri Virkki <Jyri.Virkki@sun.com>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <482A0348.7070606@Sun.Com>
To: John Plocher <John.Plocher@sun.com>
Cc: Joseph Kowalski <jek3@sun.com>, Halton Huo <Halton.Huo@sun.com>,
        John.Fischer@sun.com, PSARC-ext@sun.com,
        Irene Huang <Irene.Huang@sun.com>, Steve.Xue@sun.com
Message-id: <20080514065215.GH11914@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Content-disposition: inline
X-PMX-Version: 5.4.1.325704
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
 <1210645600.11044.5.camel@goalie> <1210646456.1487.24.camel@judo>
 <4829066E.7020901@sun.com> <4829179F.30507@Sun.Com> <4829598F.4000103@sun.com>
 <48299852.1080100@Sun.Com> <4829E9D1.6060409@sun.com>
 <482A0348.7070606@Sun.Com>
User-Agent: Mutt/1.5.11
Status: RO
Content-Length: 1595

John Plocher wrote:
>
> I don't believe we *want* to bloat our existing source trees
> with hundreds or thousands of harvested FOSS projects like these.

Well the consolidation model (all source in one tree) clearly cannot
work as I've been pointing out for a good while, so alternatives will
arise from the inevitability.

http://blogs.sun.com/jyrivirkki/entry/unconsolidating

> They don't belong there simply because we (the community) aren't
> the right people to claim that implied level of ownership.  We
> aren't forking these projects; we aren't rewriting them to be
> part of the (open)solaris ABI, we are only trying to make them
> available to our consumers without adding much incremental cost
> and without changing them.
> 
> The corollary of the above is that because we don't have any
> intent to make these things part of (Open)Solaris, the rules
> associated with making things part of (Open)Solaris are suspect.

"part of" is fuzzy here, not precise enough to form policy on.

Is the package I get when I do 'apt-get install guile-1.8' 
"part of" debian?

If guile lives in pkg.opensolaris.org it's part of OpenSolaris, though
not in the way you meant.

Just as you can't throw any random package into the official debian
repository if it doesn't comply with their guidelines, it shouldn't be
possible to do so into the official OpenSolaris repository(ies?)
either. Doing so would be chaos. From this it follows:

1. rules/guidelines must exist
2. packages must be reviewed to comply with them prior to inclusion



-- 
Jyri J. Virkki - jyri.virkki@sun.com - Sun Microsystems

From John.Fischer@sun.com Wed May 14 08:54:14 2008
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 m4EFsEdg004799
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 14 May 2008 08:54:14 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail2sca.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id m4EFsDOh025128
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 14 May 2008 08:54:14 -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 <0K0V0012L86DP500@nwk-avmta-1.sfbay.Sun.COM> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 14 May 2008 08:54:13 -0700 (PDT)
Received: from sca-es-mail-2.sun.com ([192.18.43.133])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K0V001SW86C1200@nwk-avmta-1.sfbay.Sun.COM> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 14 May 2008 08:54:12 -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 m4EFsChT001094	for
 <PSARC-ext@sun.com>; Wed, 14 May 2008 08:54:12 -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 <0K0V004017ZE4A00@fe-sfbay-09.sun.com>
 (original mail from John.Fischer@Sun.COM)
 for PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 14 May 2008 08:54:12 -0700 (PDT)
Received: from [192.168.10.10] ([76.20.56.47])
 by fe-sfbay-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb
 28 2007)) with ESMTPSA id <0K0V008WC862OW00@fe-sfbay-09.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 14 May 2008 08:54:03 -0700 (PDT)
Date: Wed, 14 May 2008 08:53:56 -0700
From: John Fischer <John.Fischer@sun.com>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <482A52DB.4090201@sun.com>
Sender: John.Fischer@sun.com
To: steve xue <Steve.Xue@sun.com>
Cc: Halton Huo <Halton.Huo@sun.com>, Irene Huang <Irene.Huang@sun.com>,
        PSARC-ext@sun.com
Reply-to: John.Fischer@sun.com
Message-id: <482B0B14.3090507@sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 8BIT
X-PMX-Version: 5.4.1.325704
References: <4828CB3E.8050608@sun.com> <4828CEF2.5010608@sun.com>
 <1210645600.11044.5.camel@goalie> <1210646456.1487.24.camel@judo>
 <48290540.6050400@sun.com> <4829B9CF.10500@sun.com> <482A52DB.4090201@sun.com>
User-Agent: Thunderbird 2.0.0.4 (X11/20070622)
Status: RO
Content-Length: 1232

Steve,

Correct.  Please provide those as well.

Thanks,

John

steve xue wrote:
> Yes, all the man pages I sent to you as attachment will be shipped
> in SVr4 package.
> 
> And follow some previous discussion, I should also provide man pages
> for guile-config, guile-tools, guile-snarf , which are not existing in src
> tar ball,  right ?
> 
> Thanks!
> John Fischer wrote:
>> Just an FYI (For your information) the case directory already had
>> the fast track document and the various man pages within the case
>> directory.  Since the project team provided me with the man pages
>> I assumed that they would be shipping them.
>>
>> Steve,
>>
>> Are you supplying the man pages in the SVr4 package that you
>> originally included within the materials that you sent to me?
>>
>> Thanks,
>>
>> John
>>
>> steve xue wrote:
>>> Halton Huo wrote:
>>>> ï»¿Give a review on this fast track, comments:
>>>>
>>>> ï»¿1. typo
>>>>   ï»¿/usr/bin/guile-confi should be /usr/bin/guile-config
>>>> 2. no man pages for SUNWguile
>>>>    community do not have, only have info
>>>> 3. no man pages for SUNWautogen
>>>>    ï»¿community have
>>>>
>>>> -
>>> Thanks Halton!
>>>
>>> I re-sent my materials in this mail, man pages are attached.
>>>
> 

From John.Fischer@Sun.COM Tue May 20 15:53:53 2008
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m4KMrr72008360
	for <psarc-ext@sac.sfbay.sun.com>; Tue, 20 May 2008 15:53:53 -0700 (PDT)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail3mpk.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id m4KMriIq014753
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Tue, 20 May 2008 15:53:52 -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 <0K1600509VLSPK00@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@Sun.Com); Tue, 20 May 2008 16:53:52 -0600 (MDT)
Received: from sca-es-mail-1.sun.com ([192.18.43.132])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K1600HKXVLRG770@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@Sun.Com); Tue,
 20 May 2008 16:53:51 -0600 (MDT)
Received: from fe-sfbay-10.sun.com ([192.18.43.129])
	by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m4KMrpk8001088	for
 <PSARC-ext@Sun.Com>; Tue, 20 May 2008 15:53:51 -0700 (PDT)
Received: from conversion-daemon.fe-sfbay-10.sun.com by fe-sfbay-10.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0K1600M01VJZPP00@fe-sfbay-10.sun.com>
 (original mail from John.Fischer@Sun.COM)
 for PSARC-ext@Sun.Com (ORCPT PSARC-ext@Sun.Com); Tue,
 20 May 2008 15:53:51 -0700 (PDT)
Received: from [192.168.10.10] ([76.20.56.47])
 by fe-sfbay-10.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb
 28 2007)) with ESMTPSA id <0K1600MOHVLRIS90@fe-sfbay-10.sun.com> for
 PSARC-ext@Sun.Com (ORCPT PSARC-ext@Sun.Com); Tue,
 20 May 2008 15:53:51 -0700 (PDT)
Date: Tue, 20 May 2008 15:53:47 -0700
From: John Fischer <John.Fischer@Sun.COM>
Subject: Re: PSARC/2008/315 - autogen and guile
In-reply-to: <4828CB3E.8050608@sun.com>
Sender: John.Fischer@Sun.COM
To: psarc-ext@Sun.COM
Cc: John.Fischer@Sun.COM, Steve.Xue@Sun.COM
Reply-to: John.Fischer@Sun.COM
Message-id: <4833567B.7010901@sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4828CB3E.8050608@sun.com>
User-Agent: Thunderbird 2.0.0.12 (X11/20080310)
Status: RO
Content-Length: 789

All,

The timer having expired and the conversation having converged
I am closing this fast track as approved.

Thanks,

John

John Fischer wrote:
> PSARC,
>
> I am sponsoring this fast track for Steve Xue of the Core
> technologies team in Beijing.  The case directory contains
> this proposal and the autogen and guile man pages.
>
> The project is integrating autogen and guile into a Minor release
> of Solaris.  Autogen is a tool designed to simplify the creation
> and maintenance of programs that contain large amounts of repetitious
> text.  Guile is a library designed to help programmers create flexible
> applications.  The interfaces are declared Uncommitted with the
> exception of two directories within /usr/share which are declared
> Project Private.
>
> Thanks,
>
> John


From James.Walker@sun.com Thu Jun 18 01:45:45 2009
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 n5I8jjFA022054
	for <psarc-ext@sac.sfbay.sun.com>; Thu, 18 Jun 2009 01:45:45 -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.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id n5I8jhdj012785
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Thu, 18 Jun 2009 09:45:44 +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 <0KLF00E1VF07O400@nwk-avmta-1.sfbay.Sun.COM> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Thu, 18 Jun 2009 01:45:43 -0700 (PDT)
Received: from brmea-mail-4.sun.com ([192.18.98.36])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KLF00CMEF069Q90@nwk-avmta-1.sfbay.Sun.COM> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Thu,
 18 Jun 2009 01:45:42 -0700 (PDT)
Received: from fe-amer-10.sun.com ([192.18.109.80])
	by brmea-mail-4.sun.com (8.13.6+Sun/8.12.9) with ESMTP id n5I8jgmY026471	for
 <PSARC-ext@sun.com>; Thu, 18 Jun 2009 08:45: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 <0KLF00400EVCBM00@mail-amer.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Thu, 18 Jun 2009 02:45: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 <0KLF00COPF06TL60@mail-amer.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Thu, 18 Jun 2009 02:45:42 -0600 (MDT)
Date: Thu, 18 Jun 2009 02:45:41 -0600
From: Jim Walker <James.Walker@sun.com>
Subject: autogen and guile [PSARC/2008/315 Self Review]
Sender: James.Walker@sun.com
To: PSARC-ext@sun.com
Reply-to: James.Walker@sun.com
Message-id: <4A39FEB5.8050406@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: 2141

The project team is updating guile to include 64-bit
versions of the libraries to meet ARC 64-bit library
standards. proposal64bit.txt has been added to the
case directory. autogen and guile are planning to be
integrated into the SFW consolidation.

I think this can be handled as a self review.

Cheers,
Jim

---

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

Exported Interfaces                               Classificat Comment
-------------------                               ----------- --------------
SUNWguile                                         Uncommitted Package

/usr/lib/64/libguile.so                           Uncommitted symbol link
/usr/lib/64/libguile.so.17                        Uncommitted symbol link
/usr/lib/64/libguile.so.17.1.2                    Uncommitted 64-bit library

/usr/lib/64/libguilereadline-v-17.so              Uncommitted symbol link
/usr/lib/64/libguilereadline-v-17.so.17           Uncommitted symbol link
/usr/lib/64/libguilereadline-v-17.so.17.0.3       Uncommitted 64-bit library

/usr/lib/64/libguile-srfi-srfi-1-v-3.so           Uncommitted symbol link
/usr/lib/64/libguile-srfi-srfi-1-v-3.so.3         Uncommitted symbol link
/usr/lib/64/libguile-srfi-srfi-1-v-3.so.3.0.1     Uncommitted 64-bit library

/usr/lib/64/libguile-srfi-srfi-4-v-3.so           Uncommitted symbol link
/usr/lib/64/libguile-srfi-srfi-4-v-3.so.3         Uncommitted symbol link
/usr/lib/64/libguile-srfi-srfi-4-v-3.so.3.0.1     Uncommitted 64-bit library

/usr/lib/64/libguile-srfi-srfi-13-14-v-3.so       Uncommitted symbol link
/usr/lib/64/libguile-srfi-srfi-13-14-v-3.so.3     Uncommitted symbol link
/usr/lib/64/libguile-srfi-srfi-13-14-v-3.so.3.0.1 Uncommitted 64-bit library

/usr/lib/64/libguile-srfi-srfi-60-v-2.so          Uncommitted symbol link
/usr/lib/64/libguile-srfi-srfi-60-v-2.so.2        Uncommitted symbol link
/usr/lib/64/libguile-srfi-srfi-60-v-2.so.2.0.2    Uncommitted 64-bit library

64 = amd64 | sparcv9

Reference Documents
===================
[1] http://www.gnu.org/software/autogen/
[2] http://www.gnu.org/software/guile/

RFE ID# 6672584 for autogen
RFE ID# 6672583 for guile

From carlsonj@phorcys.east.sun.com Thu Jun 18 04:51:51 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 n5IBppoN024587
	for <psarc-ext@sac.sfbay.sun.com>; Thu, 18 Jun 2009 04:51:51 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail2sca.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id n5IBpoYs027499
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@Sun.COM>; Thu, 18 Jun 2009 04:51:51 -0700 (PDT)
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 <0KLF00F03NMEZ700@nwk-avmta-2.sfbay.sun.com> for PSARC-ext@Sun.COM
 (ORCPT PSARC-ext@Sun.COM); Thu, 18 Jun 2009 04:51:50 -0700 (PDT)
Received: from dm-east-01.east.sun.com ([129.148.9.192])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KLF00FC4NMDL600@nwk-avmta-2.sfbay.sun.com> for
 PSARC-ext@Sun.COM (ORCPT PSARC-ext@Sun.COM); Thu,
 18 Jun 2009 04:51:49 -0700 (PDT)
Received: from phorcys.east.sun.com (phorcys.East.Sun.COM [129.148.174.143])
	by dm-east-01.east.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id n5IBpmLT003801; Thu, 18 Jun 2009 07:51:48 -0400 (EDT)
Received: from phorcys.east.sun.com (phorcys.local [127.0.0.1])
	by phorcys.east.sun.com (8.14.3+Sun/8.14.3) with ESMTP id n5IBoTJl003000; Thu,
 18 Jun 2009 07:50:29 -0400 (EDT)
Received: (from carlsonj@localhost)
	by phorcys.east.sun.com (8.14.3+Sun/8.14.3/Submit) id n5IBoT0A002997; Thu,
 18 Jun 2009 07:50:29 -0400 (EDT)
Date: Thu, 18 Jun 2009 07:50:29 -0400
From: James Carlson <james.d.carlson@sun.com>
Subject: Re: autogen and guile [PSARC/2008/315 Self Review]
In-reply-to: <4A39FEB5.8050406@sun.com>
To: James.Walker@sun.com
Cc: PSARC-ext@sun.com
Message-id: <19002.10757.767455.221045@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.4.1.325704
References: <4A39FEB5.8050406@sun.com>
Status: RO
Content-Length: 567

Jim Walker writes:
> The project team is updating guile to include 64-bit
> versions of the libraries to meet ARC 64-bit library
> standards. proposal64bit.txt has been added to the
> case directory. autogen and guile are planning to be
> integrated into the SFW consolidation.

This sounds more like bug fix than an architectural matter.  +1

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

