AF:
NF:0
PS:10
SRH:1
SFN:
DSR:
MID:
CFG:
PT:0
S:andy.sharp@lsi.com
RQ:
SSV:mhbs.lsil.com
NSV:
SSH:
R:<Jan.Seidel@lsi.com>,<Yifeng.Liu@lsi.com>
MAID:2
X-Sylpheed-Privacy-System:
X-Sylpheed-Sign:0
SCF:#mh/Mailbox/sent
RMID:#imap/LSI/INBOX	0	D41A5B864986B546A595D85C4701A9C0B72C7BA4@cosmail03.lsi.com
X-Sylpheed-End-Special-Headers: 1
Date: Thu, 1 Apr 2010 15:46:34 -0700
From: Andrew Sharp <andy.sharp@lsi.com>
To: "Seidel, Jan" <Jan.Seidel@lsi.com>
Cc: "Liu, Yifeng" <Yifeng.Liu@lsi.com>
Subject: Re: test harness wiki follower needs help
Message-ID: <20100401154634.209a310c@ripper.onstor.net>
In-Reply-To: <D41A5B864986B546A595D85C4701A9C0B72C7BA4@cosmail03.lsi.com>
References: <20100330114223.6bf44653@ripper.onstor.net>
	<D41A5B864986B546A595D85C4701A9C0B72C7AE9@cosmail03.lsi.com>
	<20100330133253.38be288a@ripper.onstor.net>
	<D41A5B864986B546A595D85C4701A9C0B72C7B7C@cosmail03.lsi.com>
	<20100330135359.7231acb6@ripper.onstor.net>
	<D41A5B864986B546A595D85C4701A9C0B72C7BA4@cosmail03.lsi.com>
Organization: LSI
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

Yes, my client is very special.  On the other hand, it is covered
in /n/lib/Linux, so...

Anyway, I did the apt-get install of libtest-harness-perl, but I still
get the exact same described error message.

On Tue, 30 Mar 2010 14:58:58 -0600 "Seidel, Jan" <Jan.Seidel@lsi.com>
wrote:

> Your client is a "special situation" because you neither have the new
> debian image that we created nor one of the old RHEL clients.
> 
> So in your case you still have to install these modules. You can do
> that either with "apt-get install" for each missing module or by
> following step 4 of the wiki. Step 4 will install all modules for
> you, but Larry prefers "apt-get" for debian-based clients. So it's
> your decision...
> 
> If it becomes too much work just let me know the IP of your client. I
> can then try to help.
> 
> Regards,
> Jan
> 
> 
> -----Original Message-----
> From: Andrew Sharp [mailto:andy.sharp@lsi.com] 
> Sent: Tuesday, March 30, 2010 1:54 PM
> To: Seidel, Jan
> Cc: Liu, Yifeng
> Subject: Re: test harness wiki follower needs help
> 
> OK, but in the wiki it says I don't have to install anything if I have
> PERL5LIB variable set correctly.
> 
> Also, what does that mean, if there are multiple modules missing?
> Doesn't this command install all missing modules?  I'm still confused.
> 
> 
> On Tue, 30 Mar 2010 14:39:31 -0600 "Seidel, Jan" <Jan.Seidel@lsi.com>
> wrote:
> 
> > OK, yeah, I could have seen that.
> > 
> > But in this directory there's no "TAP" subdir. So you don't have all
> > the modules that are required to run the tests. You can manually
> > install all the required modules with "apt-get install
> > libtest-harness-perl". But if there are multiple modules missing
> > this can become tedious.
> > 
> > Regards,
> > Jan
> > 
> > -----Original Message-----
> > From: Andrew Sharp [mailto:andy.sharp@lsi.com] 
> > Sent: Tuesday, March 30, 2010 1:33 PM
> > To: Seidel, Jan
> > Cc: Liu, Yifeng
> > Subject: Re: test harness wiki follower needs help
> > 
> > Yeees.
> > 
> > $ echo $PERL5LIB
> > /n/lib/Linux/deb4.0/2.6.26-2-686/i686/perl/5.10.0/lib
> > 
> > You can also see that in the error message.
> > 
> > On Tue, 30 Mar 2010 12:55:32 -0600 "Seidel, Jan"
> > <Jan.Seidel@lsi.com> wrote:
> > 
> > > Hi Andy,
> > > 
> > > You don't need the C TAP library. But you need the Perl module.
> > > Step 4 of this wiki page shows how to install these libraries.
> > > Did you set the $PERL5LIB env variable and are there any files in
> > > the directory it points to?
> > > 
> > > Regards,
> > > Jan
> > > 
> > > -----Original Message-----
> > > From: Andrew Sharp [mailto:andy.sharp@lsi.com] 
> > > Sent: Tuesday, March 30, 2010 11:42 AM
> > > To: Seidel, Jan
> > > Cc: Liu, Yifeng
> > > Subject: test harness wiki follower needs help
> > > 
> > > I'm trying to follow the wiki on setting up my environment for
> > > running tests, and I got to this:
> > > 
> > > http://wiki.onstor.net/wiki/Test_Harness:Setup_your_environment#Step_7.29_.E2.80.93_create_your_available_resources_config.yaml
> > > 
> > > Which says "use 'runtests -C' ..." but when I do that I get this:
> > > 
> > > Can't locate TAP/Parser.pm in @INC (@INC
> > > contains: /n/lib/qe/linux/perl5/lib /n/lib/Linux/deb4.0/2.6.26-2-686/i686/perl/5.10.0/lib /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .)
> 
> > > at ./runtests line 12. BEGIN failed--compilation aborted
> > > at ./runtests line 12.
> > > 
> > > Which tells me that I need to install the TAP libraries, but Step
> > > 8. says I don't.  So I'm confused.
