libwww-perl 5.803 failures

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default libwww-perl 5.803 failures

    I'm building libwww-perl version 5.803 (the latest) on Solaris 10 with
    perl 5.8.6.

    libwww-perl fails two tests as below:

    ......
    Manifying blib/man3/HTTP::Headers.3
    Manifying blib/man3/LWP::Simple.3
    Manifying blib/man3/Bundle::LWP.3
    /home/testarea/bin/perl 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-old......ok
    base/message-parts....ok
    base/message..........NOK 83# Test 83 got: <UNDEF> (base/message.t at
    line 322)
    # Expected: "\x{FEFF}Hi there \x{263A}\n"
    # base/message.t line 322 is: sub { eval { $m->decoded_content }
    }, "\x{FEFF}Hi there \x{263A}\n");
    base/message..........NOK 86# Test 86 got: <UNDEF> (base/message.t at
    line 331)
    # Expected: "\x{FEFF}Hi there \x{263A}\n"
    # base/message.t line 331 is: sub { eval { $m->decoded_content }
    }, "\x{FEFF}Hi there \x{263A}\n");
    base/message..........FAILED tests 83, 86
    Failed 2/92 tests, 97.83% okay
    base/negotiate........ok
    base/protocols........ok
    base/response.........ok
    base/status...........ok
    base/ua...............ok
    html/form-param.......ok
    html/form.............ok
    robot/rules-dbm.......ok
    robot/rules...........ok
    robot/ua-get..........ok
    robot/ua..............ok
    local/autoload-get....ok
    local/autoload........ok
    local/get.............ok
    local/http-get........ok
    local/http............ok
    local/protosub........ok
    Failed Test Stat Wstat Total Fail Failed List of Failed
    -------------------------------------------------------------------------------
    base/message.t 92 2 2.17% 83 86
    Failed 1/30 test scripts, 96.67% okay. 2/759 subtests failed, 99.74%
    okay.
    *** Error code 255
    make: Fatal error: Command failed for target `test'



    Any ideas about what is likely to be causing these failures?

    TIA.

    cbdeja@my-deja.com Guest

  2. Similar Questions and Discussions

    1. libwww-perl-5.805 install problem on OS X 10.3
      hello, i've tried installing libwww-perl-5.805 on OS X 10.3 but i'm having a problem during the make. the following is the error: make: ***...
    2. Installing libwww-perl-5.69 on Mac OSX
      Hi, I'm trying to install libwww-perl-5.69 on my OSX machine to run under Perl 5.8.0. The build appears to have gone okay but when I run 'make...
    3. libwww-perl Problems
      Hi I am having problems using the LWP Package, for example if I run CPAN from the command line to get a new package I get the error: can't...
    4. Nmake error building libwww-perl
      I am attempting to build libwww-perl-5.69 on an WinXP system, using Nmake. The makefile creation works fine (perl 5.8.0); but in the next step,...
    5. libwww-perl and some failed tests
      Hi, I tried to install the libwww-perl-package (version 5.69) and got some failed tests; like: robot/ua..............ld.so.1:...
  3. #2

    Default Re: libwww-perl 5.803 failures

    [email]cbdeja@my-deja.com[/email] writes:
    > I'm building libwww-perl version 5.803 (the latest) on Solaris 10 with
    > perl 5.8.6.
    >
    > libwww-perl fails two tests as below:
    >
    > .....
    > Manifying blib/man3/HTTP::Headers.3
    > Manifying blib/man3/LWP::Simple.3
    > Manifying blib/man3/Bundle::LWP.3
    > /home/testarea/bin/perl 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-old......ok
    > base/message-parts....ok
    > base/message..........NOK 83# Test 83 got: <UNDEF> (base/message.t at
    > line 322)
    > # Expected: "\x{FEFF}Hi there \x{263A}\n"
    > # base/message.t line 322 is: sub { eval { $m->decoded_content }
    > }, "\x{FEFF}Hi there \x{263A}\n");
    > base/message..........NOK 86# Test 86 got: <UNDEF> (base/message.t at
    > line 331)
    > # Expected: "\x{FEFF}Hi there \x{263A}\n"
    > # base/message.t line 331 is: sub { eval { $m->decoded_content }
    > }, "\x{FEFF}Hi there \x{263A}\n");
    > base/message..........FAILED tests 83, 86
    > Failed 2/92 tests, 97.83% okay
    > base/negotiate........ok
    > base/protocols........ok
    > base/response.........ok
    > base/status...........ok
    > base/ua...............ok
    > html/form-param.......ok
    > html/form.............ok
    > robot/rules-dbm.......ok
    > robot/rules...........ok
    > robot/ua-get..........ok
    > robot/ua..............ok
    > local/autoload-get....ok
    > local/autoload........ok
    > local/get.............ok
    > local/http-get........ok
    > local/http............ok
    > local/protosub........ok
    > Failed Test Stat Wstat Total Fail Failed List of Failed
    > -------------------------------------------------------------------------------
    > base/message.t 92 2 2.17% 83 86
    > Failed 1/30 test scripts, 96.67% okay. 2/759 subtests failed, 99.74%
    > okay.
    > *** Error code 255
    > make: Fatal error: Command failed for target `test'
    >
    >
    >
    > Any ideas about what is likely to be causing these failures?
    >
    Change the
    $m->decoded_content
    calls to
    $m->decoded_content(raise_error => 1);
    to get more diagnostics. It might be because Compress::Zlib is not
    installed on your system or some big endian vs. little endian issue.

    It works fine on my 5.8.6 installation with FreeBSD 4.9.

    Regards,
    Slaven

    --
    Slaven Rezic - slaven <at> rezic <dot> de
    Tired of using file selectors? Real programmers use the TAB key for
    completion and not for jumping around. Try
    [url]http://search.cpan.org/search?mode=module&query=Tk::PathEntry[/url]
    Slaven Rezic Guest

  4. #3

    Default Re: libwww-perl 5.803 failures


    Slaven Rezic wrote:
    > [email]cbdeja@my-deja.com[/email] writes:
    >
    > > I'm building libwww-perl version 5.803 (the latest) on Solaris 10
    with
    > > perl 5.8.6.
    > >
    > > libwww-perl fails two tests as below:
    > >
    > > .....
    > >
    > > Any ideas about what is likely to be causing these failures?
    > >
    >
    > Change the
    > $m->decoded_content
    > calls to
    > $m->decoded_content(raise_error => 1);
    > to get more diagnostics. It might be because Compress::Zlib is not
    > installed on your system or some big endian vs. little endian issue.
    Many thanks Slaven, it revealed exactly what you thought - no
    Compress::Zlib. I've added Compress::Zlib and all libwww-perl tests now
    pass.

    cbdeja@my-deja.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139