I am trying to compile libwww-perl 5.64 on Solaris 2.6 with Perl 5.005_03.
When I run a 'make test' the local/http.t and robot/ua tests fail. See the
output of the 'make test' command below. Can anyone tell my why these tests
are failing and how to correct this problem?
Thanks.
--Vincent
/usr/local/bin/perl5 t/TEST 0
base/common-req.....ok
base/cookies........ok
base/date...........ok
base/headers-auth...ok
base/headers-etag...ok
base/headers-util...ok
base/headers........ok
base/http...........ok
base/listing........ok
base/mediatypes.....ok
base/message........ok
base/negotiate......ok
base/response.......ok
base/status.........ok
base/ua.............ok
html/form...........ok
robot/rules-dbm.....ok
robot/rules.........ok
robot/ua............syntax error in file robot/ua.t at line 7, next 2 tokens
"IO
:"
syntax error in file robot/ua.t at line 13, next 2 tokens "HTTP:"
syntax error in file robot/ua.t at line 17, next 2 tokens "->"
syntax error in file robot/ua.t at line 20, next 2 tokens "->"
syntax error in file robot/ua.t at line 23, next 2 tokens "my $p "
syntax error in file robot/ua.t at line 25, next 2 tokens "my $func "
syntax error in file robot/ua.t at line 30, next 2 tokens "->"
syntax error in file robot/ua.t at line 37, next token "}"
syntax error in file robot/ua.t at line 42, next 2 tokens ") or"
syntax error in file robot/ua.t at line 52, next 2 tokens "my $base "
robot/ua.t has too many errors.
Use of uninitialized value at robot/ua.t line 49.
Missing base argument at robot/ua.t line 55
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-7
Failed 7/7 tests, 0.00% okay
local/autoload......ok
local/get...........ok
local/http..........syntax error in file local/http.t at line 8, next 2
tokens "
IO:"
syntax error in file local/http.t at line 14, next 2 tokens "HTTP:"
syntax error in file local/http.t at line 18, next 2 tokens "->"
syntax error in file local/http.t at line 21, next 2 tokens "->"
syntax error in file local/http.t at line 24, next 2 tokens "my $p "
syntax error in file local/http.t at line 29, next 2 tokens "->"
syntax error in file local/http.t at line 36, next token "}"
syntax error in file local/http.t at line 41, next 2 tokens ") or"
syntax error in file local/http.t at line 51, next 2 tokens "my $base "
syntax error in file local/http.t at line 53, next 2 tokens "my $u "
local/http.t has too many errors.
Use of uninitialized value at local/http.t line 48.
Missing base argument at local/http.t line 54
dubious
Test returned status 255 (wstat 65280, 0xff00)
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 255 65280 18 18 100.00% 1-18
robot/ua.t 255 65280 7 7 100.00% 1-7
Failed 2/23 test scripts, 91.30% okay. 25/302 subtests failed, 91.72% okay.
make: *** [test] Error 29