Re: FreeBSD install error
Gisle Aas (gisle@aas.no)
18 Jan 1998 11:12:19 +0100
Brian Moseley <brian@criticalpath.net> writes:
> hi. my apologies if this is not the correct forum for installation questions.
>
> i tried to install Bundle::LWP from a cpan shell but got the following output on
> make test:
These failures indicate that your host does not know it's own name and
that we are not able to connect to ourself using the hostname
"localhost". You can fix you host configuration or you can just
ignore the test failures and install LWP. It will probably still work
OK for external access.
Regards,
Gisle
> Running make test
> /usr/bin/perl t/TEST 0
> base/afm............skipping test on this platform
> base/common-req.....ok
> base/cookies........ok
> base/date...........ok
> base/headers........ok
> base/listing........ok
> base/mediatypes.....ok
> base/message........ok
> base/negotiate......ok
> base/response.......ok
> base/status.........ok
> uri/base............Use of uninitialized value at
> /usr/local/.cpan/build/libwww-perl-5.18/t/../blib/lib/URI/URL/ftp.pm line 51.
> ok
> uri/heuristic.......Use of uninitialized value at ../blib/lib/URI/Heuristic.pm
> line 90.
> ok
> uri/rel-base........ok
> html/entities.......ok
> html/filter.........ok
> html/headparser.....ok
> html/linkextractor..ok
> html/oldparse.......ok
> html/parsefile......ok
> html/parser.........ok
> html/split..........ok
> robot/rules-dbm.....ok
> robot/rules.........ok
> robot/ua............HTTP Server terminated
> FAILED tests 1-3, 5, 7
> Failed 5/7 tests, 28.57% okay
> local/autoload......ok
> local/get...........ok
> local/http..........Can't call method "is_redirect" without a package or object
> reference at local/http.t line 177, <DAEMON> chunk 1.
> dubious
> Test returned status 9 (wstat 2304, 0x900)
> DIED. FAILED tests 1-18
> Failed 18/18 tests, 0.00% okay
> local/protosub......ok
> Failed Test Status Wstat Total Fail Failed List of failed
> -------------------------------------------------------------------------------
> local/http.t 9 2304 18 18 100.00% 1-18
> robot/ua.t 7 5 71.43% 1-3, 5, 7
> Failed 2/29 test scripts, 93.10% okay. 23/433 subtests failed, 94.69% okay.
> *** Error code 2
>
> Stop.
> /usr/bin/make test -- NOT OK