From markcarl@sac.sfbay.sun.com Wed Jan  7 17:25:43 2009
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 n081PhHh003997
	for <LSARC-ext@sac.sfbay.sun.com>; Wed, 7 Jan 2009 17:25:43 -0800 (PST)
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 n081PSTW011226;
	Wed, 7 Jan 2009 17:25:43 -0800 (PST)
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 <0KD40067HPAUO100@brm-avmta-1.central.sun.com>; Wed,
 07 Jan 2009 18:25:42 -0700 (MST)
Received: from dm-sfbay-02.sfbay.sun.com ([129.146.11.31])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KD400MKZP9RXU40@brm-avmta-1.central.sun.com>; Wed,
 07 Jan 2009 18:25:03 -0700 (MST)
Received: from sac.sfbay.sun.com (new-sac.SFBay.Sun.COM [129.146.175.65])
	by dm-sfbay-02.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id n081P1ic019702; Wed, 07 Jan 2009 17:25:01 -0800 (PST)
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 n081P0xC003940; Wed,
 07 Jan 2009 17:25:00 -0800 (PST)
Received: (from markcarl@localhost)
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit) id n081P02W003936; Wed,
 07 Jan 2009 17:25:00 -0800 (PST)
Date: Wed, 07 Jan 2009 17:25:00 -0800 (PST)
From: Mark Carlson <markcarl@sac.sfbay.sun.com>
Subject: KonkretCMPI update [LSARC/2009/009 Self Review]
To: LSARC-ext@sun.com
Cc: Muktha.Narayan@sun.com
Message-id: <200901080125.n081P02W003936@sac.sfbay.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 4151

I am sponsoring this update to LSARC 2008/689 for Muktha Narayan. It updates
that case to import additional interfaces from:

Pegasus CIMOM additional libraries and schemas - LSARC/2009/007
(an update to LSARC 2008/040)

I have marked it closed approved automatic, but I can also set a timer
if an ARC member so desires.

-- mark



Template Version: @(#)sac_nextcase %I% %G% SMI
This information is Copyright 2009 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
	 KonkretCMPI update
    1.2. Name of Document Author/Supplier:
	 Author:  Muktha Narayan
    1.3  Date of This Document:
	07 January, 2009

2. Project Summary
   2.1 Project Description

       This project updates the package of konkretcmpi 0.8.7 
       in the SFW consolidation.

4. Technical Description:

   KonkretCMPI is an opensource tool for rapidly developing CMPI 
   (Common Manageability Programming Interface) providers in C. 
   Developers using KonkretCMPI have several advantages. It generates 
   concrete type-safe C interfaces for manipulating CIM elements. It
   provides complete default implementations for many provider operations. 
   Supplies convenience functions for working with CMPI. It generates the 
   initial CMPI provider skeletons from MOF (Managed Object Format). It 
   builds on CMPI rather than introducing a new provider interface. It does 
   not impose run-time library dependencies. The footprint of the providers 
   produced is small. Also the development effort is greatly reduced. 

   KonkretCMPI has recently released a newer version 0.8.7 in Oct 2008. 
   Its earlier version 0.8.6 was released in August 2008.

   Command name   Notes
   ===================================================================
   konkret        create a CMPI provider skeleton in the C programming
                  language
   konkretreg     generate an SFCB-style .reg file


5. Interfaces

   Exported interface               Classification    Interface type
   =============================    ==============    ==============
   SUNWkonkretcmpi                  Uncommitted       Package name
   /usr/bin/konkret                 Uncommitted       Command
   /usr/bin/konkretreg              Uncommitted       Command
   /usr/lib/libkonkret.a            Uncommitted       Static library
   /usr/include/konkret             Uncommitted       Location where header
                                                      file is installed
   /usr/include/konkret/konkret.h   Uncommitted       Header file
   /usr/share/man/man1/konkret.1    Uncommitted       Manpage
   /usr/share/man/man1/konkretreg.1 Uncommitted       Manpage
   KONKRET_SCHEMA_DIR               Uncommitted       Environment variable

   
   Imported interface                            Classification   Comments
   ==================                            ===============  ========= 
   /usr/include/Pegasus/Provider/CMPI/cimpidt.h  Uncommitted      Header file
   /usr/include/Pegasus/Provider/CMPI/cmpift.h   Uncommitted      Header file
   /usr/include/Pegasus/Provider/CMPI/cmpimacs.h Uncommitted      Header file
   /usr/include/Pegasus/Provider/CMPI/cmpios.h   Uncommitted      Header file
   /usr/include/Pegasus/Provider/CMPI/cmpipl.h   Uncommitted      Header file
   /etc/Pegasus/Schemas/                         Committed        Dir where Pegasus 
                                                                  installs CIM DMTF and 
                                                                  Pegasus MOF files.

   The SUNWkonkretcmpi package has build time dependency on the CMPI headers 
   provided by the SUNWcimserveru package. Though SUNWkonkretcmpi does not 
   have a direct runtime dependency on SUNWcimserveru and SUNWcimserverr 
   packages, the end users who use the SUNWkonkretcmpi binaries would require 
   the SUNWcimserveru and SUNWcimserverr packages to use the generated code. 
   Please see LSARC/2008/040

6. Resources and Schedule:
   6.4. Product Approval Committee requested information:
   	6.4.1. Consolidation or Component Name:
	       SFW
   6.5. ARC review type: Automatic

   6.6. ARC Exposure: open

From John.Fischer@sun.com Mon Jan 12 14:47:54 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 n0CMlswj023785
	for <LSARC-ext@sac.sfbay.sun.com>; Mon, 12 Jan 2009 14:47:54 -0800 (PST)
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 n0CMlroc013247
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Mon, 12 Jan 2009 14:47:54 -0800 (PST)
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 <0KDD00C2TRBTMS00@brm-avmta-1.central.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Mon, 12 Jan 2009 15:47:53 -0700 (MST)
Received: from brmea-mail-1.sun.com ([192.18.98.31])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KDD00MSXRBR1F80@brm-avmta-1.central.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Mon,
 12 Jan 2009 15:47:51 -0700 (MST)
Received: from fe-amer-09.sun.com ([192.18.109.79])
	by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id n0CMlp1U024651	for
 <LSARC-ext@sun.com>; Mon, 12 Jan 2009 22:47:51 +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 <0KDD00F01QWBL300@mail-amer.sun.com>
 (original mail from John.Fischer@Sun.COM)
 for LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Mon,
 12 Jan 2009 15:47:51 -0700 (MST)
Received: from 129.145.154.84 ([129.145.154.84])
 by mail-amer.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28
 2007)) with ESMTPSA id <0KDD00EBSRBND980@mail-amer.sun.com>; Mon,
 12 Jan 2009 15:47:48 -0700 (MST)
Date: Mon, 12 Jan 2009 14:47:47 -0800
From: John Fischer <John.Fischer@sun.com>
Subject: Re: KonkretCMPI update [LSARC/2009/009 Self Review]
In-reply-to: <200901080125.n081P02W003936@sac.sfbay.sun.com>
Sender: John.Fischer@sun.com
To: Mark Carlson <markcarl@sac.sfbay.sun.com>
Cc: John Fischer <John.Fischer@sun.com>, LSARC-ext@sun.com,
        Muktha.Narayan@sun.com
Reply-to: John.Fischer@sun.com
Message-id: <1231800466.51027.22.camel@sr1-umpk-34>
MIME-version: 1.0
X-Mailer: Ximian Evolution 1.4.6.301
Content-type: text/plain
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200901080125.n081P02W003936@sac.sfbay.sun.com>
Status: RO
Content-Length: 4618

Mark,

I know that this case was already approved at LSARC but... :-)

It delivers a static library called libknokret.a and no
shared version.  Is there a specific reason for this violation
of our library policies?

Thanks,

John

On Wed, 2009-01-07 at 17:25, Mark Carlson wrote:
> I am sponsoring this update to LSARC 2008/689 for Muktha Narayan. It updates
> that case to import additional interfaces from:
> 
> Pegasus CIMOM additional libraries and schemas - LSARC/2009/007
> (an update to LSARC 2008/040)
> 
> I have marked it closed approved automatic, but I can also set a timer
> if an ARC member so desires.
> 
> -- mark
> 
> 
> 
> Template Version: @(#)sac_nextcase %I% %G% SMI
> This information is Copyright 2009 Sun Microsystems
> 1. Introduction
>     1.1. Project/Component Working Name:
> 	 KonkretCMPI update
>     1.2. Name of Document Author/Supplier:
> 	 Author:  Muktha Narayan
>     1.3  Date of This Document:
> 	07 January, 2009
> 
> 2. Project Summary
>    2.1 Project Description
> 
>        This project updates the package of konkretcmpi 0.8.7 
>        in the SFW consolidation.
> 
> 4. Technical Description:
> 
>    KonkretCMPI is an opensource tool for rapidly developing CMPI 
>    (Common Manageability Programming Interface) providers in C. 
>    Developers using KonkretCMPI have several advantages. It generates 
>    concrete type-safe C interfaces for manipulating CIM elements. It
>    provides complete default implementations for many provider operations. 
>    Supplies convenience functions for working with CMPI. It generates the 
>    initial CMPI provider skeletons from MOF (Managed Object Format). It 
>    builds on CMPI rather than introducing a new provider interface. It does 
>    not impose run-time library dependencies. The footprint of the providers 
>    produced is small. Also the development effort is greatly reduced. 
> 
>    KonkretCMPI has recently released a newer version 0.8.7 in Oct 2008. 
>    Its earlier version 0.8.6 was released in August 2008.
> 
>    Command name   Notes
>    ===================================================================
>    konkret        create a CMPI provider skeleton in the C programming
>                   language
>    konkretreg     generate an SFCB-style .reg file
> 
> 
> 5. Interfaces
> 
>    Exported interface               Classification    Interface type
>    =============================    ==============    ==============
>    SUNWkonkretcmpi                  Uncommitted       Package name
>    /usr/bin/konkret                 Uncommitted       Command
>    /usr/bin/konkretreg              Uncommitted       Command
>    /usr/lib/libkonkret.a            Uncommitted       Static library
>    /usr/include/konkret             Uncommitted       Location where header
>                                                       file is installed
>    /usr/include/konkret/konkret.h   Uncommitted       Header file
>    /usr/share/man/man1/konkret.1    Uncommitted       Manpage
>    /usr/share/man/man1/konkretreg.1 Uncommitted       Manpage
>    KONKRET_SCHEMA_DIR               Uncommitted       Environment variable
> 
>    
>    Imported interface                            Classification   Comments
>    ==================                            ===============  ========= 
>    /usr/include/Pegasus/Provider/CMPI/cimpidt.h  Uncommitted      Header file
>    /usr/include/Pegasus/Provider/CMPI/cmpift.h   Uncommitted      Header file
>    /usr/include/Pegasus/Provider/CMPI/cmpimacs.h Uncommitted      Header file
>    /usr/include/Pegasus/Provider/CMPI/cmpios.h   Uncommitted      Header file
>    /usr/include/Pegasus/Provider/CMPI/cmpipl.h   Uncommitted      Header file
>    /etc/Pegasus/Schemas/                         Committed        Dir where Pegasus 
>                                                                   installs CIM DMTF and 
>                                                                   Pegasus MOF files.
> 
>    The SUNWkonkretcmpi package has build time dependency on the CMPI headers 
>    provided by the SUNWcimserveru package. Though SUNWkonkretcmpi does not 
>    have a direct runtime dependency on SUNWcimserveru and SUNWcimserverr 
>    packages, the end users who use the SUNWkonkretcmpi binaries would require 
>    the SUNWcimserveru and SUNWcimserverr packages to use the generated code. 
>    Please see LSARC/2008/040
> 
> 6. Resources and Schedule:
>    6.4. Product Approval Committee requested information:
>    	6.4.1. Consolidation or Component Name:
> 	       SFW
>    6.5. ARC review type: Automatic
> 
>    6.6. ARC Exposure: open


