AF:
NF:0
PS:10
SRH:1
SFN:
DSR:
MID:<20070810133830.5e6be9e1@ripper.onstor.net>
CFG:
PT:0
S:andy.sharp@onstor.com
RQ:
SSV:onstor-exch02.onstor.net
NSV:
SSH:
R:<andy.sharp@onstor.com>,<larry.scheer@onstor.com>,<maxim.kozlovsky@onstor.com>,<dl-Cougar@onstor.com>
MAID:1
X-Sylpheed-Privacy-System:
X-Sylpheed-Sign:0
SCF:#mh/Mailbox/sent
RMID:#imap/andys@onstor.net@onstor-exch02.onstor.net/INBOX	0	20070810133656.2450c0b7@ripper.onstor.net
X-Sylpheed-End-Special-Headers: 1
Date: Fri, 10 Aug 2007 13:38:39 -0700
From: Andrew Sharp <andy.sharp@onstor.com>
To: Andrew Sharp <andy.sharp@onstor.com>
Cc: "Larry Scheer" <larry.scheer@onstor.com>, "Maxim Kozlovsky"
 <maxim.kozlovsky@onstor.com>, "dl-Cougar" <dl-Cougar@onstor.com>
Subject: Re: Kernel build issue
Message-ID: <20070810133839.23282ddf@ripper.onstor.net>
In-Reply-To: <20070810133656.2450c0b7@ripper.onstor.net>
References: <BB375AF679D4A34E9CA8DFA650E2B04E04FA72CD@onstor-exch02.onstor.net>
	<BB375AF679D4A34E9CA8DFA650E2B04E02215974@onstor-exch02.onstor.net>
	<20070810133656.2450c0b7@ripper.onstor.net>
Organization: Onstor
X-Mailer: Sylpheed-Claws 2.6.0 (GTK+ 2.8.20; x86_64-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

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:
> 
> 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.
> > 
> > _____________________________________________
> > 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 = $(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=${PATH}:/usr/local/sde4/bin
> > c-shell
> > set path = ($path /usr/local/sde4/bin)
> > 
> > 
