Anybody else get this for make test output?

Robert Nicholson (steffi@dgs.dgsys.com)
Fri, 11 Apr 1997 02:01:00 -0400 (EDT)


Just wondering if anybody on sun4-solaris reported the following test
output.

SunOS DGS 5.3 Generic_101318-59 sun4m sparc

libwww-5.08

The failure of "path" looks interesting.

$ make test
/usr/local/bin/perl -e 'use Config; chdir q{./blib/script}; foreach
(qw(GET HEAD POST)) {' \
-e 'unlink "$_";' \
-e 'system("$Config{\"lns\"} lwp-request $_") && die; }'
/usr/local/bin/perl t/TEST 0
base/afm............ok
base/base64.........ok
base/date...........ok
base/headers........ok
base/listing........ok
base/mediatypes.....ok
base/message........ok
base/negotiate......ok
base/quoted-print...ok
base/response.......ok
base/status.........ok
base/uri............'file://host/fseg/fs?g/fseg'->path() = '/fseg/fs'
(expected '/fseg/fs?g/fseg')
Dump of URL file://host/fseg/fs?g/fseg...
  _str  'file://host/fseg/fs?g/fseg'
  host  'host'
  netloc        'host'
  path  '/fseg/fs'
  query 'g/fseg'
  scheme        'file'
Test Failed at base/uri.t line 22
        URI::URL::_expect called at base/uri.t line 240
        main::scheme_parse_test called at base/uri.t line 46
FAILED tests 1-8
        Failed 8/8 tests, 0.00% okay
        Test returned status 29 (wstat 7424)
html/entities.......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............Useless use of gethostbyname in void context at
/usr/local/lib/perl5/Sys/Hostname.pm line 42.
ok
local/autoload......Can't locate auto/URI/URL/_generic/local_path.al in
@INC at local/autoload.t line 12
FAILED test 1
        Failed 1/1 tests, 0.00% okay
        Test returned status 2 (wstat 512)
local/get...........<HTML>
<HEAD>
<TITLE>
An Error Occurred
</TITLE>
</HEAD>
<BODY>
<H1>An Error Occurred</h1>
500 - Can't locate auto/URI/URL/_generic/local_path.al in @INC
</BODY>

Use of uninitialized value at local/get.t line 60.
Cannot open '/tmp//lwp-copy-5170': No such file or directory at
local/get.t line 72.
FAILED tests 1-2
        Failed 2/2 tests, 0.00% okay
        Test returned status 2 (wstat 512)
local/http..........Useless use of gethostbyname in void context at
/usr/local/lib/perl5/Sys/Hostname.pm line 42.
ok
Failed 3/25 test scripts, 88.00% okay. 11/640 subtests failed, 98.28%
okay.
make: *** [test] Error 29
$