Reposting: Trying to Install HTTP::Request

2004-07-27 Thread Lola Lee
I posted the following last week but never got any response.  So I'm reposting 
with hopes that those of you who are more experienced might have an idea of what 
is going on . . .


I'm trying to install all the modules listed in 
http://developer.apple.com/internet/opensource/validator.html . . . for some 
reason, it always fails at live/apache-listing everytime I try to install the 
module.  Here's what I get at the end:

live/activestate...ok 
live/apache-listingUse of uninitialized value in pattern match (m//) at 
../blib/lib/File/Listing.pm line 77.
Use of uninitialized value in split at ../blib/lib/File/Listing.pm line 91.
live/apache-listingFAILED test 5 
Failed 1/8 tests, 87.50% okay
live/jigsaw-auth-b.ok 
live/jigsaw-auth-d.ok 
live/jigsaw-chunk..ok 
live/jigsaw-md5-getok 
live/jigsaw-md5ok 
live/jigsaw-neg-getok 
live/jigsaw-negok 
live/jigsaw-te.ok 
live/validator.ok 
Failed Test   Stat Wstat Total Fail  Failed  List of Failed
---
live/apache-listing.t81  12.50%  5
Failed 1/41 test scripts, 97.56% okay. 1/761 subtests failed, 99.87% okay.
make: *** [test] Error 2
 /usr/bin/make test -- NOT OK
Running make install
 make test had returned bad status, won't install without force

So, what do I need to do?
Lola



Re: Reposting: Trying to Install HTTP::Request

2004-07-27 Thread brian pink
i've never actually gotten that specific test to work on Panther ( the
live/apache-listing ) and i haven't had any problems with doing a
force install of modules that fail on it.

in your cpan shell, type force install HTTP::Request and you should be all set.


Re: Reposting: Trying to Install HTTP::Request

2004-07-27 Thread Sherm Pendley
On Jul 27, 2004, at 2:29 PM, Lola Lee wrote:
live/apache-listing.t81  12.50%  5
Failed 1/41 test scripts, 97.56% okay. 1/761 subtests failed, 99.87% 
okay.

So, what do I need to do?
Brian's right. With 760 successful tests, odds are good that the one 
failure is the result of a bug in the test, not a bug in the module.

If you just want to install the module, do 'force install 
HTTP::Request' in the CPAN shell.

If you'd like to do more research, do a 'look HTTP::Request' in the 
CPAN shell. That will unpack the module and open up a sub-shell in the 
unpacked directory. From there, have a look at the 
live/apache-listing.t file. The error was reported as happening at line 
77, so you can see if the module feature being tested there is or isn't 
one that you plan to use.

sherm--


Trying to Install HTTP::Request

2004-07-24 Thread Lola Lee
I'm trying to install all the modules listed in 
http://developer.apple.com/internet/opensource/validator.html . . . for some reason, 
it always fails at live/apache-listing everytime I try to install the module.  Here's 
what I get at the end:


live/activestate...ok
live/apache-listingUse of uninitialized value in pattern match (m//) at 
../blib/lib/File/Listing.pm line 77.
Use of uninitialized value in split at ../blib/lib/File/Listing.pm line 91.
live/apache-listingFAILED test 5 
Failed 1/8 tests, 87.50% okay
live/jigsaw-auth-b.ok
live/jigsaw-auth-d.ok
live/jigsaw-chunk..ok
live/jigsaw-md5-getok
live/jigsaw-md5ok
live/jigsaw-neg-getok
live/jigsaw-negok
live/jigsaw-te.ok
live/validator.ok
Failed Test   Stat Wstat Total Fail  Failed  List of Failed
---
live/apache-listing.t81  12.50%  5
Failed 1/41 test scripts, 97.56% okay. 1/761 subtests failed, 99.87% okay.
make: *** [test] Error 2
  /usr/bin/make test -- NOT OK
Running make install
  make test had returned bad status, won't install without force


So, what do I need to do?


-- 
Lola - mailto:[EMAIL PROTECTED]
http://www.lolajl.net | Blog at http://www..lolajl.net/blog/
Terrorism delenda est! (Terrorism must be destroyed utterly!)
I'm in Bowie, MD, USA, halfway between DC and Annapolis.