From dwc@sac.sfbay.sun.com Fri Jun 13 14:03:48 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 m5DL3lim006570
	for <psarc-ext@sac.sfbay.Sun.COM>; Fri, 13 Jun 2008 14:03:48 -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 m5DL3jKu027754;
	Sat, 14 Jun 2008 05:03:46 +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 <0K2F009096I9BQ00@nwk-avmta-2.sfbay.sun.com>; Fri,
 13 Jun 2008 14:03:45 -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 <0K2F006S06I87240@nwk-avmta-2.sfbay.sun.com>; Fri,
 13 Jun 2008 14:03:44 -0700 (PDT)
Received: from sac.sfbay.sun.com (new-sac.SFBay.Sun.COM [129.146.175.65])
	by dm-sfbay-02.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id m5DL3iu6019276; Fri, 13 Jun 2008 14:03:44 -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 m5DL3gRY006565; Fri,
 13 Jun 2008 14:03:42 -0700 (PDT)
Received: (from dwc@localhost)	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit)
 id m5DL3g2G006561; Fri, 13 Jun 2008 14:03:42 -0700 (PDT)
Date: Fri, 13 Jun 2008 14:03:42 -0700 (PDT)
From: Don Cragun <don.cragun@sun.com>
Subject: Move gcc and binutils from /usr/sfw/bin to /usr/bin [PSARC/2008/378
 FastTrack timeout 06/19/2008]
To: PSARC-ext@sun.com
Cc: Craig.Mohrman@sun.com
Message-id: <200806132103.m5DL3g2G006561@sac.sfbay.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 3748

I am sponsoring this fasttrack for Craig Mohrman.  
The project team is requesting a minor release binding.

 - Don

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:
	 Move gcc and binutils from /usr/sfw/bin to /usr/bin
    1.2. Name of Document Author/Supplier:
	 Author:  Craig Mohrman
    1.3  Date of This Document:
	13 June, 2008
4. Technical Description

Summary

	This project moves GNU gcc and GNU binutils from /usr/sfw/bin
	to /usr/bin.

4.1 Details

	Please see the file MANIFEST in the materials directory for a
	complete list of the file locations.

	No software is being updated with this case.  It is only being
	moved.  Commitment levels do not change.

	In summary gcc and binutils will install into:
		/usr/bin
		/usr/gnu/bin  (symlinks only)
		/usr/lib
		/usr/lib/{ARCH-64}
		/usr/lib/gcc
		/usr/sfw/bin  (compatibility symlinks only)
		/usr/share/locale
		/usr/share/info
		/usr/share/man

	Here is a map of the moves:
	    ARCH is machine architecture.
	    OS is the OS version.
	    VERSION is the GNU version.
	    This supports multiple versions of the GNU utilities.

		/usr/sfw/{ARCH-OS}/bin/* moves to /usr/gnu/bin/
			{ ar, as, ld, nm, ranlib, strip }

		/usr/sfw/bin/* moves to /usr/bin/
			{ NOTE the non g-prefixed command: cpp
			  see notes below concerning cpp }

		/usr/sfw/lib/*           moves to /usr/lib/
		/usr/sfw/lib/{ARCH-64}/* moves to /usr/lib/{ARCH-64}/

		/usr/sfw/lib/gcc/{ARCH-OS}/{VERSION}/* moves to
		    /usr/lib/gcc/{ARCH-OS}/{VERSION}/

		/usr/sfw/libexec/gcc/* moves to
		    /usr/lib/gcc/{ARCH-OS}/{VERSION}/

		/usr/sfw/include/c++/{VERSION}/* moves to
		    /usr/lib/gcc/{ARCH-OS}/{VERSION}/c++/

		/usr/sfw/{ARCH-OS}/lib/ldscripts/* moves to
		    /usr/lib/gcc/{ARCH-OS}/binutils-{VERSION}/lib/ldscripts/

		/usr/sfw/lib/locale/*     moves to /usr/share/locale/
		/usr/sfw/share/info/*     moves to /usr/share/info/
		/usr/sfw/share/man/man1/* moves to /usr/share/man/man1/
		/usr/sfw/share/man/man7/* moves to /usr/share/man/man7/

	For compatibility these symlinks will be created:

		/usr/sfw/bin/* symlinked to /usr/bin/* binaries.

	By default the gcc build installs:

		/usr/bin/c++ -> ./c++-3.4.3
		/usr/bin/c++-3.4.3

	    The Sun DevPro compiler installs:

		/usr/bin/c++filt -> /opt/SUNWspro/bin/c++filt

	    After discussions with DevPro engineers, we believe that
	    these names will be confusing to users.  They have the
	    appearance of belonging to the same software.

	To avoid possible confusion the following will NOT be installed:

		/usr/bin/c++ -> ./c++-3.4.3
		/usr/bin/c++-3.4.3

	    I will also add:

		/usr/gnu/bin/c++ -> /usr/bin/g++

	Also, by default the gcc build installs:

		/usr/bin/cpp

	    While Sun installs:

		/usr/lib/cpp

	    The 2 cpp's are functionality very different and not
	    inter-changeable.  To help avoid confusion the following
	    symlink will be added:

		/usr/bin/gcpp -> ./cpp

	All other GNU utilities are prefixed with a 'g' for easy
	identification.

	In keeping with Solaris practices I am removing static
	libraries when dynamic versions are also offered.  Some
	libraries (e.g., libiberty.a) do not offer dynamic versions.


4.2 BUG/RFE Number(s):
	6620074 move gcc 3.4.3 from /usr/sfw/bin to /usr/bin
	6600139 move GNU binutils from /usr/sfw/bin to /usr/bin

5. References

     PSARC 2000/488: Solaris/Linux Commands Compatibility
     PSARC 2005/185: Enabling Serendipitous Discovery
     PSARC 2007/047: /usr/gnu

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 dwc@spartan.eng.sun.com Fri Jun 20 14: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 m5KLELAo009212
	for <psarc-ext@sac.sfbay.sun.com>; Fri, 20 Jun 2008 14: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 m5KLEE2x043322
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Fri, 20 Jun 2008 15:14:20 -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 <0K2S00G315NWGG00@nwk-avmta-2.sfbay.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Fri, 20 Jun 2008 14:14:20 -0700 (PDT)
Received: from dm-eng-02.sfbay.sun.com ([129.146.11.32])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K2S007PS5NVQPB0@nwk-avmta-2.sfbay.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Fri,
 20 Jun 2008 14:14:19 -0700 (PDT)
Received: from spartan.eng.sun.com (spartan.SFBay.Sun.COM [129.146.226.64])
	by dm-eng-02.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id m5KLEJYP017622; Fri, 20 Jun 2008 14:14:19 -0700 (PDT)
Received: from spartan.eng.sun.com (localhost [127.0.0.1])
	by spartan.eng.sun.com (8.13.7+Sun/8.13.7) with ESMTP id m5KL6oVi005782; Fri,
 20 Jun 2008 14:06:50 -0700 (PDT)
Received: (from dwc@localhost)
	by spartan.eng.sun.com (8.13.7+Sun/8.13.7/Submit) id m5KL6okY005781; Fri,
 20 Jun 2008 14:06:50 -0700 (PDT)
Date: Fri, 20 Jun 2008 14:06:50 -0700 (PDT)
From: Don Cragun <don.cragun@sun.com>
Subject: Re: Move gcc and binutils from /usr/sfw/bin to /usr/bin
 [PSARC/2008/378 FastTrack timeout 06/19/2008]
To: PSARC-ext@sun.com
Cc: Craig.Mohrman@sun.com
Message-id: <200806202106.m5KL6okY005781@spartan.eng.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 112

The timer has expired and no comments have been submitted on this case.
I've marked it closed approved.

 - Don

From craig.mohrman@sun.com Fri Jun 20 14:16:05 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 m5KLG5VQ009228
	for <psarc-ext@sac.sfbay.sun.com>; Fri, 20 Jun 2008 14:16:05 -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 m5KLG4DU044002;
	Fri, 20 Jun 2008 15:16:04 -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 <0K2S00G0D5QSJ000@nwk-avmta-2.sfbay.sun.com>; Fri,
 20 Jun 2008 14:16:04 -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 <0K2S007FX5QRQGB0@nwk-avmta-2.sfbay.sun.com>; Fri,
 20 Jun 2008 14:16:03 -0700 (PDT)
Received: from [129.146.226.160] (shortty.SFBay.Sun.COM [129.146.226.160])
	by jurassic-x4600.sfbay.sun.com (8.14.3+Sun/8.14.3)
 with ESMTP id m5KLG2HG956609; Fri, 20 Jun 2008 14:16:03 -0700 (PDT)
Date: Fri, 20 Jun 2008 14:16:02 -0700
From: Craig Mohrman <craig.mohrman@sun.com>
Subject: Re: Move gcc and binutils from /usr/sfw/bin to /usr/bin
 [PSARC/2008/378 FastTrack timeout 06/19/2008]
In-reply-to: <200806202106.m5KL6okY005781@spartan.eng.sun.com>
To: Don Cragun <don.cragun@sun.com>
Cc: PSARC-ext@sun.com
Message-id: <485C1E12.4000907@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: <200806202106.m5KL6okY005781@spartan.eng.sun.com>
User-Agent: Thunderbird 2.0.0.12 (X11/20080325)
Status: RO
Content-Length: 161

Don Cragun wrote:
> The timer has expired and no comments have been submitted on this case.
> I've marked it closed approved.
>
>  - Don

Thank you Don.

craig


