[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Private CPAN Bundle for Module Modules
- Date: Wed, 05 Jan 2000 07:47:58 -0500
- From: Kevin Lenzo <lenzo@cs.cmu.edu>
- Subject: Re: Private CPAN Bundle for Module Modules
Yes I got this behaviour also. Math::Units
requires a
force install Math::Units
because the test suite fails. After you do the force
install, it works in Infobot::Module::Conver -- at least
for me.
I'm going to leave the bundle as it is for a bit, though,
in case this behaviour _doesn't_ show up on some platform.
It shows up for me on RH linux 6.0 and Perl 5.005_3;
Samy was using FreeBSD.
Now to get that IRC interface working with the
new architecture...
kevin
Samy Kamkar wrote:
>
> As I've just experienced Math::Units has some problems, even with the
> latest version of CPAN. Couldn't get it from CPAN directly either, take
> a look at this:
> --------------------------------
> Running make test
> <some fun stuff here>
> t/*.................can't open t/*.t. No such file or directory
> can't close t/*.t. Bad file descriptor
> Can't open perl script "t/*.t": No such file or directory
> dubious
> Test returned status 2 (wstat 512, 0x200)
> FAILED--1 test script could be run, alas--no output ever seen
> *** Error code 2
> --------------------
> Check out the first line...'Running make test'...even though it was a
> force install!
> I believe Kevin will be updating it by taking the module out unless it
> gets fixed. Also I get some strange stuff when install'ing it after
> cleaning it, just Math::Units that is.
> Any of you _not_ get this error?
>
> -Samy Kamkar (CommPort5)