X-MimeOLE: Produced By Microsoft Exchange V6.5
Received: by onstor-exch02.onstor.net 
	id <01C7DB8E.6FA6127C@onstor-exch02.onstor.net>; Fri, 10 Aug 2007 12:38:40 -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:38:40 -0800
Message-ID: <BB375AF679D4A34E9CA8DFA650E2B04E04FA72E8@onstor-exch02.onstor.net>
In-Reply-To: <20070810133656.2450c0b7@ripper.onstor.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: Kernel build issue
Thread-Index: AcfbjjHiHypcMXIuS3W6NUnBMGHx+AAAC5Jg
References: <BB375AF679D4A34E9CA8DFA650E2B04E04FA72CD@onstor-exch02.onstor.net><BB375AF679D4A34E9CA8DFA650E2B04E02215974@onstor-exch02.onstor.net> <20070810133656.2450c0b7@ripper.onstor.net>
From: "Maxim Kozlovsky" <maxim.kozlovsky@onstor.com>
To: "Andy Sharp" <andy.sharp@onstor.com>,
	"Larry Scheer" <larry.scheer@onstor.com>
Cc: "dl-Cougar" <dl-Cougar@onstor.com>

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)
>>
>>
