I am trying to install several modules using CPAN. I am having trouble
with URI...

I get an error on heuristic test 6 when I try to install URI or the
Bundle::LWP (which installs URI). How do I correct this error?

I'm new to mod_perl and would like to figure out what test is failing
and why. But heuristic test number 6 means nothing to me, and I couldn't
find any answers in the mailing list archives or the mailing list FAQ.
Any help is appreciated as I am at a loss as to how to go about fixing
this.

I am using OpenBSD 2.8 with Apache 1.3.12, perl 5.6.0, mod_perl 1.25.
The URI file says version 1.10. Here is a typescript showing my versions
along with the build error:

Script started on Sat Feb 17 18:04:00 2001
bash-2.04$ perl -v

This is perl, v5.6.0 built for i386-openbsd
(with 1 registered patch, see perl -V for more detail)

Copyright 1987-2000, Larry Wall

Perl may be copied only under the terms of either the Artistic License
or the
GNU General Public License, which may be found in the Perl 5.0 source
kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'.  If you have access to
the
Internet, point your browser at http://www.perl.com/, the Perl Home
Page.

bash-2.04$ perl -MCGI -e 'print $CGI::VERSION, "\n";'
2.56
bash-2.04$ /usr/sbin/httpd -v
Server version: Apache/1.3.12 (Unix)
Server built:   Oct 31 2000 17:41:06
bash-2.04$ uname -a
OpenBSD bsd1 2.8 GENERIC#399 i386

bsd1# perl -MCPAN -e shell

cpan shell -- CPAN exploration and modules installation (v1.59)
ReadLine support enabled


cpan>
install
URI

CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
Running install for module URI
Running make for G/GA/GAAS/URI-1.10.tar.gz
Scanning cache /root/.cpan/build for sizes
CPAN: MD5 loaded ok
CPAN: Compress::Zlib loaded ok
Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/URI-1.10.tar.gz ok
URI-1.10
URI-1.10/t
URI-1.10/t/ldap.t
URI-1.10/t/rsync.t
URI-1.10/t/old-relbase.t
URI-1.10/t/http.t
URI-1.10/t/pop.t
URI-1.10/t/heuristic.t
URI-1.10/t/roytest2.html
URI-1.10/t/old-base.t
URI-1.10/t/generic.t
URI-1.10/t/news.t
URI-1.10/t/roytest4.html
URI-1.10/t/query.t
URI-1.10/t/roy-test.t
URI-1.10/t/old-absconf.t
URI-1.10/t/file.t
URI-1.10/t/roytest1.html
URI-1.10/t/escape.t
URI-1.10/t/abs.t
URI-1.10/t/roytest3.html
URI-1.10/t/mix.t
URI-1.10/t/mailto.t
URI-1.10/t/roytest5.html
URI-1.10/t/data.t
URI-1.10/URI
URI-1.10/URI/pop.pm
URI-1.10/URI/mailto.pm
URI-1.10/URI/_generic.pm
URI-1.10/URI/file.pm
URI-1.10/URI/_login.pm
URI-1.10/URI/Heuristic.pm
URI-1.10/URI/http.pm
URI-1.10/URI/file
URI-1.10/URI/file/Base.pm
URI-1.10/URI/file/OS2.pm
URI-1.10/URI/file/Mac.pm
URI-1.10/URI/file/QNX.pm
URI-1.10/URI/file/Win32.pm
URI-1.10/URI/file/FAT.pm
URI-1.10/URI/file/Unix.pm
URI-1.10/URI/snews.pm
URI-1.10/URI/nntp.pm
URI-1.10/URI/rsync.pm
URI-1.10/URI/news.pm
URI-1.10/URI/URL.pm
URI-1.10/URI/_foreign.pm
URI-1.10/URI/ftp.pm
URI-1.10/URI/Escape.pm
URI-1.10/URI/data.pm
URI-1.10/URI/_segment.pm
URI-1.10/URI/ldap.pm
URI-1.10/URI/telnet.pm
URI-1.10/URI/_query.pm
URI-1.10/URI/_server.pm
URI-1.10/URI/WithBase.pm
URI-1.10/URI/gopher.pm
URI-1.10/URI/rlogin.pm
URI-1.10/URI/_userpass.pm
URI-1.10/URI/https.pm
URI-1.10/URI.pm
URI-1.10/MANIFEST
URI-1.10/Changes
URI-1.10/rfc2396.txt
URI-1.10/README
URI-1.10/Makefile.PL
URI-1.10/uri-test
Removing previously used /root/.cpan/build/URI-1.10

  CPAN.pm: Going to build G/GA/GAAS/URI-1.10.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for URI
mkdir blib
mkdir blib/lib
cp URI/Escape.pm blib/lib/URI/Escape.pm
cp URI.pm blib/lib/URI.pm
cp URI/pop.pm blib/lib/URI/pop.pm
cp URI/mailto.pm blib/lib/URI/mailto.pm
cp URI/_generic.pm blib/lib/URI/_generic.pm
cp URI/file/QNX.pm blib/lib/URI/file/QNX.pm
cp URI/data.pm blib/lib/URI/data.pm
cp URI/_segment.pm blib/lib/URI/_segment.pm
cp URI/file.pm blib/lib/URI/file.pm
cp URI/file/Win32.pm blib/lib/URI/file/Win32.pm
cp URI/ldap.pm blib/lib/URI/ldap.pm
cp URI/telnet.pm blib/lib/URI/telnet.pm
cp URI/_query.pm blib/lib/URI/_query.pm
cp URI/_server.pm blib/lib/URI/_server.pm
cp URI/_login.pm blib/lib/URI/_login.pm
cp URI/Heuristic.pm blib/lib/URI/Heuristic.pm
cp URI/http.pm blib/lib/URI/http.pm
cp URI/file/FAT.pm blib/lib/URI/file/FAT.pm
cp URI/file/Base.pm blib/lib/URI/file/Base.pm
cp URI/WithBase.pm blib/lib/URI/WithBase.pm
cp URI/snews.pm blib/lib/URI/snews.pm
cp URI/nntp.pm blib/lib/URI/nntp.pm
cp URI/gopher.pm blib/lib/URI/gopher.pm
cp URI/file/Mac.pm blib/lib/URI/file/Mac.pm
cp URI/file/OS2.pm blib/lib/URI/file/OS2.pm
cp URI/rlogin.pm blib/lib/URI/rlogin.pm
cp URI/rsync.pm blib/lib/URI/rsync.pm
cp URI/news.pm blib/lib/URI/news.pm
cp URI/https.pm blib/lib/URI/https.pm
cp URI/_userpass.pm blib/lib/URI/_userpass.pm
cp URI/URL.pm blib/lib/URI/URL.pm
cp URI/file/Unix.pm blib/lib/URI/file/Unix.pm
cp URI/_foreign.pm blib/lib/URI/_foreign.pm
cp URI/ftp.pm blib/lib/URI/ftp.pm
mkdir blib/arch
mkdir blib/arch/auto
mkdir blib/arch/auto/URI
mkdir blib/lib/auto/URI
  /usr/bin/make  -- OK
Running make test
PERL_DL_NONLAZY=1
/usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/libdata/perl5/i386-openbsd/5
.6.0 -I/usr/libdata/perl5 -e 'use Test::Harness qw(&runtests $verbose);
$verbose=0; runtests @ARGV;' t/*.t
t/abs...............

t/abs...............ok 1/45

t/abs...............ok 2/45

t/abs...............ok 3/45

t/abs...............ok 4/45

t/abs...............ok 5/45

t/abs...............ok 6/45

t/abs...............ok 7/45

t/abs...............ok 8/45

t/abs...............ok 9/45

t/abs...............ok 10/45

t/abs...............ok 11/45

t/abs...............ok 12/45

t/abs...............ok 13/45

t/abs...............ok 14/45

t/abs...............ok 15/45

t/abs...............ok 16/45

t/abs...............ok 17/45

t/abs...............ok 18/45

t/abs...............ok 19/45

t/abs...............ok 20/45

t/abs...............ok 21/45

t/abs...............ok 22/45

t/abs...............ok 23/45

t/abs...............ok 24/45

t/abs...............ok 25/45

t/abs...............ok 26/45

t/abs...............ok 27/45

t/abs...............ok 28/45

t/abs...............ok 29/45

t/abs...............ok 30/45

t/abs...............ok 31/45

t/abs...............ok 32/45

t/abs...............ok 33/45

t/abs...............ok 34/45

t/abs...............ok 35/45

t/abs...............ok 36/45

t/abs...............ok 37/45

t/abs...............ok 38/45

t/abs...............ok 39/45

t/abs...............ok 40/45

t/abs...............ok 41/45

t/abs...............ok 42/45

t/abs...............ok 43/45

t/abs...............ok 44/45

t/abs...............ok 45/45

t/abs...............ok
t/data..............

t/data..............ok 1/21

t/data..............ok 2/21

t/data..............ok 3/21

t/data..............ok 4/21

t/data..............ok 5/21

t/data..............ok 6/21

t/data..............ok 7/21

t/data..............ok 8/21

t/data..............ok 9/21

t/data..............ok 10/21

t/data..............ok 11/21

t/data..............ok 12/21

t/data..............ok 13/21

t/data..............ok 14/21

t/data..............ok 15/21

t/data..............ok 16/21

t/data..............ok 17/21

t/data..............ok 18/21

t/data..............ok 19/21

t/data..............ok 20/21

t/data..............ok 21/21

t/data..............ok
t/escape............

t/escape............ok 1/6

t/escape............ok 2/6

t/escape............ok 3/6

t/escape............ok 4/6

t/escape............ok 5/6

t/escape............ok 6/6

t/escape............ok
t/file..............

t/file..............ok 1/10

t/file..............ok 2/10

t/file..............ok 3/10

t/file..............ok 4/10

t/file..............ok 5/10

t/file..............ok 6/10

t/file..............ok 7/10

t/file..............ok 8/10

t/file..............ok 9/10

t/file..............ok 10/10

t/file..............ok
t/generic...........

t/generic...........ok 1/48

t/generic...........ok 2/48

t/generic...........ok 3/48

t/generic...........ok 4/48

t/generic...........ok 5/48

t/generic...........ok 6/48

t/generic...........ok 7/48

t/generic...........ok 8/48

t/generic...........ok 9/48

t/generic...........ok 10/48

t/generic...........ok 11/48

t/generic...........ok 12/48

t/generic...........ok 13/48


t/generic...........ok 14/48

t/generic...........ok 15/48

t/generic...........ok 16/48

t/generic...........ok 17/48

t/generic...........ok 18/48

t/generic...........ok 19/48

t/generic...........ok 20/48

t/generic...........ok 21/48

t/generic...........ok 22/48

t/generic...........ok 23/48

t/generic...........ok 24/48

t/generic...........ok 25/48

t/generic...........ok 26/48

t/generic...........ok 27/48

t/generic...........ok 28/48

t/generic...........ok 29/48

t/generic...........ok 30/48

t/generic...........ok 31/48

t/generic...........ok 32/48

t/generic...........ok 33/48

t/generic...........ok 34/48

t/generic...........ok 35/48

t/generic...........ok 36/48

t/generic...........ok 37/48

t/generic...........ok 38/48

t/generic...........ok 39/48

t/generic...........ok 40/48

t/generic...........ok 41/48

t/generic...........ok 42/48

t/generic...........ok 43/48

t/generic...........ok 44/48

t/generic...........ok 45/48

t/generic...........ok 46/48

t/generic...........ok 47/48

t/generic...........ok 48/48

t/generic...........ok
t/heuristic.........

t/heuristic.........ok 1/14

t/heuristic.........ok 2/14

t/heuristic.........ok 3/14

t/heuristic.........ok 4/14

t/heuristic.........ok 5/14

t/heuristic.........NOK 6

t/heuristic.........ok 7/14

t/heuristic.........ok 8/14

t/heuristic.........ok 9/14

t/heuristic.........ok 10/14

t/heuristic.........ok 11/14

t/heuristic.........ok 12/14

t/heuristic.........ok 13/14

t/heuristic.........ok 14/14FAILED test 6
        Failed 1/14 tests, 92.86% okay
t/http..............

t/http..............ok 1/12

t/http..............ok 2/12

t/http..............ok 3/12

t/http..............ok 4/12

t/http..............ok 5/12

t/http..............ok 6/12

t/http..............ok 7/12

t/http..............ok 8/12

t/http..............ok 9/12

t/http..............ok 10/12

t/http..............ok 11/12

t/http..............ok 12/12

t/http..............ok
t/ldap..............

t/ldap..............ok 1/15

t/ldap..............ok 2/15

t/ldap..............ok 3/15

t/ldap..............ok 4/15

t/ldap..............ok 5/15

t/ldap..............ok 6/15

t/ldap..............ok 7/15

t/ldap..............ok 8/15

t/ldap..............ok 9/15

t/ldap..............ok 10/15

t/ldap..............ok 11/15

t/ldap..............ok 12/15

t/ldap..............ok 13/15

t/ldap..............ok 14/15

t/ldap..............ok 15/15

t/ldap..............ok
t/mailto............

t/mailto............ok 1/7

t/mailto............ok 2/7

t/mailto............ok 3/7

t/mailto............ok 4/7

t/mailto............ok 5/7

t/mailto............ok 6/7

t/mailto............ok 7/7

t/mailto............ok
t/mix...............

t/mix...............ok 1/6

t/mix...............ok 2/6

t/mix...............ok 3/6

t/mix...............ok 4/6

t/mix...............ok 5/6

t/mix...............ok 6/6

t/mix...............ok
t/news..............

t/news..............ok 1/7

t/news..............ok 2/7

t/news..............ok 3/7

t/news..............ok 4/7

t/news..............ok 5/7

t/news..............ok 6/7

t/news..............ok 7/7

t/news..............ok
t/old-absconf.......

t/old-absconf.......ok 1/6

t/old-absconf.......ok 2/6

t/old-absconf.......ok 3/6

t/old-absconf.......ok 4/6

t/old-absconf.......ok 5/6

t/old-absconf.......ok 6/6

t/old-absconf.......ok
t/old-base..........

t/old-base..........ok 1/8

t/old-base..........ok 2/8

t/old-base..........ok 3/8

t/old-base..........ok 4/8

t/old-base..........ok 5/8

t/old-base..........ok 6/8

t/old-base..........ok 7/8

t/old-base..........ok 8/8

t/old-base..........ok
t/old-relbase.......

t/old-relbase.......ok 1/5

t/old-relbase.......ok 2/5

t/old-relbase.......ok 3/5

t/old-relbase.......ok 4/5

t/old-relbase.......ok 5/5

t/old-relbase.......ok
t/pop...............

t/pop...............ok 1/8

t/pop...............ok 2/8

t/pop...............ok 3/8

t/pop...............ok 4/8

t/pop...............ok 5/8

t/pop...............ok 6/8

t/pop...............ok 7/8

t/pop...............ok 8/8

t/pop...............ok
t/query.............

t/query.............ok 1/10

t/query.............ok 2/10

t/query.............ok 3/10

t/query.............ok 4/10

t/query.............ok 5/10

t/query.............ok 6/10

t/query.............ok 7/10

t/query.............ok 8/10

t/query.............ok 9/10

t/query.............ok 10/10

t/query.............ok
t/roy-test..........

t/roy-test..........ok 1/102

t/roy-test..........ok 2/102

t/roy-test..........ok 3/102

t/roy-test..........ok 4/102

t/roy-test..........ok 5/102

t/roy-test..........ok 6/102

t/roy-test..........ok 7/102

t/roy-test..........ok 8/102

t/roy-test..........ok 9/102

t/roy-test..........ok 10/102

t/roy-test..........ok 11/102

t/roy-test..........ok 12/102

t/roy-test..........ok 13/102

t/roy-test..........ok 14/102

t/roy-test..........ok 15/102

t/roy-test..........ok 16/102

t/roy-test..........ok 17/102

t/roy-test..........ok 18/102

t/roy-test..........ok 19/102

t/roy-test..........ok 20/102

t/roy-test..........ok 21/102

t/roy-test..........ok 22/102

t/roy-test..........ok 23/102

t/roy-test..........ok 24/102

t/roy-test..........ok 25/102

t/roy-test..........ok 26/102

t/roy-test..........ok 27/102

t/roy-test..........ok 28/102

t/roy-test..........ok 29/102

t/roy-test..........ok 30/102

t/roy-test..........ok 31/102

t/roy-test..........ok 32/102

t/roy-test..........ok 33/102

t/roy-test..........ok 34/102

t/roy-test..........ok 35/102

t/roy-test..........ok 36/102

t/roy-test..........ok 37/102

t/roy-test..........ok 38/102

t/roy-test..........ok 39/102

t/roy-test..........ok 40/102

t/roy-test..........ok 41/102

t/roy-test..........ok 42/102

t/roy-test..........ok 43/102

t/roy-test..........ok 44/102

t/roy-test..........ok 45/102

t/roy-test..........ok 46/102

t/roy-test..........ok 47/102

t/roy-test..........ok 48/102

t/roy-test..........ok 49/102

t/roy-test..........ok 50/102

t/roy-test..........ok 51/102

t/roy-test..........ok 52/102

t/roy-test..........ok 53/102

t/roy-test..........ok 54/102

t/roy-test..........ok 55/102

t/roy-test..........ok 56/102

t/roy-test..........ok 57/102

t/roy-test..........ok 58/102

t/roy-test..........ok 59/102

t/roy-test..........ok 60/102

t/roy-test..........ok 61/102

t/roy-test..........ok 62/102

t/roy-test..........ok 63/102

t/roy-test..........ok 64/102

t/roy-test..........ok 65/102

t/roy-test..........ok 66/102

t/roy-test..........ok 67/102

t/roy-test..........ok 68/102

t/roy-test..........ok 69/102

t/roy-test..........ok 70/102

t/roy-test..........ok 71/102

t/roy-test..........ok 72/102

t/roy-test..........ok 73/102

t/roy-test..........ok 74/102

t/roy-test..........ok 75/102

t/roy-test..........ok 76/102

t/roy-test..........ok 77/102

t/roy-test..........ok 78/102

t/roy-test..........ok 79/102

t/roy-test..........ok 80/102

t/roy-test..........ok 81/102

t/roy-test..........ok 82/102

t/roy-test..........ok 83/102

t/roy-test..........ok 84/102

t/roy-test..........ok 85/102

t/roy-test..........ok 86/102

t/roy-test..........ok 87/102

t/roy-test..........ok 88/102

t/roy-test..........ok 89/102

t/roy-test..........ok 90/102

t/roy-test..........ok 91/102

t/roy-test..........ok 92/102

t/roy-test..........ok 93/102

t/roy-test..........ok 94/102

t/roy-test..........ok 95/102

t/roy-test..........ok 96/102

t/roy-test..........ok 97/102

t/roy-test..........ok 98/102

t/roy-test..........ok 99/102

t/roy-test..........ok 100/102

t/roy-test..........ok 101/102

t/roy-test..........ok 102/102

t/roy-test..........ok
t/rsync.............

t/rsync.............ok 1/4

t/rsync.............ok 2/4

t/rsync.............ok 3/4

t/rsync.............ok 4/4

t/rsync.............ok
Failed Test  Status Wstat Total Fail  Failed  List of failed
------------------------------------------------------------------------
-------
t/heuristic.t                14    1   7.14%  6
Failed 1/18 test scripts, 94.44% okay. 1/334 subtests failed, 99.70%
okay.
*** Error code 255

Stop in /root/.cpan/build/URI-1.10 (line 720 of Makefile).
  /usr/bin/make test -- NOT OK
Running make install
  make test had returned bad status, won't install without force


cpan> exit

Lockfile removed.
bsd1# exit


 Paul Hartzler - [EMAIL PROTECTED]
==========================================
 How many of you believe in telekinesis? Raise my hand...



Reply via email to