X-MimeOLE: Produced By Microsoft Exchange V6.5
Received: by onstor-exch02.onstor.net 
	id <01C7A88B.5ACD899B@onstor-exch02.onstor.net>; Wed, 6 Jun 2007 15:38:08 -0700
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-class: urn:content-classes:message
Subject: FW: cw_install makefile problem
Date: Wed, 6 Jun 2007 15:38:07 -0700
Message-ID: <BB375AF679D4A34E9CA8DFA650E2B04E040F04DF@onstor-exch02.onstor.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: cw_install makefile problem
Thread-Index: AceoipQ4gn/Qgv+ITr2os3fTM/9J9wAAGa8A
From: "Ken Renshaw" <ken.renshaw@onstor.com>
To: "Andy Sharp" <andy.sharp@onstor.com>

Hey Andy, hope you're enjoying time off.=20

I'm building DeLorean sub22 with the cw_install stuff, and make release
fails to run the steps....looks like the sed commands need to be
prefaced with /usr/bin/sudo. Were you perchance running make release as
root, and that's maybe why this didn't show up?=20

I'm going to go ahead and try sudo make release and see if it builds the
cw_install.sh file correctly. Just FYI.

Thanks, and have a good one.

-Ken

-----Original Message-----
From: Build Admin [mailto:build@localhost.localdomain]=20
Sent: Wednesday, June 06, 2007 3:30 PM
To: Ken Renshaw
Subject: cw_install makefile problem

/usr/bin/sudo chown 0:0
./Build/ch/opt/Release/usr/local/agile/conf/EverON-3.0.0.0.bom
cd ./Build/ch/opt/Release && \
/usr/bin/sudo chown 0:0 usr/local/agile/lib/*
cd ./Build/ch/opt/Release && \
/usr/bin/sudo tar --numeric-owner --create
--file=3D../EverON-3.0.0.0.tar.gz --preserve-permissions --gzip .
sed '/^DISTR_S=3D/cDISTR_S=3D'`ls -ls
./Build/ch/opt/Release/../EverON-3.0.0.0.tar.gz |\
	awk '{print $1}'` ./Tools/cw_install.in > \
	./Build/ch/opt/Release/cw_install.sh
/bin/sh: line 1: ./Build/ch/opt/Release/cw_install.sh: Permission denied
make: *** [release] Error 1
