Skip Menu |

This queue is for tickets about the Alzabo CPAN distribution.

Maintainer(s)' notes

Not really maintained any more. Interested in taking it over? Email the author.

Report information
The Basics
Id: 21616
Status: resolved
Priority: 0/
Queue: Alzabo

People
Owner: Nobody in particular
Requestors: otto.hirr [...] olabinc.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: build problem
Date: Fri, 22 Sep 2006 11:03:56 -0700
To: <bug-Alzabo [...] rt.cpan.org>
From: "Otto Hirr" <otto.hirr [...] olabinc.com>
Greetings, I tried installing via cpan. I have necessary pre-reqs. It reported it could not load listing value of @INC. Problem may be that it never built... Per your readme, it lists in order Show quoted text
>perl Build.PL >(answer the questions you're asked) >./Build test >./Build install
However you have left out ./Build, hence no libs and hence fails. But you won't see this if you have already install Alzabo since the @INC also lists the sys wide libs and it would be found there. When I built by hand, and did the ./Build, then it built and tested. Regards, ..Otto
On Fri Sep 22 14:15:09 2006, otto.hirr@olabinc.com wrote: Show quoted text
> >perl Build.PL > >(answer the questions you're asked) > >./Build test > >./Build install
> > However you have left out ./Build, hence no libs and hence fails. > > But you won't see this if you have already install Alzabo since > the @INC also lists the sys wide libs and it would be found there. > > When I built by hand, and did the ./Build, then it built and tested.
That's very weird. When you run "./Build test" it should do whatever it needs to get the tests running, which basically means doing the things that "./Build" does first. I tested this locally and it worked fine. What version of Module::Build do you have installed? That could be the problem.