Chris Devers <[EMAIL PROTECTED]> writes:

> I can manually go in and ignore the broken test & run 'sudo make install'
> by hand, but skipping the broken test seems like a mistake anyway.
> 
> Looking at the source for test 6-8 of t/heuristic shows:
> 
> 
>     $URI::Heuristic::MY_COUNTRY = "bv";
>     print "not " unless uf_urlstr("perl/camel.gif") eq 
>"http://www.perl.com/camel.gif";;
>     print "ok 6\n";
> 
> 
> And just for good measure, I try loading that URL and get...
> 
> 
>     % lynx --head --dump http://www.perl.com/camel.gif
>     HTTP/1.1 404 Not Found
>     Date: Tue, 20 Aug 2002 13:41:07 GMT
>     Server: Apache/1.3.26 (Unix)
>     Connection: close
>     Content-Type: text/html; charset=iso-8859-1
> 
> 
> SO, URI.pm can't test because the URL it's trying to test against no
> longer works. If that's the case then this needs to be fixed upstream,
> either with a new URL in the URI.pm test or by changing perl.com back.

The test should only depend on "www.perl.com" resolving and
"www.perl.bv" not.  It does not try to dereference the URL.  The test
works for me.  Could you try to run the test again?  Perhaps your (or
perl.com's) nameserver had a blackout.

If it still fails try to run it as:

   perl -Mblib t/heuristic.t 1

and tell me what it prints.

Regards,
Gisle


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to