Re: LogValidator on OS X

Le 1 févr. 2007 à 11:24, olivier Thereaux a écrit :
> On Feb 1, 2007, at 10:41 , Karl Dubost wrote:
>>
>> t/module-css..........Can't locate WebService/Validator/CSS/W3C.pm  
>> in @INC
>> t/module-htmlval......Can't locate LWP/UserAgent.pm in @INC
>
> Notably, you could try installing
>
> HTML::Tagset
> then LWP::UserAgent
> then XML::Parser
> then SOAP::Lite
> then WebService::Validator::CSS::W3C
> ... then W3C::LogValidator
>
> Hopefully that should work (although, karl just told me on IRC that  
> XML::Parser seemed to ask for an expat install, too...)

Installing libexpat is a MUST for XML::Parser.
Then installing SOAP::Lite gives a few more problems.

For example, Installing SOAP::Lite, I had a few error messages
t/04-attach............Something wrong with MIME message:  
MIME::Parser: can't flush:  at /Library/Perl/5.8.6/MIME/Parser.pm  
line 821.

this one is solved by installing… IO::ScalarArray
cpan[30]> install IO::ScalarArray

(Thanks to use Perl; Web site
http://tinyurl.com/29wdh7 )

then another problem… still in SOAP::Lite ;)

t/06-modules...........ok 1/19# Failed test 15 in t/06-modules.t at  
line 24 fail #15
t/06-modules...........NOK 15/19#  t/06-modules.t line 24 is:   $@  
=~ /(Can\'t locate)|(XML::Parser::Lite requires)|(this is only  
version)|(load mod_perl)/
# Failed test 19 in t/06-modules.t at line 24 fail #17
t/06-modules...........FAILED tests 15, 19
         Failed 2/19 tests, 89.47% okay (less 2 skipped tests: 15  
okay, 78.95%)


Still exploring for a solution.

we will love dependencies with CPAN ;)


-- 
Karl Dubost - http://www.w3.org/People/karl/
W3C Conformance Manager, QA Activity Lead
   QA Weblog - http://www.w3.org/QA/
      *** Be Strict To Be Cool ***

Received on Thursday, 1 February 2007 04:14:46 UTC