X-MimeOLE: Produced By Microsoft Exchange V6.5
Received: by onstor-exch02.onstor.net 
	id <01C7DB8F.E7F0A20A@onstor-exch02.onstor.net>; Fri, 10 Aug 2007 12:49:12 -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:49:12 -0800
Message-ID: <BB375AF679D4A34E9CA8DFA650E2B04E02215975@onstor-exch02.onstor.net>
In-Reply-To: <20070810133839.23282ddf@ripper.onstor.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: Kernel build issue
Thread-Index: Acfbjm82qrC2xIxxQwiv7UOVRDJ1rAAAWIiA
From: "Larry Scheer" <larry.scheer@onstor.com>
To: "Andy Sharp" <andy.sharp@onstor.com>

What happens is CONV gets set to null because which conv fails.

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

On Fri, 10 Aug 2007 13:36:56 -0700 Andrew Sharp <andy.sharp@onstor.com>
wrote:

> On Fri, 10 Aug 2007 13:25:31 -0700 "Larry Scheer"
> <larry.scheer@onstor.com> wrote:
>=20
> My bad.  I think I inadvertently blew this away when I checked in some
> changes a couple of days ago.

Actually, that should have worked, shouldn't it?  Do some workstations
have some other program called 'conv' that I don't have?

> > Just sumitted the fix.
> >=20
> > _____________________________________________
> > From: Maxim Kozlovsky=20
> > Sent: Friday, August 10, 2007 1:20 PM
> > To: Larry Scheer; dl-Cougar
> > Subject: RE: Kernel build issue
> >=20
> > Or better remove this line from the Makefile
> >=20
> > CONV =3D $(shell which conv)
> >=20
> > _____________________________________________
> > From: Larry Scheer=20
> > Sent: Friday, August 10, 2007 1:06 PM
> > To: dl-Cougar
> > Subject: Kernel build issue
> >=20
> > If you don't have your path set so conv is found  a make kernel will
> > fail.
> >=20
> > 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)
> >=20
> >=20
