CPAN make test error with XML::Encoding

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

  1. #1

    Default CPAN make test error with XML::Encoding

    I am trying to install XML::Encoding on my Debian woody system --
    kernel 2.2.20 and perl 5.6.1. I am getting an error in CPAN and I do
    not know what it means. Can anyone help?

    CPAN.pm: Going to build C/CO/COOPERCL/XML-Encoding-1.01.tar.gz

    Checking if your kit is complete...
    Looks good
    Writing Makefile for XML::Encoding
    cp Encoding.pm blib/lib/XML/Encoding.pm
    cp bin/make_encmap blib/script/make_encmap
    /usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)"
    blib/script/make_encmap
    cp bin/compile_encoding blib/script/compile_encoding
    /usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)"
    blib/script/compile_encoding
    Manifying blib/man3/XML::Encoding.3pm
    /usr/bin/make -- OK
    Running make test
    cp bin/make_encmap blib/script/make_encmap
    /usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)"
    blib/script/make_encmap
    cp bin/compile_encoding blib/script/compile_encoding
    /usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)"
    blib/script/compile_encoding
    PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
    1..7
    ok 1
    ok 2
    ok 3
    ok 4
    ok 5
    ok 6
    ok 7
    make: *** [test_dynamic] Segmentation fault
    /usr/bin/make test -- NOT OK
    Running make install
    make test had returned bad status, won't install without force
    Gary Guest

  2. Similar Questions and Discussions

    1. #39446 [NEW]: "make test" fails Error 138
      From: hakkarainen at cs dot joensuu dot fi Operating system: Solaris 9 PHP version: 5.2.0 PHP Bug Type: Compile Failure Bug...
    2. test failures during cpan installation
      Hello, I'd like to install the current version of bestpractical's request tracker (http://www.bestpractical.com/rt/), which is written in perl....
    3. Error in Make Test
      Hello, In the process of executing "make test", an error message is showing. Following is the command sequence, followed by a copy of the test...
    4. Math::GMP Make Test error on Itanium running HP-UX 11.23
      I am receiving the following error when I do a make test for Math::GMP 2.04: make test PERL_DL_NONLAZY=1 /opt/perl-5.8/bin/perl...
    5. Math::Pari - Solaris 2.8 sparcv9 - make test error
      Although I am able to make pari-2.1.5 with no problems, and Math-Pari-2.010500 seems to build just fine, make test fails. The general error is: ...
  3. #2

    Default CPAN make test error with XML::Encoding

    I am trying to install XML::Encoding on my Debian woody system --
    kernel 2.2.20 and perl 5.6.1. I am getting an error in CPAN and I do
    not know what it means. Can anyone help?

    CPAN.pm: Going to build C/CO/COOPERCL/XML-Encoding-1.01.tar.gz

    Checking if your kit is complete...
    Looks good
    Writing Makefile for XML::Encoding
    cp Encoding.pm blib/lib/XML/Encoding.pm
    cp bin/make_encmap blib/script/make_encmap
    /usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)"
    blib/script/make_encmap
    cp bin/compile_encoding blib/script/compile_encoding
    /usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)"
    blib/script/compile_encoding
    Manifying blib/man3/XML::Encoding.3pm
    /usr/bin/make -- OK
    Running make test
    cp bin/make_encmap blib/script/make_encmap
    /usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)"
    blib/script/make_encmap
    cp bin/compile_encoding blib/script/compile_encoding
    /usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)"
    blib/script/compile_encoding
    PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
    1..7
    ok 1
    ok 2
    ok 3
    ok 4
    ok 5
    ok 6
    ok 7
    make: *** [test_dynamic] Segmentation fault
    /usr/bin/make test -- NOT OK
    Running make install
    make test had returned bad status, won't install without force
    Gary Guest

  4. #3

    Default Re: CPAN make test error with XML::Encoding

    For Natty, this worked:
    In a terminal type 'sudo cpan' and enter your root password
    at the cpan promt type 'install CPAN'
    this will install a patch--you can view it here:

    https://metacpan.org/diff/file/?target=ANDK/CPAN-1.9800/lib/CPAN.pm&source=DAGOLDEN/CPAN-1.94_64/lib/CPAN.pm


    Quote Originally Posted by Gary View Post
    I am trying to install XML::Encoding on my Debian woody system --
    kernel 2.2.20 and perl 5.6.1. I am getting an error in CPAN and I do
    not know what it means. Can anyone help?

    CPAN.pm: Going to build C/CO/COOPERCL/XML-Encoding-1.01.tar.gz

    Checking if your kit is complete...
    Looks good
    Writing Makefile for XML::Encoding
    cp Encoding.pm blib/lib/XML/Encoding.pm
    cp bin/make_encmap blib/script/make_encmap
    /usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)"
    blib/script/make_encmap
    cp bin/compile_encoding blib/script/compile_encoding
    /usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)"
    blib/script/compile_encoding
    Manifying blib/man3/XML::Encoding.3pm
    /usr/bin/make -- OK
    Running make test
    cp bin/make_encmap blib/script/make_encmap
    /usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)"
    blib/script/make_encmap
    cp bin/compile_encoding blib/script/compile_encoding
    /usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)"
    blib/script/compile_encoding
    PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
    1..7
    ok 1
    ok 2
    ok 3
    ok 4
    ok 5
    ok 6
    ok 7
    make: *** [test_dynamic] Segmentation fault
    /usr/bin/make test -- NOT OK
    Running make install
    make test had returned bad status, won't install without force
    Unregistered 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