X-MimeOLE: Produced By Microsoft Exchange V6.5
Received: by onstor-exch02.onstor.net 
	id <01C7DB90.1FBBECA4@onstor-exch02.onstor.net>; Fri, 10 Aug 2007 12:50:45 -0800
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-class: urn:content-classes:message
Subject: RE: Kernel build issue
Date: Fri, 10 Aug 2007 12:50:45 -0800
Message-ID: <BB375AF679D4A34E9CA8DFA650E2B04E02215976@onstor-exch02.onstor.net>
In-Reply-To: <BB375AF679D4A34E9CA8DFA650E2B04E04FA72E8@onstor-exch02.onstor.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: Kernel build issue
Thread-Index: AcfbjjHiHypcMXIuS3W6NUnBMGHx+AAAC5JgAABjnHA=
From: "Larry Scheer" <larry.scheer@onstor.com>
To: "Maxim Kozlovsky" <maxim.kozlovsky@onstor.com>,
	"Andy Sharp" <andy.sharp@onstor.com>
Cc: "dl-Cougar" <dl-Cougar@onstor.com>

Yes. Spoke to Ken yesterday he is re-vamping his build and verification
scripts so nightly-builds are not quite there yet.

-----Original Message-----
From: Maxim Kozlovsky=20
Sent: Friday, August 10, 2007 1:39 PM
To: Andy Sharp; Larry Scheer
Cc: dl-Cougar
Subject: RE: Kernel build issue

I guess this proves that we still do not have the nightly builds setup?

>-----Original Message-----
>From: Andy Sharp
>Sent: Friday, August 10, 2007 1:37 PM
>To: Larry Scheer
>Cc: Maxim Kozlovsky; dl-Cougar
>Subject: Re: Kernel build issue
>
>On Fri, 10 Aug 2007 13:25:31 -0700 "Larry Scheer"
><larry.scheer@onstor.com> wrote:
>
>My bad.  I think I inadvertently blew this away when I checked in some
>changes a couple of days ago.
>
>> Just sumitted the fix.
>>
>> _____________________________________________
>> From: Maxim Kozlovsky
>> Sent: Friday, August 10, 2007 1:20 PM
>> To: Larry Scheer; dl-Cougar
>> Subject: RE: Kernel build issue
>>
>> Or better remove this line from the Makefile
>>
>> CONV =3D $(shell which conv)
>>
>> _____________________________________________
>> From: Larry Scheer
>> Sent: Friday, August 10, 2007 1:06 PM
>> To: dl-Cougar
>> Subject: Kernel build issue
>>
>> If you don't have your path set so conv is found  a make kernel will
>> fail.
>>
>> To work around this problem add /usr/local/sde4/bin to your path:
>> Bash:
>> export PATH=3D${PATH}:/usr/local/sde4/bin
>> c-shell
>> set path =3D ($path /usr/local/sde4/bin)
>>
>>
