Skip Menu |

This queue is for tickets about the URI CPAN distribution.

Report information
The Basics
Id: 7675
Status: resolved
Priority: 0/
Queue: URI

People
Owner: Nobody in particular
Requestors: wkanoff [...] cablespeed.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: 1.33



Subject: Make Test Fails
Perl Version 5.8.5 running on OS X 10.3.5 After installing perl 5.8.5 with no problems I ran ( r ) in CPAN and found out that there was a newer version of URI. I downloaded the file and ran perl Makefile.pl and make with no problems. When I ran make tesst the following was the result: t/abs............ok t/clone..........ok t/data...........ok t/escape.........ok t/file...........ok t/ftp............ok t/generic........ok t/heuristic......FAILED test 7 Failed 1/15 tests, 93.33% okay t/http...........ok t/ldap...........ok t/mailto.........ok t/mix............ok t/mms............ok t/news...........ok t/old-absconf....ok t/old-base.......ok t/old-file.......ok t/old-relbase....ok t/pop............ok t/query-param....ok t/query..........ok t/rel............ok t/rfc2732........ok t/roy-test.......ok t/rsync..........ok t/rtsp...........ok t/sip............ok t/split..........ok t/storable.......ok t/urn-isbn.......skipped all skipped: Needs the Business::ISBN module installed t/urn-oid........ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/heuristic.t 15 1 6.67% 7 1 test skipped. Failed 1/31 test scripts, 96.77% okay. 1/466 subtests failed, 99.79% okay. make: *** [test_dynamic] Error 2 I decided to stay with the current version which produced no errors on make test.
From: guytemple [...] adic.com
[guest - Thu Sep 16 19:51:58 2004]: The website 'www.perl.co.uk' is hard coded in test 7; that website is unavailable so heuristic testing fails. We had to comment the test out all together because it was producing build failures. Show quoted text
> Perl Version 5.8.5 running on OS X 10.3.5 > > After installing perl 5.8.5 with no problems I ran ( r ) in CPAN and > found out that there was a newer version of URI. I downloaded the > file and ran perl Makefile.pl and make with no problems. When I > ran make tesst the following was the result: > > t/abs............ok > t/clone..........ok > t/data...........ok > t/escape.........ok > t/file...........ok > t/ftp............ok > t/generic........ok > t/heuristic......FAILED test 7 > Failed 1/15 tests, 93.33% okay > t/http...........ok > t/ldap...........ok > t/mailto.........ok > t/mix............ok > t/mms............ok > t/news...........ok > t/old-absconf....ok > t/old-base.......ok > t/old-file.......ok > t/old-relbase....ok > t/pop............ok > t/query-param....ok > t/query..........ok > t/rel............ok > t/rfc2732........ok > t/roy-test.......ok > t/rsync..........ok > t/rtsp...........ok > t/sip............ok > t/split..........ok > t/storable.......ok > t/urn-isbn.......skipped > all skipped: Needs the Business::ISBN module installed > t/urn-oid........ok > Failed Test Stat Wstat Total Fail Failed List of Failed >
------------------------------------------------------------------------------- Show quoted text
> t/heuristic.t 15 1 6.67% 7 > 1 test skipped. > Failed 1/31 test scripts, 96.77% okay. 1/466 subtests failed, 99.79% > okay. > make: *** [test_dynamic] Error 2 > > I decided to stay with the current version which produced no errors on > make test.