The 'make test' phase of installing URI.pm fails for me with:

    t/abs...............ok
    t/clone.............ok
    t/data..............ok
    t/escape............ok
    t/file..............ok
    t/generic...........ok
    t/heuristic.........ok 14/14FAILED test 6
            Failed 1/14 tests, 92.86% okay
    t/http..............ok
    t/ldap..............ok
    t/mailto............ok
    t/mix...............ok
    t/news..............ok
    t/old-absconf.......ok
    t/old-base..........ok
    t/old-relbase.......ok
    t/pop...............ok
    t/query.............ok
    t/rfc2732...........ok
    t/roy-test..........ok
    t/rsync.............ok
    Failed Test  Status Wstat Total Fail  Failed  List of failed
    -------------------------------------------------------------------------------
    t/heuristic.t                14    1   7.14%  6
    Failed 1/20 test scripts, 95.00% okay. 1/346 subtests failed, 99.71% okay.
    make: *** [test_dynamic] Error 255
    ### execution of make failed, exit code 2
    Failed: compiling uri-pm-1.18-1 failed


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.

(Platform info available on request, but I think it's unneeded here.)

Thanks!


-- 
Chris Devers



-------------------------------------------------------
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