CPAN install failure...

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

  1. #1

    Default CPAN install failure...

    Hi,

    I just tried to install HTML::Parser on my Redhat9 system
    and I got the following.

    Should I just force it? if so how is that done...

    Thanks
    Rick

    sorry for all the output...

    -------------

    Running install for module HTML::Parser
    Running make for G/GA/GAAS/HTML-Parser-3.31.tar.gz
    Is already unwrapped into directory /root/.cpan/build/HTML-Parser-3.31
    Has already been processed within this session
    Running make test
    PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e"
    "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
    t/api_version........ok

    t/argspec-bad........ok

    t/argspec............ok

    t/argspec2...........ok

    t/attr-encoded.......ok

    t/callback...........ok

    t/case-sensitive.....ok

    t/cases..............ok

    t/comment............ok

    t/crashme............ok

    t/declaration........ok

    t/default............ok

    t/dtext..............ok

    t/entities...........ok 3/11Confused test output: test 3 answered after
    test 3
    t/entities...........ok 4/11Confused test output: test 4 answered after
    test 4
    t/entities...........ok 5/11Confused test output: test 5 answered after
    test 5
    t/entities...........ok 6/11Confused test output: test 6 answered after
    test 6
    t/entities...........ok 7/11Confused test output: test 7 answered after
    test 7
    t/entities...........NOK 8Confused test output: test 8 answered after
    test 8
    t/entities...........ok 9/11Confused test output: test 9 answered after
    test 9
    t/entities...........ok 10/11Confused test output: test 10 answered
    after test 10
    t/entities...........FAILED tests 2, 9

    Failed 2/11 tests, 81.82% okay
    t/entities2..........ok

    t/filter-methods.....ok

    t/filter.............ok

    t/handler-eof........ok

    t/handler............ok

    t/headparser-http....ok

    t/headparser.........FAILED test 3

    Failed 1/4 tests, 75.00% okay
    t/ignore.............ok

    t/largetags..........ok

    t/linkextor-base.....ok

    t/linkextor-rel......ok

    t/magic..............ok

    t/marked-sect........ok

    t/msie-compat........ok

    t/offset.............ok

    t/options............ok

    t/parsefile..........ok

    t/parser.............ok

    t/plaintext..........ok

    t/process............ok

    t/pullparser.........ok

    t/skipped-text.......ok

    t/textarea...........ok

    t/tokeparser.........ok

    t/uentities..........skipped
    all skipped: no reason given
    t/unbroken-text......ok

    t/xml-mode...........ok

    Failed Test Stat Wstat Total Fail Failed List of Failed
    -------------------------------------------------------------------------------
    t/entities.t 11 2 18.18% 2 9
    t/headparser.t 4 1 25.00% 3
    1 test skipped.
    Failed 2/41 test scripts, 95.12% okay. 3/227 subtests failed, 98.68% okay.
    make: *** [test_dynamic] Error 29
    /usr/bin/make test -- NOT OK
    Running make install
    make test had returned bad status, won't install without force


    ---------------------

    --
    Rick Bragg
    Green Mountain Network
    [url]http://www.gmnet.net[/url]

    Rick Bragg Guest

  2. Similar Questions and Discussions

    1. install whole CPAN ?
      When I was thinking about installing more CPAN modules, I was wondering - isn't there a way of getting *all* CPAN modules and of installing them in...
    2. Upgrading to CPAN.pm v1.76 install Bundle::CPAN fails
      FYI Have problem Upgrading perl packages from CPAN.pm version v1.61 to version v1.76) failed with final error messages: <stuff snipped> CPAN.pm:...
    3. CPAN DBD install problem
      Hi, Got an error trying to install DBD::RAM on a 5.8.2 version of perl. The following is the output: .... CPAN.pm: Going to build...
    4. linux - install bundle::cpan
      I am trying to install Bundle::CPAN and i seem stuck in this loop. Any suggestions? outut of command issued below. Paul Kraus using perl...
    5. Can't install Digest::MD5 with cpan
      this is what it tells me when I try and install Digest::MD5 Running make test PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM"...
  3. #2

    Default Re: CPAN install failure...

    On Fri, 10 Oct 2003 12:11:42 -0400
    Rick Bragg <rbragg@gmnet.net> wrote:
    > Hi,
    >
    > I just tried to install HTML::Parser on my Redhat9 system
    > and I got the following.
    >
    > Should I just force it? if so how is that done...
    I have just force installed a number of modules and they seem to work ok. All I can suggest is to try it, you have little to lose.


    Owen
    Owen 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