Lola Lee wrote:
> Morbus Iff wrote:
> 
> 
>>  /Library/WebServer/Documents/GoogleSearch.wdsl
>>
> 
> When I ran this again, it died with this message:
> 
> Illegal WSDL File Location - /Library/WebServer/Documents/GoogleSearch.wdsl
>

The test is trying to open the file just to test for existence,
readability, etc. (not sure why Perl ops couldn't be used rather than
opening and then closing, yikes) but you might want to hack the file
t/1.t and add $! to the error message to see why it is failing. Could be
any number of reasons, I assume the file is readable by your user, etc.
but $! will tell us why it is failing.

http://danconia.org

> 
> 
> Next time, I left off GoogleSearch.wdsl and it died again, I got this:
> 
> Can't locate object method "new" via package "WebService::GoogleHack"; at
> t/1.t line 85, <STDIN> line 5.
> # Looks like you planned 2 tests but only ran 1.
> # Looks like your test died just after 1.
> t/1....dubious
>         Test returned status 255 (wstat 65280, 0xff00)
> DIED. FAILED tests 1-2
>         Failed 2/2 tests, 0.00% okay
> Failed Test Stat Wstat Total Fail  Failed  List of Failed
> -------------------------------------------------------------------------------
> 
> t/1.t        255 65280     2    3 150.00%  1-2
> Failed 1/1 test scripts, 0.00% okay. 2/2 subtests failed, 0.00% okay.
> make[1]: *** [test_dynamic] Error 2
> make: *** [test] Error 2
>   /usr/bin/make test -- NOT OK
> Running make install
>   make test had returned bad status, won't install without force
> 
> 
> I do have the file in the Documents folder.
> 

Reply via email to